(Han Bo Sun) In this tutorial, we will discuss the way of sending emails from a Yahoo! Mail account using Javax Mail library. After taking a look at how to enable third party app access to Yahoo! Mail, we will see a Java project that will demonstrate how to send email and finally learn how to test.
Community
MySQL 8 InnoDB flow Architecture with related variables
(Sri Sakthivel Durai Pandian) Few months back, I have released the MySQL 8 architecture diagram .
What Are .NET Worker Services?
(Steve Gordon) With the release of .NET Core 3.0, the ASP.NET team introduced a new “Worker Service” project template, which is available as part of the SDK. In this post, I’ll introduce the new template, along with some practical examples of the kinds of services which I develop using it.
#762 Creating net new apps on top of Netsuite with OIC Visual Builder
(Niall Commiskey) I am probably speaking to the converted here, but for all those still not aware of the rich functionality OIC provides –
Kendo UI jQuery Validator
(Jin Vincent Necesario) Basically, based on my experience, client-side validation is one form of protection to protect data before being stored at the backend.
SQL SERVER – Query for CPU Pressure
(Pinal Dave) Today’s blog post is inspired by my earlier blog post SQL SERVER – Measure CPU Pressure – Detect CPU Pressure. I was recently asked during one of the consulting engagement Comprehensive Database Performance Health Check how do I actually measure the CPU for the entire server.
Introducing the LDAP Authentication Plugin in Percona Server for MySQL 8.0.19
(Zsolt Parragi) Percona Server for MySQL 8.0.19 includes the experimental simple LDAP authentication plugin, which allows for direct authentication using an LDAP server.
Executing Command-Line Processes From A Working Directory Using ProcessBuilder In Lucee CFML 5.2.9.31
(Ben Nadel) In ColdFusion, we’ve always had the CFExecute tag as a means to execute external command-line processes from within our CFML code.
Reading Parquet files with AWS Lambda
(Anand) I had a use case to read data (few columns) from parquet file stored in S3, and write to DynamoDB table, every time a file was uploaded.
Introducing MVVM Architecture in JavaScript (Minimal TypeScript Examples)
(Volodymyr Kopytin) The small popularity of MVP and MVVM in favor of MVC architecture is caused by many factors. It is easy to start from any JavaScript and then evolve to MVC.