LOVISH GOYALlovishgoyal.hashnode.dev·3 hours agoCyber Security 🛡️ in Everyday Life Real Stories, Real LessonsCybersecurity might sound like something only tech experts need to worry about, but it affects all of us. From small businesses to individuals, everyone has a role to play in protecting their digital presence. Let’s dive into some real-life stories a...Cyber SecurityProgramming Blogs
Stella Josephinemccancegroup.hashnode.dev·15 hours agoBuilding a Construction-Based "McCance Group" Website with Basic HTML, CSS, JavaScript, React.js, Lambda, and Next.jsCreating a website for a construction company like "McCance Group" involves a combination of foundational web technologies and modern frameworks. This blog will guide you through building a responsive and dynamic site using HTML, CSS, JavaScript, Rea...coding
Nitesh Negifewmorecodes.hashnode.dev·a day agoStarting with C++I am choosing C++ to learn DSA because I have briefly known it since school. I also wanted a language for which resources are readily available. It seems easy to understand from the top, and I have also seen many systems built on top of it. Below is ...Learning One Step at a Time - DSAC++
Adam Urbanurbanisierung.hashnode.dev·a day agoTech from 99 is where I'll switch to. RSS is the way to go.Signup here for the newsletter to get the weekly digest right into your inbox. Find the 10 highlighted links of weeklyfoo #68: How not to learn Rust by Denys Séguret I've seen too many good programmers struggle learning Rust, or even give up. Here a...Developer
Sumukha Surebancodeandcascade.hashnode.dev·Jan 24, 2025From Plain to Stunning: The Power of CSS BasicsCSS stands for Cascading Style Sheets, it helps in transforming plain textual HTML page to the modern responsive and stunning web pages, in this article I will take you through the fundamental of CSS all you need to know to get started. What is CSS �...ChaiCode
Harshit BansalforTechStack Talestechstack-tales.hashnode.dev·Jan 24, 2025Callbacks in JavaScriptAs we know that JavaScript Engine has just a single call stack which means that it can execute one statement at a time and executes it immediately and does not wait for anything. But if we really need to wait for sometime before executing the further...JavaScriptcallback
Harsha Mangenaharshamangena.hashnode.dev·Jan 24, 2025Custom RAG System with OllamaRetrieval-Augmented Generation (RAG) systems are gaining significant traction for their ability to retrieve relevant information and generate human-like responses. This article provides an in-depth walkthrough of building a custom RAG system integrat...llm
esProc Desktopesproc-desktop.hashnode.dev·Jan 24, 2025#136 — Put Data in a Group Horizontally into ColumnsProblem description & analysis: Here below is a data table: Task: Rank the students by score, and arrange the names with the same score into the same row. The result is as follows: Solution: Use SPL XLL and enter the following code: =spl("=E(?1).gr...10 likesexcel sheets
Vipin Sharmajsmaraiya.hashnode.dev·Jan 23, 2025JavaScript Coding Interview QuestionsJavaScript is one of the most widely used programming languages in the world, making it a common focus in technical interviews for web development roles. In this article, we dive into common JavaScript coding interview questions with practical tips a...JavaScript InterviewJavaScript
Dilandilanblog.hashnode.dev·Jan 23, 2025Zero (0) vs Null vs Undefined: Understanding the DifferencesIn programming, it’s common to come across 0, null, and undefined. These three values might seem similar at first glance, but they serve different purposes and behave differently in code. Let’s explore what each means and how they work, with simple e...Programming Tips