Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > icarotelesdasilva > building-nexisk-a-technical-deep-dive-into-my-i386-kernel-47ai

Building NexisK: A Technical Deep Dive into My i386 Kernel

8+ hour, 24+ min ago   (1627+ words) Building NexisK: Inside My i386 Kernel, Custom Bootloader and Memory Management Building an operating system kernel from scratch is not primarily about displaying text on a screen. It is about establishing a controlled execution environment on hardware that initially knows nothing…...

Medium
medium.com > @sunil17bbmp > can-you-explain-dns-and-ssl-clearly-most-developers-cant-b152518785e7

Can You Explain DNS and SSL Clearly? Most Developers Can’t

6+ hour, 21+ min ago   (34+ words) Ask a developer: “Can you explain DNS and SSL?” You might hear answers like: DNS is for domain names. SSL makes websites secure. These …...

Medium
medium.com > @ejehadoledaniel > how-the-web-works-a-journey-from-url-to-screen-81cea0880673

How the Web Works: A Journey from URL to Screen

11+ hour, 3+ min ago   (411+ words) Before going further, it helps to separate two terms people often use interchangeably. The internet also carries other services like email, file transfer, video calls but the web is by far the most visible one to everyday users. Everything begins…...

Medium
medium.com > @gibraheem1 > how-the-web-works-a-beginners-clues-e2f5fb50c1a1

HOW THE WEB WORKS: A BEGINNER’S CLUES.

11+ hour, 54+ min ago   (177+ words) Have you ever wondered what happens when you type a website address into your browser and press enter? Within seconds, a webpage appears on your screen. But several processes happen behind the scenes before that webpage reaches you. Firstly, let…...

Medium
medium.com > @manjushasrivastava334 > the-csd-sequence-theorem-1613bd647342

The CSD Sequence Theorem

13+ hour, 13+ min ago   (27+ words) Title Field me: The CSD Sequence Theorem Subtitle: A Mathematical Discovery in Repdigit Division Sequences by Chitransh Srivastava The CSD Sequence Theorem: A Pattern in Repdigit Division …...

DEV Community
dev.to > oani > a-z-of-how-the-web-works-1-introduction-1ghb

A-Z of how the web works: #1 Introduction

18+ hour, 3+ min ago   (1546+ words) Two simple words. You probably don't think twice before saying them. In fact, there's a good chance you are online right now. But what does "online" actually mean? Being online has become so normal that we've stopped noticing how remarkable…...

Blockonomi
blockonomi.com > bitcoin-seed-generator-entropy32-plus-uses-radioactive-decay-for-true-randomness

Bitcoin Seed Generator Entropy32 Plus Uses Radioactive Decay for True Randomness

19+ hour, 57+ min ago   (479+ words) A Bitcoin seed generator that relies on radioactive decay for randomness has surfaced as a new open-source hardware project. The device, called Entropy32 Plus, uses a Geiger counter to capture decay events. Their timing is then processed through SHA-256 conditioning before…...

Medium
medium.com > @piyushraj.code > bloom-filter-all-you-need-to-know-055d8230e340

Bloom Filter: All You Need to Know

17+ hour, 43+ min ago   (677+ words) Before diving into it directly, let us first try to understand what problem we faced so this became necessary! We know about the set data structure. A hash-based …...

Medium
medium.com > @abdulmusty351 > how-the-web-works-what-happens-when-you-type-a-website-into-your-browser-86e336282c0d

How the Web Works: What Happens When You Type a Website Into Your Browser?

19+ hour, 53+ min ago   (1835+ words) I’m sure all of us use the web for one thing or another. But have you ever stopped to wonder how it actually works? How does typing a website into a browser suddenly make a webpage appear on your screen?...

DEV Community
dev.to > polyvexr > quick-sort-fast-sorting-with-divide-and-conquer-229h

Quick Sort: Fast Sorting with Divide and Conquer

1+ day, 11+ min ago   (1027+ words) Sorting is everywhere in software. In the previous article, we learned Merge Sort, which can sort an array in O(n log n) time. Quick Sort also uses the Divide and Conquer strategy, but it approaches the problem differently. Instead of…...