(Andrejus Baranovskis) We are using Nginx web server for Oracle ADF WorkBetter hosted demo hosted on DigitalOcean cloud server. Nginx helps to serve web application content fast and offer improved performance.
Community
Ansible tips’n’tricks: understanding your Ansible configuration
(Martin Bach) When writing automation scripts I tend to use a local Ansible configuration file.
Recovering SQL Server Databases from a Failed SAN Drive
(Denny Cherry) I was recently cleaning the house when I got a phone call from a client that I hadn’t heard from in a while. Their SAN had decided that it was going to corrupt one of the LUNs. This LUN happened to be the Log drive on one of their SQL Servers.
Creating a SQL Server audit using SQL Server Extended Events and Triggers
(Ahmad Yaseen) This article will provide an overview of manually creating a SQL Server audit using SQL Server Extended events and triggers. It will provide an overview of SQL tracing/profiling as well as extended events.
SQL 101: Embedding SQL in Your RPG Code, Part 1
(Rafael Victoria-Pereira) RPG is not (and never will be) the focus of this series, but sometimes a bit of SQL can help to untangle problems and/or business rules that are too complex or too “buried” in RPG programs. That’s what we’ll be talking about over the next few TechTips.
Accumulative: Custom Java Collectors Made Easy
(Tomasz Linkowski) Accumulative is an interface proposed for the intermediate accumulation type A of Collector in order to make defining custom Java Collectors easier.
Use Yield Instead of a List in C# for Iterations on Collections
(Srinath M S) You can use the yield keyword to hold and return the data to the caller.
Creating a Custom Color Picker in .NET, Part 1: The Color Wells
(Hannes DuPreez) Every now and then, you sit back and think you can relax. With me, this doesn’t happen often. But, when it does, my body might be taking a break, but my ever-active brain does not. Yesterday was such a day, or rather: last night was such an occasion. Even when I am sleeping, I am no
EditorConfig code formatting from the command line with .NET Core’s dotnet format global tool
(Scott Hanselman) “EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.”
MySQL InnoDB Cluster – Changing cluster options ‘live’
(Miguel Araújo) As listed in the release announcement of the latest MySQL InnoDB Cluster release, 8.0.14 brings exciting new features! This blog post integrates a series detailing every single new feature added.
