code

Best way to style components in React | 2021

Styled Components are one of the new ways to use CSS in modern JavaScript. It is the meant to be a successor of CSS Modules, a way to write CSS that's scoped to a single component, and not leak to any other element in the page.

Read Full Post →
cloud

Serverless 101

In this blog post, I shall be sharing my understanding on Serverless. I often see young developers mixing up between these containerization and serverless. I will also briefly touch upon the topic and explain when it makes perfect sense to choose serverless over other architectures.

Read Full Post →
code

Optional Chaining Operator in ES2020

In this article, I will explore one of my favourite ES2020 feature - the optional chaining operator.

Read Full Post →
AEM

Shared Datastore across multiple AEM instances

A comprehensive guide on deploying multiple Adobe Experience Manager instances with shared datastore.

Read Full Post →