Blog Posts (Re)Start Learning Data Structure and Algorithm - Part 5, Stack January 8, 2026 software engineer LeetCode 20: Valid Parentheses 1. Title & Problem Goal Title: 20. Valid Parentheses Goal: Given a string s containing only the characters (, ), {, }, [ and ], determine... (Re)Start Learning Data Structure and Algorithm - Part 4, Two Pointers January 2, 2026 software engineer LeetCode 125: Valid Palindrome 1. Title & Problem Goal Title: 125. Valid Palindrome Goal: Determine if a string is a palindrome, considering only alphanumeric characters and ignoring cases. Definition: A... Useful Github Action Bot For Software Engineer December 28, 2025 devops I just explore github action that increase productivity to developing system in github. I’m prefer free version first to know what github action can do. There are a lot of... (Re)Start Learning Data Structure and Algorithm - Part 3, Array December 23, 2025 software engineer Roadmap Based on https://neetcode.io/roadmap, there are a lot of data structure and algorithm including their pattern to solve. The first topic is about array and hashing and then continue to... (Re)Start Learning Data Structure and Algorithm - Part 2, Mathematics December 21, 2025 software engineer To implement Data Structure and Algorithm, we must evaluate how efficient and effective of different algorithms using math here is some common math guide that i learn from https://www.geeksforgeeks.org/dsa/maths-for-data-structure-and-algorithms-dsa-a-complete-guide/. [[#GCD... (Re)Start Learning Data Structure and Algorithm - Part 1, Complexities December 18, 2025 software engineer Big O notation is used to describe the efficiency of an algorithm by measuring how its execution time or space requirements grow as the input size (𝑛) increases. Common Time... (Re)Start Learning Data Structure and Algorithm - Part 0, Introduction December 4, 2025 software engineer Introduction It’s end of 2025, been more than 6 years since my first professional job, why I want to restart again from the basic? Because It’s important and always relevant.... Building a RESTful Todo API with Rust, Axum, and Diesel March 20, 2025 project Hey fellow developers! 👋 Today, I’m excited to share my journey building a robust Todo API using Rust’s powerful ecosystem. This project showcases how to create a production-ready REST API... Building a Pokédex with Vue.js and PokéAPI - A Step-by-Step Guide March 20, 2025 project Hey there! 👋 Let me walk you through how I built a Pokédex using Vue.js and PokéAPI. This project is perfect for learning Vue.js basics while creating something fun! Prerequisites... Building a Modern Pokédex with React and TailwindCSS March 20, 2025 project Hey there, fellow developers! 👋 Today, I’m excited to share my latest project - a modern Pokédex built with React, TypeScript, and TailwindCSS. This project combines nostalgia with modern web... Building a Modern Todo App with HTMX and Go January 9, 2024 project In this article, I’ll share my experience building a modern Todo application using HTMX and Go. If you’re looking for a simpler approach to building interactive web applications without heavy...
(Re)Start Learning Data Structure and Algorithm - Part 5, Stack January 8, 2026 software engineer LeetCode 20: Valid Parentheses 1. Title & Problem Goal Title: 20. Valid Parentheses Goal: Given a string s containing only the characters (, ), {, }, [ and ], determine...
(Re)Start Learning Data Structure and Algorithm - Part 4, Two Pointers January 2, 2026 software engineer LeetCode 125: Valid Palindrome 1. Title & Problem Goal Title: 125. Valid Palindrome Goal: Determine if a string is a palindrome, considering only alphanumeric characters and ignoring cases. Definition: A...
Useful Github Action Bot For Software Engineer December 28, 2025 devops I just explore github action that increase productivity to developing system in github. I’m prefer free version first to know what github action can do. There are a lot of...
(Re)Start Learning Data Structure and Algorithm - Part 3, Array December 23, 2025 software engineer Roadmap Based on https://neetcode.io/roadmap, there are a lot of data structure and algorithm including their pattern to solve. The first topic is about array and hashing and then continue to...
(Re)Start Learning Data Structure and Algorithm - Part 2, Mathematics December 21, 2025 software engineer To implement Data Structure and Algorithm, we must evaluate how efficient and effective of different algorithms using math here is some common math guide that i learn from https://www.geeksforgeeks.org/dsa/maths-for-data-structure-and-algorithms-dsa-a-complete-guide/. [[#GCD...
(Re)Start Learning Data Structure and Algorithm - Part 1, Complexities December 18, 2025 software engineer Big O notation is used to describe the efficiency of an algorithm by measuring how its execution time or space requirements grow as the input size (𝑛) increases. Common Time...
(Re)Start Learning Data Structure and Algorithm - Part 0, Introduction December 4, 2025 software engineer Introduction It’s end of 2025, been more than 6 years since my first professional job, why I want to restart again from the basic? Because It’s important and always relevant....
Building a RESTful Todo API with Rust, Axum, and Diesel March 20, 2025 project Hey fellow developers! 👋 Today, I’m excited to share my journey building a robust Todo API using Rust’s powerful ecosystem. This project showcases how to create a production-ready REST API...
Building a Pokédex with Vue.js and PokéAPI - A Step-by-Step Guide March 20, 2025 project Hey there! 👋 Let me walk you through how I built a Pokédex using Vue.js and PokéAPI. This project is perfect for learning Vue.js basics while creating something fun! Prerequisites...
Building a Modern Pokédex with React and TailwindCSS March 20, 2025 project Hey there, fellow developers! 👋 Today, I’m excited to share my latest project - a modern Pokédex built with React, TypeScript, and TailwindCSS. This project combines nostalgia with modern web...
Building a Modern Todo App with HTMX and Go January 9, 2024 project In this article, I’ll share my experience building a modern Todo application using HTMX and Go. If you’re looking for a simpler approach to building interactive web applications without heavy...