(David Walsh) Every once in a while I stumble upon an API or browser setting that I can’t believe ever existed.
Community
Visual Studio now includes an integrated Terminal
(Scott Hanselman) It’s early days (preview) but there’s now a Terminal integrated into Visual Studio! Taking a nod from the 2017 plugin, the Terminal is now build in as an experimental feature using features from the NEW open source Windows Terminal.
Improved MySQL Query Performance With InnoDB Mutli Value Indexes
(Dave Stokes) Multi-Valued Indexes are going to change the way you think about using JSON data and the way you architect your data.
OIC: Making a REST Integration Returning a 404 instead of 500
(Jan Kettenis) In this article I describe how to return a HTTP 404 (resource) Not Found with a REST integration that on its turn calls another REST service that returns a 404.
SQL SERVER – 5 Important Steps When Query Runs Slow Occasionally
(Pinal Dave) My favorite part of Comprehensive Database Performance Health Check is to resolve slow issues which are often very complicated to resolve. Recently I was hired for a specific task where my client had a very important query running usually in just subsecond, running for over 60 seconds o
Database Fundamentals #22: Using the Join Operator, CROSS JOIN
(Grant Fritchey) While the CROSS JOIN is not used much, and, depending on the size of your data it can be dangerous, there are some uses for it.
The DB2Night Show #217: Light at the End of the Encrypted Tunnel
(Martin) 100% of our studio audience learned something!Greg presented a thorough introduction to using TLS with Db2 LUW 11.5.
Java Integer Cache: Why Integer.valueOf(127) == Integer.valueOf(127) Is True
(Naresh Joshi) In an interview, one of my friends was asked: If we have two Integer objects, Integer a = 127; Integer b = 127; Why does a == b evaluate to true when both are holding two separate objects?
What Is Infrastructure as Code? How It Works, Best Practices, Tutorials
(Carlos Schults) In the past, managing IT infrastructure was a hard job. System administrators had to manually manage and configure all of the hardware and software that was needed for the applications to run.
Creating An Incrementing Input Directive Inspired By Chrome Dev Tools In Angular 9.0.0-next.5
(Ben Nadel) The Chrome Dev Tools are amazing. Fact! One of the features that makes the Chrome Dev Tools so enjoyable is that you can increment and decrement embedded values – like 7px – using the Up/Down Arrows on your keyboard.
