Skip to content

Tag: javascript

Using Object.fromEntries to make a new Object

Creating a new object from an existing one, or from an array, can have multiple solutions in JavaScript. I ran…

View more

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…

View more

Developing the Postcard Wall

Read more > Developing the Postcard Wall
View more

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…

View more

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…

View more

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…

View more

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…

View more

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…

View more

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…

View more

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…

View more