GUVI
17K subscribers
765 photos
115 videos
1 file
703 links
Guvi is an IIT-M , IIM-A incubated company located at IITM Research Park, Chennai.

Master any programming skills with our byte sized video lessons and gamified practice platform. An one stop solutions for engineering students & professionals.
Download Telegram
*Basics of Web Storage*
https://youtu.be/LPn0ATpidQQ

The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.

Watch this video to know more about Web Storage and Its Uses.

Visit www.guvi.in/courses to Learn more.

Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram

Follow us on LinkedIn: https://www.linkedin.com/company/guviofficial
*Basics of JavaScript*
https://youtu.be/ejG0zqG_vl0

JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.

Watch this video to know more about Java Script and Its fundamentals.

Visit www.guvi.in/courses to Learn more.

Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
*MySql - Primary Key and Its Uses*
https://www.youtube.com/watch?v=fof6NODpBBs

A primary key is a column or a set of columns that uniquely identifies each row in the table. The primary key follows these rules:

- A primary key must contain unique values. If the primary key consists of multiple columns, the combination of values in these columns must be unique.
- A primary key column cannot have NULL values. Any attempt to insert or update NULL to primary key columns will result in an error. Note that MySQL implicitly adds a NOT NULL constraint to primary key columns.

- A table can have one an only one primary key.

Watch the video by Mr.Arun Prakash, Founder & CTO of GUVI to know more about Primary key in MySql and Its Uses.

Visit www.guvi.in/courses to Learn more.
*JavaScript - Basics of Reserved Words*
https://youtu.be/mZrH0Mjqx6Q

In any programming language, a reserved word or a reserved identifier is a word that cannot be used as an identifier, such as the name of a variable, function, or label. Thus, it is reserved and cannot be used for defining any of these. This is a syntactic definition, and a reserved word may have no meaning.

Watch the video by Mr.Arun Prakash, Founder & CTO of GUVI to know the basics of reserved words in JavaScript.

Visit www.guvi.in/courses to Learn more.

Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram