Browsing Tag
database
180 posts
How to Set Up Laravel with PostgreSQL (Step-by-Step Guide)
In this article, we’ll focus on how to set up a new Laravel application with PostgreSQL as the…
Creating Gold Image from existing installed software(GI HOME and Oracle HOME)
Consider a situation where you need to repeatedly install an already-installed software, which also has several applied patches,…
TravelMate AI: Real-Time AI Travel Planner Powered by Redis Stack
This is a submission for the Redis AI Challenge: Real-Time AI Innovators. What I Built TravelMate AI is…
Creating Materialized View with FAST REFRESH
Part 1 – Implementation: Creating Materialized View with FAST REFRESH To enable FAST REFRESH in a materialized view,…
Become a SQL Scientist: Explore Every Layer of Table Metadata in SQL Server
Become a SQL Scientist: Explore Every Layer of Table Metadata in SQL Server “If you want to master…
From JSON to BSON: The Data Format MongoDB Actually Uses
If you’ve worked with MongoDB or other document-based databases, you may have come across BSON. It sounds similar…
I Built a Free CSV Toolkit That Runs Everything in Your Browser (No Signups)
TL;DR: You can run SQL on CSVs, ask questions in plain English, compress massive CSVs, analyze JSONPaths, generate…
Best Oracle Database Design Tools in 2025
When you’re looking for a database design tool, it’s not just for fun – you actually need one!…
Postgres is Too Good (And Why That’s Actually a Problem)
We need to talk about something that’s been bothering me for months. I’ve been watching indie hackers and…
Database Connection in Python, Go, and JavaScript
Databases are an essential part of almost any project today. Database interactions are especially familiar to system and…