Coding at Night
@codingatnight
918
subscribers
266
links
A channel for those who deeply love technology.
Download Telegram
Join
Coding at Night
918 subscribers
Coding at Night
https://stack.convex.dev/not-sql
#sql
#database
stack.convex.dev
It's not you, it's SQL
SQL has been a part of computing for a very long time, and SQL-based
database
systems underly most of the world's applications. But recently, develope...
👏
1
Coding at Night
https://build-your-own.org/
#learning
#book
#tutorial
#c
#redis
#database
build-your-own.org
Build Your Own X From Scratch Books
Build Your Own X From Scratch Books: Redis,
Database
, Compiler
Coding at Night
https://avestura.dev/blog/explaining-the-postgres-meme
#postgres
#database
Avestura's Blog
Explaining The Postgres Meme
Have you seen this legendary SQL iceberg meme? Let's talk about it while wearing our PostgreSQL hat!
Coding at Night
https://medium.com/@liranbrimer/nice-to-meet-you-mondaydb-architecture-6d201b41e660
#db
#database
#mondeydb
Medium
Nice to meet you, mondayDB architecture
mondayDB is the new in-house data engine we crafted at monday.com. It shifted the entire organization’s data paradigm, and is by far the…
Coding at Night
https://www.epicweb.dev/why-you-should-probably-be-using-sqlite
#db
#database
#sqlite
Epic Web Dev
Why you should probably be using SQLite
Where you store your application data has enormous impacts on your entire application. There are implications on the entire stack based on what you decide to...
Coding at Night
https://www.thenile.dev/blog/transaction-isolation-postgres
#database
#postgresql
www.thenile.dev
Transaction Isolation in Postgres, explained
Ever dealt with glitches in a SaaS platform where your actions don't seem to sync up? That's often a transaction isolation issue in
databases
. Lets talk about transaction isolation and how they work in Postgres, so you can write reliable and performant code…