MOMonish Obaidinmonishobaid.hashnode.dev·Jun 24, 2024 · 3 min readDeveloping a Brutalist-Style Typing Test with Progress TrackingProject Overview: The Brutalist Typing Test is a web application designed to help users improve their typing speed and accuracy. It features a minimalist, brutalist design aesthetic combined with robust functionality and progress tracking. Objectives...00
MOMonish Obaidinmonishobaid.hashnode.dev·Aug 16, 2023 · 6 min readUnderstanding Leetcode Problem: 2SumWhen it comes to tackling any problem, the brute force approach is like taking the direct path. It might not be the most efficient, but it certainly gets the job done. Let's delve into how this approach works and how to approach it step by step. Iter...01A