Published onSeptember 2, 2025Lag Function: Access data in a previous row in the same result set without having to join the table to itself.databaseswindow-functionssqlpostgresHow to use the SQL LAG window function to compare current and previous row values, with practical query and table output.
Published onAugust 10, 2025How Do I Clone a Remote PostgreSQL Database to Another Remote Database?postgressqldatabasesdevopscloudquestionguideStep-by-step guide to cloning tables or data from one remote PostgreSQL database to another using pg_dump and psql.
Published onAugust 9, 2025How Do I Dump and Restore a Remote PostgreSQL Database to a Local Database?postgressqldatabasesdevopscloudquestionguideStep-by-step guide to dumping a remote PostgreSQL database or schema and restoring it to a local database using pg_dump and pg_restore.
Published onJune 12, 2020Project: Royal Stock Exchange(RSE) - How to Scale Our System to Millions? - Part 4projectsqlrediselasticsearch10,000 ft overview on how we plan to scale to our first 1,000,000 concurrent users
Published onJune 11, 2020Project: Royal Stock Exchange(RSE) - First "Demo-able" Work - Part 3projectflutter.NETsqlBasic functionality of a stock exchange including Carousel Ticker, Line & Candlestick Charts, Portfolio page/screen & more.
Published onJune 1, 2020Project: Royal Stock Exchange(RSE) - Seeding Stock Market data in SQL - Part 2projectsqlsql-serverSeeding database records for our clients, understanding our records data types, and validating/designing relationships between resources.
Published onMay 20, 2020Project: Royal Stock Exchange(RSE). Building a Full Stack Stock Exchange - Part 1projectflutter.NETsqlentity-frameworkBuild a stock exchange with .NET, Entity Framework, Flutter, Azure & more. Write backend code in C# & frontend using Flutter
Published onJuly 22, 2015Mastering PostgreSQL: Beyond Basic SQLdatabasessqlpostgresqlLearn how PostgreSQL extends standard SQL with advanced features, reliability, and open-source flexibility. This guide covers practical commands, differences from generic SQL, and tips for effective database work.