Creating a new object from an existing one, or from an array, can have multiple solutions in JavaScript. I ran…
Tag: javascript
Using Object.fromEntries to make a new Object
Understanding npm “Could not resolve dependency” installation errors
I am working on a task to upgrade Next.js from version 12.x to 13.x (14.x is out, but I’m not…
Developing the Postcard Wall
Oh no! Someone is incorrect on the internet!
Am I still attacking and gatekeeping and insulting others? Should I just have ignored the post and let the misinformation…
Video review: The Economics of Open Source
Published today, CJ Silverio gave a talk at the recent JSConf EU (with an amazing video turn around time) about…
On learning Go (and transitioning from JS)
I’ve been thinking about writing out why I went looking for a Go programmer position, some feels on making the…
The Multitude of Interfaces
[this post was also posted to Medium] Over the last few years, I’ve taken an intentional direction towards working in…
Object.assign is pretty rad!
It’s come up twice in the last couple of weeks, so I thought it might be a good time for…
Simple HTTP requests in Node (no packages)
This was surprisingly difficult to find, so I’m writing a wee blog post about it! I was working on a…
Checking out Create React App: Create React Apps without* Configuration!
I’ve recently used the create-react-app package a couple of times and I’m into it! The create-react-app package is an officially…