LSLokesh Srivastavainloki.dev·May 2, 2023 · 5 min readWeb AccessibilityWhat It Is, Why It Matters, and How to Implement It When we talk about web accessibility, we mean designing and developing websites and web applications in a way that makes them usable for everyone, regardless of their abilities. This includes people...00
LSLokesh Srivastavainloki.dev·Apr 30, 2023 · 3 min readGit Squash CommitsWhat is this Git Squash First, let's understand what Git squash is. When we commit code and raise a pull request (PR), we often make multiple changes to it. When it comes time for final deployment or merging, we need to squash all of our commits into...00
LSLokesh Srivastavainloki.dev·Dec 20, 2022 · 5 min readGatsbyWhat is Gatsby : Gatsby is a free and open-source framework based on React that helps developers build blazing-fast websites and apps. It uses modern web technologies such as React, Webpack, and GraphQL to build and deploy static sites that are fast,...00
LSLokesh Srivastavainloki.dev·Dec 17, 2022 · 5 min readReactJSWhat is this React ? The best fit for developing user interfaces is React, as it is a very declarative, fast, and flexible JavaScript library. It allows you to create complex user interfaces using components or small, self-contained pieces of code. I...00