(Martin Berger) Are there to many abbrevations in a posts title possible? If you think so, you might see this post a good example.
Community
Oracle WebLogic 14.1.1 under Podman
(Dirk Nachbar) Since a few weeks the latest release of the Oracle WebLogic Server 14.1.1.0.0 is available and I was testing it already on native Linux Servers and within Docker.
What’s new with Oracle database 12.1.0.2.200114 versus 12.1.0.2.200414
(Frits Hoogland) This blogpost takes a look at the technical differences between Oracle database 12.1.0.2 PSU 200114 (january 2020) and 200414 (april 2020). This gives technical specialists an idea of the differences, and gives them the ability to assess if the PSU impacts anything.
DB2 for z/OS Locking for Application Developers Part 6
(Gareth Copplestone-Jones) This is the sixth article in the series on DB2 for z/OS Locking for Application Developers. The primary focus of this series is to help DB2 for z/OS application developers to guarantee data integrity while optimising for performance by designing and coding applications whi
Invoking Different Secure WCF SOAP Services using SoapUI – Basic Authentication, Part I
(Jailson Evora) In this series divided into three-part, I will demonstrate how to use the SoapUI API tool to invoke a secured WCF SOAP service. The first post will focus on creating a service where it will be the system under test. The second post will approach the steps required to invoke it while
Calling The Power BI Export API From Power Automate, Part 1: Creating A Custom Connector
(Chris Webb) Recently, a new set of endpoints in the Power BI REST API for exporting Power BI reports and paginated reports to files went into public preview (see the main announcement here and the paginated reports announcement here).
React, Axios and Redux: Asynchronously Fetch and Save Data to Local Storage
(Ahmed Bouchefra) In this tutorial, we’ll learn about many Redux concepts by creating a simple React application from scratch using React, Redux and Axios to asynchronously fetch and save data to Local Storage.
Conditional Column in Power BI
(Aveek Das) In this article, I’m going to discuss how to create a conditional column in Power BI. A conditional column is just another column that is generated based on a condition imposed on an existing column.
MySQL Security – Random Password Generation
(Olivier Dasini) When thinking about security within a MySQL installation, you can consider a wide range of possible procedures / best practices and how they affect the security of your MySQL server and related applications.
Add git tags and versioning to mark Deployments in Azure DevOps Pipelines
(damienbod) This post shows how to tag to a git repository after a successful deployment or release. The tag is created using the version number of the build. The version number can be changed or set using Nerdbank.GitVersioning.