Cẩm nang NQDEV
HomeCheat SheetsContact
Prompts
Prompts
  • Giới thiệu
  • Hướng dẫn tạo tài khoản và sử dụng ChatGPT tại Việt Nam
  • Tài khoản ChatGPT miễn phí
  • GPT Prompt
  • planning
    • Cách tạo trang Facebook hiệu quả cho cửa hàng giặt ủi
  • Gemini
    • Prompts for Gemini
      • Một số prompt hữu ích trên Gemini
  • ChatGPT
    • Prompt: Giải đáp thắc mắc
    • Prompt: Phát triển ý tưởng
    • Prompt: Sáng tạo nội dung blog
Powered by GitBook
On this page
  • Reverse Proxy
  • Programming languages
  • Infrastructure tools
  • Other provider

Was this helpful?

Edit on GitHub

GPT Prompt

Reverse Proxy

nqdev - Cloudflare Docs Overview
Topic: Cloudflare Docs Overview
- [Cloudflare Docs](https://developers.cloudflare.com/)
- [Cloudflare Workers](https://developers.cloudflare.com/workers/)
- [Cloudflare DNS](https://developers.cloudflare.com/dns/)
- [Cloudflare Zero Trust](https://developers.cloudflare.com/cloudflare-one/)
- [Cloudflare Fundamentals](https://developers.cloudflare.com/fundamentals/)
- [Cloudflare's AI Gateway](https://developers.cloudflare.com/ai-gateway/)

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_
nqdev - NGINX trên Alpine Linux
Topic: Nginx Research, Nginx Docker for Alpine
- [NGINX Product Documentation](https://docs.nginx.com/)
- [NGINX Open Source](https://nginx.org/en/docs/)
- [NGINX Agent documentation](https://docs.nginx.com/nginx-agent/)

Bạn hãy đọc nguồn dữ liệu mà GPT được cung cấp và các link dữ liệu được liệt kê trong tin nhắn này
Sau đó, hãy sẵn sàng trả lời các câu hỏi của tôi về các nội dung liên quan trong cuộc trò chuyện này

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_

nqdev - HAProxy trên Alpine Linux
Topic: HAProxy Research, HAProxy Docker for Alpine
- [HAProxy Documentation](https://docs.haproxy.org/)
- [HAProxy version 2.6.20-2](https://docs.haproxy.org/2.6/configuration.html)
- [HAProxy Enterprise Documentation](https://www.haproxy.com/documentation/haproxy-configuration-manual/latest/)

Bạn hãy đọc nguồn dữ liệu mà GPT được cung cấp và các link dữ liệu được liệt kê trong tin nhắn này
Sau đó, hãy sẵn sàng trả lời các câu hỏi của tôi về các nội dung liên quan trong cuộc trò chuyện này

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_


Programming languages

CSharp & Dotnet

nqdev - Tổng quan về .NET Core
Topic: .NET Core Overview
- [Microsoft Learn.](https://learn.microsoft.com/vi-vn/)
- [Tài liệu kỹ thuật | Microsoft Learn](https://learn.microsoft.com/vi-vn/docs/)
- [.NET documentation](https://learn.microsoft.com/vi-vn/dotnet/)
- [Introduction to .NET](https://learn.microsoft.com/vi-vn/dotnet/core/introduction)
- [.NET Microservices: Architecture for Containerized .NET Applications](https://learn.microsoft.com/vi-vn/dotnet/architecture/microservices/)
- [Testing in .NET](https://learn.microsoft.com/vi-vn/dotnet/core/testing/)
- [.NET application publishing overview](https://learn.microsoft.com/vi-vn/dotnet/core/deploying/)
- [Tutorial: Get started with ASP.NET Core](https://learn.microsoft.com/vi-vn/aspnet/core/getting-started/)

- [.NET Core Docs](https://devblogs.microsoft.com/dotnet/)
- [GH: dotnet-template-samples](https://github.com/dotnet/dotnet-template-samples)
- [GH: dotnet-templating](https://github.com/dotnet/templating)
- [Template Engine Wiki](https://github.com/dotnet/templating/wiki)

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_
nqdev - .NET Core MongoDB Multi-Tenant
Topic: .NET Core và MongoDB
- [.NET Core Docs](https://devblogs.microsoft.com/dotnet/)
- [MongoDB CSharp Docs](https://www.mongodb.com/docs/drivers/csharp/current/quick-start/)
- [MongoDB .NET Driver API Documentation](https://mongodb.github.io/mongo-csharp-driver/2.16/)
- [GH: mongo-csharp-driver](https://github.com/mongodb/mongo-csharp-driver/tree/main)

.NET Core làm framework phát triển các ứng dụng
MongoDB làm cơ sở dữ liệu NoSQL mạnh mẽ, linh hoạt

Mục đích:
- xây dựng một ứng dụng multi-tenants trong .NET Core với MongoDB, mỗi tenant có một cơ sở dữ liệu riêng, bạn cần xử lý các vấn đề như kết nối tới các cơ sở dữ liệu khác nhau và quản lý phiên (session) của từng tenant
- tạo MongoDB Context Factory cho ứng dụng multi-tenant trong .NET Core

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_

NodeJS

nqdev - NextJS Docs Overview
Topic: NextJS Docs Overview
- [Next.js Docs](https://nextjs.org/docs)
- [Getting Started - App Router](https://nextjs.org/docs/app/getting-started)
- [Next.js Templates](https://nextjstemplates.com/docs)
- [Next.js Templates](https://nextjstemplates.com/templates)
- [Next.js starter templates and themes](https://vercel.com/templates/next.js)
- [Node.js Docs](https://nodejs.org/docs/latest/api/)
- [TypeScript Documentation](https://www.typescriptlang.org/docs/)
- [TypeScript Playground](https://www.typescriptlang.org/play/)
- [TypeScript Tools](https://www.typescriptlang.org/tools/)

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_

#### Cấu trúc Dự án trong Next.js

/app
   /page.js        # Trang mặc định
   /about/page.js  # Trang About
   /blog/page.js   # Trang Blog
   /blog/[id].js   # Trang blog động với id

nqdev - NestJS Docs OverviewCopy

Topic: NestJS Docs Overview
- [NestJS Docs](https://docs.nestjs.com/)
- [github: NestJS](https://github.com/nestjs/nest)
- [Node.js Docs](https://nodejs.org/docs/latest/api/)
- [TypeScript Documentation](https://www.typescriptlang.org/docs/)
- [TypeScript Playground](https://www.typescriptlang.org/play/)
- [TypeScript Tools](https://www.typescriptlang.org/tools/)

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_

#### Cấu trúc Dự án trong NestJS

/app
   /page.js        # Trang mặc định
   /about/page.js  # Trang About
   /blog/page.js   # Trang Blog
   /blog/[id].js   # Trang blog động với id
nqdev - Tổng quan về LoopBack 4
Topic: LoopBack Docs Overview
- [Node.js Docs](https://nodejs.org/docs/latest/api/)
- [LoopBack 4 Docs](https://loopback.io/doc/en/lb4/)
- [LoopBack 4 API Docs](https://loopback.io/doc/en/lb4/apidocs.index.html)
- [GH: loopbackio/loopback-next](https://github.com/loopbackio/loopback-next/tree/master)

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_

nqdev - Playwright for .NET
Topic: Playwright for .NET
- [Playwright](https://console.cloud.google.com/)
- [Playwright for .NET](https://playwright.dev/dotnet/docs/intro)
- [Playwright API reference](https://playwright.dev/dotnet/docs/api/class-playwright)
- [microsoft/playwright-dotnet](https://github.com/microsoft/playwright-dotnet)

.NET version of the Playwright testing and automation library. 

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_


Infrastructure tools

nqdev - Kết hợp Terraform
Topic: Terraform
- [Terraform](https://developer.hashicorp.com/terraform)
- [Terraform Docs](https://developer.hashicorp.com/terraform/docs)
- [Terraform CLI Documentation](https://developer.hashicorp.com/terraform/cli)
- [Plugin Development](https://developer.hashicorp.com/terraform/plugin)

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_

Terraform và Ansible là hai công cụ mạnh mẽ trong lĩnh vực quản lý hạ tầng và cấu hình hệ thống. Kết hợp chúng giúp tự động hóa toàn bộ quá trình triển khai và quản lý hạ tầng một cách hiệu quả.

Terraform là công cụ "hạ tầng như mã" (Infrastructure as Code) cho phép bạn định nghĩa và cung cấp hạ tầng thông qua mã. Điều này giúp quản lý các tài nguyên như máy chủ, mạng và dịch vụ một cách nhất quán và có thể phiên bản hóa.

Ansible là công cụ quản lý cấu hình và tự động hóa, sử dụng các playbook viết bằng YAML để thực thi các tác vụ trên các máy chủ mục tiêu. Ansible không yêu cầu cài đặt agent trên máy chủ đích, giúp đơn giản hóa quá trình triển khai và quản lý cấu hình.

Kết hợp Terraform và Ansible cho phép bạn sử dụng Terraform để cung cấp hạ tầng và Ansible để cấu hình các máy chủ sau khi được tạo. Ví dụ, bạn có thể sử dụng Terraform để tạo các máy ảo trên AWS, sau đó sử dụng Ansible để cài đặt phần mềm và cấu hình hệ thống trên các máy ảo đó.

Lợi ích của việc kết hợp này bao gồm:

  • Tự động hóa toàn diện: Tự động hóa từ việc cung cấp hạ tầng đến cấu hình hệ thống, giảm thiểu lỗi do con người và tăng hiệu quả.

  • Quản lý phiên bản: Cả Terraform và Ansible đều cho phép quản lý phiên bản, giúp theo dõi và kiểm soát các thay đổi trong hạ tầng và cấu hình.

  • Tính linh hoạt: Sử dụng Terraform cho việc cung cấp hạ tầng và Ansible cho việc cấu hình cho phép tận dụng tối đa ưu điểm của từng công cụ.

Cách tích hợp Terraform và Ansible:

  1. Sử dụng Terraform để cung cấp hạ tầng: Định nghĩa và triển khai các tài nguyên hạ tầng như máy chủ, mạng và lưu trữ bằng Terraform.

  2. Sử dụng Ansible để cấu hình hệ thống: Sau khi hạ tầng được cung cấp, sử dụng Ansible để cài đặt phần mềm, cấu hình dịch vụ và thực hiện các tác vụ quản lý khác trên các máy chủ.

  3. Tích hợp quy trình làm việc: Có thể sử dụng Terraform để gọi Ansible thông qua các provisioner như local-exec hoặc sử dụng Ansible như một nhà cung cấp trong Terraform để tích hợp chặt chẽ hơn.

nqdev - Graylog Overview
Topic: Graylog Overview
- [Graylog's Free](https://graylog.org/free/)
- [Graylog Open](https://graylog.org/products/source-available/)
- [Download Graylog](https://graylog.org/downloads/)
- [GH: Graylog2/docker-compose](https://github.com/Graylog2/docker-compose)
- [Graylog Documentation](https://go2docs.graylog.org/current/home.htm)
- [Graylog Docker Install](https://go2docs.graylog.org/6-0/downloading_and_installing_graylog/docker_installation.htm)

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_


Other provider

nqdev - Tự động hóa Google Sheets
Topic: Google, Google Sheets
- [Google GCP](https://console.cloud.google.com/)
- [Google Sheets](https://developers.google.com/sheets/api/guides/concepts?hl=vi)
- [Google Drive](https://developers.google.com/drive/api/guides/about-sdk?hl=vi)
- [A blog on learning to code using spreadsheets](https://spreadsheet.dev/)
- [create-google-docs-from-google-sheets-using-apps-script](https://spreadsheet.dev/create-google-docs-from-google-sheets-using-apps-script)

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_
nqdev - Tổng quan về DocFX
Topic: DocFX Overview
- [docfx](https://github.com/dotnet/docfx)
- [Quick Start | docfx](https://dotnet.github.io/docfx/)
- [API | docfx](https://dotnet.github.io/docfx/api/Docfx.html)
- [Extensions | docfx](https://dotnet.github.io/docfx/extensions/templates.html)

Build your docs with docfx.
Static site generator for .NET API documentation. 

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_

contributing.md

contributing.md
# Hướng Dẫn Đóng Góp Cho Dự Án
Cảm ơn bạn đã quan tâm đến việc đóng góp vào dự án của chúng tôi! Dưới đây là hướng dẫn giúp bạn dễ dàng tham gia và đóng góp.

---

## **1. Cách Góp Ý Hoặc Báo Cáo Lỗi**

Nếu bạn phát hiện lỗi hoặc có ý tưởng cải thiện dự án, hãy thực hiện các bước sau:

1. Truy cập [Trang Vấn Đề (Issues)](https://github.com/<tên-dự-án>/issues).
2. Kiểm tra xem vấn đề của bạn đã được báo cáo trước đó chưa.
3. Nếu chưa có, nhấn **New Issue** để tạo vấn đề mới.
4. Cung cấp thông tin chi tiết, bao gồm:
   - Mô tả ngắn gọn về vấn đề.
   - Các bước để tái tạo lỗi.
   - Môi trường (hệ điều hành, phiên bản, v.v.).

---

## **2. Quy Tắc Đóng Góp**

### **2.1. Quy Ước Về Code**
- Tuân thủ phong cách mã hóa của dự án. Xem file [STYLEGUIDE.md](./STYLEGUIDE.md) nếu có.
- Sử dụng các công cụ kiểm tra mã (lint) trước khi nộp Pull Request.
- Đảm bảo mã đã được kiểm tra kỹ trước khi gửi.

### **2.2. Quy Ước Về Commit**
- Sử dụng thông điệp commit rõ ràng và nhất quán. Ví dụ:
  - `fix: Sửa lỗi không hiển thị menu`
  - `feat: Thêm tính năng tìm kiếm`
- Cấu trúc commit:

### **2.3. Thử Nghiệm**
- Thực hiện kiểm thử các thay đổi của bạn trước khi nộp.
- Nếu có thêm tính năng, hãy cập nhật hoặc bổ sung các bài kiểm tra (test cases).

---

## **3. Thiết Lập Môi Trường Phát Triển**

Để đóng góp vào dự án, bạn cần thiết lập môi trường phát triển. Thực hiện các bước sau:

1. **Clone dự án**:
 ```bash
 git clone https://github.com/<tên-dự-án>.git
 cd <thư-mục-dự-án>
 
 ---

[Link đến README](~/src/Components/README.md)

nqdev - Tổng quan về Changie
Topic: Changie Overview
- [Changie](https://changie.dev/)
- [CLI](https://changie.dev/cli/changie/)
- [Installation](https://changie.dev/guide/installation/)
- [Integrations](https://changie.dev/integrations/)
- [Configuration](https://changie.dev/config/)
- [GH: miniscruff/changie](https://github.com/miniscruff/changie)
- [docker pull ghcr.io/miniscruff/changie](https://github.com/miniscruff/changie/pkgs/container/changie)

Automated changelog tool for preparing releases with lots of customization options

_hãy trả lời các câu hỏi bằng tiếng việt_
_please answer the questions in Vietnamese_


PreviousTài khoản ChatGPT miễn phíNextCách tạo trang Facebook hiệu quả cho cửa hàng giặt ủi

Last updated 4 months ago

Was this helpful?

Folder and file conventions
LoopBack