(Carlos Tutte) In systems nowadays, improving security is a must! One of the weakest links in the security system is the user password from where an attacker can enter.
Other News
.NET Open Source – A Mugs Game
(James Randall) If you follow me on Twitter you might have noticed a growing disillusionment on my part with open source software – not its usefulness but rather the culture, business and economics.
No{Join,GroupBy}SQL – Analytic Views for BI
(Franck Pachot) Advocates of NoSQL can query their structures without having to read a data model first. And without writing long table join clauses.
Build A Simple Todo App Using Microsoft Fluent UI React
(Sumit Kharche) This is the second article in the Fluent UI React series. In this article, we will be creating a simple Todo application using React JS and Fluent UI React library.
Why SQL Server Doesn’t Give the Memory Back to OS?
(Pinal Dave) The purpose of this post is to show you what SQL Server is storing in memory and to discuss why SQL doesn’t give the memory back to the OS.
MySQL 8.0 InnoDB Cluster with WordPress in OCI – part III
(Frederic Descamps) With this post we are reaching the end of our journey to HA for WordPress & MySQL 8.0 on OCI.
Using UPDATE + ORDER BY + LIMIT To Drive Multi-Worker Migrations In Lucee CFML 5.3.6.61
(Ben Nadel) Earlier this week, I took a look at using ORDER BY and LIMIT clauses within an UPDATE statement in MySQL 5.6.37 in order to limit the scope of the data-mutation.
Data Transfer Service In Oracle Cloud Infrastructure (OCI)
(Atul Kumar) Did you know that with Oracle’s Data Transfer Service you can now copy your data to a hard disk you own? :scream: Data can also be transferred securely and quickly from On-Premise to Oracle Cloud Infrastructure (OCI) Object Storage by using an Oracle supplied Data Transfer Appliance.
Do we really need Angular Route Resolvers ?
(Chinmoy Mohanty) This post intends to capture the best practices and anti-patterns when it comes to using Angular Route Resolvers.
SQL Query Formatting Tools Used At Percona
(Daniil Bazhenov) Percona engineers often need to analyze and review complex SQL database queries. Good formatting can make these SQL queries much easier to understand and work with. Without clear formatting, queries can become confusing and hard to debug.