Skip to main content

Moved away from Ubuntu 21.04 to Windows 10 pro, here is why?

· 5 min read
D Balaji
Lead Design Technologist

Some alt text

Historically the OS running on my workstation was not mainstream. Ubuntu desktop was eccentric, esoteric, and uniquely customized to my needs. Ubuntu remains a solid OS for personal needs but not fully loaded for all my tasks. Let me show you where ubuntu-desktop shines and fades in 2021.

5 questions every developer should ask to solidify his learning on programming languages and libraries

· 2 min read
D Balaji
Lead Design Technologist

Some alt text

When I walk into an interview or conduct a tech interview, the question that often comes up would be "Why React instead of Angular or Vue?". Questions like that would be damn simple to answer if you had solid learning outside of library syntax and semantics. I get it. When we decide to do a hello world, we are carried away by semantics, syntax and where is the output mindset. Here are my 5 questions that I would recommend you ask yourself while you learn a programming language or library.

Build products that run till end of earth mindset, something that is missing in Indian marketplace. What engineers can do about it?

· 6 min read
D Balaji
Lead Design Technologist

engineer planning

At least 3 out of 5 electronic goods do not work at peak performance for 5 years without a repair. Many open-source repositories go unmaintained after a few months of activity. What if every engineer takes an oath to develop products that run till the end of the earth without a major outage? What system design decisions and quality benchmarks would be needed to achieve a long shelf life of the hardware, software, services, or firmware product? Let's discuss it.

Lessons from my 18 months of WFH, checklist

· 5 min read
D Balaji
Lead Design Technologist

18-months-wfh

Back in 2015, I was reading the book Remote, office not required by Basecamp and it felt like a distant dream to work from home (WFH) even though I worked in the tech industry as an independent contributor. Due to the pandemic, almost overnight the IT employees became accidental WFH professionals. It was a good choice because the infrastructure inside and outside the office was built around the concept of Social distancing. Back to the topic, I have tweaked and adapted to my WFH lifestyle, I have enough maturity to establish the process at the new location. Download my checklist for WFH in 2021.

Automating npm packages updates with renovate bot on github

· 5 min read
D Balaji
Lead Design Technologist

react renovate

In this how to article, I will be discussing how we can set up a GitHub application to automatically keep our npm packages updated without breaking the app. We will also discuss the shortcomings of this application and if it's the right fit for use in production or in a team environment.