(Jeff Smith) We introduced management API’s for the Oracle Database with Oracle REST Data Services (ORDS) version 19.1, and I talked about that here.
Community
SQL Server Clustered Tables vs Heap Tables
(Greg Robidoux) One very important design aspect when creating a new table is the decision to create or not create a clustered index.
Angular For Beginners – Part Six – Using HTTP With Observables In Angular
(Tuba Mansoor) In this article, you will learn how to use HTTP with Observables in Angular.
Finding Data Gaps
(Jason Brimhall) Quality data is a goal we all strive to attain. Nobody wants to have bad data. Yet, despite our best efforts, the problem of bad data has its way of presenting itself over and over again.
tempdb Enhancements in SQL Server 2019
(Erin Stellato) I have been making the same recommendations about tempdb since I started working with SQL Server over 15 years ago, when I was working with customers running version 2000.
StringJoiner vs String.join in Java 8 with Examples
(Javin Paul) Joining multiple String literals or object into one is a common programming requirement and you will often find situations where you need to convert a list of String or a Collection of String into a CSV String for your application.
How to Add Smooth Scrolling with Inner Image Animations to a Web Page
(Mary Lou) A tutorial on how to add a smooth scrolling effect to a website and also animate the images that enter the viewport.
Zero Downtime Deployment for ASP.NET applications
(Pavel Kutakov) Continuous Deployment is a well known technique nowadays but each project has it’s own recipe for it because the setup highly depends on technology stack and environment. In this article I will share an experience of setting up Continuous Deployment process for the application writte
Convert a String to a Byte Array
(Srinath M S) Explore how to convert a string to a byte array.
Rotating service credentials for IBM Cloud Functions
(Henrik Loeser) If you have followed some of my work, you know that I use IBM Cloud Functions, i.e., a serverless approach, for many projects.
