Logo

dev-resources.site

for different kinds of informations.

Sometimes it's the little things

Published at
10/13/2024
Categories
sqlite
programming
motivation
python
Author
mauricefreund
Author
13 person written this
mauricefreund
open
Sometimes it's the little things

I have recently been in a rut, when it comes to programming. At my job I am currently working on some generative AI stuff (mainly an internal chat bot for my company), but I find it difficult to really get excited about what I am doing.

Generally speaking I've found it difficult to get excited about anything really in the past couple of months. That changed yesterday, however.

I have been looking for things that I could learn about, to improve my dev skills and yesterday I somewhat randomly decided to check out SQLite, after hearing about it a couple of times. I went to the official page to read what SQLite was all about.

And there it was: excitement. I don't know why, but the idea of working with a no-setup database, that is contained in a single file suddenly motivated me to build something with it and I really enjoyed having some motivation to jump into code again.

Granted, what I built was nothing ground braking. I essentially just used Python to read a csv export of all my transactions of my bank account and ingest the data into a SQLite database, so that I can run some analysis on it. But something about the simplicity and the concept of writing a data application without the need for a db setup made it a really joyful experience.

It's funny that working on chat bots that can talk like humans (something that would have been unimaginable to most just two years ago) does not excite me, but a simple tool gets me going just by offering of doing something in an easier way. So much so in fact, that I not only wanted to build something with it but also spontaneously wanted to write about it.

sqlite Article's
30 articles in total
Favicon
Android SQLite Crud Tutorial
Favicon
๐Ÿš€ Building a User Management API with FastAPI and SQLite
Favicon
How to Use SQLite in Vue 3: Complete Guide to Offline-First Web Apps
Favicon
Building a Simple SQLite Library Manager in Python
Favicon
MySQL vs SQLite ุฃูŠู‡ู…ุง ุฃูุถู„ ุŸ
Favicon
How to setup Ghost in a VPS using Docker, Mailgun and SQLite
Favicon
Java JDBC + IntelliJ + SQLite - A Beginner's Walkthrough
Favicon
Cloudflare D1 and Prisma: Not a Good Combination (For Now)
Favicon
How to Query CSV Files with SQLite
Favicon
Deploy FastAPI application with SQLite on Fly.io
Favicon
How to import excel into sqlite only 1 step
Favicon
PostgreSQL vs. SQLite: read & write in multithreaded environment
Favicon
PostgreSQL vs. SQLite: ๋ฉ€ํ‹ฐ์Šค๋ ˆ๋“œ ํ™˜๊ฒฝ์—์„œ์˜ ์ฝ๊ธฐ-์“ฐ๊ธฐ
Favicon
Sometimes it's the little things
Favicon
Tauri 2.0 - Sqlite DB - React
Favicon
SQLite Database Recovery
Favicon
Streamlining Your Rails 8 App: Migrating from Postgres to SQLite
Favicon
I still prefer SQLite for little things you know.
Favicon
How to Build Lightweight GraphRAG with SQLite
Favicon
Can You Create a Product That Makes Money with Wasm?
Favicon
Building a cache in Python
Favicon
Building a RESTful API with Laravel 11, A Completeย Guide
Favicon
In-Memory Database with SQLite
Favicon
Build your own SQLite, Part 2: Scanning large tables
Favicon
Fundamentos para Web APIs com .NET: Uma Introduรงรฃo ao Essencial com Entity Framework
Favicon
Multitenant Database Schemas
Favicon
Use SQLite as a Celery broker in Django
Favicon
Build your own SQLite, Part 1: Listing tables
Favicon
Hosting a simple Laravel application using Turso on Laravel Forge
Favicon
Introducing vectorlite: A Fast and Tunable Vector Search Extension for SQLite

Featured ones: