All Free Programming Projects

Browse all 201 projects with full source code and detailed explanations.

Screenshot of Analog Clock with PHP & CSS project
PHPApr 27, 2026

Analog Clock with PHP & CSS

Build a beautiful real-time analog clock using PHP for time calculation and CSS for the rotating hands and dial.

PHPCSSAnimationClock
Read more → Source
Screenshot of Animated Loading Spinners Gallery in PHP project
PHPApr 27, 2026

Animated Loading Spinners Gallery in PHP

Create a gallery of 10+ beautiful CSS loading spinner animations served dynamically through PHP.

PHPCSSAnimationSpinners
Read more → Source
Screenshot of PHP Color Palette Generator project
PHPApr 27, 2026

PHP Color Palette Generator

Generate beautiful random color palettes with hex codes, RGB values, and one-click copy — all powered by PHP.

PHPCSSColorsDesign Tool
Read more → Source
Screenshot of PHP Typing Speed Test project
PHPApr 27, 2026

PHP Typing Speed Test

Build an interactive typing speed test that measures WPM and accuracy, with PHP-served random paragraphs.

PHPJavaScriptCSSGame
Read more → Source
Screenshot of PHP Countdown Timer & Event Page project
PHPApr 27, 2026

PHP Countdown Timer & Event Page

Build a dynamic countdown timer for events with animated flip-clock digits, powered by PHP date calculations.

PHPCSSAnimationTimer
Read more → Source
Screenshot of PHP Random Quote Generator with Animation project
PHPApr 27, 2026

PHP Random Quote Generator with Animation

Build an animated random quote generator that fades in inspirational quotes fetched from a PHP backend.

PHPCSSAnimationQuotes
Read more → Source
Screenshot of PHP Digital Clock with Theme Switcher project
PHPApr 27, 2026

PHP Digital Clock with Theme Switcher

Create a sleek digital clock with multiple themes (neon, minimal, retro) and PHP-powered timezone support.

PHPCSSClockThemes
Read more → Source
Screenshot of PHP Interactive Quiz App with Animated Scores project
PHPApr 27, 2026

PHP Interactive Quiz App with Animated Scores

Build a timed quiz application with animated score counters, progress bars, and PHP session-based scoring.

PHPJavaScriptCSSAnimationQuiz
Read more → Source
Screenshot of PHP Animated Weather Dashboard project
PHPApr 27, 2026

PHP Animated Weather Dashboard

Build a weather dashboard with animated weather icons (rain, sun, clouds, snow) and PHP cURL API integration.

PHPCSSAnimationAPIDashboard
Read more → Source
Screenshot of PHP Memory Card Matching Game project
PHPApr 27, 2026

PHP Memory Card Matching Game

Build a classic memory card matching game with flip animations, score tracking, and PHP-generated card layouts.

PHPCSSJavaScriptGameAnimation
Read more → Source
Screenshot of PHP Drawing Canvas & Sketch Pad project
PHPApr 27, 2026

PHP Drawing Canvas & Sketch Pad

Build a browser-based drawing app with brush tools, colors, and the ability to save sketches to the server via PHP.

PHPCanvasJavaScriptDrawing
Read more → Source
Screenshot of PHP Animated Progress Dashboard project
PHPApr 27, 2026

PHP Animated Progress Dashboard

Build a project progress dashboard with animated circular gauges, bar charts, and real-time stat counters in PHP.

PHPCSSAnimationDashboardCharts
Read more → Source
Screenshot of PHP Parallax Scrolling Portfolio project
PHPApr 27, 2026

PHP Parallax Scrolling Portfolio

Create a stunning single-page portfolio with parallax scrolling effects, smooth animations, and PHP-templated sections.

PHPCSSParallaxAnimationPortfolio
Read more → Source
Screenshot of PHP Image Filter & Effects Tool project
PHPApr 27, 2026

PHP Image Filter & Effects Tool

Build a PHP-powered image editor that applies filters like grayscale, sepia, blur, brightness, and contrast using GD library.

PHPGD LibraryImage ProcessingFilters
Read more → Source
Screenshot of PHP Real-Time Chat with Animated Messages project
PHPApr 27, 2026

PHP Real-Time Chat with Animated Messages

Build a real-time chat app with animated message bubbles, typing indicators, and PHP long-polling backend.

PHPWebSocketJavaScriptAnimationChat
Read more → Source
Screenshot of PHP Animated SVG Chart Generator project
PHPApr 27, 2026

PHP Animated SVG Chart Generator

Generate dynamic animated SVG pie charts, bar charts, and line charts from PHP data arrays with smooth CSS animations.

PHPSVGCSSAnimationCharts
Read more → Source
Screenshot of PHP Particle Background Animation System project
PHPApr 27, 2026

PHP Particle Background Animation System

Create a configurable particle animation system with PHP-controlled parameters for speed, color, density, and connections.

PHPCanvasJavaScriptAnimationParticles
Read more → Source
Screenshot of PHP Snake Game with Leaderboard project
PHPApr 27, 2026

PHP Snake Game with Leaderboard

Build the classic Snake game with smooth animations, increasing difficulty, and a PHP-powered server-side leaderboard.

PHPJavaScriptCanvasGameAnimation
Read more → Source
Screenshot of PHP CSS Animation Playground & Code Generator project
PHPApr 27, 2026

PHP CSS Animation Playground & Code Generator

Build an interactive CSS animation playground where users tweak properties via sliders and PHP generates the final code.

PHPCSSAnimationCode GeneratorTool
Read more → Source
Screenshot of PHP To-Do App with Drag & Drop Animation project
PHPApr 27, 2026

PHP To-Do App with Drag & Drop Animation

Build a Kanban-style to-do app with drag-and-drop task management, smooth animations, and PHP backend persistence.

PHPJavaScriptCSSAnimationDrag and Drop
Read more → Source
Screenshot of Building a CRUD Application with PHP & MySQL -2-Test project
PHPApr 10, 2026

Building a CRUD Application with PHP & MySQL -2-Test

Learn how to build a complete CRUD application using PHP and MySQL with proper validation and security.

PHPMySQLCRUDBackend
Read more → Source
Screenshot of Automated Data Quality Monitoring project
Data CleaningDec 28, 2025

Automated Data Quality Monitoring

Build a monitoring system that tracks data freshness, completeness, and schema drift.

PythonData QualityMonitoringAlerting
Read more → Source
Screenshot of Feature Engineering for ML project
Data CleaningDec 23, 2025

Feature Engineering for ML

Create predictive features from raw data: encoding, binning, polynomial, and interaction.

PythonFeature EngineeringMLPreprocessing
Read more → Source
Screenshot of Data Warehouse Schema Design project
Data CleaningDec 19, 2025

Data Warehouse Schema Design

Design star and snowflake schemas with fact tables, dimensions, and slowly changing dims.

SQLData WarehouseStar SchemaDimensional
Read more → Source
Screenshot of Real-Time Data Stream Processing project
Data CleaningDec 15, 2025

Real-Time Data Stream Processing

Process streaming data with Apache Kafka consumers and windowed aggregations.

PythonKafkaStreamingReal-time
Read more → Source
Screenshot of Data Pipeline Testing Framework project
Data CleaningDec 11, 2025

Data Pipeline Testing Framework

Test data pipelines with input fixtures, output assertions, and regression checks.

PythonTestingPipelineData Quality
Read more → Source
Screenshot of Image Metadata Extraction project
Data CleaningDec 7, 2025

Image Metadata Extraction

Extract and catalog EXIF metadata from images for organization and processing.

PythonEXIFMetadataImage Processing
Read more → Source
Screenshot of Database Data Migration Scripts project
Data CleaningDec 3, 2025

Database Data Migration Scripts

Migrate data between databases with schema mapping, validation, and rollback support.

PythonMigrationSQLETL
Read more → Source
Screenshot of Log File Processing Pipeline project
Data CleaningNov 29, 2025

Log File Processing Pipeline

Parse and analyze server logs with regex patterns, aggregation, and anomaly detection.

PythonLog AnalysisRegexPipeline
Read more → Source
Screenshot of Data Anonymization & Masking project
Data CleaningNov 25, 2025

Data Anonymization & Masking

Implement PII detection, data masking, k-anonymity, and differential privacy techniques.

PythonPrivacyAnonymizationPII
Read more → Source
Screenshot of Geospatial Data Processing project
Data CleaningNov 21, 2025

Geospatial Data Processing

Clean and process GPS coordinates, geocoding, and spatial joins with GeoPandas.

PythonGeoPandasGeospatialMapping
Read more → Source
Screenshot of Time-Series Data Preprocessing project
Data CleaningNov 17, 2025

Time-Series Data Preprocessing

Handle missing timestamps, resampling, interpolation, and seasonal decomposition.

PythonTime-SeriesPreprocessingPandas
Read more → Source
Screenshot of Data Profiling & EDA Automation project
Data CleaningNov 13, 2025

Data Profiling & EDA Automation

Auto-generate data profiles with statistics, distributions, correlations, and reports.

PythonPandas ProfilingEDAStatistics
Read more → Source
Screenshot of Web Data Extraction & Cleaning project
Data CleaningNov 9, 2025

Web Data Extraction & Cleaning

Scrape, parse, and clean web data with HTML tag removal and structured extraction.

PythonBeautifulSoupWeb ScrapingCleaning
Read more → Source
Screenshot of JSON & XML Data Transformation project
Data CleaningNov 5, 2025

JSON & XML Data Transformation

Parse, transform, and flatten nested JSON/XML structures into tabular format.

PythonJSONXMLTransform
Read more → Source
Screenshot of Data Deduplication Engine project
Data CleaningNov 1, 2025

Data Deduplication Engine

Build a fuzzy matching deduplication engine using Levenshtein distance and blocking.

PythonDeduplicationFuzzy MatchingData Quality
Read more → Source
Screenshot of Text Data Cleaning & Normalization project
Data CleaningOct 28, 2025

Text Data Cleaning & Normalization

Clean text data with regex, Unicode normalization, stopword removal, and lemmatization.

PythonNLPRegexText Processing
Read more → Source
Screenshot of CSV & Excel Processing Automation project
Data CleaningOct 23, 2025

CSV & Excel Processing Automation

Automate spreadsheet processing with openpyxl, csv module, and batch transformations.

PythonCSVExcelAutomation
Read more → Source
Screenshot of Data Validation with Great Expectations project
Data CleaningOct 19, 2025

Data Validation with Great Expectations

Implement data quality checks with expectations, validation suites, and data docs.

PythonGreat ExpectationsValidationQuality
Read more → Source
Screenshot of ETL Pipeline with Apache Airflow project
Data CleaningOct 15, 2025

ETL Pipeline with Apache Airflow

Build automated ETL workflows with DAGs, task dependencies, and scheduling in Airflow.

PythonAirflowETLPipeline
Read more → Source
Screenshot of Pandas Data Cleaning Masterclass project
Data CleaningOct 11, 2025

Pandas Data Cleaning Masterclass

Clean messy datasets by handling nulls, duplicates, outliers, and data type corrections.

PythonPandasData CleaningEDA
Read more → Source
Screenshot of Database Monitoring with Prometheus project
DatabaseOct 7, 2025

Database Monitoring with Prometheus

Monitor database health with Prometheus exporters, Grafana dashboards, and alerting.

DatabaseMonitoringPrometheusGrafana
Read more → Source
Screenshot of Event Sourcing with EventStoreDB project
DatabaseOct 3, 2025

Event Sourcing with EventStoreDB

Implement event sourcing patterns with projections, snapshots, and event versioning.

DatabaseEvent SourcingCQRSEventStore
Read more → Source
Screenshot of Database Indexing Best Practices project
DatabaseSep 29, 2025

Database Indexing Best Practices

Create efficient B-tree, hash, GIN, and GiST indexes with composite key strategies.

DatabaseIndexingB-treePerformance
Read more → Source
Screenshot of Database Performance Benchmarking project
DatabaseSep 25, 2025

Database Performance Benchmarking

Benchmark database performance with sysbench, pgbench, and custom load testing scripts.

DatabaseBenchmarkingPerformanceLoad Testing
Read more → Source
Screenshot of Cassandra Distributed Database Setup project
DatabaseSep 21, 2025

Cassandra Distributed Database Setup

Deploy Cassandra with partition keys, clustering columns, and consistency tuning.

CassandraDistributedNoSQLConsistency
Read more → Source
Screenshot of Multi-Tenant Database Architecture project
DatabaseSep 17, 2025

Multi-Tenant Database Architecture

Design shared-database multi-tenancy with row-level security and schema isolation.

DatabaseMulti-TenantRLSArchitecture
Read more → Source
Screenshot of Database ER Diagram & Normalization project
DatabaseSep 12, 2025

Database ER Diagram & Normalization

Design databases from ER diagrams through 1NF, 2NF, 3NF, and BCNF normalization.

DatabaseER DiagramNormalizationDesign
Read more → Source
Screenshot of PostgreSQL Partitioning Strategies project
DatabaseSep 8, 2025

PostgreSQL Partitioning Strategies

Implement range, list, and hash partitioning for large table performance optimization.

PostgreSQLPartitioningPerformanceScaling
Read more → Source
Screenshot of Time-Series Database with InfluxDB project
DatabaseSep 4, 2025

Time-Series Database with InfluxDB

Store and query time-series data with InfluxDB for IoT monitoring and analytics.

InfluxDBTime-SeriesIoTAnalytics
Read more → Source
Screenshot of Database Connection Pooling project
DatabaseAug 31, 2025

Database Connection Pooling

Configure connection pools with PgBouncer and HikariCP for high-performance apps.

DatabaseConnection PoolPgBouncerPerformance
Read more → Source
Screenshot of DynamoDB NoSQL Design Patterns project
DatabaseAug 27, 2025

DynamoDB NoSQL Design Patterns

Design single-table patterns for DynamoDB with GSI, LSI, and efficient query access.

DynamoDBNoSQLAWSPatterns
Read more → Source
Screenshot of Database Backup & Recovery Plans project
DatabaseAug 23, 2025

Database Backup & Recovery Plans

Implement automated backup strategies with point-in-time recovery and disaster planning.

DatabaseBackupRecoveryAutomation
Read more → Source
Screenshot of Neo4j Graph Database Modeling project
DatabaseAug 19, 2025

Neo4j Graph Database Modeling

Model connected data with Neo4j nodes, relationships, and Cypher query language.

Neo4jGraph DBCypherModeling
Read more → Source
Screenshot of Elasticsearch Full-Text Search project
DatabaseAug 15, 2025

Elasticsearch Full-Text Search

Set up Elasticsearch with custom analyzers, boosting, and geo-spatial search queries.

ElasticsearchSearchAnalyzersGeo
Read more → Source
Screenshot of SQLite Embedded Database Projects project
DatabaseAug 11, 2025

SQLite Embedded Database Projects

Build lightweight applications with SQLite for desktop, mobile, and IoT scenarios.

SQLiteEmbeddedLightweightMobile
Read more → Source
Screenshot of Database Migration Strategies project
DatabaseAug 7, 2025

Database Migration Strategies

Manage schema migrations with versioning, rollbacks, and zero-downtime deployment.

DatabaseMigrationsVersioningDevOps
Read more → Source
Screenshot of MySQL Replication & Sharding project
DatabaseAug 3, 2025

MySQL Replication & Sharding

Configure master-slave replication and horizontal sharding for scalability.

MySQLReplicationShardingScaling
Read more → Source
Screenshot of Redis Caching Strategies project
DatabaseJul 30, 2025

Redis Caching Strategies

Implement caching patterns: cache-aside, write-through, TTL, and cache invalidation.

RedisCachingTTLPatterns
Read more → Source
Screenshot of PostgreSQL Advanced Features project
DatabaseJul 26, 2025

PostgreSQL Advanced Features

Use PostgreSQL arrays, JSONB, CTE, and extensions for complex data requirements.

PostgreSQLJSONBExtensionsAdvanced
Read more → Source
Screenshot of MongoDB Document Schema Design project
DatabaseJul 22, 2025

MongoDB Document Schema Design

Design efficient document schemas with embedding vs referencing patterns and indexing.

MongoDBSchema DesignNoSQLIndexing
Read more → Source
Screenshot of SQL ETL Pipeline Queries project
SQL QueryJul 18, 2025

SQL ETL Pipeline Queries

Build extraction and transformation queries for data warehouse loading pipelines.

SQLETLData WarehouseTransform
Read more → Source
Screenshot of SQL Security & Injection Prevention project
SQL QueryJul 14, 2025

SQL Security & Injection Prevention

Prevent SQL injection with parameterized queries, input validation, and least privilege.

SQLSecurityInjectionBest Practices
Read more → Source
Screenshot of SQL Cross-Database Compatibility project
SQL QueryJul 10, 2025

SQL Cross-Database Compatibility

Write portable SQL across MySQL, PostgreSQL, and SQL Server with dialect differences.

SQLPortabilityMySQLPostgreSQL
Read more → Source
Screenshot of SQL Query Debugging Techniques project
SQL QueryJul 6, 2025

SQL Query Debugging Techniques

Debug slow queries with profiling, execution plans, and statistics analysis tools.

SQLDebuggingProfilingOptimization
Read more → Source
Screenshot of SQL Constraint & Schema Design project
SQL QueryJul 2, 2025

SQL Constraint & Schema Design

Design robust schemas with CHECK, UNIQUE, FK constraints, and normalization rules.

SQLSchema DesignConstraintsNormalization
Read more → Source
Screenshot of SQL Dynamic Query Building project
SQL QueryJun 28, 2025

SQL Dynamic Query Building

Generate dynamic SQL safely with parameterized queries and prepared statements.

SQLDynamic SQLSecurityPrepared
Read more → Source
Screenshot of SQL Data Aggregation & Reporting project
SQL QueryJun 24, 2025

SQL Data Aggregation & Reporting

Build complex reports with GROUP BY, ROLLUP, CUBE, and GROUPING SETS.

SQLAggregationROLLUPReporting
Read more → Source
Screenshot of SQL Full-Text Search Implementation project
SQL QueryJun 20, 2025

SQL Full-Text Search Implementation

Build search functionality with full-text indexes, relevance ranking, and stemming.

SQLFull-Text SearchIndexingRanking
Read more → Source
Screenshot of SQL Transaction & Isolation Levels project
SQL QueryJun 16, 2025

SQL Transaction & Isolation Levels

Manage ACID transactions with savepoints, isolation levels, and deadlock prevention.

SQLTransactionsACIDIsolation
Read more → Source
Screenshot of SQL Set Operations & Comparisons project
SQL QueryJun 12, 2025

SQL Set Operations & Comparisons

Combine result sets with UNION, INTERSECT, EXCEPT and compare datasets efficiently.

SQLSet OperationsUNIONEXCEPT
Read more → Source
Screenshot of SQL Views & Materialized Views project
SQL QueryJun 8, 2025

SQL Views & Materialized Views

Create views for data abstraction and materialized views for query performance gains.

SQLViewsMaterializedPerformance
Read more → Source
Screenshot of SQL Triggers & Event Automation project
SQL QueryJun 4, 2025

SQL Triggers & Event Automation

Implement BEFORE/AFTER triggers for audit logging, validation, and cascading updates.

SQLTriggersAutomationAudit
Read more → Source
Screenshot of SQL Stored Procedures & Functions project
SQL QueryMay 30, 2025

SQL Stored Procedures & Functions

Create reusable stored procedures with parameters, cursors, and error handling.

SQLStored ProceduresFunctionsPL/SQL
Read more → Source
Screenshot of SQL JSON Data Querying project
SQL QueryMay 26, 2025

SQL JSON Data Querying

Query and manipulate JSON columns with JSON_EXTRACT, JSON_AGG, and path expressions.

SQLJSONNoSQLModern SQL
Read more → Source
Screenshot of SQL Subquery & Correlated Patterns project
SQL QueryMay 22, 2025

SQL Subquery & Correlated Patterns

Master scalar, table, and correlated subqueries for complex data retrieval scenarios.

SQLSubqueriesCorrelatedAdvanced
Read more → Source
Screenshot of SQL Date & Time Query Patterns project
SQL QueryMay 18, 2025

SQL Date & Time Query Patterns

Handle time zones, date arithmetic, calendar tables, and fiscal year calculations.

SQLDate FunctionsTime ZonesCalendar
Read more → Source
Screenshot of SQL Pivot & Unpivot Techniques project
SQL QueryMay 14, 2025

SQL Pivot & Unpivot Techniques

Transform rows to columns and back using PIVOT, UNPIVOT, and conditional aggregation.

SQLPivotAggregationTransform
Read more → Source
Screenshot of SQL Recursive CTEs for Hierarchies project
SQL QueryMay 10, 2025

SQL Recursive CTEs for Hierarchies

Query hierarchical data like org charts and threaded comments using recursive CTEs.

SQLCTERecursiveHierarchies
Read more → Source
Screenshot of SQL Performance Optimization Guide project
SQL QueryMay 6, 2025

SQL Performance Optimization Guide

Optimize queries with EXPLAIN plans, index strategies, and query rewriting techniques.

SQLPerformanceIndexingEXPLAIN
Read more → Source
Screenshot of SQL Window Functions Masterclass project
SQL QueryMay 2, 2025

SQL Window Functions Masterclass

Master ROW_NUMBER, RANK, LAG, LEAD, and running totals with window functions.

SQLWindow FunctionsAnalyticsAdvanced
Read more → Source
Screenshot of TypeScript API Client Generator project
TypeScriptApr 28, 2025

TypeScript API Client Generator

Build an auto-generating API client from OpenAPI specs with type-safe request/response.

TypeScriptOpenAPIClientCode Gen
Read more → Source
Screenshot of TypeScript Error Handling Patterns project
TypeScriptApr 24, 2025

TypeScript Error Handling Patterns

Implement Result type, custom error classes, error boundaries, and retry strategies.

TypeScriptError HandlingResult TypePatterns
Read more → Source
Screenshot of TypeScript GraphQL Code Generator project
TypeScriptApr 20, 2025

TypeScript GraphQL Code Generator

Auto-generate TypeScript types from GraphQL schemas with custom scalar mapping.

TypeScriptGraphQLCode GenerationTypes
Read more → Source
Screenshot of TypeScript Plugin Architecture project
TypeScriptApr 16, 2025

TypeScript Plugin Architecture

Design an extensible plugin system with hook-based lifecycle, typed APIs, and lazy loading.

TypeScriptPluginArchitectureExtensible
Read more → Source
Screenshot of TypeScript Config Management project
TypeScriptApr 12, 2025

TypeScript Config Management

Build a type-safe config loader with env variables, defaults, validation, and secret masking.

TypeScriptConfigEnvironmentValidation
Read more → Source
Screenshot of TypeScript WebSocket Server project
TypeScriptApr 8, 2025

TypeScript WebSocket Server

Build a type-safe WebSocket server with message schemas, rooms, and reconnection logic.

TypeScriptWebSocketServerReal-time
Read more → Source
Screenshot of TypeScript Dependency Injection Container project
TypeScriptApr 4, 2025

TypeScript Dependency Injection Container

Create an IoC container with auto-resolution, scoped lifetime, and decorator registration.

TypeScriptDIIoCContainers
Read more → Source
Screenshot of TypeScript Middleware Pipeline project
TypeScriptMar 31, 2025

TypeScript Middleware Pipeline

Build a composable middleware system with type-safe context passing and error handling.

TypeScriptMiddlewarePipelinePatterns
Read more → Source
Screenshot of TypeScript Builder Pattern API project
TypeScriptMar 28, 2025

TypeScript Builder Pattern API

Implement the builder pattern with method chaining, fluent interfaces, and type narrowing.

TypeScriptBuilder PatternFluent APIOOP
Read more → Source
Screenshot of TypeScript ORM with Drizzle project
TypeScriptMar 24, 2025

TypeScript ORM with Drizzle

Define type-safe database schemas and queries using Drizzle ORM with PostgreSQL.

TypeScriptDrizzleORMPostgreSQL
Read more → Source
Screenshot of TypeScript Testing with Vitest project
TypeScriptMar 20, 2025

TypeScript Testing with Vitest

Write type-safe tests using Vitest with mocking, snapshots, and coverage configuration.

TypeScriptVitestTestingMocking
Read more → Source
Screenshot of TypeScript Validation with Zod project
TypeScriptMar 16, 2025

TypeScript Validation with Zod

Build complex validation schemas with Zod: unions, transforms, refinements, and error maps.

TypeScriptZodValidationSchema
Read more → Source
Screenshot of TypeScript Event Emitter Library project
TypeScriptMar 12, 2025

TypeScript Event Emitter Library

Create a strongly-typed event emitter with listener type inference and wildcard support.

TypeScriptEventsType InferenceLibrary
Read more → Source
Screenshot of TypeScript CLI Framework project
TypeScriptMar 8, 2025

TypeScript CLI Framework

Build a type-safe CLI framework with argument parsing, help generation, and plugin system.

TypeScriptCLIFrameworkNode.js
Read more → Source
Screenshot of TypeScript Monorepo with Turborepo project
TypeScriptMar 4, 2025

TypeScript Monorepo with Turborepo

Set up a monorepo with shared packages, TypeScript project references, and Turborepo.

TypeScriptMonorepoTurborepoDevOps
Read more → Source
Screenshot of TypeScript Decorator Patterns project
TypeScriptFeb 28, 2025

TypeScript Decorator Patterns

Use experimental decorators for logging, validation, memoization, and dependency injection.

TypeScriptDecoratorsPatternsDI
Read more → Source
Screenshot of TypeScript Generic Data Structures project
TypeScriptFeb 24, 2025

TypeScript Generic Data Structures

Implement type-safe linked list, binary tree, hash map, and priority queue with generics.

TypeScriptGenericsData StructuresAlgorithms
Read more → Source
Screenshot of TypeScript State Machine Library project
TypeScriptFeb 19, 2025

TypeScript State Machine Library

Build a type-safe finite state machine with transitions, guards, and event handling.

TypeScriptState MachinePatternsType Safety
Read more → Source
Screenshot of TypeScript Express API Boilerplate project
TypeScriptFeb 15, 2025

TypeScript Express API Boilerplate

Create a production-ready Express API with TypeScript, Zod validation, and Prisma ORM.

TypeScriptExpressZodPrisma
Read more → Source
Screenshot of TypeScript Utility Types Deep Dive project
TypeScriptFeb 11, 2025

TypeScript Utility Types Deep Dive

Master advanced utility types: Pick, Omit, Record, Conditional types, and mapped types.

TypeScriptUtility TypesGenericsAdvanced
Read more → Source
Screenshot of React Accessibility Audit Toolkit project
ReactFeb 7, 2025

React Accessibility Audit Toolkit

Build an a11y testing tool that scans components for WCAG violations and suggests fixes.

ReactAccessibilityWCAGTesting
Read more → Source
Screenshot of React Error Boundary & Fallback UI project
ReactFeb 3, 2025

React Error Boundary & Fallback UI

Implement error boundaries with fallback UIs, error reporting, and recovery strategies.

ReactError BoundaryFallbackUX
Read more → Source
Screenshot of React PDF Viewer Component project
ReactJan 30, 2025

React PDF Viewer Component

Build a PDF viewer with page navigation, zoom controls, and text search functionality.

ReactPDFViewerComponent
Read more → Source
Screenshot of React i18n Multilingual App project
ReactJan 26, 2025

React i18n Multilingual App

Add internationalization with react-i18next, locale detection, and RTL layout support.

Reacti18nLocalizationRTL
Read more → Source
Screenshot of React Notification System project
ReactJan 22, 2025

React Notification System

Implement toast notifications with stacking, auto-dismiss, actions, and theme support.

ReactNotificationsToastUI
Read more → Source
Screenshot of React Dashboard with Recharts project
ReactJan 18, 2025

React Dashboard with Recharts

Build an analytics dashboard with interactive Recharts graphs, KPI cards, and date filters.

ReactRechartsDashboardAnalytics
Read more → Source
Screenshot of React Multi-Step Form Wizard project
ReactJan 14, 2025

React Multi-Step Form Wizard

Create a step-by-step form with validation, progress indicator, and data persistence.

ReactFormsWizardValidation
Read more → Source
Screenshot of React Image Cropper & Editor project
ReactJan 10, 2025

React Image Cropper & Editor

Build an image editing tool with crop, rotate, filters, and canvas-based export.

ReactCanvasImage EditorCrop
Read more → Source
Screenshot of React Music Player UI project
ReactJan 6, 2025

React Music Player UI

Build a Spotify-inspired music player with playlist management, audio controls, and visualizer.

ReactAudioMusic PlayerUI
Read more → Source
Screenshot of React Form Builder project
ReactJan 2, 2025

React Form Builder

Create a dynamic form builder with drag-and-drop fields, validation schema, and JSON export.

ReactFormsBuilderValidation
Read more → Source
Screenshot of React Infinite Scroll Feed project
ReactDec 29, 2024

React Infinite Scroll Feed

Implement infinite scrolling with Intersection Observer, virtual list, and skeleton loading.

ReactInfinite ScrollVirtual ListUX
Read more → Source
Screenshot of React Custom Hooks Collection project
ReactDec 25, 2024

React Custom Hooks Collection

Build reusable hooks: useDebounce, useFetch, useLocalStorage, useIntersectionObserver.

ReactHooksCustom HooksReusable
Read more → Source
Screenshot of React Redux Toolkit Project Manager project
ReactDec 21, 2024

React Redux Toolkit Project Manager

Build a project management app with Redux Toolkit, createAsyncThunk, and RTK Query.

ReactRedux ToolkitRTK QueryState
Read more → Source
Screenshot of React Markdown Editor project
ReactDec 17, 2024

React Markdown Editor

Create a split-pane Markdown editor with live preview, syntax highlighting, and file export.

ReactMarkdownEditorPreview
Read more → Source
Screenshot of React Weather Dashboard project
ReactDec 13, 2024

React Weather Dashboard

Build a weather app with geolocation, 5-day forecast, charts, and OpenWeatherMap API.

ReactAPIWeatherCharts
Read more → Source
Screenshot of React Data Table with Sorting project
ReactDec 9, 2024

React Data Table with Sorting

Create a feature-rich data table with sorting, filtering, pagination, and CSV export.

ReactTableSortingFiltering
Read more → Source
Screenshot of React Real-Time Chat Application project
ReactDec 5, 2024

React Real-Time Chat Application

Build a Slack-like chat app with React, Socket.io, typing indicators, and file sharing.

ReactSocket.ioChatReal-time
Read more → Source
Screenshot of React Authentication with Firebase project
ReactDec 1, 2024

React Authentication with Firebase

Implement user auth with Firebase: email/password, Google sign-in, and protected routes.

ReactFirebaseAuthProtected Routes
Read more → Source
Screenshot of React Drag & Drop Kanban Board project
ReactNov 27, 2024

React Drag & Drop Kanban Board

Create a Trello-like kanban board with drag-and-drop columns, cards, and persistence.

ReactDnDKanbanState Management
Read more → Source
Screenshot of React E-Commerce Store project
ReactNov 23, 2024

React E-Commerce Store

Build a complete online store with React, Context API, cart management, and Stripe checkout.

ReactE-CommerceContext APIStripe
Read more → Source
Screenshot of CSS Responsive Email Template project
CSSNov 19, 2024

CSS Responsive Email Template

Build a cross-client email template with table layouts, inline styles, and media queries.

CSSEmailResponsiveTemplate
Read more → Source
Screenshot of CSS Clip-Path Shape Morphing project
CSSNov 15, 2024

CSS Clip-Path Shape Morphing

Create animated shape transitions using clip-path polygons and CSS transitions.

CSSClip-PathShapesAnimation
Read more → Source
Screenshot of CSS Gradient Pattern Backgrounds project
CSSNov 11, 2024

CSS Gradient Pattern Backgrounds

Generate repeating geometric patterns using CSS gradients without any image files.

CSSGradientsPatternsBackgrounds
Read more → Source
Screenshot of CSS Container Queries Layout project
CSSNov 6, 2024

CSS Container Queries Layout

Use container queries to build truly component-responsive layouts without JS.

CSSContainer QueriesResponsiveModern
Read more → Source
Screenshot of CSS Print Stylesheet Optimization project
CSSNov 2, 2024

CSS Print Stylesheet Optimization

Design print-friendly styles with media print, page breaks, and hidden elements.

CSSPrintMedia QueriesAccessibility
Read more → Source
Screenshot of CSS Pure Accordion & Tabs project
CSSOct 29, 2024

CSS Pure Accordion & Tabs

Build accessible accordions and tab panels using only CSS with checked selector.

CSSAccordionTabsNo JS
Read more → Source
Screenshot of CSS Animated Progress Bars project
CSSOct 24, 2024

CSS Animated Progress Bars

Create circular and linear progress indicators with gradient fills and count-up animation.

CSSProgress BarAnimationSVG
Read more → Source
Screenshot of CSS Responsive Image Grid Masonry project
CSSOct 20, 2024

CSS Responsive Image Grid Masonry

Build a Pinterest-style masonry layout using CSS columns and break-inside properties.

CSSMasonryGridImages
Read more → Source
Screenshot of CSS Neumorphism Component Library project
CSSOct 16, 2024

CSS Neumorphism Component Library

Design soft UI components with inset shadows, subtle gradients, and pressed states.

CSSNeumorphismUI LibraryShadows
Read more → Source
Screenshot of CSS Parallax Scrolling Effect project
CSSOct 12, 2024

CSS Parallax Scrolling Effect

Create a multi-layer parallax website with perspective and transform-style preserve-3d.

CSSParallaxScrolling3D
Read more → Source
Screenshot of CSS Form Styling & Validation UI project
CSSOct 8, 2024

CSS Form Styling & Validation UI

Style forms with floating labels, custom checkboxes, and CSS-only validation feedback.

CSSFormsValidationUI
Read more → Source
Screenshot of CSS Scroll Snap Image Gallery project
CSSOct 4, 2024

CSS Scroll Snap Image Gallery

Build a smooth scrolling gallery with scroll-snap, lazy images, and lightbox overlay.

CSSScroll SnapGalleryImages
Read more → Source
Screenshot of CSS Typography & Text Effects project
CSSSep 30, 2024

CSS Typography & Text Effects

Implement gradient text, text shadows, clipping masks, and animated text reveal effects.

CSSTypographyText EffectsGradients
Read more → Source
Screenshot of CSS Glassmorphism UI Kit project
CSSSep 26, 2024

CSS Glassmorphism UI Kit

Create frosted glass UI components with backdrop-filter, blur, and transparency effects.

CSSGlassmorphismUI KitModern
Read more → Source
Screenshot of CSS Responsive Dashboard Layout project
CSSSep 22, 2024

CSS Responsive Dashboard Layout

Design an admin dashboard with sidebar, header, and content area using pure CSS.

CSSDashboardGridResponsive
Read more → Source
Screenshot of CSS Card Hover Effects Collection project
CSSSep 18, 2024

CSS Card Hover Effects Collection

Build 15 interactive card hover effects with transitions, transforms, and perspective.

CSSHover EffectsTransitionsCards
Read more → Source
Screenshot of CSS Custom Properties Theme Switcher project
CSSSep 14, 2024

CSS Custom Properties Theme Switcher

Implement dark/light theme toggling with CSS custom properties and prefers-color-scheme.

CSSVariablesThemingDark Mode
Read more → Source
Screenshot of CSS Animation Loading Spinners project
CSSSep 10, 2024

CSS Animation Loading Spinners

Create 10 unique loading spinners using keyframe animations and transform properties.

CSSAnimationKeyframesUI
Read more → Source
Screenshot of CSS Flexbox Navigation Bar project
CSSSep 6, 2024

CSS Flexbox Navigation Bar

Build a fully responsive navbar with Flexbox, dropdown menus, and hamburger toggle.

CSSFlexboxNavbarResponsive
Read more → Source
Screenshot of CSS Grid Portfolio Layout project
CSSSep 2, 2024

CSS Grid Portfolio Layout

Design a responsive portfolio with CSS Grid, auto-fit columns, and named grid areas.

CSSGridResponsiveLayout
Read more → Source
Screenshot of Python Task Queue with Celery project
PythonAug 29, 2024

Python Task Queue with Celery

Implement distributed task processing with Celery, Redis broker, and periodic scheduling.

PythonCeleryRedisQueue
Read more → Source
Screenshot of Python Email Spam Classifier project
PythonAug 25, 2024

Python Email Spam Classifier

Train a Naive Bayes classifier to detect spam emails with TF-IDF feature extraction.

PythonMLNLPClassification
Read more → Source
Screenshot of Python Blockchain Implementation project
PythonAug 21, 2024

Python Blockchain Implementation

Build a basic blockchain with proof-of-work mining, transaction validation, and peer sync.

PythonBlockchainCryptographyP2P
Read more → Source
Screenshot of Python Web App with Streamlit project
PythonAug 17, 2024

Python Web App with Streamlit

Create interactive data apps rapidly with Streamlit widgets, charts, and file upload.

PythonStreamlitData AppDashboard
Read more → Source
Screenshot of Python Testing with Pytest project
PythonAug 13, 2024

Python Testing with Pytest

Master testing with pytest fixtures, parameterization, mocking, and coverage reports.

PythonPytestTestingTDD
Read more → Source
Screenshot of Python Django REST Framework API project
PythonAug 9, 2024

Python Django REST Framework API

Build a production API with DRF serializers, viewsets, permissions, and filtering.

PythonDjangoDRFREST API
Read more → Source
Screenshot of Python Socket Chat Server project
PythonAug 5, 2024

Python Socket Chat Server

Build a multi-client chat server with socket programming, threading, and encryption.

PythonSocketsThreadingChat
Read more → Source
Screenshot of Python Pandas Data Analysis project
PythonAug 1, 2024

Python Pandas Data Analysis

Analyze and transform datasets with Pandas: groupby, pivot tables, and time series ops.

PythonPandasData AnalysisNumPy
Read more → Source
Screenshot of Python CLI with Click Framework project
PythonJul 27, 2024

Python CLI with Click Framework

Create powerful CLI tools with Click: commands, options, progress bars, and file handling.

PythonClickCLITerminal
Read more → Source
Screenshot of Python Async Web Crawler project
PythonJul 23, 2024

Python Async Web Crawler

Build a concurrent web crawler using asyncio, aiohttp, and semaphore-based throttling.

PythonAsyncioaiohttpCrawler
Read more → Source
Screenshot of Python Chatbot with Transformers project
PythonJul 19, 2024

Python Chatbot with Transformers

Create a conversational AI chatbot using Hugging Face transformers and fine-tuning.

PythonTransformersNLPChatbot
Read more → Source
Screenshot of Python Image Recognition with OpenCV project
PythonJul 15, 2024

Python Image Recognition with OpenCV

Build a computer vision app with face detection, object tracking, and contour analysis.

PythonOpenCVComputer VisionImage
Read more → Source
Screenshot of Python Natural Language Processing project
PythonJul 11, 2024

Python Natural Language Processing

Implement text classification, sentiment analysis, and NER using spaCy and NLTK.

PythonNLPspaCyNLTK
Read more → Source
Screenshot of Python FastAPI Microservice project
PythonJul 7, 2024

Python FastAPI Microservice

Build a high-performance async API with FastAPI, Pydantic models, and OpenAPI docs.

PythonFastAPIAsyncPydantic
Read more → Source
Screenshot of Python Automation Scripts project
PythonJul 3, 2024

Python Automation Scripts

Automate file management, email sending, and web tasks with Python scripting tools.

PythonAutomationOSScripting
Read more → Source
Screenshot of Python Data Visualization Dashboard project
PythonJun 29, 2024

Python Data Visualization Dashboard

Create interactive dashboards with Plotly Dash, real-time charts, and filter controls.

PythonPlotlyDashVisualization
Read more → Source
Screenshot of Python Django Blog Platform project
PythonJun 25, 2024

Python Django Blog Platform

Develop a full-featured blog with Django, user auth, comments, and RSS feed generation.

PythonDjangoBlogORM
Read more → Source
Screenshot of Python Machine Learning Pipeline project
PythonJun 21, 2024

Python Machine Learning Pipeline

Build an end-to-end ML pipeline with scikit-learn for data prep, training, and evaluation.

Pythonscikit-learnMLPipeline
Read more → Source
Screenshot of Python Web Scraper with Scrapy project
PythonJun 17, 2024

Python Web Scraper with Scrapy

Create a robust web scraper with Scrapy spiders, pipelines, and data export capabilities.

PythonScrapyWeb ScrapingData
Read more → Source
Screenshot of Python Flask REST API project
PythonJun 13, 2024

Python Flask REST API

Build a RESTful API with Flask, SQLAlchemy ORM, and JWT authentication middleware.

PythonFlaskREST APISQLAlchemy
Read more → Source
Screenshot of Java Batch Processing with Spring project
JavaJun 9, 2024

Java Batch Processing with Spring

Process large datasets with Spring Batch job scheduling, chunking, and retry logic.

JavaSpring BatchETLProcessing
Read more → Source
Screenshot of Java Socket Programming project
JavaJun 5, 2024

Java Socket Programming

Build networked applications with TCP/UDP sockets, serialization, and protocol design.

JavaSocketsNetworkingTCP
Read more → Source
Screenshot of Java Caching with Redis project
JavaJun 1, 2024

Java Caching with Redis

Implement distributed caching using Spring Data Redis with TTL, eviction, and pub/sub.

JavaRedisCachingSpring
Read more → Source
Screenshot of Java Docker Containerization project
JavaMay 28, 2024

Java Docker Containerization

Containerize Java apps with multi-stage Docker builds, health checks, and compose orchestration.

JavaDockerDevOpsContainers
Read more → Source
Screenshot of Java Reactive Programming project
JavaMay 24, 2024

Java Reactive Programming

Master reactive streams with Project Reactor, WebFlux, and non-blocking I/O patterns.

JavaReactorWebFluxReactive
Read more → Source
Screenshot of Java CLI Tool with Picocli project
JavaMay 20, 2024

Java CLI Tool with Picocli

Build a command-line application with argument parsing, subcommands, and colored output.

JavaPicocliCLITerminal
Read more → Source
Screenshot of Java GraphQL with Spring project
JavaMay 16, 2024

Java GraphQL with Spring

Create a GraphQL API with Spring for GraphQL, schema-first design, and data loaders.

JavaGraphQLSpringAPI
Read more → Source
Screenshot of Java Unit Testing with JUnit 5 project
JavaMay 12, 2024

Java Unit Testing with JUnit 5

Write thorough tests with JUnit 5 parameterized tests, mocks, and integration testing.

JavaJUnit 5MockitoTesting
Read more → Source
Screenshot of Java Kafka Event Streaming project
JavaMay 8, 2024

Java Kafka Event Streaming

Implement event-driven architecture with Kafka producers, consumers, and stream processing.

JavaKafkaEvent StreamingMessaging
Read more → Source
Screenshot of Java E-Commerce Backend project
JavaMay 4, 2024

Java E-Commerce Backend

Build an online store backend with product catalog, cart, orders, and payment processing.

JavaSpring BootE-CommerceMySQL
Read more → Source
Screenshot of Java File IO & NIO Processing project
JavaApr 30, 2024

Java File IO & NIO Processing

Process large files efficiently using NIO channels, buffers, and memory-mapped files.

JavaNIOFile I/OStreaming
Read more → Source
Screenshot of Java Design Patterns Collection project
JavaApr 26, 2024

Java Design Patterns Collection

Implement Gang of Four patterns: Factory, Observer, Strategy, Decorator, and more.

JavaDesign PatternsOOPGoF
Read more → Source
Screenshot of Java ORM with Hibernate project
JavaApr 22, 2024

Java ORM with Hibernate

Configure Hibernate ORM with entity mapping, lazy loading, caching, and HQL queries.

JavaHibernateORMJPA
Read more → Source
Screenshot of Java WebSocket Real-Time App project
JavaApr 18, 2024

Java WebSocket Real-Time App

Build a live notification system with Spring WebSocket, STOMP protocol, and SockJS.

JavaWebSocketSTOMPSpring
Read more → Source
Screenshot of Java Stream API Data Processing project
JavaApr 13, 2024

Java Stream API Data Processing

Master functional programming with streams for filtering, mapping, and aggregating data.

JavaStreamsFunctionalCollections
Read more → Source
Screenshot of Java JWT Authentication Service project
JavaApr 9, 2024

Java JWT Authentication Service

Implement JWT-based auth with refresh tokens, role claims, and Spring Security filters.

JavaJWTSpring SecurityAuth
Read more → Source
Screenshot of Java Swing Desktop Calculator project
JavaApr 5, 2024

Java Swing Desktop Calculator

Create a scientific calculator desktop app with Swing GUI and expression parsing.

JavaSwingGUIDesktop
Read more → Source
Screenshot of Java Microservices with Spring Cloud project
JavaApr 1, 2024

Java Microservices with Spring Cloud

Design microservices with Eureka discovery, API gateway, and circuit breaker patterns.

JavaSpring CloudMicroservicesEureka
Read more → Source
Screenshot of Java Multithreading Patterns project
JavaMar 29, 2024

Java Multithreading Patterns

Implement producer-consumer, thread pools, and concurrent data structures in Java.

JavaMultithreadingConcurrencyPatterns
Read more → Source
Screenshot of Java Spring Boot REST API project
JavaMar 25, 2024

Java Spring Boot REST API

Build a production-grade REST API with Spring Boot, JPA, and comprehensive error handling.

JavaSpring BootRESTJPA
Read more → Source
Screenshot of PHP Microservices with RabbitMQ project
PHPMar 21, 2024

PHP Microservices with RabbitMQ

Design a microservice architecture with message queuing, service discovery, and API gateway.

PHPRabbitMQMicroservicesDocker
Read more → Source
Screenshot of PHP Role-Based Access Control project
PHPMar 17, 2024

PHP Role-Based Access Control

Implement RBAC with permissions, roles, middleware guards, and admin management interface.

PHPRBACSecurityAuth
Read more → Source
Screenshot of PHP GraphQL API Server project
PHPMar 13, 2024

PHP GraphQL API Server

Build a GraphQL API using webonyx/graphql-php with queries, mutations, and subscriptions.

PHPGraphQLAPIwebonyx
Read more → Source
Screenshot of PHP Inventory Management System project
PHPMar 9, 2024

PHP Inventory Management System

Develop a stock tracking application with barcode scanning, alerts, and reporting features.

PHPMySQLInventoryCRUD
Read more → Source
Screenshot of PHP Unit Testing with PHPUnit project
PHPMar 5, 2024

PHP Unit Testing with PHPUnit

Write comprehensive unit tests covering mocking, data providers, and code coverage analysis.

PHPPHPUnitTestingTDD
Read more → Source
Screenshot of PHP Image Manipulation with GD project
PHPMar 1, 2024

PHP Image Manipulation with GD

Build an image processing pipeline with resize, crop, watermark, and filter operations.

PHPGD LibraryImage ProcessingUpload
Read more → Source
Screenshot of PHP Task Scheduler & Cron Jobs project
PHPFeb 26, 2024

PHP Task Scheduler & Cron Jobs

Create an automated task scheduling system with cron expressions and job queue management.

PHPCronSchedulerQueue
Read more → Source
Screenshot of PHP OAuth2 Social Login project
PHPFeb 22, 2024

PHP OAuth2 Social Login

Implement Google, GitHub, and Facebook social login using OAuth2 authorization flow.

PHPOAuth2Social LoginAPI
Read more → Source
Screenshot of PHP PDF Report Generator project
PHPFeb 18, 2024

PHP PDF Report Generator

Generate professional PDF reports using TCPDF with charts, tables, and custom headers.

PHPTCPDFPDFReporting
Read more → Source
Screenshot of PHP WebSocket Chat Application project
PHPFeb 14, 2024

PHP WebSocket Chat Application

Build a real-time chat app using Ratchet WebSocket library with rooms and user presence.

PHPWebSocketRatchetReal-time
Read more → Source
Screenshot of PHP Multi-Language Website project
PHPFeb 10, 2024

PHP Multi-Language Website

Implement internationalization with language switching, locale files, and URL routing.

PHPi18nLocalizationRouting
Read more → Source
Screenshot of PHP Payment Gateway Integration project
PHPFeb 6, 2024

PHP Payment Gateway Integration

Integrate Stripe payment processing with webhooks, refunds, and subscription handling.

PHPStripePaymentsWebhooks
Read more → Source
Screenshot of PHP MVC Framework from Scratch project
PHPFeb 2, 2024

PHP MVC Framework from Scratch

Learn MVC architecture by building a lightweight PHP framework with routing and templating.

PHPMVCOOPRouting
Read more → Source
Screenshot of PHP Pagination & Search Engine project
PHPJan 29, 2024

PHP Pagination & Search Engine

Implement server-side pagination with full-text search using MySQL LIKE and FULLTEXT indexes.

PHPMySQLSearchPagination
Read more → Source
Screenshot of PHP Email Newsletter System project
PHPJan 25, 2024

PHP Email Newsletter System

Build a newsletter subscription platform with email templates and bulk sending capabilities.

PHPPHPMailerEmailMySQL
Read more → Source
Screenshot of PHP Blog CMS with Admin Panel project
PHPJan 21, 2024

PHP Blog CMS with Admin Panel

Create a content management system with WYSIWYG editor, categories, and admin dashboard.

PHPMySQLCMSCRUD
Read more → Source
Screenshot of PHP File Upload & Gallery System project
PHPJan 17, 2024

PHP File Upload & Gallery System

Build a secure file upload system with image validation, thumbnail generation, and gallery display.

PHPFile UploadGD LibrarySecurity
Read more → Source
Screenshot of E-Commerce Shopping Cart in PHP project
PHPJan 13, 2024

E-Commerce Shopping Cart in PHP

Develop a full-featured shopping cart with product catalog, cart management, and checkout flow.

PHPMySQLE-CommerceSessions
Read more → Source
Screenshot of PHP REST API with Slim Framework project
PHPJan 9, 2024

PHP REST API with Slim Framework

Create a RESTful API using the Slim micro-framework with JSON responses and middleware.

PHPSlimREST APIJSON
Read more → Source
Screenshot of PHP Login & Registration System project
PHPJan 5, 2024

PHP Login & Registration System

Build a secure user authentication system with PHP sessions, password hashing, and CSRF protection.

PHPMySQLAuthSessions
Read more → Source