AAnandintechsavy.hashnode.dev·Oct 14, 2022 · 4 min readReact and its fundamentalsReact is a very popular framework today, and rightfully so. Once you are comfortable with it, the experience of writing a web application becomes downright enjoyable. The community of React developers is vibrant. The pace of change in the framework i...00
AAnandintechsavy.hashnode.dev·Sep 11, 2022 · 9 min readJavaScript Interview Preparation CheatsheetJavaScript is a programming language commonly used for web development, among many other things. It works in conjunction with HTML and CSS to add dynamic functionality to websites. It is the most widely used scripting language on Earth. And it has th...00
AAnandintechsavy.hashnode.dev·Aug 27, 2022 · 9 min readJavaScript Array HandbookIn programming, an array is a collection of elements or items. Arrays store data as elements and retrieve them back when you need them. What is an Array in JavaScript? A pair of square brackets [] represents an array in JavaScript. All the elements i...00
AAnandintechsavy.hashnode.dev·Aug 19, 2022 · 7 min readTailwind CSS: An IntroductionThere are popular frameworks out there that many developers use to style their websites and Web projects. Alternatively, some developers learn CSS to style their Web projects without resorting to a framework. Which of these approaches works better? L...00
AAnandintechsavy.hashnode.dev·Aug 15, 2022 · 3 min readA Complete Guide to FlexboxIn this article, I have tried to teach you the CSS Flexbox basics so that you can make your own responsive sites. I'll explain how each of Flexbox's properties works, and I'll give you a cheat sheet that covers everything you can do with Flexbox. Let...00