Skip to content
Getting Digital

Back-End Development and APIs Certification

Node.js, npm, Express, REST, WebSockets, security and authentication basics; five projects and a closed-book exam for a free certificate.

Provider
freeCodeCamp
Section
Web Development
Price
Free

About this course

Node.js, npm, Express, REST, WebSockets, security and authentication basics; five projects and a closed-book exam for a free certificate.

Where to take it

Free

no fee for the course or the certificate

Open at freeCodeCamp (opens in a new tab)

No affiliate relationship with freeCodeCamp. We earn nothing from this link; it is here because the course is worth knowing about.

Not sure if this is right for you?

Browse More Web Development Courses

Where this course fits

Concepts behind this area

Programming & Web Development

HTTP

HTTP is the request-and-response protocol of the web: a client sends a method, a path and headers, a server answers with a status code, headers and a body, and each exchange stands alone unless the two sides agree to carry state in a header.

Programming & Web Development

REST API

A REST API exposes an application's data as resources at stable addresses and lets clients read and change them with HTTP's standard methods and status codes, so that the protocol itself carries most of the meaning.

Programming & Web Development

Python

Python is a general-purpose programming language that became the standard interface for driving numerical and machine-learning code written in other languages.

Hosting & Infrastructure

Uptime & SLA

Uptime is the proportion of time a service answers requests, quoted in nines, and a service level agreement is the contract clause setting out how that proportion is counted and what the provider owes when it falls short.

Hosting & Infrastructure

Shared Hosting

Shared hosting puts your website on a machine that is simultaneously running hundreds of other people's, pooling its processor, memory and disk between all of you, which is both why it costs so little and why your speed partly depends on strangers.

Hosting & Infrastructure

VPS (Virtual Private Server)

A VPS is a software-defined slice of one physical machine that behaves as a server in its own right, with its own operating system, reserved CPU, memory and disk, and administrative access down to the kernel.

The field, explained: Programming & Web Development · Hosting & Cloud

Wider context: the fields we cover, the glossary and certification exams, all written by us rather than pulled from a provider feed.