Tutorial

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

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

How to implement Internationalization and localization in your Node.js app

Internationalization, often abbreviated as i18n, implies a particular software design capable of adapting to the requirements of target local markets.…

6 years ago

Distributed TensorFlow: Working with multiple GPUs and servers

Some neural networks models are so large they cannot fit in memory of a single device (GPU). Such models need…

6 years ago

Implementing 5 Common Design Patterns in JavaScript (ES8)

In this tutorial, we'll see how common design patterns can be used as blueprints for organizing larger structures. Defining steps…

6 years ago

How to build sensor application to measure Ambient Light

In today's tutorial, we will look at how to build a sensor application to measure the ambient light. Preparing our Sensor…

6 years ago