Migrating Vue 2 to Vue 3
I recently converted a second app from Vue 2 to Vue 3, added TypeScript, and swapped from options api to composition api. Here are my notes from the experience
A collection of 17 posts
I recently converted a second app from Vue 2 to Vue 3, added TypeScript, and swapped from options api to composition api. Here are my notes from the experience
You've built an app and you want it to scale. Do you want CI/CD, custom domains, SSL certificates, APIs, global scale of your static assets, authentication, and authorization? Let's take a first look at Azure Static Web Apps.
Try the new gh CLI. It's GitHub on the command line, and it’s now available in beta.
How do callbacks, promises and async/await compare to each other? This article shows the same scenario using each of these three techniques so you can see the differences and choose which appeals most to you.
Have you ever wanted to lazy load an Angular component? Here is a technique you can use with Angular 9.