(Syed Jaffar Hussain) There have been several buzz words and offerings since the invention of Cloud concepts. We have been hearing of Private Cloud, Public Cloud, Hybrid cloud and more recently multi-clouds concepts and offering from many leading cloud market players.
Other News
Saved Interactive Reports, Lost and Found
(Jeffrey Kemp) We had just gone live with a fairly big system move + upgrade – a suite of APEX applications shifted from one database instance running APEX 5 to another instance running version 19.1.
Optimizing Mainframe Data Access
(Craig S. Mullins) Nobody can deny that the amount of data that we store and manage continues to expand at a rapid pace. A recent study by analysts at IDC Corporation concludes that the size of what they call The Global Datasphere will reach 175 zettabytes by 2025.
Understanding Important Concepts in JavaScript
(Anupam Gupta) In this tutorial we look at basic but important concepts in JavaScript, like non-blocking, single threaded, callback functions, event loop etc.
Getting Started on AWS RDS
(Grant Fritchey) I’m expanding my skill set into AWS in a big way. So, one of the things I do when I’m learning a technology is to write blog posts about that tech.
What if my manager recruited a new employee to do my job?
I received this question from a busy professional: To reduce my political strength, my manager recruited a new employee and transferred part of the development I’d do, to him. In addition, he’s giving me dirty assignments that I’ve never done before. Are there any ideas how should I deal with this? I am not sure your premise is correct regarding...
StructMapping – Mapping JSON to and from a C++ structure
(bk192077) I would like to define a C++ structure, pass the person instance to the mapping method along with JSON data, then use the filled structure. Or vice versa, get Person as JSON. StructMapping is trying to solve these problems.
Extract, Import and Migrate SSIS Project
(Joe Gavin) You have a SQL Server Integration Services (SSIS) Project deployed to an Integration Services Catalog and need to make changes to it or move it to another server, but you don’t have the original source file or access to the Project source.
Automate MySQL Partitioning using events and procedures
(Ted Wennmark) The purpose of this post if to show how you can automate the creation and pruning of partitioned tables. If you want to read about partitioning I recommend reading our manual.
ASP.NET Core WebSockets and Application Lifetime Shutdown Events
(Rick Strahl) A couple of days ago I received a bug report in my Westwind.AspnetCore.LiveReload repository that revolves around the application life cycle handling events.