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...
I’m currently building my first Tauri app and needed a persistent data storage solution. After some...
Introduction to OpenDAL with SQLite Virtual Tables OpenDAL is a powerful and unified data...
If you're working with a SQLite database, one of the best ways to understand how it's built is to...
Originally published on my blog: Streamlining Your Rails 8 App: Migrating from Postgres to...
Cloudflare D1 + Drizzle ORM Setup Guide This guide explains how to set up Cloudflare D1...
I still can't express enough how useful SQLite is, when i need a db for small and experiments stuff,...
Managing database changes is critical for any software project. This guide walks you through using...
Introduction PHP and SQLite are a powerful combination for lightweight web applications...
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.
Recently, I started migrating my monolith project to a Cloudflare Worker. At the same time, I decided...
في مجال قواعد البيانات يوجد هناك نوعان لنظم إدارة قواعد البيانات (DBMS)...
SQLite is the unsung hero of lightweight databases. It’s embedded in everything from mobile apps and...
Vector search is a game-changer for LLM-based applications, but what if you could do it without...
I have been running Django sites in production under heavy load for over 10 years at my day job. We...
FastAPI has become one of the most popular Python web frameworks, thanks to its speed, simplicity,...
IntelliJ Community + JDBC + SQLITE (or any other database) no build tool required (Maven...
Hello, long time no see! In this guide I'm going to show you how to use Docker Compose to setup and...
Self-hosting shouldn't require a PhD in DevOps. After trying various URL shorteners that demanded...
In the previous post, we discovered the SQLite file format and implemented a toy version of the...
Curious about how I ended up with an invoice nearing $100 for conducting over 20 million Class A...
Sqlite vs Postgresql Sqlite is one of the most deployed database in the world. Its...
SQLite is a lightweight and powerful database engine widely used in .NET applications. Choosing the...
Hello! I’m what you might call a technology enthusiast. When I see a new trend in the tech world, I...
Building a Simple SQLite Library Manager in Python Managing data efficiently is a key part...
SQLite isn't the first database that comes to mind for real-time streaming — but with Python and a...
SQLite databases can be prone to corruption like any other database file, with varying degrees of...
Wolf Fact: With 200M+ olfactory cells housed in the nose, a wolf’s sense of smell is their...
I recently completed an SQL challenge on the interviewmaster.ai platform involving a scenario where I...
Cloud solutions are good for medium and large projects, but too heavy for small personal projects. If...