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

Month: December 2023

[Golang] Implement Job Queue inside GOlang.

Posted on December 31, 2023December 31, 2023 By nim No Comments on [Golang] Implement Job Queue inside GOlang.
[Golang] Implement Job Queue inside GOlang.

Bạn nên xem video này: Đầu tiên chúng ta cần tạo ra 1 interface to implement process Ở đây sẽ là interface bới vì chúng ta muốn linh hoạt trong các implement một job chứ không fix vào 1 case cụ thể nào cả. Tiếp theo chúng ta cần phải define ra worker. Tiếp theo…

Read More “[Golang] Implement Job Queue inside GOlang.” »

Golang

[Golang] Mastering File Handling in Go: Download, Extract, and Analyze ZIP Archives

Posted on December 28, 2023December 28, 2023 By nim No Comments on [Golang] Mastering File Handling in Go: Download, Extract, and Analyze ZIP Archives
[Golang] Mastering File Handling in Go: Download, Extract, and Analyze ZIP Archives

writing a Go program to download the file, extract its contents, and compute the required information (MD5, SHA1, SHA256 hashes, filename, and size) for each file in the ZIP archive. To check the information of the ZIP file itself (i.e., the hash values and size of the 2_Levels_Archive.zip file), you don’t need to extract the…

Read More “[Golang] Mastering File Handling in Go: Download, Extract, and Analyze ZIP Archives” »

Golang

How to code a tool to connect Kafka by Golang

Posted on December 27, 2023December 31, 2023 By nim No Comments on How to code a tool to connect Kafka by Golang
How to code a tool to connect Kafka by Golang

1) Overview Bạn cần viết 1 application để connect vào kafka bằng Golang. Chúng ta có 2 lựa chọn:https://github.com/confluentinc/confluent-kafka-gohttps://github.com/IBM/sarama Hãy tìm hiểu về sơ về cách thức hoạt động và ưu nhược điểm của 2 package trên. confluent-kafka-go Key Features: sarama Key Features: Comparison and Considerations Hoặc bạn có thể tham khảo link này:https://www.reddit.com/r/golang/comments/olrd34/confluentkafkago_or_shopifysarama/ Example…

Read More “How to code a tool to connect Kafka by Golang” »

Golang, Kafka

 [Goland] Install GCC Compiler On Windows OS

Posted on December 27, 2023December 27, 2023 By nim No Comments on  [Goland] Install GCC Compiler On Windows OS
 [Goland] Install GCC Compiler On Windows OS

1) Why install GCC when you code Golang? Nếu bạn sử dụng package: https://github.com/confluentinc/confluent-kafka-goMình chắc chắn các bạn sẽ cần cài gcc Ủa. Teo đang code Golang mà bay cài GCC chi? When using confluent-kafka-go, a Go client for Apache Kafka developed by Confluent, it’s often necessary to install GCC (GNU Compiler Collection). This requirement…

Read More “ [Goland] Install GCC Compiler On Windows OS” »

Golang

[Kafka/Strimzi] Install kafka cluster on k8s by Strimzi

Posted on December 26, 2023December 26, 2023 By nim No Comments on [Kafka/Strimzi] Install kafka cluster on k8s by Strimzi
[Kafka/Strimzi] Install kafka cluster on k8s by Strimzi

Bạn đang sợ hữu 1 cluster k8s. Và bạn muốn cài kafka lên đó.Mình đã có hướng dẫn cài bạn ở 1 bài trước đó Giờ bạn có thể cài kafka thông qua strimzi. Nó là 1 operator. Tiếp theo là bạn sẽ sử dụng dụng file để tạo ra 1 simple kafka. vì mình…

Read More “[Kafka/Strimzi] Install kafka cluster on k8s by Strimzi” »

Kafka

[DefectDojo] Vulnerability Management and Remediation by DefectDojo

Posted on December 24, 2023 By nim No Comments on [DefectDojo] Vulnerability Management and Remediation by DefectDojo
[DefectDojo] Vulnerability Management and Remediation by DefectDojo

Generate Security Scanning Reports Hiện theo cách đơn giản là bạn có rất nhiều tool scanning và bạn cần 1 nơi centralize report of the scanning tool Khi bạn sử dụng 1 tool scan thì bạn config sao cho tool scan will create a report file.Và chúng ta sẽ lưu file đó vào artifact của…

Read More “[DefectDojo] Vulnerability Management and Remediation by DefectDojo” »

DevSecOps

[php-laravel] Handle a new project laravel.

Posted on December 24, 2023May 30, 2024 By nim No Comments on [php-laravel] Handle a new project laravel.
[php-laravel] Handle a new project laravel.

1) Create new Project Hôm này chúng ta cùng mò mẫn 1 chút về laravel để tạo project php. 2) Adjust the default path / index.php Tiếp theo là Thay đổi đường dẫn thư mục index copy tất cả các file trong public folder ra thư mục ngoài cùng của project. Bạn tạo các folder…

Read More “[php-laravel] Handle a new project laravel.” »

Laravel

[Oauth2-proxy] Configure Oauth2-proxy with Azure Cloud.

Posted on December 22, 2023January 7, 2024 By nim No Comments on [Oauth2-proxy] Configure Oauth2-proxy with Azure Cloud.
[Oauth2-proxy] Configure Oauth2-proxy with Azure Cloud.

Chúng ta đã cấu hình Oauth2-proxy with google, cognito – AWS.Làm thể nào để configure Oauth2-proxy with Azure Cloud.Bạn có thể biết là số lượng công ty sử dụng tài khoản Microsoft là không nhỏ. https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider#azure-auth-provider 1) Create app registrations in Azure Bạn có thể tham khảo bài này để chúng ta cùng tạo 1…

Read More “[Oauth2-proxy] Configure Oauth2-proxy with Azure Cloud.” »

OAuth2 Proxy

[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR

Posted on December 21, 2023December 21, 2023 By nim No Comments on [Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR
[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR

chúng ta có rất nhiều tool để CI: jenkin, github action, bitbucket, pipelie Hôm này chúng ta sẽ chọn Argo Workflow để build 1 solution để CI cho team.Nó sẽ chạy trong internal K8s cluster. trước khi làm được bài này thì mình có tham khảo các links:https://medium.com/@mrsirsh/a-simple-argo-workflow-to-build-and-push-ecr-docker-images-in-parallel-a4fa67d4cd60https://mikenabhan.com/posts/build-docker-image-argo-workflows/ Sau đây sẽ là Full configuration và…

Read More “[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR” »

ArgoWorkflows, Uncategorized

[Microsoft] How to disable Microsoft Entra multi-factor authentication MFA from an admin perspective

Posted on December 18, 2023 By nim No Comments on [Microsoft] How to disable Microsoft Entra multi-factor authentication MFA from an admin perspective
[Microsoft] How to disable Microsoft Entra multi-factor authentication MFA from an admin perspective

Bạn đang muốn disable: MFA khi user login thông qua tài khoản azure hoặc microsoft account. Ảnh minh họa

Azure Cloud, Coding

Posts pagination

1 2 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

  • [Argo Workflow] Create an access token for Argo Workflows July 14, 2025
  • [Argo Workflow] SSO Authentication for Argo Workflows. July 14, 2025
  • [AWS/EKS] Cache Docker image to accelerate EKS container deployment. July 10, 2025
  • [Laravel] Laravel Helpful June 26, 2025
  • [VScode] Hướng dẫn điều chỉnh font cho terminal June 20, 2025

Archives

  • July 2025
  • 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.