TIL
How to Automate Github Releases with Github Actions (Continuous Deployment)
April 21, 2021How to Automate Github Releases with a Github Actions pipeline for Continuous Deployment
In Javascript, what excutes first: Class Properties or the Constructor?
November 29, 2020A short blog post where I document my approach to finding a solution to a question I had.
How to make a actual sleep function in Javascript
October 17, 2020How to make a actual sleep function in Javascript
How to Auto Refresh an HTML page without Javascript
September 30, 2020How to make a website auto refresh without Javascript
Squashing GIT Commits
September 13, 2020How to use the --squash flag on git merge
Mocking Axios with Jest
August 24, 2020How to Mock Axios with Jest
Continuos Deployment of a Static Site to GitHub Pages
August 17, 2020How to easily setup a CI pipeline with github actions to deploy a Static Site (e.g. React or Gatsby) to Github Pages
Renaming branches
August 17, 2020How to rename GIT Branches locally and remotely
How to setup Absolute Imports in a Typescript project
August 16, 2020How to setup Absolute Imports in a Typescript project