@iayushsawant
20yo engineering student | exploring blockchain, ai and full stack development.
Nothing here yet.
Nothing here yet.
Feb 1 · 4 min read · Introduction — Why CSS Needs Selectors CSS cannot apply styles without knowing where to apply a specific style. To style a specific element, there needs to be a unique identifier to select that specific element to be styled. Without, selector all sty...
Join discussion
Jan 31 · 4 min read · Writing HTML the slow way HTML can be quite wordy, making developers spend a lot of time writing code. This is especially true with all the opening and closing tags HTML needs. It can become boring and take longer than designing and developing the we...
Join discussion
Jan 29 · 5 min read · What a browser actually is (beyond “it opens websites”) Brower opens websites is the lay man definition, while what it actually does it way more interesting and important. A browser is a software that talks to servers by being the mediator between th...
Join discussion
Jan 29 · 4 min read · What is DNS and why name resolution exists DNS stands for Domain Name System. DNS is used to map human-readable names to IP-addresses. DNS are useful because it is easier for us as humans to remember names rather than specific IP addresses to our fav...
Join discussion