SSSubham samrat jenainhtmlcss0.hashnode.dev·Feb 1 · 2 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupEmmet is a shortcut language used to write HTML faster. Let’s understand it with a real-world problem scenario—what it is, why it is used, who can use it, and whether it is beneficial for beginners. As we know, Emmet is like a helper for programmers ...00
SSSubham samrat jenainggithub.hashnode.dev·Jan 31 · 2 min readInside Git: How It Works and the Role of the .git FolderWhat is the .git folder ? The .git folder is a hidden file created when we run (git init). It store complete history of project contains commits, branches, tag, configurations etc. without .git the project not a git repository. It allow git to trac...00
SSSubham samrat jenainggithub.hashnode.dev·Jan 29 · 2 min readWhy Version Control Exists ?In the starting era of software engineering there is no any VCS (Version Control System) exist still software projects are growing but when time to time technology’s are growing up and developers making big and complex projects so more then one devel...00
SSSubham samrat jenainggithub.hashnode.dev·Jan 28 · 2 min readGit for Beginnerswhat is git ? Git is a version control system. In simple Git is a tool that keeps track of changes in our code like who changed what and go back to old code. It help multiple people work together in a single time. Every developer has a full copy of...00
SSSubham samrat jenaincomp-networking.hashnode.dev·Jan 23 · 2 min readTCP vs UDPwhat are TCP and UDP ? TCP and UDP, these are protocols(Set of rule) used to send and receive data over a network. TCP/IP TCP stands for (Transmission Control Protocol ) It first establish a connection between devices and then ensure reliable da...00