389 followers
🖍 I do Art for my soul;
🎤 I do talks for knowledge sharing;
💻 I do code for living;
Subscribe to my newsletter and never miss my upcoming articles
As a developer, we always underestimate the power of the documentation. We (developers) always underestimate the power of the documentation. As a result, we focus more on the code than thinking about the documentation. Moving to the EM role, I learne...
TOC: Why system design for FE What do interviewers look for Important Topics UI/UX Frameworks, and technologies choices Example Strategy Why system design for Front-End? Front-End is getting complex day by day.The line between Backend and Fr...
Is accessibility limited to have correct alt tags, color contrast as per the WCAG, or using semantic tags? This question we should ask ourselves when developing web applications. I keep asking myself as an Accessibility enthusiasts. The short answer:...
🏞 Cover image credits to https://undraw.co/ Time management and being productive is a trait everyone wants to excel in. Since the pandemic, this is one of the challenging skills as now everyone is just one ping or call away. The line between work a...
PS: I am republishing my 2019 blogs on the Design system at the Hash node. However, these blogs are still valid. If you are building a design system for open source then the things we discussed in earlier posts about design and tech audit won't be a...
Have you ever thought what are the areas or things to take care of to improve your code? Logical code can be improved by focusing on time and space complexity. However, the way we are writing the code also contributes a lot. Below are a few tips for...