How to Create and Use a Go Library: A Complete Guide
User Icon ,   Calendar Icon
In this blog, we’ll walk through how to create and use a Go Library with a practical example: a JSON Helper library.
How to Build Robust REST APIs in Go using Gin Framework
User Icon ,   Calendar Icon
This tutorial aims to help the developers looking to get started with creating Robust REST APIs in Go using Gin framework. By the end of this guide, you'll have a…
Building a Robust CRUD API with AWS API Gateway, Lambda, and DynamoDB
User Icon ,   Calendar Icon
Learn how to build a robust CRUD API using AWS API Gateway, Lambda, and DynamoDB. This guide provides step-by-step instructions for seamless integration.
Utilizing Configuration Files for HTTP Clients in Python
User Icon ,   Calendar Icon
In this blog, I explain how to utilize configuration files for HTTP clients in Python, streamlining your coding process for better efficiency.
How to Manage AWS S3 Buckets and Objects with Python
User Icon ,   Calendar Icon
This post explains different ways to work with AWS S3 using Python, such as, cretae bucket, set and get bucket policy, upload and download file etc.
WISE – Cheapest Online Money Transfer Service
User Icon ,   Calendar Icon
Wise is one of the cheapest online money transfer service that allows individuals and businesses to send and receive money internationally at a fraction of the cost compared to traditional…
Start building Microservices with Go and Docker
User Icon ,   Calendar Icon
This blog explains how can we start building microservices with Go and Docker. Go language's lightweight nature makes it a good choice for microservices architectures and cloud-native applications.