January 2, 2025Jenkins vs GitHub ActionsI recently came across an interesting article by the team at Slack, where they share their experience migrating from Jenkins to GitHub Actions (GHA).
December 29, 2024Where Wizards Stay Up Late: My ThoughtsThe year is coming to an end, and I'd like to share some of the highlights. One of them was the book Where Wizards Stay Up Late.
December 28, 2024How to Use GitHub Actions for CI/CD and Deploy to GitHub PagesUsing GitHub Actions for CI/CD and Automatic Deployment to GitHub Pages
December 28, 2024Managing Multiple GitHub Accounts Using SSHIn this post, we will explore how to configure multiple GitHub accounts on the same local machine using SSH
December 26, 2024Adding Hugging Face Models in Nuxt 3Hugging Face has established itself as one of the leading platforms for developing and using artificial intelligence models, especially in natural language processing (NLP) and computer vision.
December 26, 2024How Reactivity Works in Vue 3Reactivity is the heart of Vue's system and what allows user interfaces to update automatically when data changes.
August 16, 2024Testing a Pinia Store in Nuxt 3 Using VitestTo ensure reliability in Vue.js applications, it is essential to implement effective testing. In this article, we will explore how to build a Pinia store that interacts with an external API and how to write tests to validate its behavior and error handling.
July 4, 2024Exposing Child Methods and Properties to a Parent with defineExposeIn Vue 3, the Composition API offers a more flexible and powerful way to manage component state and methods.
June 3, 2024How to Add or Remove Fields in Firestore Collection DocumentsIn this article we will see how to add and remove fields in the documents of a Firestore collection.
April 14, 2021Create a Public URL for Your Localhost Using NgrokWith Ngrok we can expose a locally running web server to the Internet. This can be useful for testing our projects on various devices such as mobile phones very easily before going to production.
December 14, 2020Save Time Using Mixins - SassSass is a CSS preprocessor that lets you write your style sheets in a more efficient and friendly way. Some of Sass advantages include using loops, conditionals, mixins, and variables.
October 9, 2020Have Your Data Been Compromised Online? Find Out with Firefox MonitorHave you ever heard about online data breaches? You have probably seen news headlines about large companies like Facebook, LinkedIn, and Yahoo suffering massive security breaches. But have you ever considered whether your own personal data has been exposed?