Ujjawal Mauryaujjawalmauryaum.hashnode.dev·Jan 27, 2025Wasm !!What is WebAssembly (WASM) ? WebAssembly (Wasm) is a fast binary instruction format designed to run in web browsers at near-native speed. It acts as a bridge, allowing developers to use languages like C, C++, or Rust and compile them into code that w...26 readswasm
Tanisha Manglasamsung-interview.hashnode.dev·Jan 24, 2025Samsung R&D Interview Experience NoidaThere are total 3 Rounds First Round - This round was MCQ Based . There was 50 ques from the topic like Quant, Reasoning, Computer Network, OS, C & Java, Sorting. In this we also had Pseudo Code.The duration of this round was 1 Hour. Round 2 - Round ...iwritecode
NearformforNearformnearform.hashnode.dev·Dec 5, 2024Announcement: Nearform will cease publishing content on HashnodeWe at Nearform have decided to stop publishing new blog posts on our Hashnode account. But don’t worry, we’ll still be publishing exclusive content from our tech experts. You can find our latest tech articles by visiting our Digital community, at Nea...1 like·27 readsGeneral Programming
Kenneth Akpocoderofph.hashnode.dev·Nov 29, 2024Eden Life Five-Year Innovation Plan1. Introduction Eden Life has established itself as a leader in the Nigerian home services industry. To sustain its momentum and achieve long-term growth, this five-year innovation plan outlines strategic initiatives to enhance the food delivery expe...2 likesinnovation
Sai Sravanthisaisravanthi.hashnode.dev·Nov 14, 2024How to Build an Impressive Data Analytics PortfolioIn data analytics, a strong portfolio is essential. It shows your data handling, insight generation, and visualization skills. Whether you're new or experienced, a good portfolio highlights your abilities. Here's a guide to building a standout portfo...1 likeportfolio
Chidinma Ozoemenachidinmawrites.hashnode.dev·Nov 8, 2024Understanding Infrastructure as Code (IaC): Revolutionizing Infrastructure ManagementInfrastructure as Code (IaC) is a key practice in modern software development and operations. It involves managing and provisioning computing infrastructure through machine-readable definition files, rather than through physical hardware configuratio...iwritecode
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 ...17 likes·304 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...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 ...30 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...1 likeAdvanced JavaScript and DOMlocalstorage