When working on a JavaScript project, there are two common commands that are used to install dependencies: npm install and np...
Read moreJavaScript
To get a random element from an array, you can use a couple of Math functions to generate a random index and retrieve a value...
Read moreIn the previous instalment, we created a reactive function that accepts an object and returns a new Proxy instance. If you're...
Read moreIn this short series of blog posts, I'm going to be showing you how reactive JavaScript frameworks such as Alpine.js and Vue....
Read moreFor anyone who has used PHP before, you're probably familiar with the array_unique() function. You would use it like this: ar...
Read more