Home Tags Opensource

Tag: opensource

MQTT: A Protocol that Helps Devices Communicate with Each Other

0
MQTT is a communications protocol that connects the devices or ‘things’ that are elements of the Internet of Things (IoT) so that they can...

A Primer on RabbitMQ, the Popular Open Source Message Broker

0
RabbitMQ is the most popular and widely deployed message broker and it happens to be open source. Its versatility makes it easily deployable in...

Why Python is Ideal for Machine Learning

0
Many programming languages facilitate machine learning, a few prominent ones being Java, Python, R and C++. Python leads the field in its ease of...

Getting a Better Understanding of the System Log Architecture

0
System logs greatly aid sysadmins in keeping the system running like a well-oiled machine. Since an ounce of prevention is better than a pound...

An Overview of the Fedora CoreOS Community

0
The acquisition of CoreOS by Red Hat has made waves in the tech community. While the situation is rather dynamic at the moment, the...

A Comprehensive Guide to Programming in Ruby

0
This article gives readers Ruby in a nutshell, covering all aspects of how to program in it. Enthusiasts can then get started on it...

Scientific Graphics Visualisation: An Introduction to PGF/TikZ

0
This is the second article in a three-part series on scientific graphics visualisation. It covers PGF/TikZ software, which is free and open source. It...

Debugging Your Programs: From printf to GDB

0
The essence of writing code is to also be able to debug it. Debugging programs not only help to remove kinks from the code,...

Hyperledger: A Project by The Linux Foundation

0
Hyperledger is a project that was conceived by The Linux Foundation. It focuses on developing blockchain frameworks and modules to support global enterprise solutions....

DeepLearning4j and PyTorch: Two Powerful Deep Learning Tools

0
This article gives an introduction to two free and open source tools for deep learning and knowledge discovery–DL4J and PyTorch. Machine learning (ML) is a...