--- layout: default title: Blog permalink: /blog/ description: "Read insightful articles, tutorials, and engineering stories covering software architecture, backend systems, cloud infrastructure, and more." keywords: ["Tech blog", "Rajkumar Venkataraman", "rkoots blog", "engineering blog", "backend tutorials", "fintech blog", "cloud engineering", "software design", "API development"] ---

📚 The Blog Shelf

✍️ Experiences, Experiments & Engineering - Articles straight from the trenches — covering real-world projects, lessons learned, and behind-the-scenes of building technology.

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

{{ post.title }}

{% if post.excerpt %}

{{ post.excerpt | strip_html | truncate: 150 }}

{% endif %} Read more →
{% endfor %}
{% else %}

No blog posts found in the "blog" category.

{% endif %}