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 38 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
Orta Therox talks wit John, Ward, and Dan about what the latest news is on Typescript and Svelte, how Typescript connects with Svelte, when we should use any, what Sapper is, and what client side data management tools there are for Svelte.
Introducing the LearnShop series! Workshops where you Learn! Join me, Burke Holland and Craig Shoemaker as we Refactor Node.js & Express APIs to Serverless. All skill levels welcome. We provide the code & learn together! Sep 16 8:00 AM PST
Move from an Express API to a serverless architecture. You'll run a Node.js & Express APIs in the sample project. Next, you'll create an Azure Functions app. Then, you'll refactor the Express routes and data calls to use the Azure Functions app. Finally, you'll explore and launch your app.
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.