📡 You're offline — showing cached content
New version available!
Quick Access

HTML & CSS

Frontend basics, layouts and responsive design

13 articles in this category
API Design: REST Best Practices, Versioning and Pagination
HTML & CSS Intermediate
API Design: REST Best Practices, Versioning and Pagination

Design clean REST APIs — resource naming, correct HTTP methods and status codes, URL versioning, cursor and offset pagination, consistent error responses.

Message Queues: RabbitMQ vs Kafka — Which to Choose
HTML & CSS Intermediate
Message Queues: RabbitMQ vs Kafka — Which to Choose

Compare RabbitMQ and Kafka — push vs pull delivery, message replay, throughput, and code examples in Python for both producers and consumers.

Microservices vs Monolith: When to Use Each Architecture
HTML & CSS Intermediate
Microservices vs Monolith: When to Use Each Architecture

Understand microservices vs monolith trade-offs, when to extract a service, the modular monolith middle ground, and migration strategy.

Backtracking: N-Queens, Sudoku Solver and Subsets in Python
HTML & CSS Advanced
Backtracking: N-Queens, Sudoku Solver and Subsets in Python

Master backtracking — the framework (choose, explore, unchoose), N-Queens problem, Sudoku solver, generate all subsets and permutations.

PHP File Handling: Read, Write, Upload and Validation
HTML & CSS Beginner
PHP File Handling: Read, Write, Upload and Validation

Complete PHP file handling guide — file_get_contents, fopen streams, secure file upload with MIME type validation, and file system operations.

Greedy Algorithms: Activity Selection and Huffman Coding
HTML & CSS Intermediate
Greedy Algorithms: Activity Selection and Huffman Coding

Master greedy algorithms — activity selection problem, fractional knapsack, Huffman coding, and how to prove a greedy algorithm is correct.