(Sergiy Yevtushenko) Every application lives in the real world, and the real world is not perfect. So even the ideal, bug-free application is doomed to deal with errors from time to time.
Community
Transforming data management procurement into a fun practice
(Kevin Oliver) Let’s be honest: no one wakes up in the morning excited to go through a procurement process. This reaction can be particularly true where data management is concerned. When quick responses to market changes are necessary, it’s essential to be able to adjust your architecture rapidly w
Exposing Cosmos DB change feed from ASP.NET Core – Revisited
(Tomasz Pêczek) Just over a year ago I’ve written about exposing Cosmos DB change feed from ASP.NET Core.
A Months-Long Journey Of Incrementally Increasing Performance Of A Lucee CFML 5.2.9.40 Service
(Ben Nadel) The last two-and-a-half months of my life have been bananas! They’ve also held some of the most rewarding work that I’ve done in a some time.
Troublesome Client-Side Blazor WebAssembly 3.2 Previewed Ahead of May Debut
(David Ramel) Blazor WebAssembly, the troublesome client-side component of Blazor, is out in a v3.2 preview ahead of its expected May debut as it plays catch-up with the rest of ASP.NET Core.
MySQL GTID: restore a master from a replica’s backup
(Frederic Descamps) To avoid infinite replication loops MySQL doesn’t allow you to have log_slave_updates and replicate-same-server-id.
How To Automate Killing Inactive Sessions With Resource Manager
(Matheus Boesing) Are you manually (or via a script) killing idle sessions on your database?
Machine Learning Evaluation Measures
(brendantierney) When developing machine learning models there is a long list of possible evaluation measures.
Initialising PL/SQL associative arrays in 18c and later
(Martin Bach) I can never remember how to initialise PL/SQL associative arrays and thought I’d write a short post about it.
Building and Consuming a REST API with Angular 9: Sending GET Requests with HttpClient and Services by Example
(Ahmed Bouchefra) In this part of our Angular 9 tutorial, we’ll build a fake REST API backend for our Angular frontend using json-server and faker.js and next, we’ll see how to create a service to send GET requests to our backend to fetch and consume data which will be rendered in the home component