Category: Web Development

Browse all content filed under the "Web Development" category.

Snippet

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

Snippet

Simple Loader Animation Using Only CSS

A lightweight, spinning loader that requires no JavaScript — just pure CSS

Language: CSS

Published: August 4, 2025

Snippet

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

Snippet

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

Snippet

TailwindCSS Center Div Horizontally & Vertically

Quickly center any div both horizontally and vertically using Tailwind utility classes

Language: HTML / TailwindCSS

Published: August 4, 2025

Snippet

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

Revived

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

Revived

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

Revived

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

« Previous 1 2 3 Next »