Book Excerpt

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 3 Naive Bayes classifiers in scikit-learn

Scikit-learn provide three naive Bayes implementations: Bernoulli, multinomial and Gaussian. The only difference is about the probability distribution adopted. The…

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

Implementing Automation Process with Salesforce CRM

A CRM system must help its users to be as productive as possible to justify its investment; therefore, if there…

6 years ago

Using Amazon Simple Notification Service (SNS) to create an SNS topic

Simple Notification Service is a managed web service that you, as an end user, can leverage to send messages to…

6 years ago

12 most common MySQL errors you should be aware of

[box type="note" align="" class="" width=""]The following excerpt is taken from the book MySQL 8 Administrator’s Guide written by Chintan Mehta,…

6 years ago

How to Debug an application using Qt Creator

Today, we will learn about debugging an application using Qt Creator. A debugger is a program that can be used…

6 years ago

Top 10 MySQL 8 performance benchmarking aspects to know

[box type="note" align="" class="" width=""]The following excerpt is taken from the book MySQL 8 Administrator’s Guide, co-authored by Chintan Mehta,…

6 years ago