My Blog

#1. What is Firebase?

It seems like there’s an app for everything these days. Well, almost everything. I haven’t found an app that helps me remove impacted earwax. It happens to me sometimes, and it’s super obnoxious. But someone could build it! I’ll contribute to your Kickstarter.

Firebase is Google’s mobile application development platform that helps you build, improve, and grow your app. Firebase is a toolset to “build, improve, and grow your app”, and the tools it gives you cover a large portion of the services that developers would normally have to build themselves, but don’t really want to build, because they’d rather be focusing on the app experience itself.

#2. The Web Storage API in JavaScript Explained With Examples

The web storage API in JavaScript is used to store data in the user’s browser. Data is saved as key-value pairs, which makes it easier to work with it. The Web Storage API also provides mechanisms by which browsers can store key-value pairs, in a much more intuitive fashion than using cookies. In this article, we will learn about the web storage API in JavaScript with some practical examples. Let’s get right into it.

The storage interface of the Web Storage API provides access to local storage that holds data permanently.

LocalStorage in JavaScript is a property that allows us to save data to be stored in the browser even when a user refreshes or closes a page. The stored data in localStorage has no expiration time, it’s a little bit similar to the cookies. It is supported by all the major web browsers, and we can access it from the browser developer tools.

Here is an example of how we can access the local storage in the console:

console.log(window.localStorage);

Output:

The output from the console.

The output from the console.

#3. DSC 30DaysOfWebDev

It was a great experience learning the essentials of the web development in 30 days through the content designed by industry experts.

Joining this Event helped me a lot by improving and recollecting all the basics of web-development. And also enhanced my connections with such a well experienced Mentors' assistance. Enjoyed working with the team in Hands-on sessions, solving quizzes and building Projects. Looking forward for more such Events.