TLDW: Casey Muratori - The Big OOPs
ComputerBread
TLDW: Casey Muratori - The Big OOPs
5:15
Zig's Intrusive interface, LinkedList and Zelda
ComputerBread
Zig's Intrusive interface, LinkedList and Zelda
9:35
Zig polymorphism (anytype, comptime interfaces, tagged unions)
ComputerBread
Zig polymorphism (anytype, comptime interfaces, tagged unions)
8:50
Making an interface in Zig isn't that bad! (Dynamic dispatch)
ComputerBread
Making an interface in Zig isn't that bad! (Dynamic dispatch)
14:11
PewDiePie switched to Linux, but should you?
ComputerBread
PewDiePie switched to Linux, but should you?
2:54
Making a 3D rotating ASCII cube in the terminal (full tutorial)
ComputerBread
Making a 3D rotating ASCII cube in the terminal (full tutorial)
3:00:45
How to learn Zig?
ComputerBread
How to learn Zig?
15:57
Leetcode 227. Basic Calculator II (3 solutions, Intro to grammars)
ComputerBread
Leetcode 227. Basic Calculator II (3 solutions, Intro to grammars)
15:38
Dynamic Programming 101: Leetcode 70. Climbing Stairs
ComputerBread
Dynamic Programming 101: Leetcode 70. Climbing Stairs
9:31
Solving Leetcode 150. Evaluate Reverse Polish Notation, using computer science lore
ComputerBread
Solving Leetcode 150. Evaluate Reverse Polish Notation, using computer science lore
11:01
Leetcode 21. Merge Two Sorted Lists (2 solutions)
ComputerBread
Leetcode 21. Merge Two Sorted Lists (2 solutions)
9:50
Leetcode 20. Valid Parentheses (but I am losing my mind)
ComputerBread
Leetcode 20. Valid Parentheses (but I am losing my mind)
11:12
Leetcode 1. Two Sum (Why brute force might be enough!)
ComputerBread
Leetcode 1. Two Sum (Why brute force might be enough!)
9:00
Should you use AI as a developer?
ComputerBread
Should you use AI as a developer?
3:13
6 easy steps to get started with Neovim
ComputerBread
6 easy steps to get started with Neovim
2:40
They spent $1.8 million for you to have a friend
ComputerBread
They spent $1.8 million for you to have a friend
1:35
Aho-Corasick Algorithm - JavaScript Implementation (pt. 2)
ComputerBread
Aho-Corasick Algorithm - JavaScript Implementation (pt. 2)
6:10
Ctrl+F on steroids - Aho-Corasick Algorithm (pt. 1)
ComputerBread
Ctrl+F on steroids - Aho-Corasick Algorithm (pt. 1)
13:54
Compressed trie
ComputerBread
Compressed trie
9:10
Trie - The data structure behind autocomplete (Prefix tree)
ComputerBread
Trie - The data structure behind autocomplete (Prefix tree)
7:58
KMP - The optimal string matching algorithm
ComputerBread
KMP - The optimal string matching algorithm
13:14
The most fundamental string matching algorithm (introduction to Finite Automata)
ComputerBread
The most fundamental string matching algorithm (introduction to Finite Automata)
14:04
The algorithm behind Ctrl+F (Boyer-Moore String Matching Algorithm)
ComputerBread
The algorithm behind Ctrl+F (Boyer-Moore String Matching Algorithm)
24:20
The unexpected complexity of characters (Unicode, UTF-8, UTF-16, UTF-32, Glyphs, Fonts)
ComputerBread
The unexpected complexity of characters (Unicode, UTF-8, UTF-16, UTF-32, Glyphs, Fonts)
13:56
Leetcode 503. Next Greater Element II
ComputerBread
Leetcode 503. Next Greater Element II
11:11
How to draw a perfect circle (using rust)
ComputerBread
How to draw a perfect circle (using rust)
3:54
How "super" works in JavaScript
ComputerBread
How "super" works in JavaScript
1:02
Why you need to call super() in a derived class
ComputerBread
Why you need to call super() in a derived class
0:50
The hidden details of JavaScript Classes
ComputerBread
The hidden details of JavaScript Classes
39:14
Master JavaScript Objects
ComputerBread
Master JavaScript Objects
27:51
Leetcode 46. Permutations : Introduction to backtracking
ComputerBread
Leetcode 46. Permutations : Introduction to backtracking
10:06
Largest rectangle in a histogram [Coding Interview]
ComputerBread
Largest rectangle in a histogram [Coding Interview]
19:54