Blog


How to Build a Simple ToDo App in React Native using Redux Toolkit

In this article, we will build a simple todo app using the Redux toolkit in React Native.

React-nativeReduxRedux-toolkit

A Guide to the 20 Best VSCode Extensions for Frontend Developers

A comprehensive guide to the most useful extensions for VSCode for frontend development

Vs codeFront end developmentWeb development

Build a Docker Image and publish it to AWS ECR using Github Actions

CI/CD Cloud Image Build on Github to AWS Registry

DockerAwsGithub

How to Add a Custom Google Font to a Next.js and Tailwind CSS App

Choosing the right font is an essential part of any design. The font you choose can have a huge impact on the message, voice, and feeling of your website or application. In this article, we will take…

Tailwind CssNextjsJavaScript

How Much Does AWS Really Cost?

Typical AWS pricing for a MERN stack example

AwsCloudServerless

10 Ways to Host Your React App For Free

Here are the 10 services that provide free hosting for your React App.

ReactHostingWeb hosting

How to Create a Custom Cursor in React

Part 1: How to create a custom cursor in React without any module

ReactJavascriptCss

7 Awesome APIs for All Frontend Developers

Useful APIs that you might need for your next projects.

JavascriptWeb developmentApi

Configuring AWS ALB with CloudFront — You are Probably Doing It Wrong

Not passing an auth token header from CloudFront to AWS Application Load Balancer can be a huge mistake

AwsCloudfrontAlb

Creating Invoices in Javascript and Node.js

In this article we are going to create an invoice in NodeJS in the most easy way possible. We will be using the NPM library EasyInvoice.

NodejsJavaScriptProgramming