Systems | Development | Analytics | API | Testing

%term

A Day in the Life of a Dev Team: Leveraging Codezero Teamspaces for Collaborative Development, Efficiency and Excellence

Dev Teams rely on their Dev Leaders and DevOps to fill a crucial role, bridging the gap between development and operations to ensure smooth workflows in the fast-paced world of software development. This role requires not only technical expertise but also the ability to navigate team dynamics and project management challenges. Enter Codezero Teamspaces, a tool essential for modern Dev Teams fostering collaborative development.

Deploying Microfrontends on AWS: A Guide for Developers

If you are new to Microfrontends architecture, it’s a modern approach for splitting the frontend of your application into multiple components, so it’s easier to code and manage. We’ve actually got a separate article, introducing the concept, which you can read here. Or, if you’ve already read that introduction and now want to go a step further, just read on.

How to Use Flume in your Elixir Application

As your Elixir app grows, you might need advanced control over how and where to perform background tasks or pull them off queues to manage back pressure. In this post, you will learn how to handle background jobs with Flume, a job processing system that uses GenStage and Redis. It provides durability, back pressure, job scheduling, rate limiting, and batch processing, among other things. We will expand on each of these features in detail.

How to build an API with Go and Gin

Have you ever found yourself rummaging through the fridge, trying to figure out what groceries you have and what you need to buy? Okay, maybe this isn't a super serious problem, but what better way to manage this chore than by building a web API? In this guide, we'll craft a grocery management API with Go and Gin. If you're new to API lingo, CRUD might sound a bit... well, crude. However, it's a fundamental concept! CRUD stands for create, read, update, and delete.

How to Create a Pie Chart in Yellowfin Dashboards

Welcome to the latest entry in Yellowfin Japan’s ‘How to?’ blog series! In our previous blog, we went through how to create big number and vertical column charts in Yellowfin, as well as how to add a 'back-to-top button to your dashboard. We categorized the charts to be displayed on the dashboard by aggregation axis, and created charts that aggregate on the axis of Year.