--- layout: default title: Guides permalink: /guide/ description: "Step-by-step engineering guides, system architecture walkthroughs, and backend implementation best practices written for developers." keywords: ["developer guides", "engineering tutorials", "backend implementation", "API design", "Spring Boot", "Kubernetes setup", "Jekyll tips", "cloud deployments", "DevOps guide"] ---

📘 Step-by-Step Tech Guides & Tutorials

Clear, actionable walkthroughs and how-tos designed to help you master tools, platforms, and technical concepts.

{% assign blog_posts = site.posts | where_exp: "post", "post.url contains '/guide/'" %} {% if blog_posts.size > 0 %}
{% for post in blog_posts %} {% endfor %}
{% else %}

No blog posts found in the "blog" category.

{% endif %}