Skip to main content

· 8 min read
Ankit Anand

JSON (JavaScript Object Notation) is a lightweight data-interchange format that has gained widespread popularity in recent years due to its simplicity and flexibility. It is easy for humans to read and write and for machines to parse and generate, making it a great choice for transmitting data in web applications.

· 9 min read
Satyam Tripathi

Centralizing logs (arranging all records in one place) is often challenging as we need to decide whether to use a log shipper or directly log from the application.

If you are not familiar with a log shipper, logging directly from the library might be a suitable option for development (it is easy to configure). However, in production, you'll likely want to use one of the available log shippers, mainly due to buffers, since blocking the application or dropping data (immediately) may not be an option.

· 7 min read
Ricardo Paiva

OpenTelemetry can be used to instrument your Elixir applications to generate telemetry data. The telemetry data can then be visualized using an observability tool to monitor your Elixir application performance. In this tutorial, we will use OpenTelemetry Elixir libraries to instrument an Elixir application and then visualize it using SigNoz.

· 6 min read
Ankit Anand

“Do not complain beneath the stars about the lack of bright spots in your life.” Bjørnstjerne Bjørnson

Starting this one off on a different chord!

Startups are challenging yet fulfilling. There is always a long road ahead - full of challenges and uncertainties. Yet, sometimes we hit a milestone and feel nostalgic about the journey completed. 10,000+ GitHub stargazers seemed like a distant dream, but finally, it’s here. Moments like these are special to the team. We are grateful to the developer community for their continued support since our inception.