(Gunnar Peipman) Times ago I blogged about micro ORM-s. I have been busy through all Covid-19 times learning technical side of DDD and during that I met again my old friend Dapper.
Other News
Implementing Glue ETL job with Job Bookmarks
(Anand) AWS Glue is a fully managed ETL service to load large amounts of datasets from various sources for analytics and data processing with Apache Spark ETL jobs.
Migration methods to Autonomous Database (ADB) – Part I (Data Pump)
(Syed Jaffar Hussain) In this part of on-premise Oracle database migration to ADB series, we will focus on set of tools to migrate your on-prime database to Autonomies database (ADB).
Adding columns to external tables…idiocy?
(Connor McDonald) Let me start with the idiotic part first. That part would be…. me! Smile
Managing Transactions with Spring and Spring Data JPA
(Thorben Janssen) Spring Boot and Spring Data JPA make the handling of transactions extremely simple. They enable you to declare your preferred transaction handling and provide seamless integration with Hibernate and JPA.
Cross Database Transactions on One Server
(Michael J. Swart) So check out this code, what’s going on here?
Angular 10/9 Update Guide with Examples
(Ahmed Bouchefra) In this guide, we’ll learn, with examples, how to upgrade our project from Angular 8 or 9 to the latest Angular 10 version and update the dependencies.
Incremental File Load using Azure Data Factory
(Koen Verbeeck) I want to load data from different flat files stored in Azure Blob Storage to an Azure SQL Database. However, I only want to process new files. Files which already have been processed should be ignored.
Pstress: Database Concurrency and Crash Recovery Testing Tool
(Rahul malik) Databases are complicated software made to handle the concurrent load while making specific guarantees about data consistency and availability.
Static Constructor Failures and Declaration Order
(Rick Strahl) I ran into a weird and hard to identify error today that wasted way more time than I care to admit because you know…