~

blog

blog

Beginner's Guide to Algorithms and Data Structures

19 Nov 2024

4 min read

Quick notes from working through the basics of algorithms, the bits that finally made them click.

Building an Interactive Sudoku Game III

projects

19 Aug 2024

6 min read

Implementing the User interface for the Sudoku game.

Building an Interactive Sudoku Game II

projects

12 Aug 2024

4 min read

Now that we have the board created, let's continue with the game logic.

Building an Interactive Sudoku Game

projects

8 Aug 2024

2 min read

Learn how to build an interactive Sudoku game using Typescript and React.

Growing a Lexicon with Human-Level Attributes

NLP

19 May 2024

8 min read

My final-year project: I wanted machines to read tone and personality, not just topic — so I grew a lexicon from a handful of seeds, word embeddings, and a graph.

Practical Applications of Merkle Proofs in Blockchain

blockchain

25 Jan 2023

2 min read

Explore how Merkle proofs are utilised in blockchain technology to ensure data integrity and enhance security.

Generating Merkle Proofs

blockchain

10 Jan 2023

4 min read

Learn how to generate Merkle proofs to verify the inclusion of a specific data item in a Merkle tree.

Building a Merkle Tree

blockchain

25 Dec 2022

3 min read

Building a Merkle Tree from scratch in python