T-SQL Programming Itzik Ben-Gan in T-SQL Programming Two-Dimensional Interval Packing Challenge Packing intervals is a classic SQL task that involves packing groups of intersecting intervals to their respective continuous intervals. In... 02 January 2024 17 min read
Other Development Chisom Kanu in Other Development Understanding the Importance of Data Lineage in Modern Data Management Data lineage is a component of modern data management that helps organizations understand the origins, transformations, and movement of their... 28 December 2023 22 min read
PostgreSQL Boris Novikov in PostgreSQL Eager Aggregation in SQL queries Aggregation is a widely used way to summarize the content of a database. It is usually expressed with GROUP BY... 27 December 2023 15 min read
Robert Sheldon in NoSQL Introducing the MongoDB Document MongoDB is a document database. As such, the data is stored as individual documents. A document is a data structure... 26 December 2023 18 min read
T-SQL Programming Aaron Bertrand in T-SQL Programming Counting more efficiently Nearly a decade ago, I wrote a post called “Bad habits : Counting rows the hard way.” In that post,... 20 December 2023 7 min read
Theory and design Phil Factor in Theory and design Using a SQL Tokenizer Imagine this: you have several directories full of SQL script files, and you need to know where a certain table... 18 December 2023 9 min read
BI Dennes Torres in BI Using Spark Jobs for Multiple Lakehouse Maintenance in Microsoft Fabric I have published videos and articles before about Lakehouse maintenance. In this article I want to address a missing point... 17 December 2023 12 min read
MySQL Mercy Bassey in MySQL MySQL Error Log Management in DevOps Operations When it comes to the development and operations (DevOps), one thing stands out as a critical aspect and that is... 14 December 2023 14 min read
PostgreSQL Henrietta Dombrovskaya in PostgreSQL Exploring PostgreSQL Indexes In this blog, we continue our exploration on PostgreSQL indexes which we started here. In that article, we learned what... 11 December 2023 12 min read
.NET Camilo Reyes in .NET AWS Step Functions in C# – Part 2 In part one of this series, I built a state machine which runs in the background to process uploaded resumes... 07 December 2023 12 min read
PostgreSQL Aboze Brain in PostgreSQL Understanding SQL Join Types Understanding how to join the data in one table to another is crucial for any data analyst or database developer... 04 December 2023 32 min read
Bravin Wasike in Containers and Virtualization Deploying a Dockerized Application to the Kubernetes Cluster using Jenkins Jenkins serves as an open-source automation server with widespread application in the realm of software development, primarily focusing on continuous... 01 December 2023 19 min read
T-SQL Programming Aaron Bertrand in T-SQL Programming When an update doesn’t update Tell me if you’ve heard this one before: I changed data from my application, but when I checked the database,... 27 November 2023 5 min read
Containers and Virtualization Jagdish Mohite in Containers and Virtualization Docker Security Principles Overview Docker is an open-source platform that enables developers to automate the deployment and management of applications using containerization. It was... 24 November 2023 14 min read
BI Dennes Torres in BI Source Control with GIT, Power BI and Microsoft Fabric Source control is fundamental when dealing with projects and sharing code between multiple developers. Power BI present some challenges related... 22 November 2023 24 min read
BI Fabriano Richard in BI What is Microsoft Fabric all about? In this article, we will introduce Microsoft Fabric and how it relates to Power BI Premium Capacity we will turn... 22 November 2023 11 min read
T-SQL Programming Aaron Bertrand in T-SQL Programming Strategies for queries against bit columns Recently someone posted a question where they couldn’t quite figure out how to construct a predicate based on a bit... 20 November 2023 7 min read
Other Development Goodness Woke in Other Development Content Management System Architecture A Content Management System (CMS) is a software application that allows users to handle digital content on a website without... 17 November 2023 16 min read
Web Benedict Ampea-Badu in Web Making Accessibility Part of the Design Process – Part 1 Accessibility should not be an afterthought In a world that thrives on connectivity and progress, the concept of accessibility has... 16 November 2023 18 min read
Robert Sheldon in NoSQL Getting Started with MongoDB MongoDB is a scalable database management system that stores data as documents in a collection, rather than as rows in... 13 November 2023 18 min read