(Eric L. Anderson) In this post, we are going to refactor our sample Azure DevOps Pipeline to move some of the redundant YAML to a new file and replace the redundant parts of our main YAML file.
Other News
Revert Azure DevOps Pipeline Changes
(Abhijit Jana) You can revert Azure DevOps Pipeline in case of any unexpected changes or wanted to return to any of the previous versions. Azure DevOps keep track of every change in Build Pipeline or Release Pipeline.
Friendly URL structure
(Jeffrey Kemp) Oracle has updated apex.oracle.com to APEX 20.1 which includes among other features the new “Friendly URL” option.
DB Links and ADB – Dos and Don’ts
(Syed Jaffar Hussain) DB Link simplifies data sharing across oracle databases. And DB link is created using the CREATE DATABASE LINK SQL command, a very simple and straight forward method.
The size of Docker images containing OpenJDK 11.0.6
(Maarten Smeets) When running Java applications in containers, you need to be careful with your resources. If you’re not careful with layering your images (for example using Google’s Jib), you can quickly get into disk-space issues, especially when your base image and/or application gets updated reg
Block Storage Migration in Open Environments
(Francesco Anderloni, Matthew DiVito, Bert Dufrasne, Roger Eriksson, Christopher Moore, Markus Oscheka, Duncan Simpson, Stephen Solewin) Companies need to migrate data not only when technology needs to be replaced, but also for consolidation, load balancing, and disaster recovery (DR).
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.
What Prevents You From Securing Your Servers?
(Grant Fritchey) Reading about how hackers are using SQL Server instances that are exposed on the internet AND have weak passwords to work into systems, I’m sitting here wondering why.
Azure SQL Database – Error Logs?
(blobeater) Ok, so Azure SQL doesn’t really have its own error log based somewhere on a machine within \MSSQLLog directory but the closest thing you will get is a system catalog view called sys.event_log which is very useful.
Xamarin.Forms – Build Auth App With Node.Js And MongoDb
(Ahsan Siddique) Nowadays we are spotting Node.Js everywhere in the software industry. The demand for Node.Js developers is increasing day by day.