Fondamenti tecnologici per costruire con l'intelligenza artificiale
Nozioni di base in linguaggio semplice in cui ogni principiante si imbatte: Node.js, il terminale, Git, APIs, file .env, DNS e altro ancora. Ogni pagina fornisce una definizione chiara, passaggi di configurazione rapidi e le confusioni più comuni, con collegamenti direttamente alle lezioni che li utilizzano.
Concetti
JSON, YAML and Markdown Explained
JSON, YAML and Markdown are three plain-text formats you will meet constantly. Learn what each is for and how to read them at a glance.
Concetti · 2 minimo lettoWhat Is a .env File?
A .env file stores secrets like API keys outside your code so they never get published. Learn what it is, how it works and how to keep it safe.
Concetti · 2 minimo lettoWhat Is an API? A Plain-Language Guide
An API is a way for two programs to talk to each other. Learn what an API is, how it works, and why it matters for building with AI.
Concetti · 2 minimo lettoWhat Is a Database?
A database is an organised store for your app data that you can save, search and update. Learn what databases are and the main types in plain language.
Concetti · 2 minimo lettoWhat Is DNS? The Internet Phone Book
DNS turns a domain name like yoursite.com into the address of the server that answers for it. Learn how DNS works and how to connect a domain.
Concetti · 2 minimo lettoWhat Is OAuth? Login with Google Explained
OAuth lets users log in with an existing account like Google without sharing their password with you. Learn how it works and why it is safer.
Concetti · 2 minimo lettoWhat Are Tokens in AI?
Tokens are the chunks of text AI models read and are billed in. Learn what a token is, why it matters for cost, and how it differs from a password token.
Concetti · 2 minimo lettoTerminal vs Shell: What Is the Difference?
The terminal is the window; the shell is the program inside it that runs your commands. Learn the difference and why it occasionally matters.
Concetti · 2 minimo lettoLocalhost and Dev Servers Explained
Localhost means this computer, and a dev server previews your site locally while you build. Learn what they are and why nothing is public yet.
Concetti · 2 minimo lettoRepos and Version Control Explained
A repository is your project folder tracked by Git, and version control is the safety net that records every change. Learn both in plain language.
Concetti · 2 minimo lettoWhat Is TypeScript?
TypeScript is JavaScript with type checking that catches mistakes before you run your code. Learn what it is and why so many projects use it.
Concetti · 2 minimo lettoWhat Is a Framework?
A framework is a ready-made structure for building apps so you do not start from scratch. Learn what frameworks are and why nearly every app uses one.
Concetti · 2 minimo lettoStrumenti e configurazione
What Is Node.js (and How to Install It)
Node.js is a runtime that lets you run JavaScript outside the browser. Learn what it is, why you need it, and how to install it in a few minutes.
Strumenti e configurazione · 2 minimo lettoTerminal Basics for Total Beginners
The terminal is a text window where you type commands to control your computer. Learn the handful of commands you actually need to get started.
Strumenti e configurazione · 2 minimo lettoWhat Is Git? Version Control Explained
Git is a version control tool that saves snapshots of your project so you can always go back. Learn what it is and the few commands you need.
Strumenti e configurazione · 2 minimo lettoWhat Is GitHub? A Beginner Guide
GitHub is a website that stores your Git projects online so you can back them up, collaborate and deploy. Learn what it is and how to use it.
Strumenti e configurazione · 2 minimo lettoVS Code Setup for Beginners
VS Code is a free, popular code editor. Learn what it is, how to install it, and the few settings and extensions worth turning on first.
Strumenti e configurazione · 2 minimo lettonpm vs Bun: Package Managers Explained
npm and Bun both install the libraries your project depends on. Learn what a package manager does and how npm and Bun differ.
Strumenti e configurazione · 2 minimo letto