14
Jan 2024
How to create Facebook Client ID and Secret key for Facebook Login Button?
This blog is about how we can login with facebook account in our websites and we will create facebook credentials.
14
Jan 2024
Basics of Javascript Cookies
Cookies are small data files used to track user activity, preferences, and website visits, allowing websites to tailor user experiences and track.
14
Jan 2024
ACID-Property of Databases Transactions
A transaction is a logical unit of work that may or may not change the database from one consistent state to another. The major point to be maintained while handling databases as a part of web development is to maintain thier consistency all the time.