In our eighth blog in this series, we’ll continue to explore the Azure Data Architecture Guide.
Community
A trick for keeping an object alive in a C++ lambda while still being able to use the this keyword to refer to it
(Raymond Chen) You may want to capture your this pointer into a C++ lambda, but that captures the raw pointer. If you need to extend the object’s lifetime, you will need to capture a strong reference.
Updated: Doctrine and MySQL 8 – An Odd Connection Refused Error
(Dave Stokes) I am currently working my way through the many PHP Frameworks to see how they get on with MySQL 8. The Frameworks that can take advantage of the MySQL Improved Extension or mysqli can take advantage of the SHA256 Caching Authentication method.
Splitting strings when they are CLOBs
(stewashton) Like many of you, I have enjoyed using SQL to make data processing go hundreds of times faster. My new record is: 8000 times faster 🙂
DB Console vs. EM Express
(amitzil) I usually don’t work with the local version of EM. I haven’t used DB Console in 11g and below so much, and I used EM Express in 12c even less.
Oracle Trigger Basics
(Michael McLaughlin) Once you master the basics of inserting, updating, and deleting data from the database, you typically learn about database triggers. Database triggers are coding elements that let you manage events beyond the limit of database constraints.
Writing to a Slack Channel – Node.js Edition
(Ryan Peden) In this article, we’ll be creating a simple Node.js application that can write to a Slack channel.
SQL Server 2019 installation on Ubuntu without a Docker Container
(Rajendra Gupta) Until now, we learned to install and configure SQL Server 2019 using the Docker container. In this article, we will directly install SQL Server on the Ubuntu Linux and explore more on this.
Node.js Module Exports – Demystified
(Lou Bichard) When I started out in Node.js, I remember being struck by the weird-looking module.exports code.
Making JSON with SQL Functions
(David Churn) In our connected world, we send and receive messages with other businesses using different formats.
