Systems | Development | Analytics | API | Testing

%term

The Machine Learning Collaboration Tool You'll Want to Ride Solo - User Story

I’ll admit it. I am a gushing fan of this new product from Allegro AI called Allegro Trains. I’m not sure what to call it — what noun I should attach to this creature. “Framework” and “Platform” have become, to my ears, rather meaningless jargon designed to detach suit-wearing types from their money. “Harness” is close.

Top 10 Best Node.js Open Source Projects to Keep an Eye On

NodeJS is a server-side platform that’s built on the JavaScript Engine (V8 Engine) of Google Chrome. It’s an open-source, cross-platform runtime environment for JavaScript code execution outside the browser. The platform, being event-driven, works on a non-blocking I/O model, making it lightweight and effective in building web applications. With the platform, you could simultaneously run code on the client and server side, hastening the development process.

Discover and Explore Data Faster with the CDP DDE Template

It is hard to believe if you have had previous experience with setting up, sizing, and deploying a distributed search engine service that this is possible. Imagine how many times IT has lost valuable time spending hours trying to understand Apache Solr application requirements and map them into how to best size and deploy the Solr service. Time that is lost to Line of Business as well.

The Advantages Of Live Data-Streaming In The Competitive Financial Services Sector (Part III)

Live data-streaming offers businesses exciting new opportunities to transform the way they operate, leveraging real-time insights to drive better decision making and enhance operational efficiency. To find out more about how streaming data might impact the financial services sector I sat down for a chat with Dinesh Chandrasekhar, Head of Product Marketing in Cloudera’s Data-in-Motion Business Unit.

The unexpected benefits of COVID-19 in Japan

The way that people do business in Japan has radically changed as a result of COVID-19. Historically, the Japanese have been very much about face to face relationship selling where you establish relationships and build trust but now everything has to be done remotely or online. Like everyone else, the Japanese are really keen to keep doing business so they've actually embraced the remote way of doing things which has been quite interesting to watch and had some unexpected benefits.

Episode 9: Introduction to Indexes

In this episode, we learn about a very important technique for making database queries faster: indexes! Indexes are a very powerful technique and are critical to understanding how databases work under the hood. In this lesson we talk about how database indexes make use of the binary search algorithm to speed up queries. We also cover the trade-offs associated with using database indexes, and why it might not be a good idea to use too many indexes.