Knowledge flows like a river, sharing makes it eternal

Clean code, clear mind. A personal journey through the ever-evolving world of technology.

IT Insights

Deep technical tutorials

Best Practices

Industry standards

Real Solutions

Production-ready code

A complete guide to setting up a custom statusline for Claude Code CLI, displaying real-time information: model, git branch, context usage, token consumption, estimated cost, and quota remaining.

Latest Articles

Dive deeper into the world of technology with these carefully curated insights and tutorials.

Cover Image for The LangChain Ecosystem: A Software Engineer's Deep Dive
AI & Machine Learning

The LangChain Ecosystem: A Software Engineer's Deep Dive

5 min read

Discover how the LangChain ecosystem transforms AI application development with comprehensive frameworks for building, orchestrating, and monitoring LLM-powered systems. Learn about LangChain, LangGraph, and LangSmith from a practitioner's perspective.

Cover Image for Part 1: Getting Started with Terraform and AWS
DevOps

Part 1: Getting Started with Terraform and AWS

5 min read

Terraform is an Infrastructure as Code (IaC) tool that allows you to define and provision cloud infrastructure using declarative configuration files. Instead of clicking through AWS console or running CLI commands manually, you write code that describes your desired infrastructure state, and Terraform makes it happen.

Cover Image for Part 2: Core AWS Resources and Basic Architecture
DevOps

Part 2: Core AWS Resources and Basic Architecture

5 min read

Now that you understand Terraform basics, let's build a real AWS infrastructure. In this part, we'll create a foundational architecture including VPC, subnets, security groups, and EC2 instances. This forms the backbone of most AWS applications.

Cover Image for Part 3: Advanced Infrastructure Patterns
DevOps

Part 3: Advanced Infrastructure Patterns

5 min read

Building on our foundation from Part 2, we'll now implement advanced AWS services and patterns used in production environments. This includes load balancers, auto-scaling, container orchestration, caching, and content delivery networks.

Cover Image for Part 4: Production Best Practices and Module Design
DevOps

Part 4: Production Best Practices and Module Design

5 min read

In this final part, we'll transform our Terraform code into production-ready, maintainable infrastructure. We'll cover module design, environment management, CI/CD integration, monitoring strategies, and operational best practices used in enterprise environments.