Writing

Field notes on frontend, systems & teams.

FEATUREDFrontend Engineering·3 min

Async-First Frontend Frameworks: SvelteKit 2.43 vs React 19.2 — Which Should You Pick?

Compare SvelteKit 2.43’s async SSR and remote functions with React 19.2’s rendering upgrades. Discover which architecture wins for 2025-26 frontends.

Read article →
Async-First Frontend Frameworks: SvelteKit 2.43 vs React 19.2 — Which Should You Pick?
How to Create an Animated Navbar with HTML & CSS (Using Transform & Transitions)
Frontend Engineering·5 min

How to Create an Animated Navbar with HTML & CSS (Using Transform & Transitions)

Learn how to create a smooth, responsive animated navbar using HTML and CSS with transitions and transform properties. No JavaScript required!

Build a Responsive Portfolio Website with HTML and TailwindCSS: A Beginner’s Guide
Frontend Engineering·6 min

Build a Responsive Portfolio Website with HTML and TailwindCSS: A Beginner’s Guide

Learn how to create a modern, responsive portfolio website using HTML and TailwindCSS. This step-by-step guide helps you build and customize a sleek online showcase for your projects and skills.

Mastering CSS Theming with CSS Variables
Frontend Engineering·3 min

Mastering CSS Theming with CSS Variables

Explore the versatility of CSS variables in frontend development. Learn how to implement dynamic theming, switch between themes effortlessly, and create customizable user interfaces with practical examples.

Leveraging Semantic HTML Tags for Enhanced SEO: A Comprehensive Guide
Frontend Engineering·3 min

Leveraging Semantic HTML Tags for Enhanced SEO: A Comprehensive Guide

Explore the synergy between semantic HTML tags and SEO tactics. Learn how to leverage structured markup, keyword placement, and semantic tags for enhanced search engine visibility and user experience.

Mastering Advanced CSS: A Guide to Animations and Transitions for Engaging Web Experiences
Frontend Engineering·4 min

Mastering Advanced CSS: A Guide to Animations and Transitions for Engaging Web Experiences

Dive into the world of Advanced CSS! Learn to seamlessly integrate animations and transitions, transforming static web elements into dynamic, engaging components for a captivating user experience.

WordPress vs Next.js: Unveiling the SEO and Performance Battle
Frontend Engineering·3 min

WordPress vs Next.js: Unveiling the SEO and Performance Battle

Explore the SEO and performance battle between WordPress and Next.js. Gain insights from someone who has worked with both frameworks to make an informed decision for your website's success.

Next.js vs React.js: A Comparison of Two Popular Frontend Frameworks
Frontend Engineering·10 min

Next.js vs React.js: A Comparison of Two Popular Frontend Frameworks

Explore the differences between Next.js and React.js – from features to performance and developer experience – to make an informed choice for your next frontend project.

Why I switched from Bootstrap to Tailwind CSS
Frontend Engineering·5 min

Why I switched from Bootstrap to Tailwind CSS

Discover why I abandoned Bootstrap in favor of Tailwind CSS. Tailwind's flexibility, customizability, and performance revolutionized my web styling. Say hello to a more efficient web design approach.

CSS Nesting: Simplifying your Stylesheets
Frontend Engineering·3 min

CSS Nesting: Simplifying your Stylesheets

W3C introduced the CSS nesting feature in September 2019 to simplify the way we apply styles to our websites and applications.