(Connor McDonald) This one just for fun today. An AskTOM question came in about arbitrary length arithmetic because “NUMBER(38) was not enough”. After some back-and-forth discussions it turned out that the business need under the requirement was managing bit strings.
Community
Machine Learning in Java with Amazon Deep Java Library
(Xinyu Liu, Frank Liu, Frank Greco, Zoran Sevarac and Balaji Kamakoti) In this article, we demonstrate how Java developers can use the JSR-381 VisRec API to implement image classification or object detection with DJL’s pre-trained models in less than 10 lines of code.
Db2 11 for z/OS End of Service Date Extended!
(Craig S. Mullins) In an earlier blog post I wrote about Db2 11 for z/OS End of Support Coming This Year (2020)… but that was before the global COVID-19 pandemic swooped in and changed everything!
Monitoring Power BI
(James Serra) There are a number of options for monitoring Power BI that I wanted to mention:
Find Indexes Used In Query Store
(Grant Fritchey) One of the most frequent questions you’ll hear online is how to determine if a particular index is in use. There is no perfect answer to this question.
How To Export Data In EXCEL, PDF, CSV, Word, JSON, XML And Text File In MVC Application
(Jignesh Kumar) This article demonstrates how to export functionality with different types of file formats like excel, pdf, word, csv, json, xml and text files using a .net MVC application. I have implemented the most frequently used file format to export data in real time projects.
SQL SERVER – Last Page Insert PAGELATCH_EX Contention Due to Identity Column
(Pinal Dave) Resolving the Last Page Insert PAGELATCH_EX Contention Due to the Identity Column is always a topic to be discussed during my Comprehensive Database Performance Health Check. I will discuss the solution the future blog posts, our today’s goal is to understand what is the Last Page Inser
MySQL Security – Password Verification-Required Policy
(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.
VS Code Java Tool Updates Debugging, Refactoring
(David Ramel) The monthly update to the tooling that boosts Java development in the open source, cross-platform Visual Studio Code editor highlights debugging, refactoring and more.
Creating Squishy Tabs With CSS Flexbox In Angular 9.1.7
(Ben Nadel) At work, my team is starting to ideate on a new user interface (UI) that has a tabbed navigation. The set of tabs in this navigation is going to be driven by user-provided content and preferences.