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.
Subscribe
To keep up with posts on this blog, you can subscribe via RSS or follow me on DEV.