Book Excerpt

How to secure ElasticCache in AWS

AWS offers services to handle the cache management process. Earlier, we were using Memcached or Redis installed on VM, which…

6 years ago

How to install and configure TypeScript

In this tutorial, we will look at the installation process of TypeScript and the editor setup for TypeScript development. Microsoft…

6 years ago

Anatomy of an automated machine learning algorithm (AutoML)

Machine learning has always been dependent on the selection of the right features within a given model; even the selection…

6 years ago

Analyzing CloudTrail Logs using Amazon Elasticsearch

Log management and analysis for many organizations start and end with just three letters: E, L, and K, which stands for Elasticsearch, Logstash, and Kibana. In…

6 years ago

How to secure private cloud using IAM

In this article, we look at securing the private cloud using IAM. For IAM, OpenStack uses the Keystone project. Keystone provides…

6 years ago

Getting started with Angular CLI and build your first Angular Component

When it comes to Angular development, there are some things that are good to know and some things that we…

6 years ago

How to create your own AWS CloudTrail

AWS provides a wide variety of tools and managed services which allow you to safeguard your applications running on the…

6 years ago

Building functional programs with F#

Functional programming treats programs as mathematical expressions and evaluates expressions. It focuses on functions and constants, which don't change, unlike variables and…

6 years ago

6 reasons to choose MySQL 8 for designing database solutions

Whether you are a standalone developer or an enterprise consultant, you would obviously choose a database that provides good benefits…

6 years ago

8 recipes to master Promises in ECMAScript 2018

What are Promises in ECMAScript? In earlier versions of JavaScript, the callback pattern was the most common way to organize…

6 years ago