Ayanconnectedrhythms.hashnode.dev·Oct 4, 2024How a Fingerprint Scanner Works: Understanding the Technology Behind Biometric SecurityFingerprint scanners have become a ubiquitous part of modern security systems, providing a convenient, reliable, and secure way to authenticate users. From unlocking smartphones to verifying identity at workplaces, airports, and banking systems, fing...Discuss·1 likeComputer Science
Sudhanshu Dasguptasudhanshutech.hashnode.dev·Sep 16, 2024#1 How Nodejs works? : Behind The Scene SeriesNode.js is one of the most widely used technologies for building fast, scalable network applications. But what exactly is going on under the hood? How does Node.js handle millions of requests without breaking a sweat? In this post, we’ll dive deep in...Discuss·13 likes·91 readsBehind the sceneNode.js
Kashish Ozakashishoza.hashnode.dev·Jun 28, 2024Inner Working of Python🧩Python is one of the most popular programming languages in the world, and for good reason! It's known for its simplicity, readability, and versatility. But have you ever wondered what happens behind the scene when you run a Python program? Let's take...DiscussPython
Shakir Bakareshakirbakare.hashnode.dev·Jun 25, 2024Exploring JavaScript Runtime Environments: Web Browsers and Node.jsThe JavaScript runtime environments let you run JavaScript code. As a JavaScript developer, understanding these environments will help you know where you can and cannot run your JavaScript code. In this article, I will explain the common JavaScript r...DiscussMastering Javascript
Emmanuel Enchillamoaful.hashnode.dev·Jun 1, 2024The Mechanics Behind the InternetIntroduction In the current digital era, searching the web has become second nature to millions worldwide. Yet, behind this seemingly mundane action lies a complex web of processes and technologies that orchestrate our journey across the vast landsca...Discussmechanics of the web
Dhanush Ndhanushnehru.hashnode.dev·Apr 15, 2024What happens when you type a URL into your browser ?Every day, when you open your computer, you navigate to your favourite social networking, news, or e-commerce websites. You can get to this page by typing in the URL or by clicking on one of the page's links. Ever thought about what occurs in the bac...Discuss·11 likesBrowsers
Aditya Kumbharadityakumbhar.hashnode.dev·Mar 29, 2024Python's Inner WorkingAs we all know python is a very popular programming language. The popularity of the language is increasing day-by-day also python has very great significance in the field of Artificial Intelligence or Data related work. Python is also a very beginner...DiscussPython
Rajvardhan Chavanrajvardhanchavan.hashnode.dev·Mar 18, 2024Behind the Scene of Python LoopsHave you ever wondered how Python loops do their thing? Well, I'll summarise it in this blog in simple terms. We'll peek under the hood to see how Python makes those loops work like magic. Important Terms Itertool Itertools is a Python module that ...DiscussPython
Ashmita Duttaashmitechnicals.hashnode.dev·Mar 17, 2024Python Behind the ScenesI have been using Python since 2017, but only recently started learning about the internals and the core fundamentals of Python. Here is my attempt to break it into smaller chunks for any beginner in the field who is trying to understand it from a pr...Discuss·41 readsPython
Cornelius Lochipi Emasecorneliusemase.hashnode.dev·Mar 9, 2024Understanding JavaScript Behind the Scenes.Introduction Welcome to a behind-the-scenes glimpse of JavaScript.We will explore the inner workings that power this versatile language. In this exploration, we'll uncover the essentials like execution context, the call stack, and the crucial interpl...Discuss·20 likes·54 readsJavaScript