Kubernetes For Front-End Developers

In this article, Benjamin Ajibade introduces Kubernetes to front-end engineers and explaines why Kubernetes is integral in a production-ready microservice architecture. Some key terms that are important for team collaboration will be discussed and conclude the post with a quick deployment to getting started as a beginner.

Advanced Animations Using CSS

In this article, you will learn how to create a rollercoaster path that a ball follows using cubic beziers and CSS transitions. You’ll also learn how the `cubic-bezier` function in CSS works in detail and how to stack multiple simple animations to create one complex one.

Rethinking `Server-Timing` As A Critical Monitoring Tool

In this article, we learn what makes the underused `Server-Timing` header uniquely powerful among all other response headers. In some cases, it provides the only mechanism to measure important aspects of how your site loads - and those aspects might not have anything to do with the timing. We’ll rethink the expectation for using it exclusively for timing and see fast solutions for hard-to-solve monitoring challenges.