0 votes

Secure Password Hashing with Bcrypt

Modern password hashing using PHP's password_hash() with proper cost factor and validation...

PHP Intermediate 👁️ 4,753 Just now by system
0 votes

RESTful API Router with Middleware Support

Lightweight API router with middleware pipeline and route parameters similar to Express.js...

PHP Advanced 👁️ 1,427 Just now by system
0 votes

PDO Database Connection Class with Query Builder

Advanced database class with query builder interface and prepared statements...

PHP Advanced 👁️ 648 Just now by system
0 votes

Debounce Function for Performance Optimization

Prevent function from firing too frequently (useful for search inputs, resize events)...

JavaScript Intermediate 👁️ 3,493 Just now by system
0 votes

LocalStorage Wrapper with Expiry

Enhanced localStorage with TTL (time to live) and type safety...

JavaScript Beginner 👁️ 872 Just now by system
0 votes

Decorator for Timing Functions

Measure and log execution time of functions with a decorator...

Python Intermediate 👁️ 2,875 Just now by system
0 votes

Recursive CTE for Hierarchical Data

Query tree-structured data using Common Table Expressions...

SQL Advanced 👁️ 3,893 Just now by system
0 votes

Modern CSS Grid Layout with Auto-placement

Responsive grid layout with minmax, auto-fit, and named areas...

CSS Intermediate 👁️ 624 Just now by system
0 votes

Custom Hook for Form Handling

Reusable form state management with validation...

JavaScript Intermediate 👁️ 2,415 Just now by system
0 votes

Essential Linux Commands for Developers

Collection of useful Linux commands for daily development...

bash Beginner 👁️ 3,944 Just now by system
0 votes

SQL Injection Prevention Techniques

Multiple methods to prevent SQL injection in web applications...

PHP Intermediate 👁️ 4,372 Just now by system