Terminal
$ pwd
adib-the-noob@portfolio:~$ cat blogs.md

Blog Posts

Thoughts on systems, scale, and software engineering

$ ls -la posts/
total 5 posts found
$ find . -type f -name "*.md" | grep -E "(published|draft)"
Status:
Tags:
$ cat posts_list.json | jq '.[] | select(.status == "all")' | wc -l: 6
published

Exploring patterns and practices for building high-performance backend services using Go and microservices architecture.

gobackendmicroservicessystems
published

Deep dive into Linux system performance monitoring, profiling, and optimization strategies for production environments.

linuxperformancesystemsdevops

Database Design Patterns for Scale

2025-01-1510 min read
published

Understanding database sharding, replication, and caching strategies for handling massive scale applications.

databasescalearchitectureperformance
published

Best practices for deploying and managing containerized applications in production Kubernetes clusters.

kubernetescontainersdevopsdeployment
published

Creating maintainable, scalable, and developer-friendly APIs following REST principles and modern standards.

apirestdesignbackend
draft

Implementing comprehensive monitoring, logging, and tracing solutions for microservices architecture.

monitoringobservabilitydistributedsystems
$ echo "End of blog posts"
Want to discuss these topics? [Contact me]
© 2025 adib-the-noob
$ echo "Thanks for visiting!"