# UX Design Principles
Essential UX design principles from clarity to psychology—practical rules for building interfaces that work, feel right, and scale.
# UX Design Principles
Essential UX design principles from clarity to psychology—practical rules for building interfaces that work, feel right, and scale.
# AWS Services Overview
A quick rundown of the most popular AWS services, what they do, and how teams commonly combine them into production stacks.
# Docker Anti-Patterns
Common Docker mistakes and production-ready fixes.
# Architecture First, Apollo-To-Tanstack Migration That Delighted Business
Architectural wrappers, a shared axios client, and gradual rollouts let us replace Apollo Client with TanStack Query on a large codebase without disrupting product delivery.
# Utility For Easy Mapping Between DTO And OM Objects Based On Their Data Types
A minimal mapDTO helper keeps DTO ↔ Object Model transformations type-safe, readable, and testable without decorators or inheritance chains.
# Caching Docker Compose Services In Github Actions
Dockerized app builds with GitHub Actions using GCR or local cache for faster builds, combining GCR's broad range and local cache's speed for efficiency.
# OWASP Top Ten - tldr;
OWASP's security risks, including broken access control, cryptographic failures, and injection, highlight the need for strong defenses like validation and encryption.
# Programming Principles In A Nutshell
Programming principles like SOLID, DRY, KISS, and YAGNI focus on simplicity, modularity, and adaptability, emphasizing low dependencies and efficient design.
# The Story About Points
Story points estimate effort, complexity, and size, not time, using Fibonacci numbers to prioritize tasks while maintaining team focus on value delivery.
# Scrum Workflow In A Nutshell
Daily meetings are led by the team leader to discuss progress, blockers, and code review, while the workflow involves task management from backlog to release.