That Code Review with OLlama and Qwen 2.5
A guide to using a PowerShell script with Ollama and the Qwen 2.5 model to perform AI-assisted code reviews on PostgreSQL database migration scripts.
A guide to using a PowerShell script with Ollama and the Qwen 2.5 model to perform AI-assisted code reviews on PostgreSQL database migration scripts.
The author details migrating a Django SaaS app's database from Heroku's Postgres to SQLite as part of a move to DigitalOcean.
A guide on migrating from Redis to Valkey on Ubuntu 24.04, covering installation and configuration as a drop-in replacement.
The article details the process of converting a Postgres database to SQLite as part of a cloud migration strategy for a SaaS project.
A tutorial on migrating an on-premise MySQL database to Google Cloud SQL using Google's Database Migration Service for minimal downtime.
The author details their migration from a Postgres cluster to a distributed SQLite setup using LiteFS for their personal website.
A technical guide on optimizing SQL bulk insert performance in C#, comparing methods from simple loops to high-speed SqlBulkCopy.
Announcing two technical sessions at the virtual PASS Summit 2020: migrating SQL Server to Azure VMs and using Columnstore Indexes.
Explains SQL Server licensing options and compliance steps when migrating virtual machines to Microsoft Azure.
Announcing a SQLBits 2020 workshop on migrating, optimizing, and running SQL Server workloads on Azure Virtual Machines.
A technical guide on using SSH and Linux pipes to stream and copy a MongoDB collection from a remote server to a local Docker instance.
Covers best practices for migrating Microsoft SQL Server databases to AWS, including hybrid architecture and migration methods like AWS DMS.
A guide on migrating an existing Amazon DynamoDB table to a Global Table, including architecture and steps using infrastructure-as-code tools.
A tutorial on migrating a React Firebase app from the Realtime Database to Cloud Firestore, highlighting the benefits and process.
A developer updates Django data models, adds data to templates, writes tests, and creates database migrations in this coding stream recap.
Resolving Flyway migration errors in SQL Server due to non-empty schemas and leftover global assemblies.
A technical guide on cloning a Ubiquiti Unifi controller's MongoDB database to a separate server using mongodump and mongorestore.
A guide to using SQL Server's SWITCH operation to quickly modify schema on massive, non-partitioned tables with billions of rows.
Explains a behavioral change in sp_executesql between SQL Server 2005 and 2008 when executing parameterized stored procedure calls.
Explains why a MongoDB database often uses more storage space than a relational database for the same data, detailing factors like ObjectIds and key names.