What Is a CORS Error? Frontend or Backend Problem?
CORS errors come from the browser, are fixed on the server, and cannot be fixed in the frontend code. What the error…
Try: python lists, javascript functions, syntax error, first project
HTML, CSS and the pieces that turn code into a page people can visit. Build layouts that work on a phone, and understand what the front end and back end each do.
9 guides
CORS errors come from the browser, are fixed on the server, and cannot be fixed in the frontend code. What the error…
An API is a set of requests one program agrees to answer for another. What that means in practice, how to read…
What a database is, the SQL you actually need, and the one rule about building queries that separates safe code from a…
Grid lays out rows and columns at the same time. Here is the fr unit, repeat and auto-fit, named areas, and the…
Flexbox lays items out in one direction. Once you understand the main axis, justify-content and align-items stop being guesswork — here is…
How to make a page work on a phone: the viewport tag, mobile-first media queries, flexible units, and the four things that…
Selectors, the box model, flexbox and grid — the four things that account for most of what you will do in CSS,…
The HTML tags that actually matter, why semantic elements beat divs, how forms and links work, and the accessibility basics that take…
What HTML, CSS, JavaScript, the front end and the back end each do, how a page actually reaches your screen, and the…
Related topics
The fastest way to improve is to read one guide, then build the thing it describes. Start with the basics, or jump straight to a project.