Tailwind UI menu with stimulus.js and Rails
In this article, you will learn how to create a Tailwind UI menu with Stimulus.js in a Rails application. 🚀👨💻
Long-form thoughts on programming, learning, productivity, and more, collected in chronological order. Mostly notes to myself about how I solved something so I can remember later.
In this article, you will learn how to create a Tailwind UI menu with Stimulus.js in a Rails application. 🚀👨💻
In this article, you will learn how to set up a Rails 7 application with user authentication, payment processing, esbuild, and Tailwind CSS. 🚀
In this article, you will learn how to create a file from base64 PNG dataURL using Ruby, decode it, and handle it with ActiveStorage. 📄✨
In this article, you will learn how to convert SVG files to PNG using JavaScript and HTML canvas, ensuring Google Fonts are correctly rendered. 🎨🖼️
In this article, you will learn how to find and kill running web server processes on a Mac using `lsof` and `kill -9`. 🖥️🔍
In this article, you will learn how to integrate Stripe Checkout with Perl using the community library stripe-perl. 🐪💳
In this Article, you will learn how to troubleshoot and fix common issues with Stripe webhook signature verification, such as different signing secrets, modified payloads, and missing signatures. 🚀
In this article, you will learn how the author undertakes various mental and physical challenges to foster personal growth. 🚀 From fasting to daily exercises, each challenge is a step toward change. 💪
In this article, you will learn how to effectively collaborate with CJ by understanding his background, career journey, working style, and core values. 🚲♥️
In this article, you will learn how to use Pianobar, a CLI tool, to play Pandora without browser tabs. Boost your productivity and enjoy your tunes! 🎵💻
In this article, you will learn how a TV-free January led to more sleep, reading, puzzles, and quality time. Discover the benefits of unplugging! 📚🧩
In this article, you will learn how to effectively search for and secure remote developer jobs. Get tips on networking, blogging, and job hunting strategies. 🌐💼
In this article, you will learn how to handle complex validation scenarios when integrating multiple third-party APIs, ensuring data consistency and compliance. 🚀📊
In this article, you will learn how to generate dynamic sitemaps in Rails, upload them to AWS, and set up redirects on Heroku. 🚀🔧
In this article, you will learn how the JST namespace in Rails + Backbone apps is created through the Sprockets gem, which processes `.jst.ejs` files into JavaScript templates. 🛠️✨
In this article, you will learn how to quickly push your local Postgres database to Heroku using Dropbox. 🚀📦
In this article, you will learn how to open new tabs using JavaScript and explore a custom Chrome extension that simplifies opening multiple Google search results. 🚀
In this article, you will learn how to refactor JavaScript code in a Rails and Backbone project by simplifying models and views, improving code structure, and enhancing testability. 🚀
In this article, you will learn how to solve a Rails edge case using middleware to rename conflicting params in a webhook request. 🚀✨
In this article, you will learn how to implement real-time presence in a Rails app using Pusher and compare it with a custom Node.js service. 🚀