Streamlining Incident Resolution for Engineers

Building an In-App Bell Notification in React using Novu

Building an In-App Bell Notification in React using Novu

Cover image by storyset on Freepik Introduction Push notifications are not seen as good practice. They distract you, want your attention or sometimes they are too frequent. But, In-app notification...

REST API vs GraphQL

REST API vs GraphQL

You have probably heard about GraphQL, but you might not be entirely sure how and whether it differs from REST. You're in luck, then! Today, we'll go over some fundamentals regarding both REST and Gra...

What is Bootstrap? The best 2022 beginner's guide.

What is Bootstrap? The best 2022 beginner's guide.

For a few years now this has become an essential tool for frontend developers. For the rest of us, it’s just another coding buzzword we don’t understand. But what is Bootstrap? So we know it’s usef...

Add Umami Analytics to a Web Application

Add Umami Analytics to a Web Application

Introduction Analytics plays an important role in knowing the user and the performance of a website. People ask me about my audience's country and views for sponsored posts on my website. So, knowing...

Build a ChatBot Using Python, Django

Build a ChatBot Using Python, Django

A ChatBot has become one of the must-have features of modern-day web applications. It plays a huge role in customer service which was once traditionally held by human beings. Through ChatBot, you can ...

Building an In-App Bell Notification in React using Novu

Building an In-App Bell Notification in React using Novu

Cover image by storyset on Freepik Introduction Push notifications are not seen as good practice. They distract you, want your attention or sometimes they are too frequent. But, In-app notification...

What is Bcrypt. How to use it to hash passwords

What is Bcrypt. How to use it to hash passwords

The bcrypt npm package is a JavaScript implementation of the bcrypt password hashing function that allows you to easily create a hash out of a password string. Unlike encryption which you can decode t...

Learn to build a weather app in just 5 mins

Learn to build a weather app in just 5 mins

A tutorial on how you can build a customizable weather app just using HTML, CSS, and JavaScript. Intro Every single day we check the weather forcast before going to work and when I was a kid I used...

How I build a Documentation site using Docz

How I build a Documentation site using Docz

Introduction I use any dev tools or library on the basis of its documentation. I use their documentation to know about the tools and how to integrate them into different setups. If the documentation ...

Top 10 ways to become a self-taught developer

Top 10 ways to become a self-taught developer

Introduction Hello fellow newbies and self-taught developers, As a rookie, what are your challenges in learning? My biggest challenges as a self-taught in development were: * No clear path and vis...

Start a Production-Ready Dockerized Django Project

Start a Production-Ready Dockerized Django Project

Making a Django app production-ready inside Docker is quite useful for developers. It minimizes the hassle of setup and deployment. This allows developers to focus on what’s important i.e. development...

MongoDB vs Amazon s3

MongoDB vs Amazon s3

MongoDB vs Amazon s3 is one popular search among developers and startups but this should not be the question to ask because they solve different needs in the in today's modern applications. Yes! they ...

Continuous Integration for Startups: What makes a good testing plan?

Continuous Integration for Startups: What makes a good testing plan?

The earlier you catch defects, the cheaper they are to fix - Dave Farley, Continuous Integration The promise of continuous integration is great: you can save a lot of time in the long run by putting ...

Send email in Node.JS with Nodemailer using Gmail account

Send email in Node.JS with Nodemailer using Gmail account

Environment & Dependencies * Nodemailer is a Node.JS npm module for sending emails. This has been the go to solution to most NodeJS developers for email delivery in their applications. * Ensure ...

Creating Skeleton Loading Animation in React

Creating Skeleton Loading Animation in React

Introduction Loading screens are an important aspect for any application. This lets the user know that the processing is going on. There are lots of evolution in the loading screen. We have moved fro...

Previous

Page 5 of 5

Next