(Ben Nadel) Yesterday, I accidentally stumbled into the location of a bug that’s existed in InVision for over 5-years. And, when I finally found the problematic line of code, I felt like it warranted a write-up on its own.
Other News
Adding Tuple Support to .NET Classes in C#
(Jason Roberts) Tuples in C# are objects that can be created with a specific syntax. You don’t have to declare tuple types first like you do with classes for example, they can instead be created using a lightweight C# syntax.
List of Cloud Certification (OCI, AWS, GCP, Alibaba, Azure)
(Skant Gupta) In this post, I covered detail of cloud certificaton from different cloud service providers. So, you can choose the certification as per your role and interest.
Autonomous Database (ADB) connectivity with Oracle SQLcl
(Syed Jaffar Hussain) This blog post takes you through Oracle SQL Developer command line interface connectivity to an autonomous database (ADB). SQLcl is a free command line interface for Oracle database.
Oracle Data Dictionary Changes
(Liron Amitzi) As Oracle releases new versions, there is a lot of information about new major features, but sometimes small changes are unnoticed.
Db2 for z/OS Online LOAD REPLACE – Minimizing Impact on Transactions
(Robert Catterall) A couple of years ago, IBM introduced an important enhancement for the Db2 for z/OS LOAD utility, via the fix for an APAR (the APARs are PI69095 for Db2 12, and PI67793 for Db2 11).
TypeScript 3.9 slashes compile times for packages
(Paul Krill) TypeScript 3.9, the next version of the popular typed superset of JavaScript from Microsoft, has arrived as a beta release, with fixes to address extremely poor editing and compilation speeds associated with some packages.
Power BI, HTTP/2, Internet Explorer 11 And Older Versions Of Windows
(Chris Webb) A very quick performance tip: do you have users consuming Power BI reports with Internet Explorer 11 and an older Windows OS like Windows 8.1 or Windows 7?
What should I do if I’m realizing being a product manager is not for me?
Discovering early that you’re not doing what you enjoy (or aren’t succeeding at it) is probably a gift. Two possible situations: You know what you’d like to do (or try) next. Have a frank but humble discussion with your current manager about it. If there’s an opening in your current company for the new thing (e.g. UX or development or...
Login With Facebook Using ReactJS
(Sanwar Ranwa) In this article, we will learn the step-by-step process of allowing users to log in to an application with Facebook using ReactJS. Logging in with Facebook makes it safe and easy for users to use applications.