homeprojectsblogabout
  • github

  • email

  • x / twitter

  • linkedin

  • personal docs

  • rss

© 2026 Yehezkiel Wiradhika

Blog Posts

Here, I write anything Backend Engineering, DevSecOps and Cyber Security related.

11/6/2025

Implementing Github Actions CI for Go Applications

Implement Go Github Actions Continous Integrations with Unit Tests and Linting.

GoCI/CDGitHub Actions
→
11/5/2025

Building faster Backend Go Apps with Redis

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.

GoRedisPerformance
→
11/5/2025

Building Go Microservices with RabbitMQ and Gin

Discover how to build scalable Go microservices using the Gin framework and RabbitMQ for asynchronous, reliable communication between services.

GoMicroservicesRabbitMQ
→
9/24/2025

Building Chat App with Go Web Socket

Building go chat application with gorilla web socket

GoWebSocketGin
→
9/7/2025

Go Concurrency Simply Explained with Examples

Go concurrency concepts explained with examples

GoConcurrency
→
9/5/2025

JWT Explained with Custom Authentication in Go

JSON Web Token (JWT) is a secure way of transmitting information in a web application. The information being transmitted is written in JSON format.

GoSecurityJWT
→
9/4/2025

VPS Setup with Nginx, UFW, PM2 and SSL/TLS

In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.

VPSNginxDevOps
→
9/3/2025

Server Side Vulnerabilities: Simplified

Discover why Vim, with its steep learning curve, remains a beloved tool among developers for editing code efficiently and effectively.

SecurityPentestingVulnerabilities
→
8/25/2025

DevOps Engineer Roadmap

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.

DevOpsRoadmapCloud
→
8/25/2025

Top Golang Architectures

An overview of the most common Go architectures, frameworks, and API protocols, with their structures, use cases, and real-world examples.

GoArchitectureDesign Patterns
→
8/25/2025

Microservices Backend Engineer Roadmap

Comprehensive guide for anyone wishing to become a Backend Engineer with Microservices systems in mind.

MicroservicesRoadmapBackend
→
8/22/2025

Hexagonal Architecture with Go

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.

GoArchitectureHexagonal
→