I am sure you might have seen this post doing the rounds recently, titled DigitalOcean’s Hacktoberfest is Hurting Open Source. Despite the spicy post …
If you’re like me, in Aurelia 1 you configured the Fetch client with some defaults, usually inside of your main bootstrap code (main.js/main.ts) where you …
I love StackOverflow and it has significantly contributed to my journey as a developer over the years. As the years have gone by, StackOverflow has experienced …
Recently while browsing Tomsguide, I came across an article claiming that using a VPN provider on Android phones, you can spoof your GPS location in Pokemon Go. …
The Hello Games team who develop the game No Man’s Sky just continue to impress me. Not only did they rescue a highly hyped game that launched to a tonne …
If you work in tech as a designer or developer, there is a high chance the company you work for uses Slack as its internal communication tool of choice. In …
It has been years since CSS Houdini was revealed in 2016 and admittedly, it has been very slow going. Although, since the W3C task force was announced there …
CSS just continues to grow and evolve, much like its cousin Javascript. I thought I would share a few CSS layout properties that are still relatively unknown at …
Some of you probably already knew this, but I only recently discovered this (accidentally) while building a wrapper around Postgresql queries in Node, and my …
I was recently tasked with implementing pagination for an array of values (in some instances, over 2400 of them) and instead of using an existing library, I …