Tag: #solid
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
Svelte 5 Runes — The Reactivity Rewrite, and a Head-to-Head with Solid, Vue, MobX, and the React Compiler (2026 Deep Dive) (english)
Svelte 5 has been GA for over a year. Four runes — $state, $derived, $effect, $props — replaced the compiler magic of bare let. This piece walks through why explicit beat implicit, where runes sit between Solid signals,
2026-05-14 · 22 min read #svelte#svelte-5#runes#reactivity#sveltekitDesign Patterns Modern Guide 2025: GoF Patterns + Modern Patterns in TypeScript/Python/Go
Everything about design patterns! GoF 23 patterns in TypeScript/Python/Go — Creational (Factory/Builder/Singleton), Structural (Adapter/Decorator/Proxy/Facade), Behavioral (Strategy/Observer/Command/State), Modern Patter
2026-04-14 · 30 min read #design-patterns#gof#creational#structural#behavioralClean Code Principles 2025: 30 Rules for Writing Readable Code
30 practical clean code rules! Naming, function design, comments, error handling, testing, SOLID principles — learn to write readable code through Bad/Good comparisons and refactoring Before/After examples.
2026-03-24 · 27 min read #clean-code#refactoring#naming#functions#commentsClean Architecture Complete Guide: From SOLID to Hexagonal, DDD, and Layered — Design Principles for Senior Engineers
A comprehensive comparison of Uncle Bob's Clean Architecture, SOLID principles, Hexagonal (Ports & Adapters), DDD, and Layered Architecture with real-world code examples. The complete software design principles guide for
2026-03-22 · 33 min read #clean-architecture#solid#hexagonal#domain-driven-design#design-patternsMastering Software Architecture & Design Patterns: From SOLID to Clean Architecture and AI System Design
A complete guide to software design in the AI era — from SOLID principles and GoF design patterns to Clean Architecture, microservices, and LLM service architecture.
2026-03-17 · 13 min read #softwarearchitecture#designpatterns#cleanarchitecture#microservices#solid