-
Fix the error `Binary not found for version` when installing Node.js using asdf on an M1 Mac
If you are running into the error `Binary not found for version X.X.X` when trying to install Node.js version 14 (or earlier) on your M1 Mac, give this a try.
-
How to use `npm version` to create prerelease tags
A short and quick guide with examples on how to use the npm version command to semantically version your node project with prereleases
-
Add location data to a jpg that is missing it
When you take photos with a camera without a GPS, like say, a DSLR, the photos don't include location data. Follow this guide to bulk add location data to images using `exiftool`
-
Add server side rendered async api calls to your Next.js application that resolve before the initial page load
Add api calls to your application that can all be resolved before the initial render, giving the user (or bot) a fully loaded page right from the get-go.
-
Secure a Next.js application with JWT, and a private route higher order component
Authenticating and securing a Next.js application
-
Create a secured REST Api for a Next.js application using JWT and Golang
Create a secured REST Api using JWT and Golang
-
Flipp, the light up event
At Event Farm, we love throwing cool events with engaging, interactive technology. This was a little something a few coworkers and I created at Event Farm.
-
Can I Poop?
A live view of Event Farm's upstairs/downstairs bathroom occupation status. Keep the window open for a few minutes during week day business hours and watch the room status. It will change without the need of a refresh.
-
Setting Up Laravel Elixir with Foundation 6
Laravel Elixir is a wrapper around a traditional Gulp build system that provides a clean, fluent API for defining basic Gulp Tasks.