tl;dr; To solve Spotlight using hundreds of Gbs, boot in recovery mode and delete its folder: rm -rf...
If you're using Firebase, Next.js, Vercel, firebase-admin, and if you've been Googling for the past...
Hey there dev community, I always wanted to build this: an app that lists and summarizes all the...
This post explains how to create a Next.js API route to handle Slack incoming requests (interactive actions, events) with Next.js
Umami is a self-hosted open-source alternative to Google Analytics. It provides simple and fast website analytics for your projects.
This article explains how to deploy AWS services like databases, crons and background jobs. To be used on your Jamstack application like a Next.js project deployed on Vercel.
This article explains how to enable network throttling to simulate various bad connections when loading a website in Safari on iOS
Next.js is a React framework with pre-rendering abilities. This means that for every page, Next.js...
This article explains how to use NProgress to show a top progress bar whenever a fetch or Router event is ongoing in Next.js with React and JavaScript applications in general
This article explains how to check that all props passed down to your React components are the right ones, so you never wonder why something is not working
This post explains how to display a currency exchange rate for a specific date in Google sheets
How to do upserts in Knex.js (PostgreSQL)
JavaScript library template to focus on ⌨️ coding, 🙌 collaborating and 🚀 shipping
This article explains how to setup your developer environment so you can debug your Next.js application using Visual Studio Code or Chrome DevTools
Since the release of GitHub actions I always wanted to setup a continuous integration using GitHub ac...
This article walks you through the various ways to store and read configuration values in Ruby On Rails. How to and should you use credentials? Environment variables or configuration files?
This article explains how to create a custom OmniAuth strategy and then load it using Devise. This allows you to easily develop your strategy without having to create a gem.
Learn how to best configure VS Code for Ruby and Ruby On Rails development
A simple list of online tutorials and books if you're thinking about learning Ruby and Rails 6
Learnings and notes from a JavaScript developer trying out Ruby and Ruby on Rails 6 for the first time.