(David Fitzjarrell) Database tables are not static entities; besides the usual insert/update/delete events, occasional DDL can be executed to add columns, drop columns or add needed constraints or indexes.
Author: SSWUG Research
Installing Oracle GoldenGate Microservices – Part 2 of 2
(Bobby Curtis) In the my last post, I showed you how to install the binaries for Oracle GoldenGate Microservices. Then at the end of the post, I mentioned that you will need to run Oracle GoldenGate Configuration Assistant to finish the configuration of Oracle GoldenGate Microservices.
Oracle REST Data Services running on Tomcat – Basic Authentication using JNDI Realm
(Jakub Granieczny) We want to protect our REST endpoints using Basic Authentication and authenticate the requests against our users directory (LDAP).
MySQL Shell Plugins: check (part 2)
(Frederic Descamps) In the first part of this article related to the check plugin, we discovered information retrieved from the binary logs.
MessageQueue in .NET, Part 1: The Background Work on Windows
(Hannes DuPreez) Hello and welcome to my article. Today, I’d like to speak about MessageQueue in .NET. But, to do that, I need to explain how MSMQ works in the background. So, this will be Part 1, and in Part 2 we will do it practically in .NET
Streamlining Your Visual Studio Project Setup
(Dobromir Nikolov) Creating and distributing Visual Studio templates is hard. You need to get familiar with custom XML formats, the VSIX project type, and Visual Studio’s occasionally eccentric behavior. Now you don’t waste time with that. Learn how you can instantly extract a ready-to-go template o
Implementing HATEOAS in ASP.NET Core Web API
(Vladimir Pecanac) In this article, we are going to talk about one of the most important concepts in building RESTful APIs – HATEOAS and learn how to implement HATEOAS in ASP.NET Core Web API.
A Disk-Backed ArrayList
(Bozhidar Bozhanov) Learn more about disk-backed ArrayLists and Java performance.
Implementing Full-Text Search in SQL Server 2016 for Advanced Users
(Haroon Ashraf) This article tells about advanced methods of Full-Text Search usage for data professionals. It enables better search experience in their day-to-day database analysis.
Styling Your Angular 9 App with Bootstrap 4 Jumbotron, Tables, Forms and Cards
(Ahmed Bouchefra) In this tutorial, we’ll learn how to integrate and use bootstrap 4 with Angular 9.
