Add a basic page transition for Next.js
August 21, 2020 · 4 minPage transitions are cool and can add that extra layer of polish to your web app. In this post, I'll explain how to add a very basic page…
Page transitions are cool and can add that extra layer of polish to your web app. In this post, I'll explain how to add a very basic page…
I recently started working at a company with a legacy system written in Python, which has also been my first introduction to Python as a…
This article aims to explain the 20% of flexbox that you'll use 80% of the time. What is Flexbox? Flexbox is a way to describe how elements…
In the same spirit as mobile-first and offline-first , I want to write about quality-first. It merely means: start with quality in mind…
For the longest time within the medical profession, new physicians have taken the Hippocratic Oath (or some variation of it) in which they…
So you are finally ready to take the training wheels off of your Flamelink project and take it live. Before you do that, have you set proper…
I recently saw a tweet from a developer stating that he understands the array reduce function, but can not think of many useful use cases…
Disclaimer: this is an opinion piece, feel free to disagree. Having done a good number of code reviews over the past few years and seeing…
The functional programming inspired functions compose and pipe are awesome, but they only work with synchronous functions. I am going to…
TL;DR; You probably don't need it. If possible, implement a service worker to cache front-end assets and serve up your app from a HTTP/…