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

Learn About Database Architecture: The Full Guide

Introduction Database architecture forms the foundation of any digital system that manages data. It defines how information is stored, accessed, managed, and secured. Whether building a simpl...
26.04.2025 0 Read More

# PostgreSQL Tutorial: 📚 What Really Happens When You Add and Drop Columns 2000 Times in PostgreSQL

PostgreSQL is famous for its robust architecture and SQL standards compliance.But what happens if you keep adding and dropping columns — again and again — 2000 times?Spoiler alert: 🚨 You hit a ...
27.04.2025 0 Read More

How i implemented google oauth in my flask application with supabase

Authentication is often a pain point for users. Nobody wants to create yet another account and remember another password. That's why i decided to implement google oauth for my flask based pdf processi...
27.04.2025 0 Read More

PostgreSQL on OpenBSD: Upgrade 16 to 17 with pg_upgrade

Summary OpenBSD gives us good documentation as a series of the project. (For example, the man pages are cared and kept maintained.) It's applied to principal service packages as well as the O...
27.04.2025 0 Read More

SQL JOINs Explained: Connecting Data Across Tables

SQL JOINs Explained: Connecting Data Across Tables
What are SQL JOINs? In the world of databases, information is often stored across multiple tables to keep things organized and efficient. For example, you might have one table for employee in...
27.04.2025 0 Read More

Spring boot Ecommerce project frontend using ReactJS

Spring boot Ecommerce project frontend using ReactJS
1.Entity: ⛶package com.example.demo.entity; import jakarta.persistence.Entity; import jakarta.persistence.GeneratedValue; import jakarta.persistence.GenerationType; import jakarta.persistence.Id; i...
28.04.2025 0 Read More

PostgreSQL aborts the transactions on error

You may be surprised by this in PostgreSQL: ⛶postgres=!# commit; ROLLBACK postgres=#Yes, I issued a COMMIT but got a ROLLBACK! I'll demo how it happened and how to avoid it. In short, the transactio...
28.04.2025 0 Read More

Building IoT Pipelines for Faster Analytics With IoT Core

Building IoT Pipelines for Faster Analytics With IoT Core
What Is AWS IoT Core AWS IoT Core is Amazon’s managed IoT service that lets you easily connect and manage Internet of Things devices. This can be done using the MQTT protocol, which was spe...
28.04.2025 0 Read More

Zeno DB – A Fresh Take on Offline-First Web Apps with Postgres Sync

Zeno DB – A Fresh Take on Offline-First Web Apps with Postgres Sync
⚡ What Is zeno-db? zeno-db is a tiny but powerful library that handles client-side IndexedDB storage and syncs with a Postgres database on the backend — all in real time via WebSockets.It...
29.04.2025 0 Read More

Connect Any Postgres to Real-Time Analytics

Connect Any Postgres to Real-Time Analytics
TLDR: We built livesync for Postgres to solve the analytics-vs-stability dilemma. Stream data from any Postgres instance directly into Timescale Cloud with zero downtime and no application changes. It...
29.04.2025 0 Read More
Loading...
#reading
Part 1: Getting Started With Linux
0
Automate Tasks with Cron and systemd Timers in Linux
0
Want AI to Actually Understand Your Code? This Tool Says It Can Help
0
Streaming APIs with FastAPI and Next.js — Part 1
0
How to Add a Login Page with SQL for Username and Password?
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0