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: March 2022

[Golang] Using Repository Pattern to integrate the Database (Postgres)

Posted on March 6, 2022March 10, 2022 By nim No Comments on [Golang] Using Repository Pattern to integrate the Database (Postgres)
[Golang] Using Repository Pattern to integrate the Database (Postgres)

Nim đã có 1 post thiết kế sường cho 1 project golang!Giờ chúng ta là rõ việc làm sao để golang tương tác được với Database và ở đây là postgresChúng ta tiếp tục mục repository của bài viết sau: 1) Install and practise the migration DB with Golang Chúng ta sẽ sử dụng sql-migrate…

Read More “[Golang] Using Repository Pattern to integrate the Database (Postgres)” »

Golang

[Golang] Design config file or environment file with Golang

Posted on March 6, 2022 By nim No Comments on [Golang] Design config file or environment file with Golang
[Golang] Design config file or environment file with Golang

Tạo file config env.dev.yml Tiếp đến chúng ta tạo model: Bạn nhớ để ý cú pháp `yaml:”dbName”` tí chúng ta sẽ sài package để đọc file yaml là https://github.com/go-yaml/yaml sử dụng package trong file maingopkg.in/yaml.v2Bạn cần tạo 1 func để dọc file env

Golang

[Postgresql] Install Postgres on docker easily.

Posted on March 6, 2022March 24, 2022 By nim No Comments on [Postgresql] Install Postgres on docker easily.
[Postgresql] Install Postgres on docker easily.

Mình hay code mấy tool bậy bạ và đôi khi cũng cần database!Nếu giờ code tool mà cài postgres chuẩn chỉ thì sẽ khá mất thời gian và cũng hem cần thiết lắm.Giờ cần nhanh và mount data ra là được. Giờ bạn run command docker đơn giản. Giờ tạo 1 DB và apply 1…

Read More “[Postgresql] Install Postgres on docker easily.” »

Docker

[GRPC/Golang] Learning GRPC and Golang through the easy and actual lessons.

Posted on March 5, 2022April 28, 2022 By nim No Comments on [GRPC/Golang] Learning GRPC and Golang through the easy and actual lessons.
[GRPC/Golang]  Learning GRPC and Golang through the easy and actual lessons.

Hello anh em! Nếu là 1 system, 1 devops hoặc 1 devops trong hiện tại và cả tương lai.Bạn đang băn khoăn là mà muốn học 1 ngôn ngữ lập trình nào đó!I will suggest the Golang language to you! We will research such a power full protocol and trending which is GRPC. 1) Learning…

Read More “[GRPC/Golang] Learning GRPC and Golang through the easy and actual lessons.” »

Golang, Ingress

[kafka] Topic doesn’t have the record.

Posted on March 3, 2022 By nim No Comments on [kafka] Topic doesn’t have the record.
[kafka] Topic doesn’t have the record.

Vào một ngày đẹp trời!Bạn vào lại topic của mình và thấy. VALUE:“No records were returned for 20 seconds. The max idle timeout has been reached. Use [SET SessionKey(max.idle.time)=’60s’;] to control it. You can specify the timeout in ms(milliseconds), s(seconds), m(minutes), h(hours).”

Kafka

[Argo-Notification] fix the problem: bad character U+005B ‘[‘ 

Posted on March 2, 2022 By nim No Comments on [Argo-Notification] fix the problem: bad character U+005B ‘[‘ 
[Argo-Notification] fix the problem: bad character U+005B ‘[‘ 

Lỗi này team mình gặp khi muốn lấy thông tin trong manifest để alert trên argo-notification Nếu như thông thường ta dụng các duy vấn như sau: .app.spec.source.helm.parameters[0].value Thì chúng ta sẽ bị lỗi khi sem log. fix the problem: bad character U+005B ‘[‘  Vì họ sử dụng https://pkg.go.dev/text/template#hdr-Functions Câu truy vấn có một chút…

Read More “[Argo-Notification] fix the problem: bad character U+005B ‘[‘ ” »

ArgoCD

[OnlyOffice/Collabora] Install open-source web-based office for NextCloud

Posted on March 2, 2022March 24, 2023 By nim No Comments on [OnlyOffice/Collabora] Install open-source web-based office for NextCloud
[OnlyOffice/Collabora] Install open-source web-based office for NextCloud

Như drive của Google bạn có thể mở trực tiếp các file word, excel, … trực tiếp trên NextCloud.Chúng ta có 2 ứng cứ viên sáng giá đó là Collabora và OnlyOffice 1) Install docker on Ubuntu and Install apps on nextcloud. 1.1) Install docker Bạn tạo 1 file bash.sh rồi patse conntent bên dưới…

Read More “[OnlyOffice/Collabora] Install open-source web-based office for NextCloud” »

Docker, NextCloud

[Golang] How use Ramdom in Golang

Posted on March 1, 2022September 19, 2024 By nim No Comments on [Golang] How use Ramdom in Golang
[Golang] How use Ramdom in Golang

Hướng dẫn sử dụng random trong golang Nhưng sau đây là function đầy đủ mà bạn có thể tham khảo Generating a Secure Random String in Go: Step-by-Step Guide In many applications, whether it’s generating API keys, secure tokens, or simply creating unique identifiers, the need for a random string generator is common. In this…

Read More “[Golang] How use Ramdom in Golang” »

Golang

Posts pagination

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

  • [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
  • [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

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.