Tag: web-development
-
Tailwind CSS v4: What Changed and Why It Matters
Tailwind CSS v4 rewrites the engine in Rust, drops the config file, and introduces CSS-first configuration. Here is what changed and how to migrate.
-
htmx: Build Dynamic Web Apps Without Writing JavaScript
htmx lets any HTML element make HTTP requests and swap DOM content. No build step, no framework, no client-side state management. Just HTML attributes.
-
TypeScript Tips & Tricks: Patterns That Separate Juniors from Seniors
Level up your TypeScript: generics, discriminated unions, utility types, template literals, satisfies, and mapped types.
-
GraphQL API Tutorial: Build a Typed API from Scratch with Apollo Server
Build a complete GraphQL API with Apollo Server — schema, resolvers, queries, mutations, and when to choose GraphQL over REST.
