Getting started with esbuild

Bundling JavaScript applications takes time and can be complicated. A single bundling process doesn’t take a lot of time, but in your development process, the bundling processes add up and they can add a significant delay to your development pipeline. … more Read More

GitHub will require 2FA for some NPM registry users

In light of two recent security incidents impacting the popular NPM registry for JavaScript packages, GitHub will require 2FA (two-factor authentication) for maintainers and admins of popular packages on NPM. The 2FA policy, intended to protect against … more Read More

Vue.js implementation of the famous Game of Life game

Game of Life Vue.js implementation of the famous Game of Life game by John Horton Conway View Demo View Github Time de desenvolvimento Gabriel Izoton Mateus Santos Desenvolvimento Local npm install npm start Para uma melhor experiência de desenvolvimento … more Read More

React Native Image Gallery with Thumbnails

React Native Image Gallery with Thumbnails Features Image gallery with thumbnails Made with PanResponder , no external dependencies Written in Typescript If you’re looking for Image caching visit @georstat/react-native-image-cache Default Gallery Preview: … more Read More

Basic dashboard that connects to a REST API using Vue.js

RouterDevs Basic dashboard that connects to a REST API using Vue.js ⬆️ Status ✔️ The main phase is complete 🚧 Automation and design phase are under construction Demo 💻 Prerequisites Before starting, you will need to have the following tools installed … more Read More

A powerful frontend part with Vue.js 3 and Supabase

User dashboard for Komentory project A powerful frontend part with Vue.js 3 (TypeScript) and Supabase for authorized users of the Komentory project. Quick start Install npm dependencies: npm install Run dev server: npm start Update all npm dependencies: … more Read More

Currency Converter Project in VUE.js

CURRENCY CONVERTER Currency Converter Project in VUE.js. Desenvolvimento O proposito desse projeto e de um conversor de moeda, ao qual só basta o usuário digitar o valor para que o mesmo seja convertido. Esse Projeto foi feito em VUE.js. Como usar Primeiro … more Read More