André KönigforAndré Königandrekoenig.hashnode.dev·Nov 8, 2023Hybrid SQLiteWouldn't it be amazing if retrieving data from a database were instantaneous? So much so that it felt as though the actual data was directly embedded into the user interface? You might wonder, why the focus is on reading data. Web-based systems are p...Discuss·63 readsSQLite
James Sinkalaxinnks.hashnode.dev·Sep 19, 2023Create a distributed API for your e-commerce store using Cloudflare and TursoIn the world of eCommerce, every millisecond of latency matters. Creating a fast, reliably performant solution for end users can help drive sales. Fortunately, it’s easier than ever to do this. In this blog post, we are going to learn how to create a...DiscussEverything Edgeturso
James Sinkalaxinnks.hashnode.dev·Jul 13, 2023A/B testing use case with TursoA/B testing is a user experience research methodology that consists of a randomized experiment that usually involves two variants A and B. A/B tests are a methodology that help test hypotheses that creators might have concerning user behavior to new ...DiscussEverything Edgeturso
James Sinkalaxinnks.hashnode.dev·Jul 11, 2023Create a shopping cart using Qwik and TursoA shopping cart is an e-commerce software that enables visitors to purchase items on the web. It is one of the most prevalent programs that users of the web come across. If your company sells things online, you’ve likely purchased, built, or subscrib...DiscussEverything EdgeQwik
James Sinkalaxinnks.hashnode.dev·Jul 5, 2023Deploying a web app built with Qwik and Turso on NetlifyUnless we are tweaking around or playing with new tech for the sake of learning, most times we are working on products that we ultimately would like to share with the rest of the world. In such scenarios, services such as Netlify are among the househ...DiscussEverything EdgeNetlify
James Sinkalaxinnks.hashnode.dev·Jun 24, 2023Creating a newsletter manager with Turso and QwikA newsletter is an email marketing strategy tool used by individuals, publishers, organisations, businesses to share valuable information and engaging content with their customers, helping in promoting sales and driving traffic to their websites. In ...DiscussEverything Edgewebdev
Ahmet ALMAZnews47ell.hashnode.dev·Jun 2, 2023Real-time page views with Next.js, Turso and Drizzle ORMThis article Real-time page views with Next.js, Turso and Drizzle ORM was originally posted on News47ell.com. For more articles like this, click here. If you're searching for a simple and effective method to incorporate real-time page views into you...Discuss·35 readsNext.js
Brighton Mboyabrighton.hashnode.dev·May 13, 2023Using Turso DB with NextJSTurso is the new database that allows you to deploy your database easily to the edge. It solves the co-location problem by replicating the database to different regions, and the replicas are always in sync with one primary. Turso is built on top of l...Discuss·73 readsNext.js