Vincent Voyer

Vincent Voyer @vvo

About: Building 🏗 https://turnshift.app, Shift Scheduling for Slack Teams. Also: https://nextjsnews.com https://github.com/vvo https://dev.to/vvo Before: JavaScript and support @algolia .

Location:
Nantes, France
Joined:
Jul 3, 2017

Vincent Voyer
articles - 20 total

How to fix Spotlight using hundreds of GBs on your mac

tl;dr; To solve Spotlight using hundreds of Gbs, boot in recovery mode and delete its folder: rm -rf...

Learn More 3 1May 14

How to add Firebase service account json files to Vercel

If you're using Firebase, Next.js, Vercel, firebase-admin, and if you've been Googling for the past...

Learn More 61 13Aug 24 '21

I made an app: Discover how people react to you on GitHub

Hey there dev community, I always wanted to build this: an app that lists and summarizes all the...

Learn More 8 2Mar 8 '21

How to verify signatures from Slack incoming requests with Next.js

This post explains how to create a Next.js API route to handle Slack incoming requests (interactive actions, events) with Next.js

Learn More 14 0Oct 8 '20

Self-hosted analytics with umami on Vercel

Umami is a self-hosted open-source alternative to Google Analytics. It provides simple and fast website analytics for your projects.

Learn More 74 12Aug 20 '20

Coding the Jamstack missing parts: databases, crons & background jobs

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.

Learn More 31 7Aug 19 '20

Enable network throttling on iPhone in 5 steps

This article explains how to enable network throttling to simulate various bad connections when loading a website in Safari on iOS

Learn More 20 1Jun 11 '20

How to solve "window is not defined" errors in React and Next.js

Next.js is a React framework with pre-rendering abilities. This means that for every page, Next.js...

Learn More 348 34Jun 10 '20

Use NProgress with Next.js (Router and fetch events)

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

Learn More 102 8Jun 9 '20

Check for extraneous props in React (and save hours of debugging)

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

Learn More 14 4May 11 '20

Google sheets: get currency rate exchange for a specific date

This post explains how to display a currency exchange rate for a specific date in Google sheets

Learn More 87 7Apr 28 '20

How to do upserts in Knex.js (PostgreSQL)

How to do upserts in Knex.js (PostgreSQL)

Learn More 36 4Apr 26 '20

Releasing `javascript-library-template`

JavaScript library template to focus on ⌨️ coding, 🙌 collaborating and 🚀 shipping

Learn More 13 0Mar 6 '20

5 Steps to debugging Next.js/Node.js from VSCode or Chrome DevTools

This article explains how to setup your developer environment so you can debug your Next.js application using Visual Studio Code or Chrome DevTools

Learn More 49 29Mar 4 '20

A Rails and PostgreSQL setup for GitHub actions (CI)

Since the release of GitHub actions I always wanted to setup a continuous integration using GitHub ac...

Learn More 49 15Jan 10 '20

🤫 Secrets, environment variables & config files: the Ruby On Rails case

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?

Learn More 85 4Dec 16 '19

Devise: create a local OmniAuth strategy for Slack

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 More 13 7Dec 9 '19

👩‍💻 The three extensions you need for Rails development in VS Code

Learn how to best configure VS Code for Ruby and Ruby On Rails development

Learn More 155 8Dec 2 '19

Best modern resources for learning Rails 6 and Ruby

A simple list of online tutorials and books if you're thinking about learning Ruby and Rails 6

Learn More 231 9Nov 19 '19

Rails 6: the missing developer setup guide

Learnings and notes from a JavaScript developer trying out Ruby and Ruby on Rails 6 for the first time.

Learn More 355 27Nov 19 '19