Forem

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.
Behind the Screens: What happens when you type a URL in a browser
Cover image for Behind the Screens: What happens when you type a URL in a browser

Behind the Screens: What happens when you type a URL in a browser

195
Comments 3
8 min read
Singly Linked List: A Python Implementation
Cover image for Singly Linked List: A Python Implementation

Singly Linked List: A Python Implementation

23
Comments 6
2 min read
CAP Theorem Explained

CAP Theorem Explained

37
Comments
4 min read
How I built a simple compiler — Markdown to HTML

How I built a simple compiler — Markdown to HTML

15
Comments
4 min read
Code Dojo #3: Low latency

Code Dojo #3: Low latency

8
Comments 4
6 min read
Logical Time and Lamport Clocks (Part 1)
Cover image for Logical Time and Lamport Clocks (Part 1)

Logical Time and Lamport Clocks (Part 1)

62
Comments 1
8 min read
Right Tool for the Job
Cover image for Right Tool for the Job

Right Tool for the Job

7
Comments
1 min read
Inheritance and Polymorphism

Inheritance and Polymorphism

15
Comments
3 min read
Tech stack decisions (A comic strip)

Tech stack decisions (A comic strip)

7
Comments 2
1 min read
Bits, Bytes, and Binary

Bits, Bytes, and Binary

20
Comments
5 min read
What Are the Most Important CS Principles to Learn as a New Dev from a Non-Traditional Background?

What Are the Most Important CS Principles to Learn as a New Dev from a Non-Traditional Background?

167
Comments 44
1 min read
[C++]Contiguous allocation of 2-D arrays

[C++]Contiguous allocation of 2-D arrays

9
Comments 1
4 min read
How I solved the problem I didn't know I've had - answer to the question of what programming is all about
Cover image for How I solved the problem I didn't know I've had - answer to the question of what programming is all about

How I solved the problem I didn't know I've had - answer to the question of what programming is all about

11
Comments
4 min read
Inheritance in JavaScript

Inheritance in JavaScript

56
Comments 2
4 min read
Should university teach current or future technologies?

Should university teach current or future technologies?

13
Comments 11
1 min read
Binary Search Trees

Binary Search Trees

39
Comments
3 min read
All about lambda functions in C++(from C++11 to C++17)
Cover image for All about lambda functions in C++(from C++11 to C++17)

All about lambda functions in C++(from C++11 to C++17)

45
Comments
8 min read
Understanding This, Bind, Call, and Apply in JavaScript
Cover image for Understanding This, Bind, Call, and Apply in JavaScript

Understanding This, Bind, Call, and Apply in JavaScript

824
Comments 16
9 min read
What is this "Event Loop" that they speak of in Javascript?
Cover image for What is this "Event Loop" that they speak of in Javascript?

What is this "Event Loop" that they speak of in Javascript?

14
Comments
2 min read
Cheat-sheet for Laws, Principles & the such
Cover image for Cheat-sheet for Laws, Principles & the such

Cheat-sheet for Laws, Principles & the such

9
Comments
2 min read
What are you learning?

What are you learning?

15
Comments 15
2 min read
Thoughts on Data Structures

Thoughts on Data Structures

5
Comments
3 min read
Node.js Por Baixo Dos Panos #4 - Vamos Falar do V8
Cover image for Node.js Por Baixo Dos Panos #4 - Vamos Falar do V8

Node.js Por Baixo Dos Panos #4 - Vamos Falar do V8

40
Comments
5 min read
JavaScript Closures

JavaScript Closures

6
Comments
2 min read
Java interview prep: 15 Java interview questions
Cover image for Java interview prep: 15 Java interview questions

Java interview prep: 15 Java interview questions

99
Comments 13
10 min read
loading...