All Blog Posts

5/26/2024

react, dev, state management, react context

A comparison of global state management in React

Trying out a few React state managagement tools for fun

4/21/2024

AtCoder, rust, algorithms, abc350

AtCoder ABC350 Contest sum-up

Summary of AtCoder ABC350 Contest

4/20/2024

AI, Gemini, haikus, side project

Using Google LLM to generate Haikus

Architecture of AI Haiku generator sites

4/15/2024

Algorithms, rust, data structures, linked list

Implementation of Linked List in Rust

A few basic algorithms regarding lists in Rust

3/11/2024

AtCoder, rust, algorithms, abc344

AtCoder ABC344 Contest sum-up

Summary of AtCoder ABC344 Contest

2/25/2024

AtCoder, rust, algorithms, abc342

AtCoder ABC342 Contest sum-up

Summary of AtCoder ABC342 Contest

2/12/2024

AtCoder, rust, competitive programming

About AtCoder

Description of my environment setup to prepare for AtCoder contest

2/11/2024

AtCoder, rust, algorithms, abc340

AtCoder ABC340 Contest sum-up

Summary of AtCoder ABC340 Contest

1/20/2024

AtCoder, rust, algorithms, abc337

AtCoder ABC337 Contest sum-up

Summary of AtCoder ABC337 Contest

1/15/2024

AtCoder, rust, algorithms, abc336

AtCoder ABC336 Contest sum-up

Summary of AtCoder ABC336 Contest

12/1/2023

AtCoder, rust, algorithms, abc329

AtCoder ABC329 Contest sum-up

Explanations for problems C and D of ABC329. Unfortunately I didn't go any further.

11/20/2023

AtCoder, rust, algorithms, DP, abc240

AtCoder ABC240 Contest sum-up

Explanations for problems C of AtCoder.

11/15/2023

AtCoder, rust, algorithms, abc213

AtCoder ABC213 Contest sum-up

Explanations for problems C and D of ABC329.

5/29/2023

dev

Useful Links

A list of links I find useful for my side projects, a.k.a. the content of my online toolbox

5/29/2023

dev

About this blog

Description of the stack used in this blog

5/29/2023

dev, JavaScript, beginner

Using the 'set' data structure

A quick experiment to look at the `Set` data structure in JavaScript