Browsing Tag
database
199 posts
Why Your Enterprise Data Platform Is No Longer Just for Analytics
Key Takeaways The relationship between data and applications is undergoing a fundamental shift. For decades, we’ve moved data…
Similarities Between a Stored Procedure in SQL and a Function in Python
Both SQL stored procedures and Python functions are powerful tools used to automate tasks, structure code, and enhance…
Designing Data-Intensive Applications [Book Review]-The Big Ideas Behind Reliable, Scalable and Maintainable Systems
Introduction Most backend developers eventually reach a point where they realize: learning another framework won’t meaningfully move them…
Building Arenadata’s Engineering Team: Growth Story from the Inside
Company Background Arenadata was founded in 2016 by engineers from Pivotal and Mirantis. The idea for the company…
Why I’m Building My Own Distributed Database
As a backend developer, I’ve worked with Redis, PostgreSQL, MongoDB, and countless other databases. But I always felt…
Bring your own knowledge base: Agent Studio meets SurrealDB
This guest article by Colman Yau, Vice President of Engineering at PolyAI, explores how the integration of our…
MongoDB CRUD Operations — A Hands-On Guide with Student Data
Databases don’t always have to be tables and rows — welcome to the world of MongoDB, where data…
Persisting data in Rust with Heave
As a developer, I often find myself working on small personal projects where I need a quick and…
Indexing, Hashing & Query Optimization in DBMS
We will focus on enhancing query performance in Oracle SQL by using indexes. We’ll create a Students table,…
Mastering Postgres Window Functions for Data Analysis in Supabase
Postgres window functions are a powerful SQL feature that lets you perform calculations across rows related to the…