Other Development Jagdish Mohite in Other Development Bots Usage in Artificial Intelligence The usage of bots in artificial intelligence (AI) has gained significant attention and importance in recent years. Bots, also known... 06 August 2023 26 min read
Other Development Ukeje Goodness in Other Development Building REST APIs in Go with Mux and GORM In modern software development, Application Programming Interfaces (APIs) are essential for building scalable and flexible systems. APIs enable applications to... 04 August 2023 9 min read
Database Administration Edward Pollack in Database Administration Run T-SQL Across Multiple SQL Server Databases: A Reusable Solution Run T-SQL across multiple SQL Server databases reliably - without sp_MSforeachdb. Build a reusable solution with database filters, object presence... 31 July 2023 15 min read
MySQL Robert Sheldon in MySQL MySQL SELECT INTO OUTFILE: Export Data to CSV/Text Complete guide to MySQL SELECT INTO OUTFILE for exporting query results to CSV, TSV, and text files. Covers syntax, FIELDS... 27 July 2023 22 min read
PostgreSQL Grant Fritchey in PostgreSQL Querying PostgreSQL: Learning PostgreSQL with Grant Writing queries to retrieve the data from a database is probably the single most common task when it comes to... 24 July 2023 9 min read
MySQL Lukas Vileikis in MySQL Optimizing Queries in MySQL: Optimizing Updates In the previous parts of these MySQL optimization series, we’ve told you how queries work on a high level, then... 20 July 2023 11 min read
Testing Phil Factor in Testing Managing Test Data for Database Development In coming up with a strategy for managing test data, first you need to understand what the many test requirements... 17 July 2023 18 min read
JavaScript Chisom Kanu in JavaScript Microtask Queues in Node.js Event Loop Node.js is a popular JavaScript runtime designed to execute JavaScript code outside the web browser environment. Node.js is built on... 14 July 2023 11 min read
Theory and design Joe Celko in Theory and design The GROUP BY Clause When you’re learning SQL DML, the most complicated clause is typically the GROUP BY. It’s a fairly simple grouping based... 10 July 2023 27 min read
PostgreSQL Henrietta Dombrovskaya in PostgreSQL When PostgreSQL Parameter Tuning is not the Answer So much about parameters tuning, but does it always help? Welcome to the third and final blog of the “magic... 06 July 2023 9 min read
Python Yifei Wang in Python Beyond Personalization, Overcoming Bias in Recommender Systems Recommender systems are ubiquitous in our everyday lives, providing personalized recommendations on social media, e-commerce platforms, and streaming services. These... 03 July 2023 12 min read
Containers and Virtualization Boemo Mmopelwa in Containers and Virtualization Kubernetes Services: What Are They and How to Protect Them Kubernetes is a vast distributed platform that utilizes services to communicate internally and externally. Understanding different types of services and... 29 June 2023 9 min read
T-SQL Programming Greg Larsen in T-SQL Programming SQL Subquery in SELECT: Examples & Syntax Guide Learn how to use subqueries in SQL SELECT statements with practical examples. Covers basic subqueries, correlated subqueries, EXISTS, IN, and... 26 June 2023 15 min read
Other Development Lance Talbert in Other Development The Essential Unity Classes To Know There are several components that make up the Unity game engine, all of which can become important depending on the... 21 June 2023 23 min read
Snowflake Pankaj Gupta in Snowflake Snowflake: A Cloud Warehouse Solution for Analytics This article explains what Snowflake data warehouse is and how it is different from other traditional data warehouses. This article... 19 June 2023 19 min read
Robert Sheldon MySQL Transactions: BEGIN, COMMIT, ROLLBACK, Autocommit, and Exception Handling in Stored Programs A practical guide to MySQL transactions - BEGIN, COMMIT, and ROLLBACK; autocommit behaviour and when to turn it off; wrapping... 15 June 2023 20 min read
PostgreSQL Grant Fritchey in PostgreSQL Manipulating Data In PostgreSQL: Learning PostgreSQL with Grant So far in the series I’ve shown how to create databases, tables, constraints, indexes and schema. Now, it’s time to... 12 June 2023 13 min read
Oracle Chandra Rawat in Oracle Oracle INSERT, UPDATE & DELETE: Syntax Guide Complete guide to Oracle INSERT, UPDATE, and DELETE statements with syntax examples. Covers single-row inserts, INSERT ALL, INSERT from SELECT,... 09 June 2023 20 min read
Testing Alex Bunardzic in Testing Why Test-Driven Development? (Part 1) Software development is a very tough discipline. Robert Martin (better known as Uncle Bob) holds that software development is the... 05 June 2023 15 min read
Performance Dennes Torres in Performance SQL Server 2022: Capture SQL Anti-Patterns One of the new Extended Event available in SQL Server 2022 is the query_antipattern. This extended event allows to... 01 June 2023 6 min read