🚀 Launched DevPick !.A one-stop app to explore & compare tech—from React vs. Vue to Postgres vs. Mongo to TensorFlow vs. PyTorch ⚡.👉 Try it: Built with Next.js + Supabase. Feedback welcome ❤️
postgres MCP + mermaid/notebooks have completely replaced database clients for my ad-hoc data analysis. being able to query data from my db and visualize it directly in cursor makes everything so much easier. here’s my setup:
I've just finished building a todo application as my first project to learn axum. It uses a Postgres and is structured with an MVC architecture. While it's a simple work, I'm happy to get all the pieces to work together. Roast the code guys .Github:
Let’s talk about Postgres scan types. Most of us have been in EXPLAIN and read some plans. Here’s some details about the different scan types and a diagram for thinking about how they work. ❖ Sequential scan: reads the entire table, row by row checking to see what matches the