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. -
-
Build bots on Bluesky with Node.js and GitHub Actions
Bluesky is the new social network in town and it’s an exciting place to explore right now. I was fortunate enough to get an invite early on and take part in the early community. But Bluesky is not just a Twitter clone, it’s an application on top of The AT Protocol, a (still being built) federated protocol for social networks with some interesting properties.
-
-
Subscribe
To keep up with posts on this blog, you can subscribe via RSS or follow me on DEV.