5 Ways to Live Reloading Go Applications
Provides 5 ways to live reload go applications. The article covers tools Air, Gin, Nodemon and Fresh to add live reloading to your go application.
Provides 5 ways to live reload go applications. The article covers tools Air, Gin, Nodemon and Fresh to add live reloading to your go application.
Want to make your own Google zero gravity pages? This short and simple guide will demonstrate how to create your own google gravity pages
This article gives you 10 tips to improve WordPress performance. Written based on my experience optimizing my WordPress blog for good page speed.
Domain to IP address conversion happens through DNS lookup. This article is about different types of name servers and their role in the process.
Wordpress on AWS LightSail is a reliable way of launching a blog. This will guide you through the process of setting up a Wordpress blog on AWS LightSail.
In passwordless phone number authentication, user needs to remember only their phone number. We will use AWS Cognito and Amplify to implement it.
In Golang, one can pass the database connection to the controller as a global variable or by creating a separate struct or by creating a repository interface and passing it to the controller.
Being a software developer I think the important reasons to start blogging are to share knowledge, keep learning, improve your writing skills and make an alternative income source.
Demonstrating how to create a React application that supports multiple themes and allows users to switch between the themes using Material UI and TypeScript.
Demonstrating how to add authentication to our serverless React application using AWS Amplify. We will allow the user to sign up using Email, Facebook and Google.