Here, I write anything Backend Engineering, DevSecOps and Cyber Security related.
Implement Go Github Actions Continous Integrations with Unit Tests and Linting.
Learn how to boost the performance of your Go backend by integrating Redis for caching, session management, and rate limiting to achieve faster, more scalable applications.
Discover how to build scalable Go microservices using the Gin framework and RabbitMQ for asynchronous, reliable communication between services.
Building go chat application with gorilla web socket
Go concurrency concepts explained with examples
JSON Web Token (JWT) is a secure way of transmitting information in a web application. The information being transmitted is written in JSON format.
In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.
Discover why Vim, with its steep learning curve, remains a beloved tool among developers for editing code efficiently and effectively.
A complete guide for anyone aspiring to become a DevOps Engineer, covering skills, tools, and technologies required to succeed in modern infrastructure and cloud-native environments.
An overview of the most common Go architectures, frameworks, and API protocols, with their structures, use cases, and real-world examples.
Comprehensive guide for anyone wishing to become a Backend Engineer with Microservices systems in mind.
Creating your app without either UI or DB to be able to run automated regression-tests against the app, work when db becomes unavailable, and link apps together without user involvement.