Create a distributed API for your e-commerce store using Cloudflare and TursoHere’s how to create a distributed API for your next e-commerce store using Cloudflare workers and Turso.Sep 19, 2023·13 min read
Understanding Vue.js Single-File Components (SFCs)An in-depth guide to understanding Vue.js Single-File Components.Mar 29, 2023·10 min read
Early impressions of Turso, the edge database from ChiselStrikeI got into the private Beta program of the new ChiselStrike product - Turso, an edge-hosted distributed database based on libSQL - the open-source and open-contribution fork of SQLite. Turso is hosted using Fly.io, meaning you have 26 regions of choi...Feb 13, 2023·9 min read
Nuxt 3 authentication with SupabaseSupabase is the open-source Firebase alternative that presents us with back-end features such as a Postgres database, authentication, Edge functions, Storage, and Real-time subscriptions that we can use to build applications. The interest of this tut...Feb 4, 2023·9 min read
Getting started with Nuxt 3In this post, we are going to learn about Nuxt, one of if not “the” most popular Vue.js frameworks. To be specific, we are going to learn about Nuxt 3 - its latest release codenamed "Mount Hope". As stated above, Nuxt is an open-source Vue.js framewo...Jan 31, 2023·6 min read
Vue.js directives: Form binding and event handlingOne of the most important activities in web applications is form interaction. We use forms for user authentication, providing feedback in the form of comments and answering online questionnaires, rating things such as books or contributing to polls, ...Dec 22, 2022·9 min read
Vue.js Directives: Data Binding in VueMaking the front-end dynamic in web development involves logic that reorganizes or rewrites various nodes of the HTML DOM tree. In simple terms, the HTML in our pages needs to be updated or changed without triggering page reloads. In Vue.js, this is ...Oct 8, 2022·5 min read