Blog
-
-
-
-

JavaScript is getting array grouping methods
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
groupByfunction. -
-
-

Node.js includes built-in support for .env files
With the recent release of version 20.6.0, Node.js now has built-in support for
.envfiles. You can now load environment variables from a.envfile intoprocess.envin your Node.js application completely dependency-free. -
-

Easy and accessible pagination links for your Astro collections
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 Astro site. Read on to find out more. -
Subscribe
To keep up with posts on this blog, you can subscribe via RSS or follow me on DEV.