My Blog โ๐ผ
How to use Sanity io as a backend to build Airbnb clone site
This is introduction on how you can use sanity for creating your backend data for an Airbnb website clone. You will get to know how to create new schemas, how to create your our types and how to use reference type to share type between the types.
#sanity#backend#javascript#next js
Git and GitHub for code newbies
Git is a distributed version-control system for tracking changes in source code during software development.It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.
#beginners#git#github