RKRitik Kapoorinritikkapoor.hashnode.dev·Aug 21, 2021 · 4 min readDOM - Document Object ModelIntroduction - DOM In this blog we are going to look into DOM i.e. Document Object Model. DOM is used to structure your HTML document and how it enables JavaScript to change the element properties like attributes, validations etc. What is DOM ? Let'...01A
RKRitik Kapoorinritikkapoor.hashnode.dev·Aug 20, 2021 · 2 min readSome Good Resources for your WebsiteGraphic Resources So let me begin with some awesome graphic resources which makes your website look super awesome. unDraw This is one of the best places to find a cool graphic for your website. Whether you need some SVG's for your project or ...00
RKRitik Kapoorinritikkapoor.hashnode.dev·Jun 29, 2021 · 4 min readWriting Good "Commit Messages" on GitHubWriting good commit messages. Commit messages, "What are they?", "Why do you need them ?" and "How to write them?" Introduction So let's begin from level 0 i.e. What is a commit? The definition goes like... Commits can be thought of as snapshots ...00