Bodheeshbodheesh.hashnode.dev·Oct 27, 2024FeaturedError Handling in Node.js: Types and Examples intervew guideMastering Error Handling in Node.js: A Complete Guide with Interview Insights. Learn how to handle errors like a pro and ace your Node.js interviews As a Node.js developer, understanding error handling is crucial for building robust applications. In ...Discuss·16 likes·183 readsnode js interview questions and answerssoftware development
NearformforNearformnearform.hashnode.dev·Oct 17, 2024A 5-stage guide to turbocharging the quality assurance process with generative AIBy Aska Cloke Learn how to enhance test productivity and quality at each stage of the Software Development Life Cycle (SDLC) There are many blogs and discussions about utilising generative artificial intelligence (GenAI) for quality assurance (QA) ac...Discuss·1 likeGeneral Programming
Sai Sravanthisaisravanthi.hashnode.dev·Oct 12, 2024The Rise of no-code/ low-code Data Analysis ToolsIn recent years, the demand for data-driven decision-making has surged, leading to the emergence of no-code and low-code data analysis tools that democratize access to data insights. These platforms empower users without extensive programming skills ...Discuss·27 readslearning
Vitthal Korvanvitthal-korvan.hashnode.dev·Oct 2, 2024Local Storage and Session StorageLocal Storage Local storage in JavaScript is a web storage feature that allows websites to store key-value pairs in a web browser, providing a way to persist data across sessions. It is part of the Web Storage API, which includes both localStorage an...Discuss·1 likeAdvanced JavaScript and DOMlocalstorage
Kushal Daskushaldas.hashnode.dev·Sep 28, 2024Hacktoberfest 2024: Everything You Need to KnowWhat is Hacktoberfest? 💻 Hacktoberfest is a month-long celebration from October 1 to October 31, organized by DigitalOcean and DEV Community, in collaboration with GitHub. It’s a fantastic opportunity to engage in the open-source community by creati...Discuss·32 likes·188 readsOpen Source Essentialshecktoberfest2024
Kushal Daskushaldas.hashnode.dev·Sep 26, 2024Essential Git Commands: A Beginner's Guide to Version Control 🎉Welcome to your Git introduction! Whether starting a new project or collaborating, mastering Git will help you manage your code efficiently. This guide covers core concepts and essential commands for beginners. What is Git? 🤔 Git is a distributed ve...Discuss·3 likes·33 readsOpen Source Essentialshecktoberfest2024
TARANG SHARMAtarangsharma.hashnode.dev·Sep 16, 2024Webrtc : Steps for starting video/audio calling . PART-AHey, hi! Welcome to another blog. As I promised, I will bring you three blogs in the WebRTC series. Here I am with the second part of this series. While writing, I realized this part needs its own sub-parts, so this is Part A. In this blog, we will l...Discuss·49 readsWebRTC
Kushal Daskushaldas.hashnode.dev·Sep 13, 2024Mastering CSS Layout: Understanding Float and Clear 🌟CSS Layout is a fundamental aspect of web design, allowing you to control the placement and alignment of elements on a page. Two key properties in traditional CSS layout are float and clear. In this article, we'll explore these properties from basic ...Discuss·2 likes·44 readsWeb-devCSS
Kushal Daskushaldas.hashnode.dev·Sep 13, 2024CSS Tutorial: A Guide to CSS Positioning TypesThis article builds on the previous lesson by diving into how to position HTML elements with CSS. By the end of this guide, you'll be able to use different positioning techniques to arrange elements exactly how you want on your web page. What is Posi...Discuss·26 readsWeb-dev#kushalairtcle
Kushal Daskushaldas.hashnode.dev·Sep 12, 2024Understanding the CSS Box ModelWhat is the CSS Box Model? 📦 The CSS Box Model is a fundamental concept in web design that describes how elements on a web page are structured and displayed. It defines the space around and inside an element, and how these spaces interact with each ...Discuss·1 likeWeb-devbox-model