Systems | Development | Analytics | API | Testing

%term

What is gRPC?

gRPC is an open source remote procedure call (RPC) framework that enables client and server applications to communicate with each other remotely and transparently. In this blog post, we are going to discuss gRPC. First, we’ll talk about RPCs and why they are important. Then we’ll explain how gRPC works, taking a closer look at protocol buffers and the architecture of gRPC.

Tideways 2023.1 Release

In the 4 months since the last release (2022.4), we have been working on a number of new features and improvements that we are pleased to share with you today as part of our 2023.1 release of Tideways. In addition to the new features, we also revamped our pricing and plans at the end of March under the umbrella of “Tideways 6”. The main difference is that all plans now include all features and are now limited by transactions as the primary metric. Summary.

The rise of Realtime Collaboration

The past few years—accelerated by the pandemic—have seen people move more of their work and personal lives online. There’s a huge growth in teams working remotely, either on a full or part-time basis. And many companies have embraced the remote-first model - offering remote-first or hybrid positions as standard. However this shift to remote, online-first interaction brings challenges. For remote workers, one of the biggest impacts has been in the way that they work together.

Beginner's Guide to Generics in Golang

Generics in Go refers to a language feature that allows creating functions, data structures, and interfaces that can work with different types. In other words, generics enable the creation of code that is not limited to a specific type or data structure. Before the introduction of generics in Go, developers had to write multiple functions to handle different types of data. This approach was often cumbersome and led to code duplication.

How are Throughput and Response Time Related

Have you ever wondered what happens when you visit a website or use an app that takes a long time to load? It seems to take an eternity at times! This is where software testing comes in. Use our load test tool you can test how well a website or app can handle a large number of people, all while using it at the same time.

Keeping Your OS Security Up-To-Date

There are many factors to keep in mind when thinking about how to keep systems and applications secure. First and foremost is the actual environment where the application is deployed. The environment consists of the Operating System (OS), libraries included with the OS, and software that runs in the background. In a perfect world, an application would have very few or zero dependencies on the environment, thereby eliminating the need to keep dependencies up to date.

Running Ray in Cloudera Machine Learning to Power Compute-Hungry LLMs

Lost in the talk about OpenAI is the tremendous amount of compute needed to train and fine-tune LLMs, like GPT, and Generative AI, like ChatGPT. Each iteration requires more compute and the limitation imposed by Moore’s Law quickly moves that task from single compute instances to distributed compute. To accomplish this, OpenAI has employed Ray to power the distributed compute platform to train each release of the GPT models.