Other Development Goodness Woke in Other Development The difference between libraries and frameworks The concept behind frameworks and libraries is to provide reusable code that you can use to perform everyday tasks so... 24 March 2023 18 min read
T-SQL Programming Greg Larsen in T-SQL Programming Paging Data in T-SQL Sometimes when working with very large sets of data, you may not want to return all of the data at... 20 March 2023 10 min read
Oracle Chandra Rawat in Oracle The SELECT Statement in Oracle The SELECT statement is used to retrieve information from a database. Following the execution of a SELECT statement, a tabular... 16 March 2023 19 min read
PostgreSQL Henrietta Dombrovskaya in PostgreSQL Are PostgreSQL memory parameters magic? Configuration parameters are the most mythical creatures in the world of PostgreSQL. Ordinary PostgreSQL users often do not know that... 13 March 2023 10 min read
Featured Aaron Bertrand in Featured Build a Better WordPress Archives Page Using MySQL I recently wrote about a way to generate visual, interactive calendars in HTML by combining a calendar table with data... 10 March 2023 15 min read
Editorials Louis Davidson in Editorials Why a monitoring tool is an essential tool for growing server estates When I was a DBA involved with the management of a large number of database servers, I didn’t have many... 07 March 2023 5 min read
MySQL Robert Sheldon in MySQL Python MySQL: How to Query & Retrieve Data Learn how to connect to MySQL from Python and retrieve data using MySQL Connector. Covers connections, cursors, fetchall/fetchone, parameterized queries,... 02 March 2023 19 min read
Theory and design Joe Celko in Theory and design Getting Out of Character In this article, Joe Celko gives us a history of the different character sets that are used in computing and... 28 February 2023 13 min read
T-SQL Programming Aaron Bertrand in T-SQL Programming 40 Common Stored Procedure Problems in SQL Server Review 40 real stored procedure problems in SQL Server: naming conventions, error handling, NOCOUNT, temp table usage, sargability, schema binding,... 23 February 2023 22 min read
Ryan Booz PostgreSQL Object Ownership and Default Privileges: A Practical Guide Solve PostgreSQL permission problems: understand object ownership, the ALTER DEFAULT PRIVILEGES command, and how to configure permissions so multiple developers... 21 February 2023 16 min read
Data Science Sanil Mhatre in Data Science Azure Machine Learning Introduction: Part 1 Overview and prep work The five-part series is designed to jump-start any IT professional’s journey in the fascinating world of Data Science with Azure... 15 February 2023 21 min read
Other Development Goodness Woke in Other Development Firebase and Supabase: Key differences you need to know The tools classified as “Realtime Backend / API“, or tools that can rapidly process an API call and in this... 09 February 2023 26 min read
Learn SQL Server Greg Larsen in Learn SQL Server Using TOP clause in a SELECT statement There might be a time when you might want to return just a few rows of a result set, instead... 06 February 2023 11 min read
PostgreSQL Grant Fritchey in PostgreSQL PostgreSQL Constraints: Learning PostgreSQL with Grant One of the most important aspects of data management is the ability to ensure that the data in your database... 02 February 2023 23 min read
MySQL Lukas Vileikis in MySQL Optimizing Queries in MySQL: Optimizing Reads Optimizing read operations is one of the most prominent problems concerning any database administrator. No matter what kind of database... 31 January 2023 28 min read
AWS Camilo Reyes in AWS AWS Lambdas with C# Serverless computing is pushing C# to evolve to the next level. This is exciting because you pay-per-use and only incur... 25 January 2023 14 min read
Testing Louis Davidson in Testing Testing before coding: shifting farther left A term I have only recently learned is "shift left testing." You can read more about this on Wikipedia here.... 23 January 2023 5 min read
PostgreSQL Ryan Booz in PostgreSQL PostgreSQL Roles and Privileges: Users, Groups, GRANT Syntax, PUBLIC Role, and Best Practices Complete guide to PostgreSQL roles and privileges - creating user roles and group roles, the PUBLIC role, granting privileges with... 19 January 2023 20 min read
Learn SQL Server Greg Larsen in Learn SQL Server Manage Data Over Time with SQL Server MERGE Statement Once data is in a table it needs to be maintained. New records will need to be added, and existing... 17 January 2023 13 min read
PostgreSQL Grant Fritchey in PostgreSQL Index Types in PostgreSQL: Learning PostgreSQL with Grant As with any other relational data management system (RDBMS), PostgreSQL uses indexes as a mechanism to improve data access. PostgreSQL... 09 January 2023 15 min read