How to build a book application with Golang, Gin and MongoDB.

In this article, we’ll build a RESTful API using Golang with the Gin framework and MongoDB, covering routing, database connection, and core functionality.

Read

Getting started with Golang.

Go is an open-source programming language that was first created at Google. It is statically typed and comes with memory allocation, garbage collection, and with concurrency built-in. Go’s design gives the language high performance and speed.

Read

How to build an Authentication system using JWT in NodeJS: Part 2

In Part 2 of this authentication series, we’ll take things a step further by implementing token validation and setting up mechanisms to secure protected routes, ensuring that only verified users can access sensitive parts of our application.

Read

How to build an Authentication system using JWT in NodeJS: Part 1

Authentication is a critical component of any secure application. In this article series, I’ll guide you through building a robust and efficient authentication system from the ground up.

Read