Luxon: Why it is the better alternative for Moment.js

In Luxon, everything is very literal and straightforward. So, there is no need to spend a lot of time understanding their documentation. There are indeed a lot of built-in functions and you may get confused sometimes. So, the best thing to do is to focus on what you need and…

0 Comments

Push Notification – What is the easy way to implement it?

Mobile Push Notification To send any important or time-sensitive information to mobile app users, push notification is the safest and most efficient way. It is one of the most economical ways of connecting with clients. Push notifications are a fantastic substitute as they operate on the permission-based marketing method. It…

0 Comments

How to optimize Google Maps API for better cost efficiency

There are a lot of services that google provides, one of which is the Google Maps platform. However, there is pricing associated with Google Maps services. In addition, pricing information is found elaborated in this link.  This article relates to several implementations that were discovered and could be beneficial to readers. Let’s…

0 Comments

(TDD) Test-driven Development: Why it is the best?

Test Driven Development (TDD) is software development approach in which test cases are developed to specify and validate what the code will do Steps 1. Write a test case which will certainly fail Before we even start writing our function we will first start with a very simple test case…

1 Comment

ZSH – How to Make Your Terminal Effective with Z-Shell?

Z Shell The Z shell (Zsh) is a Unix shell that is designed for interactive login shell and as a command interpreter for shell scripting. Zsh is an extended shell of Bourne shell with many enhancements, including some features of Bash, ksh, and tcsh.It does have some features from Bash…

1 Comment

Webhook Explained: What They Are & How to Use Them

Introduction: Webhooks are essentially custom HTTP callbacks (or small snippets of code associated with web application) triggered by certain events. Whenever this triggering event occurs on the source site, the webhook checks for the event collects the data and sends it in the form of an HTTP request to the…

0 Comments

End of content

No more pages to load