Notes
Welcome to my digital garden, where I share my thoughts, explore new things I learn, and nurture ideas that spark my curiosity.
Boost Your Tailwind Workflow with ESLint and Prettier
4 mins read
• •#tailwind
#setup
#tools
Consistency is key in any project, and Tailwind CSS is no exception. Learn how to set up your tools to enforce class name order and keep everything neat using ESLint and Prettier plugins tailored for Tailwind CSS.
Ghostty, My new daily driver (sorry Alacritty)
3 mins read
• •#linux
#ricing
After years of exploring different terminal emulators, I’ve finally found one that stands out, Ghostty. With its intuitive features, sleek design, and impressive performance, it’s now my daily driver. Here’s why Ghostty might just be the terminal emulator you’ve been waiting for.
How I use GNU Stow to organize my dotfiles
4 mins read
• •#dotfiles
#linux
#ricing
Discover how GNU Stow simplifies the process of managing your dotfiles with symlinks, allowing for clean organization and seamless synchronization across machines.
Setting up a Next.js Project with Essential Best practices
8 mins read
• •#nextjs
#developer-experience
#tools
Learn to set up a Next.js project with essential best practices that enhance code quality, maintainability, and team productivity. This guide covers Prettier, ESLint, Git hooks, and more.