Published inLevel Up CodingRe-implement Redux Part I: There is No MagicEver wonder how Redux really works? We’ll rebuild a functional Redux clone from scratch — no magic, just JavaScript. Learn core concepts…Jun 1Jun 1
Published inLevel Up CodingThe Hidden Power of Postgres Logical Replication: A Step-by-Step GuideStruggling with database scalability, cross-platform sync, or real-time analytics? Postgres logical replication could be your answer. In…Apr 28Apr 28
Published inLevel Up CodingPostgreSQL Index Only Scan and Covering Index: Backend Devs Must KnowEfficient data retrieval is at the heart of database performance, and PostgreSQL’s Index Only Scan is a game-changer. Unlike traditional…Apr 7A response icon2Apr 7A response icon2
Published inLevel Up CodingBasic DNS Resolution for Backend Devs + Quiz!Here we want to have an understanding of what happens after the user types in our website in the browserMar 24Mar 24
Published inLevel Up CodingWhy Knowing TOAST in PostgreSQL is necessary for Backend Devs!PostgreSQL’s TOAST manages large data values. This article explains TOAST, its supported data types, storage strategies (PLAIN, EXTERNAL…Jan 19Jan 19
Published inLevel Up CodingCan We Test Postgres at the Database Level? From Functions to Indexes, Here’s How!When working with complex database features like triggers, functions, and indexes, testing at the database level can boost reliabilityJan 7A response icon1Jan 7A response icon1
Published inLevel Up CodingFull-Text Search in PostgreSQL: Backend Developer Guide — Part 2In Part 2, learn to leverage Trigram indexes, use the similarity function, rank search results effectively, and highlight matches directly…Dec 27, 2024Dec 27, 2024
Published inLevel Up CodingFull-Text Search on PostgreSQL: Backend Developer Guide — Part 1Unlock the power of PostgreSQL full-text search! This article dives into how full-text search works, why B-Tree indexes fall short, and…Dec 15, 2024Dec 15, 2024
Published inLevel Up CodingPostgreSQL Shared Buffer, What Backend Developers Should KnowFor us as Backend Developers it is important to find the optimal amount for shared_buffers depending on the machine resources.Dec 2, 2024A response icon1Dec 2, 2024A response icon1
Published inLevel Up CodingNumber of System Calls in a Simple Nodejs Read FileHow many system call are we making for reading a file and logging it to the Console?Oct 13, 2024Oct 13, 2024