DEV Community

Computer Science 🤓

This tag is for sharing and asking questions about anything related to computer science, including data structures, algorithms, research, and white papers! 🤓

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Celery: Python's Silent Hero

Celery: Python's Silent Hero

3
Comments
4 min read
Rock Music Recommendation Software

Rock Music Recommendation Software

Comments
3 min read
Linked list. What? Why? Why not?

Linked list. What? Why? Why not?

Comments
3 min read
RAID

RAID

3
Comments
5 min read
<=60s - Big O Notation

<=60s - Big O Notation

1
Comments
1 min read
QuickSort (Time Analysis)

QuickSort (Time Analysis)

1
Comments
3 min read
Quicksort (Grokking Algorithms)

Quicksort (Grokking Algorithms)

Comments
3 min read
FUSE Filesystem - Sep 2023

FUSE Filesystem - Sep 2023

Comments
4 min read
Estudo de base sobre RAID: origem, tipos e características

Estudo de base sobre RAID: origem, tipos e características

5
Comments
17 min read
Garbage Collection

Garbage Collection

1
Comments
3 min read
Demystifying the Terminal: How It Works Behind the Scenes

Demystifying the Terminal: How It Works Behind the Scenes

1
Comments 2
4 min read
HTTP Status Codes That Will Make You Think

HTTP Status Codes That Will Make You Think

88
Comments 16
9 min read
Divide & Conquer (Grokking Algorithms)

Divide & Conquer (Grokking Algorithms)

2
Comments
2 min read
System design - princípios da escalabilidade de sistemas através da distribuição

System design - princípios da escalabilidade de sistemas através da distribuição

2
Comments
4 min read
Linux Boot Process

Linux Boot Process

7
Comments
8 min read
How a CPU really works

How a CPU really works

1
Comments
2 min read
Big O Notation - A Comprehensive Guide

Big O Notation - A Comprehensive Guide

5
Comments 1
15 min read
Understanding Tree: Features, Time Complexity, Difference between BFS and DFS

Understanding Tree: Features, Time Complexity, Difference between BFS and DFS

1
Comments
6 min read
Math for Devs - Birthday Paradox for random data generation

Math for Devs - Birthday Paradox for random data generation

17
Comments
7 min read
Pilot - Start of my blog journey 🛫

Pilot - Start of my blog journey 🛫

1
Comments 3
2 min read
Introduction to graphs - BFS algorithm

Introduction to graphs - BFS algorithm

15
Comments
6 min read
It's Time to End the Biggest Programming Myth

It's Time to End the Biggest Programming Myth

14
Comments 2
3 min read
A new lightweight lossless compression scheme

A new lightweight lossless compression scheme

3
Comments 1
3 min read
Mastering Data Preparation for Your Dream Data Job: Using Job Postings Data

Mastering Data Preparation for Your Dream Data Job: Using Job Postings Data

Comments
8 min read
Java - Finding Your Node's Place with `get(index)`! 💁‍♂️

Java - Finding Your Node's Place with `get(index)`! 💁‍♂️

Comments
1 min read
Pedagogy for Self Taught Developers: Introduction to Identifying Your Technical Skill Level with Bloom’s Taxonomy

Pedagogy for Self Taught Developers: Introduction to Identifying Your Technical Skill Level with Bloom’s Taxonomy

1
Comments
2 min read
Math for Devs - Encryption Essentials

Math for Devs - Encryption Essentials

14
Comments 1
6 min read
🌟 Sharing My Exciting 6-Month Internship Journey at Amazon! 🎉

🌟 Sharing My Exciting 6-Month Internship Journey at Amazon! 🎉

7
Comments
1 min read
Turing Machine Simulator

Turing Machine Simulator

1
Comments
1 min read
Data structures and algorithms in depth: C++, Swift, Python, Java, C#, JavaScript.

Data structures and algorithms in depth: C++, Swift, Python, Java, C#, JavaScript.

10
Comments
31 min read
Computing the 10,000th Fibonacci number in less than a second. Unveiling the Secrets of Giant Numbers: Building Your Own BigInt

Computing the 10,000th Fibonacci number in less than a second. Unveiling the Secrets of Giant Numbers: Building Your Own BigInt

11
Comments
6 min read
Java - 📏 Measuring Up `size()`- Doubly Linked List 📖

Java - 📏 Measuring Up `size()`- Doubly Linked List 📖

Comments
1 min read
Is Data Struct about memory?

Is Data Struct about memory?

5
Comments
3 min read
Building a Simple Bootloader in NASM x86

Building a Simple Bootloader in NASM x86

9
Comments
3 min read
Java - Understanding the Singly Linked List: Counting Nodes with size()

Java - Understanding the Singly Linked List: Counting Nodes with size()

Comments
1 min read
Failing The Google Coding Interview: A Learning Story

Failing The Google Coding Interview: A Learning Story

4
Comments 6
3 min read
Compiler vs Interpreter: Understanding the Differences

Compiler vs Interpreter: Understanding the Differences

1
Comments
7 min read
A Comprehensive Guide to Setting Up Emulators for Flutter Development

A Comprehensive Guide to Setting Up Emulators for Flutter Development

1
Comments
2 min read
Deep Dive into Data structures using Javascript - Heap

Deep Dive into Data structures using Javascript - Heap

6
Comments
13 min read
Discover Simplicity and Fun in Tech with Dev Hots on LinkedIn!

Discover Simplicity and Fun in Tech with Dev Hots on LinkedIn!

71
Comments 7
2 min read
Bare Metal vs Virtual Machine vs Containers

Bare Metal vs Virtual Machine vs Containers

11
Comments
1 min read
Data Encryption: Securing Data at Rest and in Transit with Encryption Technologies

Data Encryption: Securing Data at Rest and in Transit with Encryption Technologies

80
Comments
15 min read
What is a Checksum? A Guide to Using the cksum Command in Linux to Verify File Modifications

What is a Checksum? A Guide to Using the cksum Command in Linux to Verify File Modifications

6
Comments
3 min read
Unraveling Graph Structures: Exploring Adjacency Matrices

Unraveling Graph Structures: Exploring Adjacency Matrices

Comments
5 min read
Proving natural numbers are infinity in Coq 🧙🏼

Proving natural numbers are infinity in Coq 🧙🏼

10
Comments
3 min read
Website cookies 🍪

Website cookies 🍪

6
Comments 1
1 min read
Computer Science 4 Newbies - Understanding The Big-O

Computer Science 4 Newbies - Understanding The Big-O

11
Comments
5 min read
Getting Started with AWS Lambda: Building Serverless Functions

Getting Started with AWS Lambda: Building Serverless Functions

3
Comments 2
2 min read
MIT's Missing Semester Class: Beyond the CS Curriculum

MIT's Missing Semester Class: Beyond the CS Curriculum

8
Comments 2
3 min read
Audio Embeddings: Understanding the basics

Audio Embeddings: Understanding the basics

1
Comments 2
4 min read
Building a JSON Parser from scratch with JS 🤯

Building a JSON Parser from scratch with JS 🤯

13
Comments 1
8 min read
How To Install Ubuntu On Intel Mac

How To Install Ubuntu On Intel Mac

2
Comments
4 min read
[Typia] Hidden Class Optimization of v8 Engine

[Typia] Hidden Class Optimization of v8 Engine

48
Comments 5
5 min read
AWS Services Overview

AWS Services Overview

5
Comments 3
3 min read
Unleash the Power of Newton's Method - The World's Fastest Square Root Algorithm

Unleash the Power of Newton's Method - The World's Fastest Square Root Algorithm

Comments
5 min read
Functions Describe the World

Functions Describe the World

29
Comments 1
7 min read
Implementing Type inference in Rust. Part #1: Unification

Implementing Type inference in Rust. Part #1: Unification

3
Comments
6 min read
Do you even read bro? 5 advices on reading and staying up to date

Do you even read bro? 5 advices on reading and staying up to date

6
Comments 2
7 min read
Entendendo Extremidade Computacional (endianness) usando uma Coxinha

Entendendo Extremidade Computacional (endianness) usando uma Coxinha

5
Comments
3 min read
Understanding Linked List: Features, Time Complexity, and Implementation

Understanding Linked List: Features, Time Complexity, and Implementation

1
Comments
5 min read
loading...