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

Interview Prep

Most asked technical interview questions

9 articles in this category
CSS Basics: Selectors, Properties, and the Box Model
CSS Basics: Selectors, Properties, and the Box Model

Learn CSS fundamentals — selectors, specificity, the box model (margin, border, padding, content), display types, and the cascade.

HTML Forms: Build User Input Interfaces
HTML Forms: Build User Input Interfaces

Learn all HTML form elements — input types, labels, select, textarea, button, fieldset, and accessibility best practices.

HTML Basics: Structure Every Web Page Needs
HTML Basics: Structure Every Web Page Needs

Learn the essential HTML boilerplate, semantic tags, headings, paragraphs, links, images, and how browsers render HTML.

Hash Tables: How They Work and Collision Resolution
Interview Prep Intermediate
Hash Tables: How They Work and Collision Resolution

Understand hash tables from scratch — hash functions, chaining vs open addressing, load factor, and solving Two Sum, Group Anagrams with Python.

Sorting Algorithms: Bubble, Merge, Quick Sort Compared with Python Code
Sorting Algorithms: Bubble, Merge, Quick Sort Compared with Python Code

Master sorting algorithms — bubble sort, merge sort, quick sort with Python code, step-by-step traces, and complexity comparison table.

Stack and Queue: Implementation and Interview Problems in Python
Stack and Queue: Implementation and Interview Problems in Python

Master stack and queue data structures — LIFO vs FIFO, Python implementation, balanced parentheses, MinStack, and BFS with deque.