Category: Web Development
Browse all content filed under the "Web Development" category.
CLI Todo List Manager (Bash Script)
A fully functional ToDo list CLI app in Bash. Add, remove, list, and mark tasks as done — stored in a local .todo file.
Language: Bash
Published: August 4, 2025
Simple Loader Animation Using Only CSS
A lightweight, spinning loader that requires no JavaScript — just pure CSS
Language: CSS
Published: August 4, 2025
Responsive Image Grid Using CSS Grid
A responsive layout for displaying images using CSS Grid that adjusts to different screen sizes
Language: CSS / HTML
Published: August 4, 2025
Copy Text to Clipboard with One Click
A clean JavaScript function to copy any text to clipboard, perfect for code-sharing or buttons like “Copy URL”.
Language: javascript
Published: August 4, 2025
TailwindCSS Center Div Horizontally & Vertically
Quickly center any div both horizontally and vertically using Tailwind utility classes
Language: HTML / TailwindCSS
Published: August 4, 2025
Detect Dark Mode Preference Using JavaScript
This snippet detects whether the user prefers dark mode using the window.matchMedia API, helping you deliver a customized experience.
Language: JavaScript
Published: August 4, 2025
Convert C-style Strings to std::string in C++
Replacing C-style char arrays with std::string improves safety and ease of use.
Language: C++
Published: August 4, 2025
Upgrade Ruby Hash Syntax to Modern Style
Updating from :key => value to key: value syntax makes the code cleaner and easier to read.
Language: Ruby
Published: August 4, 2025
Modernize Bash Scripts by Replacing expr with $(( ))
expr is outdated and inefficient. Using $(( )) makes arithmetic operations clearer and faster.
Language: Bash
Published: August 4, 2025