Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Laravel is a popular PHP framework known for its simplicity and power. It allows developers to create...
Remember that scene in The Dark Knight where the Joker makes a pencil disappear? Or that...
I’m currently building my first Tauri app and needed a persistent data storage solution. After some...
Run an SQLite-powered Celery broker in your Django application.
Desenvolva a API DessaVezEuNaoEsqueco. No meio desse desenvolvimento, vamos mergulhar nos conceitos...
Originally published on my blog: Streamlining Your Rails 8 App: Migrating from Postgres to...
As developers, we use databases all the time. But how do they work? In this series, we'll try to...
Howdy, In This Article We Will See How To Install Sqlite On Windows OS. Installing...
I still can't express enough how useful SQLite is, when i need a db for small and experiments stuff,...
Cloudflare D1 + Drizzle ORM Setup Guide This guide explains how to set up Cloudflare D1...
Introduction PHP and SQLite are a powerful combination for lightweight web applications...
I recently got to hang with Jamie Barton (@notrab) from the Turso team. We discussed Multitenant...
Recently, I started migrating my monolith project to a Cloudflare Worker. At the same time, I decided...
This blog post demonstrates how to create a lightweight GraphRAG system using SQLite, combining document processing with graph-based retrieval. Learn how to extract and manage entities and relationships in SQLite, use centrality measures to enhance query accuracy, and visualize your graph data with D3.js. This tutorial is ideal for intermediate developers seeking a scalable solution for small-to-medium datasets.
As a developer working on APIs or front-end applications, you need data in your database to test API...
FastAPI has become one of the most popular Python web frameworks, thanks to its speed, simplicity,...
I have been running Django sites in production under heavy load for over 10 years at my day job. We...
Introduction With the rise of LLMs(Large Language Models) and RAG(Retrieval-Augmented...
SQLite is the unsung hero of lightweight databases. It’s embedded in everything from mobile apps and...
في مجال قواعد البيانات يوجد هناك نوعان لنظم إدارة قواعد البيانات (DBMS)...
Managing database changes is critical for any software project. This guide walks you through using...
Introduction After learning that Turso made a Laravel driver for LibSQL I just knew I had...
Hello, long time no see! In this guide I'm going to show you how to use Docker Compose to setup and...
In the previous post, we discovered the SQLite file format and implemented a toy version of the...
Self-hosting shouldn't require a PhD in DevOps. After trying various URL shorteners that demanded...
Sqlite vs Postgresql Sqlite is one of the most deployed database in the world. Its...
I recently completed an SQL challenge on the interviewmaster.ai platform involving a scenario where I...
Building a Simple SQLite Library Manager in Python Managing data efficiently is a key part...
SQLite databases can be prone to corruption like any other database file, with varying degrees of...
Cloud solutions are good for medium and large projects, but too heavy for small personal projects. If...