gvinod.hashnode.devJavascript variables and it's data typesHow to declare a variable in javascript? There are 3 types of variable declaration. First using "var" keyword, which is an old method to declare a variable. Syntax: - var "Variable Name"; var x;//Now x value is undefined means we not defined the vari...Sep 15, 2019
gvinod.hashnode.devWebStorage APIs and It's uses in day to day codingWeb storage APIs are used to store data in the browser. Using web storage API we can store a minimum of 5MB data in desktop browsers. There is 2 mechanisms that are most commonly used in the modern web development world are Local storage and Session ...Aug 20, 2019
gvinod.hashnode.devFlex box layout for responsive designs(Part-2)So far we have covered the flex-direction,justify-content,align-items, and flex-wrap properties and it's value to design/develop the responsive layout. There are more properties in the flex-box like the order of the flex items and align-self. So let'...Aug 5, 2019
gvinod.hashnode.devFlex-box layout for responsive designs(Part-1)In designing, Webpage or screen layout design is the most important part. If we could design the layout well than we can fit items inside the layout/container as per requirement. To design the layout we usually used display, position, and float. Befo...Jul 30, 2019
gvinod.hashnode.devCSS Media Types and Queries for Mobile Responsive DesignNowadays mobile responsive websites and even web applications are very common. Everyone wants to develop their websites and web apps should be mobile responsive, which means clearly visible and interactive in every handheld devices. Due to the smartp...Jul 20, 2019