FEATURE
on Mar 2, 2023
586 views 21 secs

Web development, like most technologies, moves in waves and cycles. Static websites were all we had in the beginning. But pretty soon developers were hacking together the first server-generated sites thanks to Perl and PHP. This was the advance that would eventually kickstart frameworks like Laravel, Django, or Rails. Mobile devices would come to change […]

FEATURE
on Mar 2, 2023
493 views 29 secs

Welcome to a new installment on artificial intelligence. As I explained in my previous article, GPT-3 (Generative Pretrained Transformer 3) is a state-of-the-art language processing model developed by OpenAI. It has been trained on a large amount of data and can generate human-like text on a wide range of topics. One of the ways to […]

FEATURE
on Mar 1, 2023
450 views 23 secs

In my role as a developer advocate for Coralogix, I speak with organizations across almost every conceivable industry, and there is a pattern across almost all of them. In the world of observability, the challenge is battling scale. At scale, observability becomes a complex problem to solve. Surprisingly, the most common pattern for handling observability […]

FEATURE
on Mar 1, 2023
580 views 26 secs

A microservices architecture consists of several independent backend services that communicate with each other through APIs. Given the popularity of the microservices approach, chances are that your backend needs to make several API calls to receive data from and send data to other backends. Making an HTTP request to call an API takes only a […]