Logo
Login
Tech Posts 31382
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.

Practical Backup and Restore in PostgreSQL using pg_dump and pg_restore

In this article, you will learn how to practically perform backups and restore databases in PostgreSQL using the pg_dump and pg_restore tools. In PostgreSQL, to extract a database or a table into a fi...
11.03.2025 0 Read More

Efficient String Splitting in PostgreSQL: 5 Essential Functions

Splitting strings is crucial for effective text management in PostgreSQL. PostgreSQL offers built-in functions designed to handle string splits elegantly, whether you need arrays for flexible querying...
05.05.2025 0 Read More

How fsync and synchronous_commit Affect PostgreSQL Performance

How fsync and synchronous_commit Affect PostgreSQL Performance
While diving into PostgreSQL's configuration options, two settings caught my attention: fsync and synchronous_commit. At first glance, they might seem like minor toggles, but a closer look reveals the...
05.05.2025 0 Read More

Debugging PostgreSQL with GDB + Visual Studio Code

Debugging PostgreSQL with GDB + Visual Studio Code
In this article, we will explore how to debug PostgreSQL using Visual Studio Code (VS Code). We will assume that you have a client machine (macOS) and a remote Linux environment where PostgreSQL is bu...
19.03.2025 0 Read More

🚀 PostgreSQL Performance Tuning: 7 Must-Know Tips to Supercharge Your Database

🚀 PostgreSQL Performance Tuning: 7 Must-Know Tips to Supercharge Your Database
Is your PostgreSQL database running slower than expected? Poor performance can lead to long query times, high resource consumption, and frustrated users. But don't worry—by applying the right tuning...
19.03.2025 0 Read More

Data Pipeline Tutorial: Synchronizing from MySQL to PostgreSQL Based on Apache SeaTunnel

Data Pipeline Tutorial: Synchronizing from MySQL to PostgreSQL Based on Apache SeaTunnel
This article provides a detailed walkthrough of how to achieve full data synchronization from MySQL to PostgreSQL using Apache SeaTunnel 2.3.9. We cover the complete end-to-end process — from enviro...
20.03.2025 0 Read More

Setting up IntelliSense for PostgreSQL Development

This post builds upon the content presented in our previous two articles, providing further guidance with additional configurations. Building and Running PostgreSQL from Source Code Debugging PostgreS...
20.03.2025 0 Read More

Using VS Code Tasks for PostgreSQL Development

This post builds upon the content presented in our previous two articles, providing further guidance with additional configurations. Building and Running PostgreSQL from Source Code Debugging PostgreS...
21.03.2025 0 Read More

Using TF-IDF Vectors With PHP & PostgreSQL

Using TF-IDF Vectors With PHP & PostgreSQL
Vectors in PostgreSQL are used to compare data to find similarities, outliers, groupings, classifications and other things.pg_vector is a popular extension for PostgreSQL that adds vector functionalit...
27.03.2025 0 Read More

# PostgreSQL Tutorial: 🚀 How to Improve PostgreSQL Database Performance: A Practical Guide

PostgreSQL is a powerful and feature-rich open-source relational database, but like any complex system, its performance depends heavily on how it's used. Whether you're managing a startup app or a lar...
04.05.2025 0 Read More
Loading...
#reading
Doodle Weather Clone
0
A little progress on world building
0
7 Best Terraform Cloud Alternatives for 2025
0
Enhancing Cognitive Performance Through Strategic Auditory Stimulation
0
Power Platform, The Emergency Tool Kit
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0