Why TypeScript is a Literal Life Saver
A Tale of “Empty” Disasters We’ve all heard the hype: “TypeScript makes your code safer.” “TypeScript is just JavaScript with adult supervision.” But if you’re working deep in a legacy JavaScript codebase, you might think, “We’re doing just fine without…
Read More[How to] Implement Google Programmable Search in Your Node.js App
How to series AI Generated image. Doesn’t depict the actual product. Google Custom Programmable Search Engine allows you to embed search functionalities within your web or mobile applications. It lets you programmatically retrieve and display search results…
Read MoreLocation Permissions and Accuracy: Ionic 4
Building an App that captures the Device Location??!! Alright.Let’s start with some approaches I tried and failed while developing a Hybrid App using the Ionic Framework. I am using Ionic 4. The App mainly captures an User’s Location at certain events.…
Read MoreOffline-First app using Ionic & PouchDB-CouchDB
Even in today’s hyper-connected world, there will be plenty of times where people need to switch data off to save battery, or simply lose mobile connectivity while traveling. There’s nothing more frustrating for mobile users when losing all connection to an…
Read MoreDynamically Add or Remove Fields using jQuery or JavaScript
Here is a Simple example, how you can have the “Add More” feature in a Form. I have used Array splice() Method here in this example. The splice() method adds/removes items to/from an array, and returns the removed item(s). You This Code Snippet uses jQuery,…
Read MoreDataTables Usage with AJAX (Create and Update Table)
This post guides you through the complete implementation of DataTable, from initializing the DataTable to updating the data in the table. It includes instructions on how to connect your API to get the data for the table. You can find the DataTable Docs here.…
Read MoreHow I Found the Love of my Life
My actual Terminal. Keep Calm, Everything will be Alright 😛 . I graduated in 2016 and by then I got an offer 2months prior to my final semester. I joined a startup, Medimojo. At that time, the company was using PHP as the backend language, and I was having no…
Read More