In this post, I will document how I automate deploying my docker images to Digital Ocean Kubernetes using GitHub actions.
This has been on my mind for a long time but never had the time to really put it in action, while I am doing the planning for Q4 2021, I decided to add it to my goals. On the 27th of September, I officially obtained the Laravel certification. I will document here the steps that I took, in addition to some information and insights about the exam
The goal of this tutorial to create a command-line application with node js that works globally on cross-operating systems. Just for fun, we will create a simple bitcoin command line that returns the price of the current bitcoin.
I will explain here my approach to wrap any external JS library with Vue components, so these can be used in any part of my Vue js application.