Logo
Login
Tech Posts 31249
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

dynq: a free analytic query and data processing CLI tool for DynamoDB

https://github.com/benward2301/dynqI wanted a tool that can execute parallelised queries of arbitrary complexity against a DynamoDB table, without the need for scripting or propagation. I could not fi...
07.04.2025 0 Read More

Find your celebrity soulmate with the magic of vector search

Find your celebrity soulmate with the magic of vector search
Author: Caroline MortonHave you ever wondered how to find someone or something that’s most like you, whether it’s a roommate, someone who shares your Christmas traditions, or even a celebrity? Vec...
07.04.2025 0 Read More

How to Handle PostgreSQL Cursors in Java: A Practical Guide

How to Handle PostgreSQL Cursors in Java: A Practical Guide
It could be a little difficult to use PostgreSQL cursors, especially if you need to use them in Java applications. If you've worked with relational databases and experimented with PL/SQL (Oracle's p...
07.04.2025 0 Read More

PgDog: Your New Best Friend for PostgreSQL Management

Quick Summary: 📝 PgDog is a Rust-based transaction pooler and logical replication manager designed for horizontal scaling of PostgreSQL. It offers features like load balancing, transaction...
07.04.2025 0 Read More

Beyond SQL: How Convex Reimagines the Modern Database — A ClarityText Startup Story

Beyond SQL: How Convex Reimagines the Modern Database — A ClarityText Startup Story is a guest Stack Post from the community Convex Champion, Matt Luo.To someone new to Convex, it might look like Co...
07.04.2025 0 Read More

Oracle 23ai — Automatic SQL Transpiler Feature

Oracle 23ai — Automatic SQL Transpiler Feature
As you may know, using a function in an SQL statement causes a context switch between the SQL engine and the PL/SQL engine. Frequent context switches can negatively impact database performance.To impr...
07.04.2025 0 Read More

A Guide to Cleaning and Organizing Customer Data

In the digital age, customer data has become the cornerstone of successful business strategies. It fuels personalized marketing campaigns, informs critical business decisions, and significantly enhanc...
07.04.2025 0 Read More

Easily Manage Your RDS Database with phpMyAdmin – Here’s How!

If you're managing databases on AWS RDS and missing the friendly UI of phpMyAdmin, you're not alone! While RDS doesn’t allow direct installation of phpMyAdmin, there’s a smart workaround — and i...
07.04.2025 0 Read More

Solving the OLTP-OLAP Divide: PostgreSQL B-tree and Hash Indexes for Columnar Data

Solving the OLTP-OLAP Divide: PostgreSQL B-tree and Hash Indexes for Columnar Data
What if you could get 1,185x faster lookups without sacrificing your columnar storage benefits?TimescaleDB's hypercore engine accelerates real-time analytics through its hybrid storage system: a rowst...
07.04.2025 0 Read More

The Mechanics of SELECT FOR UPDATE in SQL

The Mechanics of SELECT FOR UPDATE in SQL
SELECT FOR UPDATE is a row-level locking mechanism in SQL used to lock the rows retrieved in a transaction.Its purpose is to prevent other transactions from modifying or acquiring locks on these rows,...
07.04.2025 0 Read More
Loading...
#reading
Angular Library SVG Icons: my battle
0
Create a Cool Music Chart Site with Deezer API 🎧 (No Backend Needed!)
0
Zed Run: Indie Hacking and NFT Innovation on the Digital Racetrack
0
How to Build an Effective Cyber Security Testing Strategy
0
WordPress Recovery Mode: Troubleshooting Critical Errors and Restoring Your Site
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
1
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
How to Run DeepSeek Locally Using Ollama
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0