#web-development
Read more stories on Hashnode
Articles with this tag
What is Typescript? Typescript is a superset of Javascript, it can do everything that Javascript can do, plus more! It is open-source, created by...
Git has revolutionized the way we manage our code, let's find out why. ยท What is Git & Why is it Powerful? Git is an open source distributed version...
Trying to decide whether to use a SQL or NoSQL database for your website? Look no further! Most Web Developers overlook the fact that almost all...
A beginner's guide to the core concept: React Props ยท What are React props? Props in React are "properties" that allow components to pass data to another...
A Guide to Building Professional README Files. A README document is a text file that describes your project, it's the first file most developers will...