Skip to content
// writing

Posts on development — Page 10

A mix of technical deep-dives, career reflections, and dispatches from the road.

The Power of Tailwind.css: A Modern Approach to Efficient CSS Styling thumbnail
developmentMay 19, 2024· 1 min
The Power of Tailwind.css: A Modern Approach to Efficient CSS Styling
An introduction to Tailwind CSS's utility-first methodology — how its pre-built classes, responsive design tools, and flexible configuration help developers build clean, maintainable UIs faster.
read more →
Taming the Winds of Web Design with Tailwind.css! thumbnail
developmentMay 19, 2024· 1 min
Taming the Winds of Web Design with Tailwind.css!
An enthusiastic introduction to Tailwind CSS — how its utility-first approach removes the pain of complex class names and specificity battles while staying fully customizable for any design system.
read more →
Unveiling the Magic of Vue.js Development thumbnail
developmentMay 19, 2024· 2 min
Unveiling the Magic of Vue.js Development
A whimsical take on Vue.js — its elegant syntax, effortless integration with Vuex and Vue Router, and the welcoming community that makes building reactive, component-driven UIs feel like a superpower.
read more →
How to Optimize Website Performance in Front-End Development thumbnail
developmentMay 7, 2023· 3 min
How to Optimize Website Performance in Front-End Development
Practical tips for front-end performance optimization — from writing clean and efficient code to image and asset optimization, lazy loading, and reducing unnecessary server requests.
read more →
The Evolution of Front-End Development: Past, Present, and Future thumbnail
developmentMay 7, 2023· 2 min
The Evolution of Front-End Development: Past, Present, and Future
A look at how front-end development has evolved from table layouts and inline styles to responsive design, component frameworks, and the modern web — with a peek at where it might be heading next.
read more →
Avoid Using Else thumbnail
developmentMar 26, 2022· 1 min
Avoid Using Else
A case for eliminating else from your code — why it leads to cleaner refactors, pairs well with small named functions, and makes logic easier to read and understand.
read more →
Questions to ask before choosing a static site generator thumbnail
developmentJun 26, 2021· 1 min
Questions to ask before choosing a static site generator
A link to an Ample blog post covering the key questions to ask when selecting a static site generator — comparing common SSGs to help you pick the right one for your next project.
read more →
Just How Niche is Headless WordPress? thumbnail
developmentJun 19, 2021· 1 min
Just How Niche is Headless WordPress?
Thoughts on a CSS-Tricks post about headless WordPress — when it makes sense, why the broader WordPress community may not benefit from it, and how tools like Strattic can bring Jamstack benefits without the developer overhead.
read more →
target=blank (CSS-Tricks) thumbnail
developmentJun 13, 2021· 1 min
target=blank (CSS-Tricks)
A CSS-Tricks tip on the difference between target="blank" and target="_blank" — and how the version without the underscore lets you reuse the same tab across multiple link clicks.
read more →
// the newsletter
Don't miss the next one