Technical Glossary
Master the terminology behind modern web engineering and Agentic AI.
SSR (Server-Side Rendering)
The process of rendering web pages on the server instead of the browser. This ensures that users receive a fully rendered HTML page, improving load speeds and SEO.
Hydration
In React/Next.js, hydration is the process where client-side JavaScript takes over the static HTML sent by the server, making it interactive.
Agentic AI
A type of AI designed to take autonomous actions toward a goal. CodeFusion AI uses agentic principles to architect folder structures and write clean, connected code.
Server Actions
A Next.js feature that allows you to write functions that run on the server but can be called directly from your client components, eliminating the need for separate API routes.
JWT (JSON Web Token)
A secure way to transmit information between parties as a JSON object. CodeFusion projects use JWT or session-based auth to keep user data safe.
Boilerplate
Repetitive sections of code that are required to start a project but do not contain business logic. CodeFusion AI automates this, saving up to 70% of development time.
"Knowledge is the foundation of innovation."
This glossary is part of CodeFusion AI's commitment to democratizing high-end engineering knowledge.
Read technical deep-dives on our blog →