Posts

HTML Emmet

 Creating an HTML element with content h1{Hello World}  p{This is a paragrah} Nesting elements ul>li get multiple elements ul>li*3 nav>ul>li*3>a{Link $} elements with class and id div.contianer div.hero.banner div#main auto increment numbers of class ul>li.item$*3 Cheat sheet reference cheatsheet-a5.pdf

Python tools

  uv is a package manager like pip which is written in Rust and is ultrafast.  Pypi: uv · PyPI Documentation: Commands | uv Getting started | uv What is a wheel in python? Package Formats - Python Packaging User Guide Wheel is used during installing package. Egg was used in the earlier version. 

GitHub Actions

  Quick Start Guide: Quickstart for GitHub Actions - GitHub Docs Reference Repository: actions/starter-workflows: Accelerating new GitHub Actions workflows

Words

sprawling: spreading over a large area in irregular way.  cohort: group, paltan in Hindi

Internet basics

Let us say we have two people in a room, they have to talk to each other. You can simply talk them.  Now if you have more than 2 people, you need to refer to their names for clarity.  If you have to talk to a friend but he lives in a different house than yours, now you need to a proper address to reach to him.  But what if there lives multiple people, you will just share the message to a gatekeeper. The gatekeeper will forward the message to the right house. If the house is not under his radar, the gatekeeper will request the next gatekeeper until it finds the right house.  Similarly, if you want a data within your house, you can ask directly. But if you want to get the data outside your house, you need to ask a gate keeper to get the data for you. This gate keeper is called a router. The router does not have the data itself but a server has. Once the server is identified, the server sends the data to the router and the router takes this data and send to the previous...

Stories and concept with conclusions

It is necessary to have clarity of a topic. If you read a subject, you will lose majority of its details if not repeated or reused.  Get the gist of the topic, have the conclusion of the topic and explain to someone what you have learned.  Get the clarity of topic as you know a part of it or you don't know certain part of it. Keeping it confusing mode will prolong the process of sharing and will make you less confident about the topic.  Bring clarity whenever asked for a choice. I should clearly know what I am going to next. I have to think in process, instead of goals. I will just create a minimal viable creation.  Have clear picture of what you want to be doing.  https://developer.mozilla.org/en-US/docs/Learn_web_development/Howto/Design_and_accessibility/Thinking_before_coding Whenever a task is to be done, have a quick outline to achieve the minimum. Trust is the ultimate goal.  We should know who is our targeted people.  We should know what they w...