Tag: javascript

Go to content

2022

Pinia

The friendlier alternative to Vuex in Vue 3

Small overview on this new library and the implications this has on the development of applications in Vue 3.

Angular libraries & Storybook

Generate a component library ready to publish in packages

In this post we are going to create an Angular app with Angular Libraries and Storybook, ready to publish a components library as a package.

2021

CORS & Vite

Fixing CORS problems in local and deploying with Netlify

In today's article we will talk about CORS, configuring proxies with Vite and redirects with Netlify.

GitHub Copilot

Analysis and reflections after 1 month of use

Analysis and reflections after 1 month of use.

PWA & Vite

Development of a Progressive Web App with Vue 3

In this post we are going to develop a boilerplate to develop PWA using Vite as a building tool and Vue.js 3 as a JavaScript framework.

GitHub packages

Create and publish Angular packages in your repository

In this article we will delve into publishing Angular packages using GitHub Packages.

2020

Next.js Commerce

Overview and first steps

In this article we are going to summarize the process of creating, installing and developing a project with Next.js commerce and several simple development examples.

Gatsby and Netlify CMS

All the power of a CMS in JAMstack without leaving your repository

In this article we will talk about Netlify CMS, advantages and issues, setup, and Gatsby integration process.

Basics to start a project in React

VS Code + ESLint + Prettier

With the explosion of JavaScript as a web development language, new tools have emerged to improve the code quality of our projects.