(Michael McLaughlin) While updating my class image to Fedora 30, I noticed that it installed the Akonadi Server. The documentation on the Akonadi server lacked some straightforward documentation.
Community
Renaming Partitions and Subpartitions
(Jagruti Jasleniya) Rename operations in partitions and subpartitions are as easy as renaming tables we just need to take care of syntax.
SQL Server Best Practices for Index Column Order, Money Data Type and DBA Learning Resources
(Koen Verbeeck) A webinar about SQL Server Development best practices was hosted on MSSQLTips.com. In this webcast, several tips and tricks were shared which could save a lot of time and headaches when writing T-SQL code.
Introduction To React Hooks
(Priyanka Jain) This article talks about the concept of Hooks in ReactJS and basics of useState() hooks.
How to import JSON file into a SQL recordset with OPENJSON
(Jack Vamvas) Question: I have a JSON file loaded daily onto a drive . I need to set up a process to read the JSON file and translate into a SQL recordset.
Using JUnit to Test Your Java Apps: An Advanced Guide
(Matt Raible) What’s a good way to show that you care about your code? Using unit and integration tests to ensure your code is up to par.
Db2 and JCL 72 characters
(Peter Hartmann) Sometimes it is useful to generate JCL executable code for //SYSIN via SQL mass operations, e.g. change specific tables from one option to another.
Upload Files Using JQuery Ajax And JavaScript Interop In Blazor
(Bipin Joshi) Uploading files from client machine to the server is one of the fundamental operations in web applications. In ASP.NET Core MVC applications you can accomplish this task easily using HTML5 file input field and server side logic.
Q&A with Alex Thissen: Developing .NET Solutions in Docker Ecosystem
(Becky Nagel) Architecting and creating a .NET solution that uses Docker at its core comes with many questions, ranging from “How do you design a solution architecture that fits well with containers?” to “What changes in the .NET implementation from pre-Docker solutions with micro-services?”
MySQL 8.0: if I should optimize only one query on my application, which one should it be ?
(Frederic Descamps) Answering this question is not easy. Like always, the best response is “it depends” !
