Blog

January 2, 2025

Jenkins vs GitHub Actions

I recently came across an interesting article by the team at Slack, where they share their experience migrating from Jenkins to GitHub Actions (GHA).

  • Icono de categoría
  • Icono de categoría

December 29, 2024

Where Wizards Stay Up Late: My Thoughts

The 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.

  • Icono de categoría

December 28, 2024

How to Use GitHub Actions for CI/CD and Deploy to GitHub Pages

Using GitHub Actions for CI/CD and Automatic Deployment to GitHub Pages

  • Icono de categoría
  • Icono de categoría
  • Icono de categoría

December 28, 2024

Managing Multiple GitHub Accounts Using SSH

In this post, we will explore how to configure multiple GitHub accounts on the same local machine using SSH

  • Icono de categoría
  • Icono de categoría

December 26, 2024

Adding Hugging Face Models in Nuxt 3

Hugging 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.

  • Icono de categoría
  • Icono de categoría

December 26, 2024

How Reactivity Works in Vue 3

Reactivity is the heart of Vue's system and what allows user interfaces to update automatically when data changes.

  • Icono de categoría

August 16, 2024

Testing a Pinia Store in Nuxt 3 Using Vitest

To 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.

  • Icono de categoría
  • Icono de categoría
  • Icono de categoría

July 4, 2024

Exposing Child Methods and Properties to a Parent with defineExpose

In Vue 3, the Composition API offers a more flexible and powerful way to manage component state and methods.

  • Icono de categoría

June 3, 2024

How to Add or Remove Fields in Firestore Collection Documents

In this article we will see how to add and remove fields in the documents of a Firestore collection.

  • Icono de categoría

April 14, 2021

Create a Public URL for Your Localhost Using Ngrok

With 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.

  • Icono de categoría

December 14, 2020

Save Time Using Mixins - Sass

Sass 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.

  • Icono de categoría

October 9, 2020

Have Your Data Been Compromised Online? Find Out with Firefox Monitor

Have 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?

  • Icono de categoría