(Grant Fritchey) Over the last couple of years, one of these single most exciting technologies to come out around the Data Platform has been containers. You may not see them change your production setup.
Other News
How to create a PSCredential object
(Jack Vamvas) Creating a Credential Object is useful when you require to pass a username and password through Powershell commands.
Tips for using Merge Replication in SQL Server 2019 (Part 1)
Tips for using Merge Replication in SQL Server 2019 (Part 1) Consider setting the -MaxNetworkOptimization parameter of the Snapshot Agent to 1 to avoid sending irrelevant deletes to the Subscriber. Irrelevant deletes are DELETE commands that are sent to Subscribers for rows that do not belong to the Subscriber’s partition. The default value of the -MaxNetworkOptimization is 0. Setting -MaxNetworkOptimization...
Creating Real Time App with ASP.NET Core SignalR and React in Typescript
(Vikas Sharma) SignalR now comes included with ASP.NET Core framework and they have made tons of improvement to make it lightweight and easier to use. To my surprise, I couldn’t find any good tutorial on how to use SignalR, and use it to make something interesting other than the same old chat app.
Move SQL Reporting Services to Another Server
(Joe Gavin) You need to migrate a SQL Server Reporting Services (SSRS) Native Mode environment installed on one server and move it all to another server. Check out this tip to learn the steps.
MySQL ERROR log with JSON format | MySQL Components
(Sri Sakthivel Durai Pandian) MySQL have the nice feature, which helps to write the error log with JSON format .
Top 3 Blazor Extensions for Visual Studio Code
(David Ramel) Some developers prefer to create applications with Microsoft’s open-source Blazor tooling from within the open-source, cross-platform Visual Studio Code editor. Here are the top tools in the VS Code Marketplace for those folk, as measured by the number of installations.
Containerization and Container Orchestration Platform Protection: Cloud Workload Security Part 3
(Erick Carty) As we mentioned in a previous blog, the “Forrester Wave™: Cloud Workload Security, Q4 2019” report provided an excellent overview of the security challenges posed by cloud-based environments and the cloud workload security solutions best poised to address them based on 30 criteria.
Zipping Image Archives With DEFLATE And STORE Compression Methods In Lucee CFML 5.2.9.31
(Ben Nadel) For the last few years, one of my teammates – David Bainbridge – has been suggesting that we switch our zipping / archiving algorithms over to use STORE instead of DEFLATE when creating an archive of images.
Provision and Manage Resources In Oracle Cloud Infrastructure (OCI) with Chef Knife Plugin
(Skant Gupta) In the previous post, we configure the Chef Knife Plugin in Oracle Cloud Infrastructure (OCI).