My quiet little corner
A Tech blog for modern app stuff
The terminal is one of those tools that I use everyday, so learning a bit more about and spending some time configuring it can lead to a huge amount of time saved in the long run.

More Stories
An Introduction and Reference to Docker
Docker is an awesome tool for setting up and configuring servers. It's definitely the coolest tech thing to happen this decade. Here I go over cool things you can do with docker, and how to start using docker in your own project.

Audio Visualizer
HTML5 has made the web cooler than ever. One of the things HTML5 has brought is the audio api and the ability to draw based on this data on the canvas. Here I go over how to draw graphs using canvas and the web audio api.

CSS pseudo-elements The ::before and ::after
How far can you take a single div. In this article, I go over using the before and after pseudoselectors to style divs.

Modern Authentication
Security has become an essential service for any modern application. So, it has much more important than ever to question the first line of defence for every application, Authentication! This article covers a discussion about how mdoern authentication is implemented
