(Ben Nadel) Last month, I posted a demo in which I annotated an image using GraphicsMagick and Lucee CFML. In that demo, I used the -draw command to composite the source image over a blank canvas.
Community
Why Name Listener?!
(mdinh) May be I am too naive to know, If you have reason, then please share.
Converting XML to an Dynamic Object using ExpandoObject
(RemcoReitsma) I started looking on the Internet to find a straightforward way of loading in an XML file and converting it to an object on the fly.
Azure Cost Optimization Best Practices
(Vitor Montalvao) More and more Azure VMs are being deployed every day, but one of the issues is the cost. What can be done to reduce the costs of Azure VMs?
Jobs To Be Done
(Jim Kalbach) In this chapter, you’ll learn about these plays:
MySQL Lock information in MySQL Shell
(Frederic Descamps) Last Tuesday, it was the very first session of DB AMA, Morgan Tocker made a nice presentation of MySQL Performance_Schema and illustrated it with some nice queries to get Meta et Data Locks.
Generate an RSA key to use with Cloud platforms
(Bobby Curtis) An SSH key consists of a pair of files. One file is the private key, which you keep to yourself and never give out to anyone.
Search Records Between Two Dates Using Stored Procedure, Web API And ReactJS
(Sanwar Ranwa) Searching records between two dates is very simple. In here, we will see how we can perform this using a stored procedure ,Web API and ReactJS.
Evaluating Group Replication with Multiple Writers in MySQL
(Vadim Tkachenko) In this blog, I want to evaluate Group Replication Scaling capabilities to handle several writers, that is, when the read-write connection is established to multiple nodes, and in this case, two nodes.
SQL SERVER – Removing Additional Transactional Log Files
(Pinal Dave) The best part of writing blogs is that I always get follow up questions from users. Recently I wrote two blog posts while working on Comprehensive Database Performance Health Check about additional transactional log files and today I got to follow up on questions via email.