kushagrablog.hashnode.dev"DOM : Adding JavaScript to Web Pages1) Introduction Till now I've been learning about Javascript and using it inside the Chrome Developer tools console. Now that was the purest form of Javascript as we saw the code as it is and saw what it does. But there is no use in learning about it...Sep 6, 2023·4 min read
kushagrablog.hashnode.devExploring JavaScript : as I use knowledge of compiling language in it1) Introduction In my previous blog, I started the journey into the vibrant world of JavaScript, unraveling its role as the driving force behind the dynamic web. I dived into alerts, data types, variables, and more, building a solid foundation for in...Aug 12, 2023·6 min read
kushagrablog.hashnode.devStarting JavaScript: The JavaScript Journey in Web Development1) Introduction Javascript is also known as the language that powers the web. Javascript allows real-time user interaction by running code in a browser rather than sending code to a server to run every time. JavaScript was invented by Brendan Eich in...Aug 9, 2023·7 min read
kushagrablog.hashnode.devCSS Flexbox: Building Flexible and Responsive Layouts1) Introduction CSS Flexbox is a powerful layout model that allows developers to create flexible and responsive designs easily. With its intuitive approach to aligning and distributing space among elements in a container, Flexbox has become an essent...Jul 23, 2023·6 min read
kushagrablog.hashnode.devContinuing CSS: Transforming Web Pages into Polished DesignPart 1 - Introduction In my previous blog post, I explored the fascinating world of CSS properties and their role in web development. In this new blog post, I will continue and expand on the foundation of the previous blog starting with why it is cal...Jul 15, 2023·9 min read