Software Development Blog posts
Blog posts
How to replace Airtable public CDN by your own
š±Ā Airtable will drop their public CDN on Nov 8th, 2022. How can we load our Airtable images from our website now?
Oct 23, 2022
Airtable
Software Development
Quick comparison of code and no-code
They are not so different after all. No-code is not a silver bullet, and can quickly become as much of a pain as bad code does!
Apr 8, 2022
Software Development
No-code
A 2021 guide about structuring your Next.js project in a flexible and efficient way
Next.js is very unopinionated about how to structure your Next.js project. Here is a guide that helps a bit!
Jan 21, 2021
Node.js
React.js
Next.js
OSS
Software Development
TypeScript
Migrating Next.js (+Jest/Storybook/Cypress) to use module path aliases, instead of relative paths
Relatives paths get messy, aliases help clean things up and avoid āsubpaths hellā.
Jan 18, 2021
Node.js
React.js
Next.js
OSS
Software Development
TypeScript
Using Storybook 6.1 with Next.js and Emotion 11 ā Advanced usage and best practices
Adding Storybook was exciting, a bit needlessly complicated, but the result is great!
Jan 17, 2021
Node.js
React.js
Next.js
OSS
Software Development
TypeScript