Code Snippets Library
A collection of useful, modern, and community-contributed code snippets.
Real-time Character Counter for Textareas
Display live character count and limit warning for form textareas — ideal for tweets, bio fields, or feedback forms.
Language: JavaScript / HTML
Published: August 4, 2025
Custom Alert Box using HTML/CSS/JS (No Browser alert)
A fully styled modal alert replacement — no more ugly alert() calls. Easily customizable
Language: HTML / CSS / JavaScript
Published: August 4, 2025
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
Detect AdBlock Using Pure JavaScript
A practical script to detect AdBlock usage on your site and optionally display a custom message or redirect users.
Language: javascript
Published: August 4, 2025
JWT Token Generator and Validator
A complete class in PHP to generate and validate JSON Web Tokens (JWT) without external libraries. Useful for secure API authentication.
Language: PHP
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
Basic MySQL Connection in PHP (PDO)
Securely connect to a MySQL database using PHP’s PDO extension — with error handling
Language: php
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
Convert JSON to Array in Python
Parse JSON strings into native Python dictionaries/lists using the built-in json module
Language: python
Published: August 4, 2025