Data Structures - a Series

What are data structures, what are their differences and what do we use them for.

March 15, 2024 · 1 min · lukefilewalker
programming

Algorithms - a Series

What are algorithms, why do they matter and what are some useful algorithms.

November 9, 2023 · 2 min · lukefilewalker
programming

Understanding Big-O

What is Big-O even and why should we care?

November 8, 2023 · 11 min · lukefilewalker
programming

What are Bitmasks

What even are bitmasks, bitfields, binary, bits, bytes, nibbles, words?

August 18, 2023 · 8 min · lukefilewalker
programming

Rust - Second Steps (with Cargo)

Take your second steps with Rust by exploring the official and widely used package manager, Cargo.

October 8, 2022 · 3 min · lukefilewalker
programming rust

Rust - First Steps

Take your first steps with Rust by installing the toolchain and writing your first program.

October 8, 2022 · 2 min · lukefilewalker
programming rust

Deleting an Object Property with ES6

How to delete one or more object properties using ES6 syntax.

December 5, 2021 · 1 min · lukefilewalker
programming javascript

Counting the Lines of Code in Your Project

How to count the lines of code in your coding project.

May 5, 2016 · 1 min · lukefilewalker
programming