nehasharma.devCSS3 Adjacent SelectorIn CSS3 we have a lot of selectors which empower the dev's productivity and help in the optimization of DOM, and usage of classes. One such selector is: Adjacent Selectos ( + ) The adjacent selector in CSS is a selector that selects an element that i...Feb 18, 2023·1 min read
nehasharma.devCSS Attribute Selectors DemystifiedWelcome to another blog to learn about CSS selectors. In this blog, we will learn about attribute selectors. Please check my previous post on CSS Selectors What is an attribute selector? An attribute selector is a type of selector in CSS that selects...Feb 18, 2023·4 min read
nehasharma.devThings I wish I knew when I started learning cloudA few years back I decided to upskill. Throughout my career, I stayed in the front-end domain and worked limited in the back-end. When I started my cloud journey I was unclear about most things (as every person's cloud is new to me). I went through m...Dec 23, 2022·4 min read
nehasharma.devSystem Design Guide for Front-end DevelopersTOC: 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...Jan 7, 2022·5 min read
nehasharma.devAccessibility beyond 'alt' tag, 'color contrast', and semantic tagsIs 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:...Sep 4, 2021·5 min read