A β Authentication
Verifying user identity using methods like login, tokens, or biometrics.
B β Build Tools
Automate tasks like bundling, transpiling, and optimizing code (e.g., Webpack, Vite).
C β CRUD
Create, Read, Update, Delete β the core operations of most web apps.
D β Deployment
Publishing your app to a live server or cloud platform.
E β Environment Variables
Store sensitive data like API keys securely outside your codebase.
F β Frameworks
Tools that simplify development (e.g., React, Express, Django).
G β GraphQL
A query language for APIs that gives clients exactly the data they need.
H β HTTP (HyperText Transfer Protocol)
Foundation of data communication on the web.
I β Integration
Connecting different systems or services (e.g., payment gateways, APIs).
J β JWT (JSON Web Token)
Compact way to securely transmit information between parties for authentication.
K β Kubernetes
Tool for automating deployment and scaling of containerized applications.
L β Load Balancer
Distributes incoming traffic across multiple servers for better performance.
M β Middleware
Functions that run during request/response cycles in backend frameworks.
N β NPM (Node Package Manager)
Tool to manage JavaScript packages and dependencies.
O β ORM (Object-Relational Mapping)
Maps database tables to objects in code (e.g., Sequelize, Prisma).
P β PostgreSQL
Powerful open-source relational database system.
Q β Queue
Used for handling background tasks (e.g., RabbitMQ, Redis queues).
R β REST API
Architectural style for designing networked applications using HTTP.
S β Sessions
Store user data across multiple requests (e.g., login sessions).
T β Testing
Ensures your code works as expected (e.g., Jest, Mocha, Cypress).
U β UX (User Experience)
Designing intuitive and enjoyable user interactions.
V β Version Control
Track and manage code changes (e.g., Git, GitHub).
W β WebSockets
Enable real-time communication between client and server.
X β XSS (Cross-Site Scripting)
Security vulnerability where attackers inject malicious scripts into web pages.
Y β YAML
Human-readable data format often used for configuration files.
Z β Zero Downtime Deployment
Deploy updates without interrupting the running application.
π¬ Double Tap β€οΈ for more!
Top comments (0)