BackendIntermediate5 - 7 tháng

Backend

Lộ trình phát triển toàn diện Backend theo tiêu chuẩn quốc tế nilbuild/developer-roadmap

Hướng dẫn từng bước từ nền tảng đến chuyên sâu giúp bạn làm chủ Backend. Tích hợp tài liệu lý thuyết, bài viết thực chiến, video tham khảo và bài tập lập trình trực tiếp trên IDE.

Giai đoạn:5 Phases
Mô-đun:156 Kỹ năng
Thực hành:50 Bài Lab IDE
Tiêu chuẩn:nilbuild/roadmap
⚡ Trình biên dịch IDE trực tuyến: Làm chủ kỹ năng thông qua thực hành viết mã và kiểm thử tự động.
Mở IDE Thực Hành Lộ Trình Này →
Bộ lọc:
Thành thạo:0% (0/0)
01
Giai đoạn 1Xây dựng tư duy kiến trúc và công cụ nền tảng

Nền Tảng & Khái Niệm Cốt Lõi

Giai đoạn 1 tập trung hoàn thiện 32 chủ đề then chốt.

Cốt lõiKiến thức

ACID

ACID stands for four key database transaction properties: Atomicity (all-or-nothing execution), Consistency (valid state maintenance), Isolation (concurrent transaction separation), and Durability (permanent commit survival). These principles ensure reliable data processing and integrity in database systems, which are crucial for financial and e-commerce applications.

ACIDCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

AI Agents

AI agents are autonomous programs designed to help developers write code more efficiently. These agents can automate repetitive tasks, suggest code completions, identify errors, and even generate entire code blocks based on natural language descriptions or existing code patterns. They leverage machine learning models to understand code syntax, semantics, and context, enabling them to provide intelligent and relevant assistance throughout the software development lifecycle.

AIAgentsEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

AI-Assisted Coding

AI-assisted coding involves using artificial intelligence tools to help developers write code more efficiently and effectively. These tools can provide real-time suggestions, automate repetitive tasks, identify potential errors, and even generate code snippets based on natural language descriptions, ultimately speeding up development and improving code quality.

AI-AssistedCodingEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

AI vs. Traditional Software Development

Traditional software development relies on developers explicitly writing code to instruct computers on how to perform tasks. This involves defining every step and logic manually. AI-assisted coding, however, leverages machine learning models trained on vast amounts of code to automate parts of the development process. Instead of writing all the code from scratch, developers can use AI to generate code snippets, suggest improvements, and even debug errors, potentially leading to faster development cycles and reduced human error.

AIvs.Engineering
1 khái niệmChi tiết
Cốt lõiIDE Lab

Anthropic

Anthropic is an AI safety and research company focused on developing reliable, interpretable, and steerable AI systems. They create AI models, like Claude, that are designed to be helpful, harmless, and honest, prioritizing safety through techniques like Constitutional AI, where the AI is guided by a set of principles during its training and operation. They can be integrated via APIs to add functionality to applications.

AnthropicCoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

Antigravity

Antigravity is an AI-powered code completion tool designed to enhance developer productivity. It learns from your coding style and project context to provide intelligent suggestions, autocompletions, and code generation snippets directly within your integrated development environment (IDE). This allows developers to write code faster and more efficiently, reducing errors and streamlining the development process.

AntigravityCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Apache

Apache HTTP Server is a popular open-source web server known for flexibility and extensive features. It supports multiple OS platforms, offers virtual hosting, SSL/TLS, and modular architecture. Part of the LAMP stack, it remains widely used despite competition from Nginx due to stability and community support.

ApacheCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

AI Applications in Software Development

AI is increasingly utilized to enhance various software development tasks, like automatically creating code snippets based on specifications. It also improves existing code by suggesting better ways to rewrite it and by generating helpful documentation from the code itself. These AI tools promise to increase efficiency and reduce errors.

AIApplicationsEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Architectural Patterns

Architectural patterns are reusable solutions to common software architecture problems. They address issues like performance limitations, high availability, and business risk minimization, providing proven templates for system design and structure.

ArchitecturalPatternsEngineering
1 khái niệmChi tiết
Khuyên họcKiến thức

Authentication

API authentication verifies client identity to ensure only authorized access to resources. Common methods include API keys, OAuth 2.0, JWT, and basic auth. It protects data, prevents unauthorized access, enables usage tracking, and provides granular control over API resources.

AuthenticationCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

AWS Neptune

AWS Neptune is a fully managed graph database supporting property graph and RDF models. Uses Gremlin and SPARQL query languages for complex relationships in social networks, recommendations, and fraud detection. Offers high availability, multi-AZ replication, and up to 15 read replicas.

AWSNeptuneEngineering
2 khái niệmChi tiết
Khuyên họcIDE Lab

Backpressure

Backpressure is a flow control mechanism where receivers signal their capacity to senders, preventing system overload. It manages resource allocation, prevents memory overflows, and maintains responsiveness in reactive programming, message queues, and streaming systems.

BackpressureCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Basic authentication

Basic Authentication sends base64-encoded username:password in HTTP headers. Simple to implement but insecure since base64 is easily decoded. Should only be used over HTTPS for credential protection. Best for low-risk scenarios or fallback mechanisms.

BasicauthenticationEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Bcrypt

Bcrypt is a secure password-hashing function based on Blowfish cipher with built-in salt protection. Features adaptive cost factor that increases difficulty over time to resist brute-force attacks. Produces 60-character hashes, widely used for secure password storage.

BcryptCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Browsers

Web browsers interpret HTML, CSS, and JavaScript to render web pages. Modern browsers use rendering engines (Blink, Gecko, WebKit) and JavaScript engines, offering features like tabs, bookmarks, extensions, and security through sandboxing and HTTPS enforcement.

BrowsersCoreEngineering
1 khái niệmChi tiết
Khuyên họcKiến thức

Building for Scale

Scalability is a system's ability to handle growing workload by adding resources. Scalable architecture supports higher workloads without fundamental changes. Two approaches: on-premises (requires planning) or cloud (flexible, easy upgrades). Cloud offers more flexibility than on-premises infrastructure.

BuildingforEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

C#

C# is Microsoft's modern, object-oriented language combining C++ power with Visual Basic simplicity. Used for Windows apps, [ASP.NET](http://ASP.NET) web development, Unity games, and Xamarin mobile apps. Features garbage collection, type safety, and strong .NET ecosystem integration.

C#CoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Caching

Caching is a technique used to store copies of data in a temporary storage location so that future requests for that data can be served faster. This temporary storage, known as a cache, can be located closer to the request source than the original data source, reducing latency and improving application performance. By retrieving data from the cache instead of the original source, applications can respond more quickly and efficiently.

CachingCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Caddy

Caddy is a modern Go-based web server known for simplicity and automatic HTTPS with Let's Encrypt certificates. Features zero-config static file serving, HTTP/2 support, and plugins for reverse proxying and load balancing. Ideal for small-to-medium projects requiring hassle-free setup.

CaddyCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

CAP Theorem

CAP Theorem states distributed systems can only guarantee two of three properties: Consistency (same data across nodes), Availability (system responds to requests), and Partition tolerance (operates despite network failures). Guides distributed system design decisions and database selection.

CAPTheoremEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Cassandra

Cassandra is a NoSQL database designed for handling large amounts of data across many commodity servers, providing high availability with no single point of failure. It uses a distributed architecture to achieve scalability and fault tolerance, making it suitable for applications that require continuous uptime and can tolerate eventual consistency. Data is organized into tables with rows and columns, similar to relational databases, but with a more flexible schema.

CassandraCoreEngineering
1 khái niệmChi tiết
Khuyên họcKiến thức

CI/CD

CI/CD automates building, testing, and deploying code changes. Continuous Integration merges code frequently with automated builds/tests. Continuous Delivery/Deployment extends this to staging/production. Improves software quality and development efficiency through early issue detection.

CI/CDCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Circuit Breaker

Circuit breaker pattern protects systems from failures by temporarily stopping operations when overloaded. Has three states: closed (normal), open (stopped operations), and half-open (testing recovery). Prevents cascading failures in distributed systems.

CircuitBreakerEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Claude Code

Claude Code is a family of large language models designed for code generation and understanding. It excels at tasks like code completion, bug finding, documentation, and even translating code between different programming languages. Essentially, it's a tool that helps developers write, understand, and maintain code more efficiently by leveraging artificial intelligence.

ClaudeCodeEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

ClickHouse

ClickHouse is an open-source, column-oriented database management system designed for online analytical processing (OLAP). It excels at processing large volumes of data quickly, making it suitable for applications that require real-time analysis and reporting. Its column-oriented storage allows for efficient data compression and retrieval, as it only reads the columns needed for a specific query.

ClickHouseCoreEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

AI-Powered Code Reviews

AI-powered code reviews leverage machine learning models to analyze source code and identify potential issues, such as bugs, security vulnerabilities, code style violations, and performance bottlenecks. These tools can automate parts of the code review process, freeing up developers to focus on more complex problems and improving the overall quality and maintainability of the codebase.

AI-PoweredCodeEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Cookie-Based Authentication

Cookie-based authentication maintains user sessions by storing session IDs in browser cookies. Server stores session data and uses cookies as keys. Simple to implement and browser-native, but vulnerable to CSRF attacks and challenging for cross-origin requests.

Cookie-BasedAuthenticationEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Copilot

Copilot is an AI-powered coding assistant developed by GitHub and OpenAI. It suggests lines of code and entire functions in real-time as you type, based on the context of your code and comments. It learns from a massive dataset of publicly available code, allowing it to offer relevant and accurate suggestions.

CopilotCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Cors

CORS (Cross-Origin Resource Sharing) is a browser security mechanism controlling cross-domain resource access. Uses HTTP headers and preflight requests to determine allowed origins. Extends Same-Origin Policy while preventing unauthorized access to sensitive data.

CorsCoreEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

CouchDB

Apache CouchDB is a document-oriented NoSQL database using JSON for data storage, JavaScript MapReduce for queries, and HTTP for API access. Stores independent documents with self-contained schemas instead of relational tables.

CouchDBCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Content Security Policy

CSP (Content Security Policy) prevents XSS and code injection attacks by specifying trusted content sources. Implemented via HTTP headers or meta tags, defining rules for scripts, stylesheets, images, and fonts. Reduces malicious code execution risk but requires careful configuration.

ContentSecurityEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

CSS

CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). It controls the layout, colors, fonts, and other visual aspects of web pages, ensuring a consistent and visually appealing user experience. CSS allows developers to separate content from presentation, making websites easier to maintain and update.

CSSCoreEngineering
1 khái niệmChi tiết
02
Giai đoạn 2Làm chủ các thư viện, framework và luồng xử lý chính

Kỹ Năng Trọng Tâm & Thực Hành

Giai đoạn 2 tập trung hoàn thiện 32 chủ đề then chốt.

Cốt lõiKiến thức

Cursor

Cursor is an AI-powered code editor designed to enhance developer productivity. It leverages large language models to offer features like code completion, generation, and refactoring suggestions. By understanding code context, Cursor aims to automate repetitive tasks and provide intelligent assistance throughout the development process.

CursorCoreEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Data Replication

Data replication creates multiple copies of data across distributed system nodes for availability, reliability, and performance. Can be synchronous or asynchronous. Uses master-slave, multi-master, or peer-to-peer models. Improves fault tolerance but challenges data consistency.

DataReplicationEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Database Indexes

Database indexes are data structures that speed up data retrieval by creating references to table data without full table scans. Include B-tree, bitmap, and hash types. Enhance query performance but increase storage requirements and slow down writes due to index maintenance.

DatabaseIndexesEngineering
2 khái niệmChi tiết
Khuyên họcIDE Lab

DGraph

DGraph is a distributed, fast, and scalable graph database. It's designed to handle large amounts of data and complex relationships between data points. DGraph uses GraphQL as its query language, allowing developers to retrieve and manipulate data in a graph structure easily. It's built for production environments, offering features like ACID transactions, high availability, and horizontal scalability.

DGraphCoreEngineering
2 khái niệmChi tiết
Cốt lõiIDE Lab

DNS

DNS (Domain Name System) translates human-readable domain names into IP addresses. Uses hierarchical structure with root servers, TLD servers (.com, .org), authoritative servers, and local DNS servers. Essential for internet functionality, enabling memorable names instead of IP addresses.

DNSCoreEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

Documentation Generation with AI

AI-powered documentation generation leverages machine learning models to automatically create and maintain software documentation. These tools can analyze code, comments, and other project artifacts to produce API references, tutorials, and other types of documentation, reducing the manual effort required and ensuring accuracy and consistency. This helps developers by freeing them from manual tasks and ensuring that their APIs are well documented.

DocumentationGenerationEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

DynamoDB

AWS DynamoDB is a fully managed, serverless NoSQL database supporting key-value and document models. Offers single-digit millisecond latency, automatic scaling, global tables, and seamless scalability. Ideal for high-traffic web apps, gaming, mobile, and IoT solutions.

DynamoDBCoreEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

Elasticsearch

Elasticsearch is a document-oriented search engine and database supporting INSERT, DELETE, RETRIEVE operations and analytics. Unlike general databases, it's optimized for search with powerful features for fast data retrieval based on search criteria.

ElasticsearchCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Embeddings

Embeddings are dense, continuous vector representations of data, such as words, sentences, or images, in a lower-dimensional space. They capture the semantic relationships and patterns in the data, where similar items are placed closer together in the vector space. In machine learning, embeddings are used to convert complex data into a numerical form that models can process more easily. For example, word embeddings represent words based on their meanings and contexts, allowing models to understand relationships like synonyms or analogies. Embeddings are widely used in tasks like natural language processing, recommendation systems, and image recognition to improve model performance and efficiency.

EmbeddingsCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Failure Modes

Database failure modes include hardware failures, software bugs, data corruption, performance degradation, and distributed system inconsistencies. Common issues: data loss, unavailability, replication lag, deadlocks. Mitigated through redundancy, backups, transaction logging, and failover mechanisms.

FailureModesEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Firebase

Firebase is Google's comprehensive mobile and web development platform offering real-time database, authentication, cloud storage, hosting, and analytics. Features serverless architecture, real-time synchronization, multiple auth providers, and development tools for testing and monitoring.

FirebaseCoreEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

Frontend Basics

Frontend basics encompass the core technologies and principles used to build the user interface of a web application. This includes HTML for structuring content, CSS for styling and visual presentation, and JavaScript for adding interactivity and dynamic behavior. Understanding these fundamentals is crucial for backend developers to effectively collaborate with frontend teams, design APIs that cater to frontend needs, and troubleshoot issues that may arise between the client and server sides.

FrontendBasicsEngineering
1 khái niệmChi tiết
Cốt lõiIDE Lab

Function Calling

LLM native “function calling” lets a large language model decide when to run a piece of code and which inputs to pass to it. You first tell the model what functions are available. For each one, you give a short name, a short description, and a list of arguments with their types. During a chat, the model can answer in JSON that matches this schema instead of plain text. Your wrapper program reads the JSON, calls the real function, and then feeds the result back to the model so it can keep going. This loop helps an agent search the web, look up data, send an email, or do any other task you expose. Because the output is structured, you get fewer mistakes than when the model tries to write raw code or natural-language commands.

FunctionCallingEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Functional Testing

Functional testing ensures software meets functional requirements through black box testing. Testers provide input and compare expected vs actual output without understanding source code. Contrasts with non-functional testing (performance, load, scalability).

FunctionalTestingEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Gemini

Gemini is a family of multimodal large language models (LLMs) developed by Google. These models are designed to handle and understand different types of data, including text, code, images, audio, and video. They are used to build AI-powered features by providing capabilities such as natural language understanding, content generation, and complex reasoning.

GeminiCoreEngineering
1 khái niệmChi tiết
Khuyên họcKiến thức

Git

Git is a distributed version control system created by Linus Torvalds in 2005. Tracks code changes, enables collaborative development, maintains complete history, and supports branching/merging. Each developer has full repository copy, allowing offline work and robust collaboration.

GitCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

GitHub

GitHub is Microsoft's web-based Git hosting platform offering repositories, pull requests, issues, and automated workflows. Supports public/private repos, code review, project management, and social coding features. Central hub for open-source and team development collaboration.

GitHubCoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

GitLab

GitLab is a comprehensive DevOps platform providing source code management, CI/CD, issue tracking, and more in one application. Features merge requests, built-in pipelines, container registry, and Kubernetes integration. Offers cloud-hosted and self-hosted options for complete development lifecycle management.

GitLabCoreEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Go

Go (Golang) is Google's statically typed, compiled language combining efficiency with ease of use. Features built-in concurrency via goroutines and channels, simple syntax, fast compilation, and a comprehensive standard library. Popular for microservices, web servers, and cloud-native development.

GoCoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

Graceful Degradation

Graceful degradation ensures systems continue functioning when components or features are unavailable. In web development, applications remain functional even if browsers don't support certain features. Alternative to progressive enhancement for maintaining system reliability.

GracefulDegradationEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

GraphQL

GraphQL is Facebook's query language for APIs, allowing clients to request exactly the data they need. Uses a single endpoint with schema-defined data structure, reducing over-fetching and under-fetching. More flexible than REST for complex applications with diverse platform needs.

GraphQLCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

gRPC

gRPC is a high-performance, open-source RPC (Remote Procedure Call) framework. Allows programs to execute procedures on remote computers like local functions. Developers don't need to handle remote interaction details, and client/server can use different programming languages.

gRPCCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Internet

The Internet is a global network of interconnected computers using TCP/IP protocols. Requests travel through ISPs to DNS servers for domain-to-IP translation, then are routed across networks via routers to destination servers. Enables dynamic, decentralized global communication.

InternetCoreEngineering
2 khái niệmChi tiết
Khuyên họcIDE Lab

How LLMs Work

LLMs, or Large Language Models, are advanced AI models trained on vast datasets to understand and generate human-like text. They can perform a wide range of natural language processing tasks, such as text generation, translation, summarization, and question answering. LLMs function as sophisticated prediction engines that process text sequentially, predicting the next token based on relationships between previous tokens and patterns from training data. They don't predict single tokens directly but generate probability distributions over possible next tokens, which are then sampled using parameters like temperature and top-K. The model repeatedly adds predicted tokens to the sequence, building responses iteratively. This token-by-token prediction process, combined with massive training datasets, enables LLMs to generate coherent, contextually relevant text across diverse applications and domains.

HowLLMsEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

HTML

HTML (HyperText Markup Language) is the standard markup language for creating web pages. It provides the structure and content of a website by using elements, which are defined by tags, to organize text, images, and other multimedia. Browsers interpret HTML files to render the visual representation of a webpage that users see.

HTMLCoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

Client Side Caching

Client-side caching stores data locally on user devices to improve performance and reduce server load. Uses HTTP caching headers, service workers, and local storage APIs. Reduces network traffic and load times but requires careful cache invalidation strategies.

ClientSideEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

HTTPS

HTTPS (Hypertext Transfer Protocol Secure) extends HTTP with SSL/TLS encryption for secure data transmission. Ensures confidentiality, integrity, and authenticity, protecting against interception and tampering. Essential standard for web applications handling sensitive user data.

HTTPSCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

InfluxDB

InfluxDB is a high-performance, open-source time-series database for handling timestamped data like metrics and events. Optimized for monitoring, IoT, and APM with SQL-like Flux queries. Features retention policies, downsampling, and automatic compaction for scalable time-series storage.

InfluxDBCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Instrumentation, Monitoring, and Telemetry

Instrumentation embeds code to capture metrics, logs, and traces. Monitoring observes real-time metrics for anomalies and performance issues using dashboards and alerts. Telemetry automates data collection from distributed systems. Together they provide system health insights and proactive issue resolution.

Instrumentation,Monitoring,Engineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Integration Patterns

Integration patterns are reusable solutions to commonly occurring problems when connecting different software systems or applications. They provide a structured approach for ensuring data is correctly exchanged, services are seamlessly accessed, and overall system behavior is predictable and reliable when integrating AI-powered functionalities. This allows developers to handle complexities like data transformations, error handling, security, and message routing in a standardized way.

IntegrationPatternsEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Integration Testing

Integration testing verifies interactions between software components to ensure they work together correctly. Tests module communication via APIs, databases, and third-party services. Catches integration issues like data mismatches and protocol errors that unit tests miss.

IntegrationTestingEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Backend Development

Backend development focuses on the server-side logic of a web application, handling data storage, processing, and security. It involves building and maintaining the infrastructure that powers the user-facing frontend, ensuring seamless communication between the client and the database. This includes tasks like creating APIs, managing databases, and implementing authentication and authorization mechanisms.

BackendDevelopmentEngineering
3 khái niệmChi tiết
03
Giai đoạn 3Kỹ thuật chuyên sâu, hiệu năng và chuẩn thiết kế

Kiến Trúc Nâng Cao & Tối Ưu

Giai đoạn 3 tập trung hoàn thiện 32 chủ đề then chốt.

Cốt lõiKiến thức

Java

Java is Oracle's high-level, object-oriented language following "write once, run anywhere" via JVM. Features automatic memory management, vast standard library, and strong security. Widely used for enterprise applications, Android apps, and backend systems.

JavaCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

JavaScript

JavaScript is a versatile, high-level language for web interactivity and dynamic features. Runs client-side in browsers and server-side with Node.js for full-stack development. Supports multiple programming styles with rich ecosystem of frameworks like React, Angular, and Vue.

JavaScriptCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

JavaScript

JavaScript is a programming language primarily used to add interactivity to websites. It allows developers to create dynamic content, control multimedia, animate images, and much more, enhancing the user experience beyond static HTML and CSS. While often associated with front-end development, JavaScript can also be used on the back-end with technologies like Node.js.

JavaScriptCoreEngineering
1 khái niệmChi tiết
Khuyên họcIDE Lab

JSON APIs

JSON (JavaScript Object Notation) is an encoding scheme eliminating ad-hoc code for server communication. JSON API provides a standardized implementation for data stores and structures, including entity types, bundles, and fields with defined communication protocols.

JSONAPIsEngineering
1 khái niệmChi tiết
Cốt lõiIDE Lab

JWT

JWT (JSON Web Token) securely transmits information as JSON objects with three parts: header (token type/algorithm), payload (claims/data), and signature (integrity verification). Used for authentication and authorization in web/mobile apps. Compact, self-contained, and HTTP header-friendly.

JWTCoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

Kafka

Apache Kafka is a distributed event streaming platform for high-throughput, fault-tolerant data processing. Acts as message broker with publish/subscribe model. Features topics, partitions for parallel processing, and replication for fault tolerance. Ideal for real-time analytics and data integration.

KafkaCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

APIs

API (Application Programming Interface) defines rules and protocols for software applications to communicate. Provides standardized access to functionalities without understanding internal workings. Includes endpoints, request methods (GET, POST, PUT), and data formats (JSON, XML).

APIsCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Web Servers

Web servers handle client requests and serve web content like HTML pages and images. Process HTTP/HTTPS requests, interact with databases, and send responses. Popular servers include Apache, Nginx, and IIS. Essential for hosting websites, managing traffic, and providing SSL/TLS security.

WebServersEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

AI in Backend Development

(Generative) AI can help backend developers automate tasks and write code more efficiently. It uses machine learning models to generate things like code snippets, documentation, and even test cases. By providing these tools with relevant information about your backend system, you can speed up the development process and reduce errors.

AIinEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

Load Shifting

Load shifting manages computing workloads by redistributing load from peak to off-peak periods. Helps balance resource demand, optimize performance, and reduce costs through job rescheduling, region switching, and dynamic resource allocation. Enhances system reliability and infrastructure utilization.

LoadShiftingEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Long Polling

Long polling technique where server holds client requests instead of sending empty responses. Server waits for specified period for new data, responding immediately when available or after timeout. Client then immediately re-requests, creating continuous request-response cycles.

LongPollingEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

LXC

LXC (Linux Containers) runs multiple Linux systems virtually on a single Linux kernel. Provides userspace interface for kernel containment features with powerful API and simple tools for creating and managing system or application containers.

LXCCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

MariaDB

MariaDB is a community-developed MySQL fork created by original MySQL team members. Designed as a feature-rich, stable, drop-in replacement for MySQL with better licensing. Works with external developers to deliver a comprehensive open-source SQL server.

MariaDBCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Model Context Protocol (MCP)

Model Context Protocol (MCP) is a rulebook that tells an AI agent how to pack background information before it sends a prompt to a language model. It lists what pieces go into the prompt—things like the system role, the user’s request, past memory, tool calls, or code snippets—and fixes their order. Clear tags mark each piece, so both humans and machines can see where one part ends and the next begins. Keeping the format steady cuts confusion, lets different tools work together, and makes it easier to test or swap models later. When agents follow MCP, the model gets a clean, complete prompt and can give better answers.

ModelContextEngineering
2 khái niệmChi tiết
Cốt lõiIDE Lab

MD5

MD5 (Message-Digest Algorithm 5) produces 128-bit hash values as 32-character hexadecimal strings. Once popular for data integrity and passwords, now considered cryptographically broken due to collision vulnerabilities. Largely replaced by secure alternatives like SHA-256.

MD5CoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Memcached

Memcached is a distributed memory-caching system that speeds up dynamic websites by caching data and objects in RAM. Provides large distributed hash table across multiple machines with LRU eviction. Applications layer requests in RAM before falling back to slower backing stores.

MemcachedCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Message Brokers

Message brokers facilitate communication between distributed systems by routing and delivering messages. Enable asynchronous messaging, decoupling producers from consumers. Include features like queuing, load balancing, persistence, and acknowledgment. Popular examples: Kafka, RabbitMQ, ActiveMQ.

MessageBrokersEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Microservices

Microservices architecture structures applications as loosely coupled, independently deployable services focused on specific business capabilities. Communicate via HTTP or messaging. Enables scalability, flexibility, diverse technologies, and continuous deployment but adds complexity in communication and orchestration.

MicroservicesCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Database Migrations

Database migrations are structured scripts that incrementally update a database schema to a new version. They provide a controlled and repeatable way to evolve the database structure as an application changes, ensuring data integrity and consistency across different environments. These scripts typically include instructions for creating, altering, or deleting tables, columns, indexes, and other database objects.

DatabaseMigrationsEngineering
1 khái niệmChi tiết
Khuyên họcKiến thức

Migrations

Database migrations are version-controlled incremental schema changes that modify database structure without affecting existing data. Ensure consistent, repeatable evolution across environments while maintaining compatibility. Executed using tools like Liquibase, Flyway, or ORM features. Learn more from the following resources: - [@article@What are Database Migrations?](https://www.prisma.io/dataguide/types/relational/what-are-database-migrations) - [@video@Database Migrations for Beginners](https://www.youtube.com/watch?v=dJDBP7pPA-o)

MigrationsCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

MongoDB

MongoDB is a NoSQL document-oriented database storing data in BSON format without fixed schemas. Supports horizontal scaling via sharding and high availability through replica sets. Ideal for applications with evolving data structures, real-time analytics, and large-scale data handling.

MongoDBCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Monitoring

Monitoring involves continuously collecting, analyzing, and alerting on metrics, logs, and traces from applications and infrastructure. It helps detect issues early, understand performance bottlenecks, and ensure system reliability. Key tools include Prometheus for metrics collection, Grafana for dashboards and visualization, and distributed tracing tools like Jaeger or Zipkin.

MonitoringCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Monolithic Apps

Monolithic applications are single, cohesive units with tightly integrated components running as one service. Simplifies development and deployment but creates scalability and maintainability challenges. Changes require full system redeployment. Suitable for smaller applications; larger ones often transition to microservices.

MonolithicAppsEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Databases

A database is a structured collection of useful data that serves as an organizational asset. A database management system (DBMS) is software designed to maintain and extract large data collections efficiently and timely.

DatabasesCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

MS IIS

Microsoft IIS is a flexible, secure web server for hosting web applications on Windows Server. Supports [ASP.NET](http://ASP.NET), PHP, static content with features like authentication, SSL/TLS, URL rewriting. Offers GUI and command-line management tools for enterprise Windows-based deployments.

MSIISEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

MS SQL

Microsoft SQL Server is a relational database management system for structured data management. Supports querying, transactions, data warehousing with T-SQL, SSIS integration, SSAS analytics, and SSRS reporting. Used in enterprise environments for reliable storage and processing.

MSSQLEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

MySQL

MySQL is an open-source RDBMS known for speed, reliability, and ease of use. Supports SQL, transactions, indexing, and stored procedures. Widely used for web applications, integrates with many languages, and is part of the LAMP stack. Maintained by Oracle with large community support.

MySQLCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

N plus one problem

The N+1 problem occurs when an application retrieves a list then performs additional queries for each item's related data. Results in inefficient query multiplication (1 + N queries instead of optimized joins). Severely impacts performance with larger datasets. Solved through query optimization, joins, or batching techniques.

NplusEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

NEO4J

Neo4j is an open-source graph database storing data as interconnected nodes and relationships rather than tables. Uses Cypher query language for efficient graph traversal and pattern matching. Ideal for complex relationship applications like social networks, recommendations, and fraud detection.

NEO4JCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Nginx

Nginx is a high-performance web server and reverse proxy known for efficiency and low resource consumption. Also used as load balancer, HTTP cache, and mail proxy. Excels at concurrent connections via asynchronous, event-driven architecture. Popular for modern web infrastructures.

NginxCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Database Normalization

Database normalization structures relational databases using normal forms to reduce data redundancy and improve integrity. Proposed by Edgar F. Codd, it organizes columns and tables to enforce proper dependencies through database constraints via synthesis or decomposition processes.

DatabaseNormalizationEngineering
1 khái niệmChi tiết
Khuyên họcIDE Lab

NoSQL databases

NoSQL databases handle unstructured, semi-structured, or rapidly changing data with flexible schemas. Four types: Document stores (MongoDB, CouchDB), Key-value stores (Redis, Riak), Column-family (Cassandra, HBase), and Graph databases (Neo4j, Neptune). Used for high scalability, flexibility, and performance applications.

NoSQLdatabasesEngineering
2 khái niệmChi tiết
04
Giai đoạn 4Kiểm thử, CI/CD, đám mây và quy chuẩn sản xuất

Hệ Sinh Thái & Triển Khai Thực Tế

Giai đoạn 4 tập trung hoàn thiện 32 chủ đề then chốt.

Cốt lõiKiến thức

OAuth

OAuth is an open authorization standard allowing third-party applications to access user resources without exposing credentials. Uses access tokens issued after user permission, involving the resource owner, the resource server, and the authorization server. Enables secure token-based access management for services.

OAuthCoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Observability

Observability monitors system internal state through external outputs like metrics, logs, and traces. Involves collecting, analyzing, and visualizing data for performance insights, anomaly detection, and troubleshooting. Enables proactive management and rapid issue response.

ObservabilityCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Open API Spec

OpenAPI Specification (OAS), formerly Swagger, is a standard for defining and documenting RESTful APIs in YAML/JSON format. Describes endpoints, formats, authentication, and metadata. Enables client generation, automated documentation, testing, and promotes API design consistency.

OpenAPIEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

OpenAI

OpenAI provides a suite of artificial intelligence models and tools accessible through an API. These models can perform tasks like generating text, translating languages, writing different kinds of creative content, and answering your questions in an informative way. Developers can integrate these powerful AI capabilities into their applications by sending requests to OpenAI's API endpoints and receiving responses.

OpenAICoreEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

OpenID

OpenID is an open standard for decentralized authentication enabling single sign-on across multiple websites using one set of credentials managed by an identity provider. Often works with OAuth 2.0 for authorization, enhancing user convenience and streamlining identity management.

OpenIDCoreEngineering
2 khái niệmChi tiết
Khuyên họcIDE Lab

Oracle

Oracle Database is an enterprise-grade RDBMS known for scalability, reliability, and comprehensive features. Supports complex data management, SQL querying, transaction management, clustering, and multiple data models (relational, spatial, graph). Used for large-scale, secure, high-performance applications.

OracleCoreEngineering
2 khái niệmChi tiết
Cốt lõiIDE Lab

ORMs

ORM (Object-Relational Mapping) allows developers to interact with databases using object-oriented concepts. Maps database tables to classes and rows to objects, eliminating raw SQL queries. Simplifies data manipulation and improves maintainability. Popular ORMs: Hibernate (Java), Entity Framework (.NET), SQLAlchemy (Python).

ORMsCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

OWASP Security Risks

OWASP (Open Web Application Security Project) is an online community producing freely-available articles, methodologies, documentation, tools, and technologies for web application security.

OWASPSecurityEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

PHP

PHP (Hypertext Preprocessor) is an open-source scripting language for web development embedded in HTML to create dynamic pages. Known for simplicity and database integration, particularly MySQL. Powers major platforms like WordPress, Joomla, and Drupal with server-side scripting capabilities.

PHPCoreEngineering
2 khái niệmChi tiết
Khuyên họcIDE Lab

Learn a Language

Web development divides into Frontend (HTML, CSS, JavaScript) and Backend Development. Backend uses server-side languages like Python, Java, or Node.js, complemented by databases, frameworks, and web servers for website functionality. Choose a language based on project needs and preferences.

LearnaEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

PostgreSQL

PostgreSQL is an advanced, open-source RDBMS known for robustness, extensibility, and standards compliance. Supports complex queries, custom data types, full-text search, and ACID properties. Highly extensible with strong concurrency support, suitable for web apps to data warehousing.

PostgreSQLCoreEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

Profiling Performance

Performance profiling analyzes system behavior to identify bottlenecks and optimization opportunities. Collects data on CPU, memory, I/O operations, and execution times. Provides insights into code performance, highlighting slow operations for targeted improvements and enhanced responsiveness.

ProfilingPerformanceEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Prompt Engineering

Prompt engineering is the process of crafting effective inputs (prompts) to guide AI models to generate desired outputs. It involves strategically designing prompts to optimize the model’s performance by providing clear instructions, context, and examples. Effective prompt engineering can improve the quality, relevance, and accuracy of responses, making it essential for applications like chatbots, content generation, and automated support. By refining prompts, developers can better control the model’s behavior, reduce ambiguity, and achieve more consistent results, enhancing the overall effectiveness of AI-driven systems.

PromptEngineeringEngineering
1 khái niệmChi tiết
Khuyên họcIDE Lab

Python

Python is a high-level, interpreted language known for readability, simplicity, and versatility. Supports multiple paradigms with rich ecosystem including Django/Flask (web), Pandas/NumPy (data), TensorFlow/PyTorch (ML). Used for web development, data science, automation, and scripting.

PythonCoreEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

RabbitMQ

RabbitMQ is an open-source message broker using AMQP for asynchronous communication between distributed systems. Enables message queuing, routing, durability, and acknowledgments. Supports various messaging patterns (pub/sub, request/reply, point-to-point). Used for high-throughput enterprise messaging.

RabbitMQCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

RAGs

Retrieval-Augmented Generation (RAG) is an AI approach that combines information retrieval with language generation to create more accurate, contextually relevant outputs. It works by first retrieving relevant data from a knowledge base or external source, then using a language model to generate a response based on that information. This method enhances the accuracy of generative models by grounding their outputs in real-world data, making RAG ideal for tasks like question answering, summarization, and chatbots that require reliable, up-to-date information.

RAGsCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Real Time Data

Real-time data is processed and delivered immediately with minimal delay for prompt system responses. Essential for financial trading, gaming, analytics, and monitoring. Uses stream processing frameworks like Apache Kafka and Flink for high-speed data flows and timely decision-making.

RealTimeEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

Redis

Redis is an open-source, in-memory data structure store supporting strings, lists, sets, hashes, and sorted sets. Used for caching, session management, real-time analytics, and message brokering. Offers persistence, replication, clustering, and low-latency high-throughput performance.

RedisCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Redis

Redis is an open-source, in-memory data structure store supporting strings, lists, sets, hashes, and sorted sets. Used for caching, session management, real-time analytics, and message brokering. Offers persistence, replication, clustering, and low-latency high-throughput performance.

RedisCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Refactoring with AI

Refactoring, in the context of software development, is the process of restructuring existing computer code—changing its internal structure—without changing its external behavior. AI tools can assist in this process by analyzing code for potential improvements in readability, performance, and maintainability. They can automatically suggest or even implement changes like simplifying complex logic, removing redundant code, and improving code style consistency, ultimately leading to a cleaner and more efficient codebase.

RefactoringwithEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Relational Databases

Relational databases organize data into structured tables with rows and columns, using SQL for querying. Enforce data integrity through keys and constraints, handle complex queries and transactions efficiently. Examples: MySQL, PostgreSQL, Oracle. Used for structured data storage and strong consistency.

RelationalDatabasesEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Repo Hosting Services

Repo hosting services provide storage, management, and collaboration tools for version-controlled code repositories. Support Git, Mercurial, Subversion with features like branching, pull requests, issue tracking, code review, and CI/CD integration. Popular services: GitHub, GitLab, Bitbucket.

RepoHostingEngineering
2 khái niệmChi tiết
Cốt lõiIDE Lab

REST

REST API is an architectural style using standard HTTP methods (GET, POST, PUT, DELETE) to interact with URI-represented resources. It's stateless, requiring complete request information, uses HTTP status codes, and typically communicates via JSON/XML. Popular for simplicity and scalability.

RESTCoreEngineering
2 khái niệmChi tiết
Khuyên họcIDE Lab

RethinkDB

RethinkDB is an open-source, distributed NoSQL database for real-time applications. Features changefeed for automatic data update notifications, JSON document model, rich queries with joins and aggregations. Supports horizontal scaling through sharding and replication. After the original company shut down in 2016, the project was open-sourced and is now maintained by the community, with releases continuing as recently as 2023.

RethinkDBCoreEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Ruby

Ruby is a high-level, object-oriented language known for simplicity, productivity, and elegant syntax. Emphasizes developer happiness and supports multiple paradigms. Famous for the Ruby on Rails framework, enabling rapid web application development. Popular for web development, scripting, and prototyping.

RubyCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Rust

Rust is a systems programming language focused on safety, performance, and concurrency. Provides memory safety without garbage collection through ownership model preventing null pointers and data races. Strong type system with modern features suitable for systems programming to web servers.

RustCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Security Assertion Markup Language (SAML)

SAML (Security Assertion Markup Language) is an XML-based framework for single sign-on (SSO) and identity federation. Enables authentication exchange between identity providers (IdP) and service providers (SP) through XML assertions containing user identity and permissions. Streamlines user management and centralized authentication.

SecurityAssertionEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

Scaling Databases

Scaling databases adapts them to handle more data and users efficiently through vertical scaling (upgrading hardware) or horizontal scaling (adding servers). Key techniques include sharding and replication to maintain robustness as databases grow.

ScalingDatabasesEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Scrypt

scrypt is a memory-hard key derivation function designed to resist brute-force and hardware-based attacks (GPUs, ASICs). Combines hash functions with high memory usage and CPU-intensive computation, making large-scale attacks costly and impractical. Used for secure password storage and cryptocurrency mining.

ScryptCoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

ScyllaDB

ScyllaDB is a NoSQL database designed for high performance and low latency. It's built to be compatible with Apache Cassandra, meaning it uses the CQL (Cassandra Query Language) and offers similar data modeling capabilities. However, ScyllaDB is written in C++ and optimized for modern hardware, aiming to provide significantly better throughput and resource utilization compared to Cassandra.

ScyllaDBCoreEngineering
1 khái niệmChi tiết
Cốt lõiIDE Lab

Search Engines

Search engines like Elasticsearch are specialized tools for fast, scalable searching and analyzing large data volumes. Built on Apache Lucene, they offer full-text search, real-time indexing, distributed architecture, powerful query DSL, and analytics capabilities for log and event data analysis.

SearchEnginesEngineering
1 khái niệmChi tiết
Khuyên họcKiến thức

Server Security

Server security protects servers from threats through patch management, access control, firewalls, encryption, security hardening, regular backups, and monitoring. Ensures confidentiality, integrity, and availability of data and services with continuous threat detection and response.

ServerSecurityEngineering
1 khái niệmChi tiết
05
Giai đoạn 5Các giải pháp quy mô lớn và tư duy dẫn dắt kỹ thuật

Chuyên Gia & Mở Rộng Hệ Thống

Giai đoạn 5 tập trung hoàn thiện 28 chủ đề then chốt.

Cốt lõiKiến thức

Server Sent Events

Server-Sent Events (SSE) sends real-time updates from server to client over persistent HTTP connection. Enables efficient server push with automatic reconnection. Ideal for one-way communication like live notifications using simple text-based format and EventSource API.

ServerSentEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Serverless

Serverless computing lets developers build applications without managing server infrastructure. Cloud providers handle scaling and maintenance while developers deploy event-triggered functions. Billing based on actual usage. Platforms: AWS Lambda, Google Cloud Functions, Azure Functions.

ServerlessCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Service Mesh

Service mesh enhances communication, security, and management between microservices using intelligent proxies. Provides load balancing, service discovery, observability, and traffic management. Uses sidecar pattern where each microservice pairs with a proxy for independent network functionality management.

ServiceMeshEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

SHA family

SHA (Secure Hash Algorithm) is a family of cryptographic hash functions generating fixed-size hash values for data integrity and security. Includes SHA-1 (weak, 160-bit), SHA-2 (stronger, 224-512 bits), and SHA-3 (latest with additional security features). Used for password storage and digital signatures.

SHAfamilyEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Sharding strategies

Sharding splits large datasets into smaller chunks (logical shards) distributed across different machines/database nodes to distribute traffic load. Improves application scalability. Supported by many but not all databases.

ShardingstrategiesEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

Skills

AI coding assistants can now leverage "skills" – pre-defined functions or tools exposed to the AI that allow it to perform specific actions. Instead of relying solely on their internal knowledge and large language models, these assistants can call upon these skills (like running tests, deploying code, or querying databases) when needed. This allows the AI to interact with the development environment and execute tasks directly, improving accuracy and efficiency, all while minimizing the context window required for each action.

SkillsCoreEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

SOA

SOA (Service-Oriented Architecture) uses reusable, loosely coupled services that interact over networks through standardized protocols like HTTP and XML. Each service performs specific business functions independently. Enables scalable, flexible, interoperable systems with modular development and easier integration.

SOACoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

SOAP

SOAP (Simple Object Access Protocol) is a structured message protocol for exchanging information between systems and applications. SOAP APIs are developed in formal, structured ways. Messages can be carried over various protocols, including HTTP.

SOAPCoreEngineering
2 khái niệmChi tiết
Cốt lõiIDE Lab

Solr

Solr is an open-source, scalable search platform built on Apache Lucene for full-text search, faceted search, and real-time indexing. Supports complex queries, distributed searching, text analysis, highlighting, and geographic search. Used for search engines and data retrieval systems.

SolrCoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

SQLite

SQLite is a lightweight, serverless, self-contained SQL database engine storing data in a single file. Used in mobile apps, desktop applications, and small websites. Supports standard SQL with ACID compliance. Popular for compact, high-performance database needs with minimal configuration.

SQLiteCoreEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

SSL/TLS

SSL and TLS are cryptographic protocols providing internet communication security through data encryption. SSL is deprecated due to security flaws; modern browsers no longer support it. TLS remains secure and widely supported for encrypted data transmission.

SSL/TLSCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Streamed Responses

Streamed and unstreamed responses describe how an AI agent sends its answer to the user. With a streamed response, the agent starts sending words as soon as it generates them. The user sees the text grow on the screen in real time. An unstreamed response waits until the whole answer is ready, then sends it all at once. This makes the code on the client side simpler and is easier to cache or log, but the user must wait longer, especially for big outputs.

StreamedResponsesEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Structured Outputs

Structured outputs involve prompting LLMs to return responses in specific formats like JSON, XML, or other organized structures rather than free-form text. This approach forces models to organize information systematically, reduces hallucinations by imposing format constraints, enables easy programmatic processing, and facilitates integration with applications. For example, requesting movie classification results as JSON with specified schema ensures consistent, parseable responses. Structured outputs are particularly valuable for data extraction, API integration, and applications requiring reliable data formatting.

StructuredOutputsEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Telemetry

Telemetry automates collection, transmission, and analysis of data from distributed systems to monitor performance and health. Provides real-time insights, identifies issues, optimizes performance. Collects metrics like resource usage and error rates for anomaly detection and decision-making.

TelemetryCoreEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Testing

Testing systematically evaluates software functionality, performance, and quality against requirements. Includes unit, integration, system, and acceptance testing levels. Can be manual or automated to identify defects, validate features, and ensure reliable performance before deployment.

TestingCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Throttling

Throttling controls the rate of request processing to prevent system overload by setting limits on requests per time period. Manages resource consumption, ensures fair usage, maintains stability, and protects against abuse. Commonly used in APIs, networks, and databases.

ThrottlingCoreEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

TimeScale

TimescaleDB is an open-source time-series database built as PostgreSQL extension. Handles large volumes of time-stamped data efficiently for monitoring, IoT, and financial applications. Features efficient ingestion, time-based queries, automatic partitioning (hypertables), and complex aggregations.

TimeScaleCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Token authentication

Token-based authentication verifies user identity and provides unique access tokens. Users access protected resources without re-entering credentials while token remains valid. Works like stamped tickets, invalidated on logout. Offers second security layer with detailed administrative control.

TokenauthenticationEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Transactions

Database transactions are series of operations executed as atomic units to ensure data integrity. Follow ACID properties: Atomicity (all-or-nothing), Consistency (valid state), Isolation (no interference), Durability (permanent changes). Ensure reliable concurrent operations and data consistency.

TransactionsCoreEngineering
2 khái niệmChi tiết
Khuyên họcKiến thức

Twelve-Factor Apps

Twelve-Factor App methodology provides principles for building scalable, maintainable cloud applications. Key factors: single codebase, explicit dependencies, environment config, stateless processes, port binding, dev/prod parity, log streams, and graceful shutdown for portability and deployment ease.

Twelve-FactorAppsEngineering
1 khái niệmChi tiết
Cốt lõiKiến thức

Unit Testing

Unit testing tests individual components or units in isolation to ensure correct functionality. Focuses on smallest testable parts like functions with predefined inputs and expected outcomes. Automated tests written by developers during coding to catch bugs early and improve reliability.

UnitTestingEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

Vectors

Vectors are mathematical objects that have both magnitude (length) and direction. They are often represented as ordered lists of numbers, called components. In computer science, and particularly within AI and machine learning, vectors are used to represent data points in a multi-dimensional space, allowing for calculations of similarity, distance, and direction between data points.

VectorsCoreEngineering
2 khái niệmChi tiết
Cốt lõiKiến thức

Version Control Systems

Version Control Systems (VCS) manage and track code changes over time, enabling efficient collaboration. Record file changes, allow reverting to previous versions, and maintain modification history. Can be centralized (Subversion) or distributed (Git, Mercurial) for collaboration and code integrity.

VersionControlEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

Web Security Knowledge

Web security protects applications from threats through strong authentication, encryption (SSL/TLS), input validation preventing SQL injection and XSS attacks, secure coding practices, session management, regular updates, and ongoing security testing including penetration testing.

WebSecurityEngineering
3 khái niệmChi tiết
Cốt lõiKiến thức

Web sockets

WebSockets enable full-duplex, real-time communication over a single persistent connection between client and server. Unlike HTTP's request-response cycles, allows continuous bidirectional data exchange. Ideal for live chat, gaming, and real-time updates with low-latency communication.

WebsocketsEngineering
3 khái niệmChi tiết
Khuyên họcIDE Lab

Domain Name

Domain names are human-readable internet addresses that translate to IP addresses for computer identification. Consists of a second-level domain ("example") and a top-level domain (".com"). Managed by registrars, providing user-friendly website navigation instead of numeric IP addresses.

DomainNameEngineering
3 khái niệmChi tiết
Cốt lõiIDE Lab

Hosting

Hosting provides server space and resources for storing and delivering websites over the internet. Types include shared hosting, VPS, dedicated hosting, and cloud hosting with scalable resources. Services include infrastructure, domain registration, security, and technical support for reliable website availability.

HostingCoreEngineering
3 khái niệmChi tiết
Khuyên họcKiến thức

What is HTTP?

HTTP (Hypertext Transfer Protocol) transmits hypertext over the web using a request-response model. Defines message formatting and server-browser communication. Stateless protocol where each request is independent. Forms the foundation of web communication, often used with HTTPS for encryption.

WhatisEngineering
3 khái niệmChi tiết