Showing 91
–
120 of
176 categories

NativeScript is the open-source framework that builds native iOS and Android apps from JavaScript / TypeScript /…

NestJS is a Node.js backend framework that imports the architectural conventions from Angular: modules, decorators…

Networking and protocols is the under-the-hood layer most engineers skip until something breaks in production. The…

Next.js is the production framework most React projects converge on. Vercel built it to solve the things React itself…

nginx is the high-performance web server, reverse proxy, and load balancer that runs in front of most Linux web…

Node.js is a JavaScript runtime built on V8 that runs server code outside the browser. Ryan Dahl released it in 2009 to…

Non-Tech covers professional skills outside engineering that programmers and IT people regularly need to develop into…

npm (and the alternatives — yarn, pnpm, bun) is the package manager underlying every JavaScript project. The npm…

Nuxt is the production framework on top of Vue, the same role Next.js plays for React. The current version (Nuxt 3 /…

OpenCart — Flexible CMS for E-Commerce Websites OpenCart is a popular content management system (CMS) designed for…

OpenCV is the computer-vision library that has been the standard since 2000, with bindings for C++, Python, Java, and…

OpenGL Shading Language (GLSL) is the language used to write shader programs that run on the GPU — vertex shaders that…

Operating systems as an academic and practical category covers the foundations most CS programs teach: processes and…

Other (AI) is the catch-all for AI-adjacent topics that don't fit cleanly under language models, machine learning, or…

Other (DevOps) covers DevOps tooling outside the major categories — Pulumi as a Terraform alternative, Spinnaker for CD…

Other (Frontend) is the catch-all for frontend topics that don't fit cleanly under a specific framework. Examples…

Other (Graphic) covers graphic-design topics that don't fit cleanly under specific tools — typography fundamentals…

Other (Mobile) covers mobile-development topics outside the major frameworks — Flutter (which has its own dedicated…

Other tools is the catch-all for software-engineering tools that don't belong to a specific stack — note-taking apps…

Others is the residual category — courses that don't fit any of the more specific buckets. This usually includes…

Phoenix is the web framework written in Elixir, conceptually similar to Rails but built on the BEAM virtual machine…

Photoshop remains the standard tool for raster image editing, photo manipulation, compositing, and the kind of…

PHP is a scripting language created as a templating tool for Perl, and today it is very popular among web developers…

Playwright Test — End-to-End Testing Framework for Modern Web Apps Playwright Test is a powerful end-to-end (E2E)…

Postman is the API client that grew from a Chrome extension in 2012 into a full API development platform — collections…

Power BI is Microsoft's self-service analytics and business-intelligence platform. It pulls data from databases…

You will learn how to plan, practice, and show your skills in a tech job interview. Interview formats You start with…

Progressive Web Apps (PWA) are web apps that use specific browser APIs — Service Workers, Web App Manifest, push…

Prompt engineering is the discipline of writing instructions to language models that produce reliably-good outputs. The…

Protractor was the end-to-end testing framework specifically for Angular applications, maintained by the Angular team…