Tag: #2026-04
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 146 posts
Feature Store & MLOps Pipeline Complete Guide 2025: Feast, Feature Engineering, Model Serving
Everything about Feature Store and MLOps! Feature Store architecture (Feast/Tecton/Hopsworks), Feature Engineering patterns, MLOps pipeline (training → validation → deployment → monitoring), Model Serving (BentoML/Seldon
2026-04-13 · 19 min read #feature-store#mlops#feast#feature-engineering#model-servingDesign Thinking & UX Fundamentals — How to Solve Problems with a User-Centered Approach
From the 5 stages of design thinking to UX research methods, UI design principles, accessibility, and prototyping. Everything developers need to know about UX.
2026-04-13 · 23 min read #culture#design-thinking#ux#ui#productEdge AI Complete Guide 2025: On-Device Inference, Model Optimization, TensorRT/ONNX/CoreML
Everything about Edge AI! On-device inference (TensorRT/ONNX Runtime/CoreML/TFLite), model optimization (quantization/pruning/knowledge distillation), hardware (NVIDIA Jetson/Apple Neural Engine/Qualcomm NPU), Federated
2026-04-13 · 21 min read #edge-ai#on-device#inference#tensorrt#onnxAdvanced RAG Pipeline Complete Guide 2025: Chunking Strategies, Re-ranking, Agentic RAG, Evaluation
Everything about Advanced RAG! Document chunking strategies (Semantic/Recursive/Agentic), re-ranking (Cohere/ColBERT/Cross-encoder), Query Transformation, Agentic RAG (Self-RAG/CRAG), Multi-modal RAG, Evaluation (RAGAS/T
2026-04-13 · 23 min read #rag#chunking#reranking#agentic-rag#evaluationService Mesh Complete Guide 2025: Istio vs Linkerd, mTLS, Traffic Management, Observability
Everything about Service Mesh! Istio vs Linkerd comparison, Envoy sidecar proxy, mTLS automatic encryption, traffic management (canary/mirroring/circuit breaker), Observability (metrics/tracing/logging), Gateway API, Amb
2026-04-13 · 19 min read #service-mesh#istio#linkerd#mtls#traffic-managementPlatform Engineering Complete Guide 2025: Internal Developer Platform, Backstage, Golden Path
Everything about Platform Engineering! Building Internal Developer Platforms (IDP), Backstage (Service Catalog/Templates/TechDocs), Golden Paths, Self-service Infrastructure, Developer Experience Metrics, Platform as a P
2026-04-13 · 20 min read #platform-engineering#idp#backstage#golden-path#developer-experienceFinOps & Cloud Cost Optimization Complete Guide 2025: AWS/GCP/Azure Cost Reduction Strategies
Everything about FinOps! Cloud cost visibility (Cost Explorer/Billing), optimization strategies (Reserved/Spot/Savings Plans), resource right-sizing, auto-scaling, storage tiering, K8s costs (Kubecost), AI/ML cost manage
2026-04-13 · 23 min read #finops#cloud-cost#optimization#aws#gcpBlockchain & Web3 Fully Explained — How Bitcoin, Ethereum, DeFi, NFTs, and DAOs Work
How does blockchain work? What are smart contracts? Why did DeFi, NFTs, and DAOs emerge? From core technology principles to 2026 trends.
2026-04-12 · 19 min read #ai#blockchain#web3#bitcoin#ethereumThe Psychology of Relationships & Emotional Intelligence (EQ) Guide -- The Science of Better Relationships
How are healthy relationships built? From attachment theory and emotional intelligence to active listening, conflict resolution, and boundary setting.
2026-04-12 · 17 min read #culture#psychology#relationships#eq#emotional-intelligenceIntroduction to Sociology & Cultural Anthropology — Understanding Social Structure, Culture, Inequality, and Media
How does society work, why do cultures differ, and where does inequality come from? A clear walkthrough of the core concepts in sociology and cultural anthropology.
2026-04-12 · 17 min read #culture#sociology#anthropology#society#inequalityEconomics & Financial Literacy — Macroeconomics, Investment Principles, Asset Allocation, Retirement Planning
From fundamental economics to stock/bond/ETF investment principles, asset allocation strategies, tax optimization, and retirement planning. Everything you need to know about money.
2026-04-12 · 20 min read #culture#economics#finance#investment#retirementA Guide to Humanities for Modern Life — Wisdom from Philosophy, Literature, History, and Art
Why do we need the humanities? From existentialism and Stoicism to world literature masterpieces, critical thinking, and ethics. The enduring value of the humanities in the age of technology.
2026-04-12 · 20 min read #culture#humanities#philosophy#literature#artIntroduction to Psychology — The Science of the Human Mind, from Cognitive Biases to Behavioral Economics
Why do humans act irrationally? A comprehensive guide covering cognitive biases, behavioral economics, motivation theories, psychotherapy, and neuroscience.
2026-04-12 · 21 min read #culture#psychology#cognitive-bias#behavioral-economics#mental-healthTypeScript & Next.js Practical Guide — Type-Safe Full-Stack Development
Everything about modern web development, from TypeScript advanced type system to Next.js 15 App Router, Server Components, and Server Actions.
2026-04-12 · 21 min read #ai#typescript#nextjs#react#fullstackThe Complete Go Programming Guide — Goroutines, Channels, Interfaces, and Practical Patterns
Why Go? Concurrency with goroutines and channels, interfaces, error handling, generics, and real-world web servers — everything about Go.
2026-04-12 · 16 min read #ai#go#golang#programming#concurrencyRust Programming Beginner Guide — Ownership, Lifetimes, and Safe Systems Programming
Why Rust? Ownership system, lifetimes, pattern matching, error handling, async, and Cargo. A safe systems language replacing C/C++.
2026-04-12 · 19 min read #ai#rust#programming#systems#ownershipThe Complete Guide to API Design & Microservices Architecture
From REST, GraphQL, and gRPC API design principles to microservices patterns, service mesh, event-driven architecture, and distributed transactions.
2026-04-12 · 16 min read #architecture#api#microservices#rest#grpcThe Complete Guide to Networking & Linux Internals — TCP/IP, DNS, iptables, systemd
TCP/IP 4-layer model, DNS resolution, HTTP/HTTPS, Linux network stack, iptables/nftables, systemd, and process management — essential knowledge for infrastructure engineers.
2026-04-12 · 18 min read #networking#linux#tcp-ip#dns#iptablesThe Complete Guide to Flyway -- Automating Database Migrations
A comprehensive guide to automating database migrations with Flyway. Covers installation, configuration, version control, CI/CD integration, and team collaboration strategies.
2026-04-12 · 14 min read #database#flyway#migration#sql#devopsThe Complete Guide to Database Fundamentals — SQL, Normalization, Indexes, Transactions, NoSQL
Everything about databases from SQL basics to normalization, index internals (B-Tree), transactions (ACID), NoSQL selection criteria, and query optimization.
2026-04-12 · 17 min read #database#sql#nosql#postgresql#mongodb