(lukaseder) One of the more frequent questions people have when switching from JPA to jOOQ is how to migrate from using JPA’s first level cache?
Community
Allow Only Ajax Requests For An Action In ASP.NET Core
(Bipin Joshi) ASP.NET Core offers attributes such as [HttpGet] and [HttpPost] that allow you to restrict the HTTP verbs used to invoke an action. You can also use HttpRequest object’s Method property to detect the HTTP verb behind the current request.
Errors Thrown In Future Threads Don’t Report Complete Details In ColdFusion 2018
(Ben Nadel) Earlier today, I took my first look at the Future data-type and the associated runAsync() method in ColdFusion 2018.
.NET Core Opinion #1 – Structuring a Repository
(K. Scott Allen) There are numerous benefits to the open source nature of .NET Core. One specific benefit is the ability to look at how teams organize folders, projects, and files.
Configuring node.js application on Azure App Service with Azure Blob Storage
(Kruthi Villivalam) In this article, we will learn about configuring the node js applications deployed on Azure App Services with the Azure blob storage.
How to use mysqlpump for faster MySQL logical backup ?
MySQL 5.7.8 introduced much improved version of mysqldump, It’s called “mysqlpump”, mysqlpump is much faster than mysqldump with parallel threads capabilities, There are many other compelling reasons for choosing mysqlpump over mysqldump,
Bringing Neural Networks to Production using GraphPipe
(Brendan Tierney) Machine learning is a fascinating topic. It has so much potential yet very few people talk about using machine learning in production.
Modify SQLDeveloper connections using Ansible
(ilmarkerm) This post is continuing my previous port about modifying SQLDeveloper preferences with ansible. Building on the same motivation and technique my goal in thist post is to centrally push out and keep updated connection details for SQLDeveloper on client side.
Removing Prior Versions of APEX in a PDB
(Jason Straub) Dimitri Gielis discovered a possible gap in our Application Express Installation Guide about removing prior versions of APEX, when APEX is installed locally in a PDB. I
Create Custom Widget in SQL Server Operations Studio
(Nisarg Upadhyay) In this article, I am going to explain how to add a custom widget to SQL Server Operations Studio.
