(Marla Sukesh) In this article we will be looking at: Variable declarations, constant variables, object oriented programming, string interpolation, enhanced object literals, spread operators, for-of loops, and REST parameters.
Other News
MySQL Failed Logins Locking Account
(Dave Stokes) MySQL 8.0.19 introduced the ability to lock an account on a MySQL instance after too many failed logins.
Open Source Uno Platform Supports VS Code After Editor Gets WebAssembly Debugging
(David Ramel) Uno Platform is previewing support for the Visual Studio Code editor after a recent Blazor WebAssembly 3.2 preview added debugging to the problematic project.
Async ValueTask Pooling in .NET 5
(Stephen) The async/await feature in C# has revolutionized how developers targeting .NET write asynchronous code. Sprinkle some async and await around, change some return types to be tasks, and badda bing badda boom, you’ve got an asynchronous implementation. In theory.
Video : Introduction To .NET 5 For ASP.NET Developers
(Bipin Joshi) This is a companion video to the above article. You can read the article here. Please subscribe to our YouTube channel here and stay tuned with the latest videos.
Your SQL Developer & SQLcl Command Cheat Sheet
(Jeff Smith) When I first got started with UNIX and vi/emacs, I lived and died by a nice, printed cheat sheet. And after awhile, I didn’t need it anymore. I’m pretty sure I still have it over in my garage…squirrel (I’m easily distracted)!
OJVM and the Mitigation Patch – Things to know in 2020
(Mike.Dietrich) Today my headline sounds a bit like “Little Red Riding Hood and the Big Bad Wolf” – but there is a reason why I’d like to write about about OJVM and the Mitigation Patch – Things to know in 2020.
XGBoost in Oracle 20c
(Brendan Tierney) Another of the new machine learning algorithms in Oracle 20c Database is called XGBoost. Most people will have come across this algorithm due to its recent popularity with winners of Kaggle competitions and other similar events.
DB2 for z/OS Locking for Application Developers Part 5
(Gareth Copplestone-Jones) Welcome to this, the fifth in the series on DB2 Locking for Application Developers.
ReactJS Button Component Example
(Siddharth Seth) In this article, we build a reusable ReactJS Button Component. ReactJS has grown in popularity and has become the go-to library for front end development.