J. David MendozaHow to setup VueJS 3 with Vite, Typescript, UnoCSS, ESLint (flat config) and PrettierA year later ESLint 9 configuration has changed to something they are calling a flat file. This article uses this new format. If you’re…5d ago5d ago
J. David MendozaGo(lang) Todo App (Part 2)This is part of a series. The database setup is here. With the database setup we will work on building access to the todo data. This is…Sep 25, 2023Sep 25, 2023
J. David MendozaGo(lang) Todo App (Part 1) — Database setupLet’s work on setting up a TODO app with Go. We’re going to do it with a PostgreSQL database on a Debian 12 Linux machine. Let’s start by…Sep 4, 2023Sep 4, 2023
J. David MendozaHow to setup VueJS 3 with Vite, UnoCSS and ESLint/PrettierThis is an updated version of this article. This other article is now 2 years old and I’ve picked up some other tools since then. So now…Aug 31, 2023Aug 31, 2023
J. David MendozaHow to setup Vue 3 with Vite, Tailwind and ESLint/PrettierIf you haven’t heard about vite already, it’s a new developer tool to build your JavaScript projects. We’re going to be using yarn but…Mar 11, 2021Mar 11, 2021