HKHemanth Kumar Kinhemanth353.hashnode.dev·Sep 11, 2022 · 4 min readJavaScript interview cheat sheetwhy we need JavaScript? JavaScript is a very useful and necessary programming language for any web developer as most of the web works on js web stack like React.js,Angular.js,Vue.js for frontend and Node.js for backend is a very popular choice for T...00
HKHemanth Kumar Kinhemanth353.hashnode.dev·Aug 21, 2022 · 4 min readTailwind CSSMy Learning towards CSS frameworks CSS Frameworks are also known as CSS libraries which are used to simplify styling of a webpage. These libraries helps us to write CSS faster. Some of the CSS Frameworks are: Bootstrap Tailwind CSS In this artic...01G
HKHemanth Kumar Kinhemanth353.hashnode.dev·Aug 10, 2022 · 3 min readAll About Flex BoxHi, In this article I am writing about CSS Flexbox. The Flexbox also known as Flexible Box Module is a web layout model.Flexbox makes us easier to design flexible responsive layout structure without using float or positioning. The two axis of Flexbo...00
HKHemanth Kumar Kinhemanth353.hashnode.dev·Jul 23, 2022 · 2 min readGIT cheat-sheetGit is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on our computer. Git is the most powerful tool in modern development. 1. SETUP Configuring user information use...00
HKHemanth Kumar Kinhemanth353.hashnode.dev·Jul 23, 2022 · 2 min readMarkdown Cheat SheetThis Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. 1.HEADERS This element is used to create headings, Hash(#) is used to define this Syntax : # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 Output: H1 H2 H3 H4 H5...00