Blog

How To Build a Universal Translator for Big Data and Machine Learning

Machine learning and artificial intelligence are becoming more popular as these technologies continue to help companies better their services, products, and user experiences. As AI and ML both improve, so do the algorithms that power them. This means that developers don’t need to keep creating new algorithms but can focus on improving their code so

Read More
What Is The Tachyon File System? What It Can Do For You

The Tachyon file system is an exciting new project that aims to bring the power of modern storage platforms to their older, more traditional cousins. It’s designed to take advantage of the huge leaps recent developments in NAND and other elements of modern storage have made while still preserving the limitations inherent in existing file

Read More
Cache For Correctness Not Just Performance: A Guide To Improving Your Code’s Performance

You may know that compressing data helps your app run faster. You probably also know to add compression support when using Restful APIs. But how many of you know that you can also improve the performance of your code by compressing it? That’s right, compressing your code improves not just its performance but also its

Read More
How To Enable Interactive Applications Against Apache: A Beginners Guide

Apache is a fantastic open-source web server. It’s stable, secure, and mature. Furthermore, it has support for add-on modules called apps. This article covers the basics of how to enable Apache apps in your server environment and pinpoint where you can take things further with interactive applications. What is an Apache App? Apache apps are

Read More