Skip to main content

Horizontal vs vertical scaling and CAP theorom

· 3 min read
D Balaji
Lead Design Technologist

Some alt text

Scaling software is managers pride and engineers headache, Just kidding. Scaling software is a discipline in performance engineering where the software is unable to work normally due to resource constraints arising due to high workload. Let's discuss scaling techniques in detail.

Dependabot alerts on github explained

· 2 min read
D Balaji
Lead Design Technologist

Some alt text

Dependabot is a bot or assistant that can help with security updates of your dependencies. Phew, that's cool right. A bot taking care of your application security threats. Here are more details about the dependabot.

It's hard to setup purgeCSS with react CRA

· 4 min read
D Balaji
Lead Design Technologist

CSS modules

Ask any frontend veteran, CSS is the hardest thing to refactor. Having said that, unused CSS easily gets shipped to production despite modern build. One of the CSS pruning libraries is purgeCSS. Let's see how purgeCSS works with react CRA.

Fixed lighthouse SEO audit to 100 on my blog

· 3 min read
D Balaji
Lead Design Technologist

lighthouse score

Lighthouse is an amazing audit tool to check the performance of the website based on certain rules. I ran lighthouse from the chrome dev tools and this is what I found. An 80 on SEO score on the landing page. Read this blog to find out how I got the SEO score to 100.