ooh.directory
Visit this blog philna.sh/blog
A developer, speaker, blogger, developer advocate, sausage dog owner and beer lover.
Any gaps could be due to errors when fetching the blog’s feed.
Grouping items in an array is one of those things you've probably done a load of times. Each time you would have written a grouping function by hand or perhaps reached for lodash's groupBy function. …
With the recent release of version 20.6.0, Node.js now has built-in support for .env files. You can now load environment variables from a .env file into process.env in your Node.js application completely dependency-free. Loading an …
Generating pagination links is not as straightforward as it may seem. So, while rebuilding my own site with Astro, I released a <Pagination /> component on npm as @philnash/astro-pagination that anyone can use in their …