(Robert Catterall) JSON (JavaScript Object Notation) is a form of data representation that is popular with people who develop what you might call “very modern” applications, including those that are cloud-based and those that have a mobile front-end.
Other News
Avoiding bugs with data structures: using Sets in JavaScript
(Jack Franklin) Today we’re looking at how you can avoid bugs for free by picking the right data structures for what you’re working with.
Minimize new in Automated Tests
(Steve Smith) Automated tests have gained a lot of acceptance in recent years. Not long ago, many organizations bristled at the notion of having their expensive developers spend time writing code that wasn’t actually going to ship to production, but instead would just verify that the “real” code wor
Dependency Injection in Azure Functions
(Gunnar Peipman) Azure Functions V2 supports ASP.NET Core like dependency injection. It is specially good if we write functions that are wrappers for shared libraries and components we are also using in web and other applications of our solution.
Unexpected Variable Assignment Using Function LocalMode Modern With Nested Closures In Lucee 5.3.2.77
(Ben Nadel) Last week, I took a look at how the Function localmode feature in Lucee makes it safer to dynamically render CFML templates.
The Best Way to Host MySQL on Azure Cloud
Are you looking to get started with the world’s most popular open-source database, and wondering how you should setup your MySQL hosting? So many default to Amazon RDS, when MySQL performs exceptionally well on Azure Cloud.
Forecast Model Tuning with Additional Regressors in Prophet
(Andrejus Baranovskis) I’m going to share my experiment results with Prophet additional regressors. My goal was to check how extra regressor would weight on forecast calculated by Prophet.
Composite Partitioning in Oracle
(Jagruti Jasleniya) In this article we will see examples of various types of composite partitions
Database Migration from non-CDB to PDB – Migration with Data Pump
(Mike.Dietrich) You may have realized that there are a few techniques missing describing how to do a Database Migration from non-CDB to PDB – Migration with Data Pump is one of them.
SQL Server Execution Plan Overview
(Rakesh Patil) When a SQL Server query executes, there are specific steps that are taken before the query is executed.
