Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
      • Pod
    • Helm Chart
    • OAuth2 Proxy
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Argo Events
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
      • Azure Cloud
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form
[Grafana] Bar Gause – Vẽ chart Grafana kiểu sóng âm nhạc Grafana
[VDI/Guacamole] Hướng dẫn tạo nên hệ thống VDI siêu rẻ bằng guacamole và windows. BareMetal
[Kubernetes] Kubernetes Scanner to find Security Vulnerability and Misconfiguration BareMetal
[DefectDojo] Vulnerability Management and Remediation by DefectDojo DevSecOps
[Jenkins] Lesson 2: Using simple Groovy into Pipeline Script Jenkins

[Terraform] Lesson 8: Cloud PubSub with Terraform

Posted on April 16, 2022April 18, 2022 By nim No Comments on [Terraform] Lesson 8: Cloud PubSub with Terraform
[Terraform] Lesson 8: Cloud PubSub with Terraform

1) Cloud PubSub with Cloud Console Chúng ta đã tạo được topic và subscriptionsgiờ chúng input messages vào topic manual nhé! 2) Cloud PubSub with Cloud Terraform sau đây à phần code terraform. 3) schemas Bạn tưởng tượng phần này sẽ là model hay là định nghĩa các messages khi ghi vào topic thì phải…

Read More “[Terraform] Lesson 8: Cloud PubSub with Terraform” »

GCP - Google Cloud, Terraform

[Terraform] Lesson 7: Cloud BigQuery with Terraform

Posted on April 15, 2022April 18, 2022 By nim No Comments on [Terraform] Lesson 7: Cloud BigQuery with Terraform
[Terraform] Lesson 7: Cloud BigQuery with Terraform

Bạn có thể tạo table từ data có sẵn Còn nếu đây là toạ mới thì để là empty table Giờ sài terraform. Cái này ngắn các bạn tử run trải nghiệm nhé!

GCP - Google Cloud, Terraform

[Golang] Error obtaining VCS status: exit status 128

Posted on April 14, 2022May 11, 2022 By nim No Comments on [Golang] Error obtaining VCS status: exit status 128
[Golang] Error obtaining VCS status: exit status 128

Mới gần đây team mình bị lỗi như dươi https://github.com/golang/go/issues/51253 Nó sẽ bị lỗi trong quá trình build image! Vậy thì bây giờ bạn cần hạ version golang xuống 1.7.x https://go-review.googlesource.com/c/go/+/391354/

Golang

[Network/Kubernetes] Latency is too hight

Posted on April 14, 2022April 14, 2022 By nim No Comments on [Network/Kubernetes] Latency is too hight
[Network/Kubernetes] Latency is too hight

Case như sau: workload A –>call–> workload Bthì latency ở workload A trả về rất cao: Reason 1: Workload B đang build nên trong lúc này khả năng latency cao và 50x

Kubernetes

[Javascript] Changing the js version after you change their content.

Posted on April 14, 2022 By nim No Comments on [Javascript] Changing the js version after you change their content.
[Javascript] Changing the js version after you change their content.

Mình hay gặp vấn đề khi thay đổi nối dụng của file js thì khi f5 có vẻ js chưa được apply C1: khi lập trình mình hay dụng trình duyệt ẩn danh C2: cách khác là nhấn tổ hợp phím. Chrome, Firefox, or Edge for Windows: Press Ctrl+F5 (If that doesn’t work, try Shift+F5 or…

Read More “[Javascript] Changing the js version after you change their content.” »

Jquery & JavaScript

[Javascipt] Get class or id of select – option with JQuery

Posted on April 13, 2022 By nim No Comments on [Javascipt] Get class or id of select – option with JQuery
[Javascipt] Get class or id of select – option with JQuery

Với select option trong HTML thì mình hay lấy value bằng jQueryGiờ mình muốn lấy id hoặc class của select option bằng jQuery reference links: https://stackoverflow.com/questions/2888446/get-the-selected-option-id-with-jqueryhttps://www.tutorialrepublic.com/faq/how-to-get-the-value-of-selected-option-in-a-select-box-using-jquery.php

Jquery & JavaScript

[Terraform] Lesson 6: Google Cloud Function with Terraform

Posted on April 12, 2022April 18, 2022 By nim No Comments on [Terraform] Lesson 6: Google Cloud Function with Terraform
[Terraform] Lesson 6: Google Cloud Function with Terraform

1) Deploy Cloud Function – Console file: index.js file package.json Giờ các bạn ấn deploy luôn nhé Chúng ta sẽ kiểm tra permissions 2) Cloud Function – Terraform Sau đây mình cung cấp full code 2.1) Preparing File index.js Tiếp theo là file package.json Bạn sẽ cần nén nó lại dưới duôi .zip 2.2) Create…

Read More “[Terraform] Lesson 6: Google Cloud Function with Terraform” »

GCP - Google Cloud, Terraform

[Terraform] Lesson 5: Google Cloud Run with Terraform

Posted on April 11, 2022May 2, 2022 By nim No Comments on [Terraform] Lesson 5: Google Cloud Run with Terraform
[Terraform] Lesson 5: Google Cloud Run with Terraform

1) Cloud Run Provision using Cloud Console. Get image from dockerhub public Như bạn thấy thường dockerhub theo kiểu official thì chúng ta chỉ cần copy tên image là ok! Get image from different hub that isn’t Dockerhub Official(hub.docker.com) Mình ví dụ như mình sử dụng harbor Chúng ta cần push image lên gcr Mình…

Read More “[Terraform] Lesson 5: Google Cloud Run with Terraform” »

GCP - Google Cloud, Terraform

[Terraform] Lesson 4: Google Compute Engine (VM – Virtual Machine) with Terraform

Posted on April 10, 2022April 25, 2022 By nim No Comments on [Terraform] Lesson 4: Google Compute Engine (VM – Virtual Machine) with Terraform
[Terraform] Lesson 4: Google Compute Engine (VM – Virtual Machine) with Terraform

1) Create VPC from Console Giờ chúng ta tạo VM trên cloud.ghê hem!!!! Giờ các bạn có thể click create rồi 2) Hands-on Compute Engine with Terraform Giờ mình sẽ cung cấp file terraform full: 2.1) Compute Engine + Update Compute Engine parameter + Service Account – Terraform Giờ thực hiện: terraform init và terraform…

Read More “[Terraform] Lesson 4: Google Compute Engine (VM – Virtual Machine) with Terraform” »

GCP - Google Cloud, Terraform

[Java-script] adding HTML by Javascript based on a specified template.

Posted on April 10, 2022April 13, 2022 By nim No Comments on [Java-script] adding HTML by Javascript based on a specified template.
[Java-script] adding HTML by Javascript based on a specified template.

Chúng ta có file main.js trong 1 file php mình tìm ra được 1 dòng code liên quan đến phần append(a) Ngoài ra còn 1 thứ nữa là khi mà anh append thêm HTML lên UINếu anh em có nhu câu bắt action (change, click. ….) trên html mới được append thì anh em thêm…

Read More “[Java-script] adding HTML by Javascript based on a specified template.” »

Jquery & JavaScript

Posts pagination

Previous 1 … 47 48 49 … 79 Next
Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [Laravel] Laravel Helpful June 26, 2025
  • [VScode] Hướng dẫn điều chỉnh font cho terminal June 20, 2025
  • [WordPress] Hướng dấn gửi mail trên WordPress thông qua gmail. June 15, 2025
  • [Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token. June 12, 2025
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 2025

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • Argo Events
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • Golang
    • Jquery & JavaScript
    • Laravel
    • NextJS 14 & ReactJS & Type Script
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • Azure Cloud
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
      • Pod
    • Longhorn – Storage
    • MetalLB
    • OAuth2 Proxy
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2025 NimTechnology.