All Blog Posts

react, dev, state management, jotai
State Management in React (2/3) - Jotai
Trying out a few React state managagement tools for fun - Looking at Jotai.js

react, dev, state management, react context
A comparison of global state management in React
Trying out a few React state managagement tools for fun

AtCoder, rust, algorithms, abc350
AtCoder ABC350 Contest sum-up
Summary of AtCoder ABC350 Contest

AI, Gemini, haikus, side project
Using Google LLM to generate Haikus
Architecture of AI Haiku generator sites

Algorithms, rust, data structures, linked list
Implementation of Linked List in Rust
A few basic algorithms regarding lists in Rust

AtCoder, rust, algorithms, abc344
AtCoder ABC344 Contest sum-up
Summary of AtCoder ABC344 Contest

AtCoder, rust, algorithms, abc342
AtCoder ABC342 Contest sum-up
Summary of AtCoder ABC342 Contest

AtCoder, rust, competitive programming
About AtCoder
Description of my environment setup to prepare for AtCoder contest

AtCoder, rust, algorithms, abc340
AtCoder ABC340 Contest sum-up
Summary of AtCoder ABC340 Contest

AtCoder, rust, algorithms, abc337
AtCoder ABC337 Contest sum-up
Summary of AtCoder ABC337 Contest

AtCoder, rust, algorithms, abc336
AtCoder ABC336 Contest sum-up
Summary of AtCoder ABC336 Contest

AtCoder, rust, algorithms, abc329
AtCoder ABC329 Contest sum-up
Explanations for problems C and D of ABC329. Unfortunately I didn't go any further.

AtCoder, rust, algorithms, DP, abc240
AtCoder ABC240 Contest sum-up
Explanations for problems C of AtCoder.

AtCoder, rust, algorithms, abc213
AtCoder ABC213 Contest sum-up
Explanations for problems C and D of ABC329.

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

dev
About this blog
Description of the stack used in this blog

dev, JavaScript, beginner
Using the 'set' data structure
A quick experiment to look at the `Set` data structure in JavaScript