Code
2026
- Crash Code Part-12 (Letter Candles Minimum Cost)Sep 16 Solve the Letter Candles algorithm problem in Python, with efficient O(N+M) greedy approach to minimize character frequency sum of squares with step-by-step code
- DevOps Error Troubleshooting GuideSep 9 Troubleshoot common DevOps errors effortlessly. Get clear causes and step-by-step solutions for Git, Docker, Kubernetes, Jenkins, AWS, and Terraform
- Crash Code-11 (Sync Blob Data to EF Core)Sep 8 Build a C# .NET Azure Function with a Timer Trigger. Read Blob Storage JSON, sync to an EF Core database, and track events in Azure Application Insights
- Crash Code-10 (Terraform EC2 SSH Keys & Cloud-Config Guide)Sep 7 Learn how to generate secure RSA SSH keys and render an AWS EC2 cloud-config YAML file using Terraform's tls and local providers in this concise guide
- Crash Code Part-9 (Maximum Apples, Disjoint Segments)Sep 6 Solve the Maximum Apples problem in Python. Maximize apples from K and L consecutive non-overlapping trees using prefix sums and an O(N) scan
- Crash Code Part-8 (Amazon Transaction Logs in Python)Sep 5 Solve the Amazon Transaction Logs problem in Python. Count transactions, handle self-transactions, apply thresholds, and return sorted user IDs
- Crash Code Part-7 (Find Longest Ride!)Sep 2 Processing datasets with Pandas: Data cleaning, datetime manipulation, and grouping
- Crash Code Part-6 (Event Reservation System!)Aug 21 Trying to solve old coding questions, because reasons: The Theater Booking Service
- Crash Code Part-5 (Top K Elements!)Jul 24 Trying to solve old coding questions, because reasons: The Frequency Counter and Sort
- Crash Code Part-4 (Rotate That Array!)Jul 23 Trying to solve old coding questions, because reasons: The In-Place Array Rotation
2024
- Forms in Hugo - Frontend stuffFeb 1 A little guide on how to implement Forms in Hugo. Part 2
- Forms in Hugo - Backend stuffJan 1 A little guide on how to implement Forms in Hugo. Part 1
2023
- Changes to ungoogled-chromium scriptApr 24
ungoogled-chromium doesn't provide an update mechanism out-of-the-box, so I made one. This article focuses on the changes made in the script
- Crash Code Part-3 (Word shortening with duplicates)Jan 2 Trying to solve old coding questions, because reasons
2022
- Update ungoogled-chromiumNov 5
Ungoogled-chromium lacks a built-in update mechanism, so I made one! I'll share the script and explain how it works in plain English to keep things simple.
- Crash Code Part-2 (Binary Equivalent)Jan 2 Trying to solve old coding questions, because reasons
- Crash Code Part-1 (Single Lane Highway)Jan 1 Trying to solve old coding questions, because reasons