AKAnnoh Karlgustainannohkarlgusta.hashnode.dev·Apr 3, 2023 · 3 min readWhat is Git (in 2 minutes)More from Karlgusta So, what is Git, and why is it so popular? Git is the most popular Version Control System in the world. A Version Control System, records the changes made to our code overtime, in a special database called Repository. We can look ...01Y
AKAnnoh Karlgustainannohkarlgusta.hashnode.dev·Jun 30, 2022 · 4 min readWhat is HTML Input Type Text?Input-type text is a very important, very useful tool that has helped developers create forms that are useful. Many websites that send data to the database use Text input in their front end. It is therefore an important concept to learn and use as a ...00