(Frank Houweling) We have again a major new version of the ADF Performance Monitor available – version 9.5 ! We have added many new valuable features and improvements.
Other News
Db2 for z/OS and Managing Database Changes – Part 3
(Craig S. Mullins) Welcome to the third installment of our series examining the types of database changes that can be performed using Db2 for z/OS. In part 1 we introduced the three types of changes and in part 2 we looked at simple changes.
Configure SQL Server Backup to URL Using Azure Cloud Shell
(Allan Hirt) I had to do something this weekend that involved the SQL Server feature backup to URL which allows you to back up databases in a SQL Server instance directly to Azure blob storage. That PowerShell there is quite the adventure … and cumbersome.
Difference Between Observable and Promise in Angular 8
(Siddharth Gajbhiye) In this article, we discuss the difference between Promises and Observables in Angular 8 and when to use each for API requests.
4 Job Skills Needed to Rebound from COVID-19
As most of us are in lockdown at home, we wonder what a post-coronavirus-world might look like. It is extremely unlikely that things will just go back to exactly the way they were before. Our workplaces are likely to change, and with it, the skills companies will require. Here are 4 job skills that are likely to be in high...
Type Conversions in JavaScript
(Vijayakumar S) There are two types of type conversions (or) typecasting,
SQL Terms vs MongoDB Terms
(Pinal Dave) This blog post is a bit of a different post than the normal blog posts which I write as the topic of this blog post is SQL Terms vs MongoDB Terms.
Need to Connect to a Local MySQL Server? Use Unix Domain Socket!
(Peter Zaitsev) When connecting to a local MySQL instance, you have two commonly used methods: use TCP/IP protocol to connect to local address – “localhost” or 127.0.0.1 – or use Unix Domain Socket.
Sprint Name Generator In Angular 9.1.3
(Ben Nadel) I’ve had a stressful week. So, I wanted to cap it off with something a little on the fun side. At work, we’ve started to use “Sprints” to organize our team (as opposed to just working a Kanban board).
Production Tips for ASP .NET Core 3.1 Web Apps
(Shahed C) This is the sixteenth of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2020, titled ASP .NET Core A-Z!