Upgrading Heroku Postgres Plan
Upgrading Heroku Postgres Plan
Upgrading Heroku Postgres Plan
What is the difference between a Library and a Framework?
What is the differenct between git merge and git rebase?
Modern web applications rely a lot on JavaScript, and different elements on a page may need to communicate with other elements. What happens if those elemen...
As a software developer you will inevitably have to debug some piece of code you wrote months if not years ago, or code from a colleague that is no longer pa...
The following is my solution to a coding challenge I’ve come across. I’ve implemented it in JavaScript since that is the language I am most comfortable with...
Over the past few weeks businesses and people have been scrambling to adjust to a work from home way of life. People went searching for ways to communicate ...
I am a big fan of zsh, so much so that part of my setup script contains instructions to install it and set it as the default shell.
A palindrome is a word, phrase, number, or other sequence of characters which reads the same backwards as it does forward.
Here is a quick and easy way to filter all unique values from an array using the Array.filter and Array.indexOf methods.
The following is my solution to the Staircase problem. I’m using String.prototype.padStart to add the appropriate number of spaces in order to build the rise...
At my current job we work a lot with collections, and one of the operations we run is pulling certain items from the collection based on some combination of ...
The Eliminating Abusive and Rampant Neglect of Interactive Technologies (EARN IT) Act is a bill that would allow the government to ban encryption on commerci...
One of the first things I do when I install a fresh version of a Web Browser, is change the Default Search Engine to DuckDuckGo. I have been slowly moving t...
After many years of recommending younger developer to start their own blog, I am finally taking my own advice.
I’ve recently been introduced to the Intl object, which is used as the namespace for the ECMAScript Internationalization API. It has a neat object called Da...
BSDCoin — Big Sky Dev Coin
This guide was originally written for enotes.com development setup
This post was originally written for the enotes.com engineering blog.
This post was originally written for modernweb.com but never published.