Blog

Thoughts on backend systems, AI, blockchain, and distributed technologies

Backend
8 min read

Building High-Performance Backend Systems with Rust

Exploring how Rust can help you build backend systems that are fast, safe, and maintainable. Learn patterns for microservices architecture.

Jan 15, 2025
AI
10 min read

RAG Systems & LLMs: Building Intelligent Knowledge Assistants

Deep dive into Retrieval-Augmented Generation (RAG) systems. Learn how to build AI assistants that leverage your knowledge base.

Jan 10, 2025
Blockchain
12 min read

Smart Contracts on Solana: From Anchor to Production

A comprehensive guide to building, testing, and deploying Solana smart contracts using the Anchor framework.

Jan 5, 2025
Cryptography
9 min read

Zero-Knowledge Proofs: Privacy Without Trust

Understanding ZK proofs and how they enable privacy-preserving computation. Practical examples with ZoKrates.

Dec 28, 2024
Systems
11 min read

Distributed Systems Design: Lessons from Building at Scale

Key principles and patterns for building distributed systems that are reliable, scalable, and maintainable.

Dec 20, 2024
Cloud
7 min read

AWS Lambda Optimization: Cost and Performance

Tips and tricks for optimizing serverless functions on AWS Lambda. Reduce costs while improving performance.

Dec 15, 2024

6 Articles

Regular insights on backend engineering, AI, and distributed systems