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: October 2024

Monitoring DocumentDB of AWS.

Posted on October 30, 2024October 30, 2024 By nim No Comments on Monitoring DocumentDB of AWS.
Monitoring DocumentDB of AWS.

Monitoring capabilities AWS provides: You are responsible for: Instance level monitoring Instance monitoring BufferCacheHitRatio: The percentage of requests that are served by the buffer cache. – When data is requested, AWS DocumentDB first checks if it is available in the buffer cache (in-memory). – If the data is available in the cache, the request is…

Read More “Monitoring DocumentDB of AWS.” »

AWS - Amazon Web Service

[Laravel] Create helper functions and call them as needed.

Posted on October 28, 2024October 28, 2024 By nim No Comments on [Laravel] Create helper functions and call them as needed.
[Laravel] Create helper functions and call them as needed.

Ý tưởng là chúng ta sẽ tạo được 1 function public và gọi chúng ở bất cứ đâu trong code Controller hoặc Model,… Chắc chắn chúng ta sẽ cần tạo Helper Functions. trong Folder app chúng ta tạo 1 Folder khác là Helper và sau đó chúng ta tạo file: yaml.php (bạn có thể tạo…

Read More “[Laravel] Create helper functions and call them as needed.” »

Laravel

[Laravel] Laravel code is helpful

Posted on October 22, 2024December 30, 2024 By nim No Comments on [Laravel] Laravel code is helpful
[Laravel] Laravel code is helpful

If one line on Laravel In Laravel (or any PHP-based framework), you can use one-line conditional statements within your Blade templates (HTML files) using Blade’s built-in syntax. For a one-liner if statement in HTML, Blade provides the @if directive, or you can use a shorthand {{ condition ? ‘true case’ : ‘false case’ }} syntax….

Read More “[Laravel] Laravel code is helpful” »

Laravel

[Ubuntu/LVM] Reattach LVM Disk to new Physical Server.

Posted on October 21, 2024October 21, 2024 By nim No Comments on [Ubuntu/LVM] Reattach LVM Disk to new Physical Server.
[Ubuntu/LVM] Reattach LVM Disk to new Physical Server.

If you’re connecting an old LVM disk to your Raspberry Pi 4 and want to reuse it, here’s a step-by-step guide on how to detect, activate, and mount the logical volumes (LVs) on that disk. Step 1: Verify Disk Detection When you plug in the old disk, first check if the Raspberry Pi detects it…

Read More “[Ubuntu/LVM] Reattach LVM Disk to new Physical Server.” »

BareMetal

An AWS IAM Security Tooling Reference [2024]

Posted on October 18, 2024October 18, 2024 By nim No Comments on An AWS IAM Security Tooling Reference [2024]
An AWS IAM Security Tooling Reference [2024]

refer to: https://ramimac.me/aws-iam-tools-2024?ref=dailydev Identity and Access Management (IAM) is a cornerstone of security. However, AWS IAM is not only crucially important, but also immensely complex. This complexity and the resultant challenges it can pose for security have not gone unnoticed. In addition to efforts at education, AWS has developed Zelkova, an automated reasoning tool for AWS…

Read More “An AWS IAM Security Tooling Reference [2024]” »

AWS - Amazon Web Service

[Golang/Redis/Riot] Redis migration from old to new infrastructure.

Posted on October 10, 2024December 3, 2024 By nim No Comments on [Golang/Redis/Riot] Redis migration from old to new infrastructure.
[Golang/Redis/Riot] Redis migration from old to new infrastructure.

Let’s convert the Python Redis migration code to Go, considering the go-redis library for Redis interactions. Here’s a step-by-step conversion from Python to Go. Plan: Pseudocode: Go Code: Key Points in Go Code: Dependencies: You will need the following dependency: Next Steps: a. Would you like to test the migration in a controlled environment or…

Read More “[Golang/Redis/Riot] Redis migration from old to new infrastructure.” »

AWS - Amazon Web Service, Golang

[AWS Fault Injection Service] Crash Simulation on AWS

Posted on October 9, 2024October 9, 2024 By nim No Comments on [AWS Fault Injection Service] Crash Simulation on AWS
[AWS Fault Injection Service] Crash Simulation on AWS

Đôi khi chúng ta sẽ có những câu hỏi nếu 1 zone hay 1 region của AWS bị thiên thạc rôi xuống thì sẽ như thế nào? Chúng ta có thể giả lập 1 zone bị sự cố và kiểm tra tính availability của 1 region chống lại được thảm hỏa đó không? Bạn có…

Read More “[AWS Fault Injection Service] Crash Simulation on AWS” »

AWS - Amazon Web Service

[Gitlab] How to Install, Configure and Use Gitlab CE on Ubuntu

Posted on October 2, 2024 By nim No Comments on [Gitlab] How to Install, Configure and Use Gitlab CE on Ubuntu

Refer to: https://www.turbogeek.co.uk/how-to-install-configure-and-use-gitlab-ce-on-ubuntu-22-04/#Step_5_%E2%80%93_Configure_GitLab_CE GitLab Community Edition (CE) is a powerful, open-source DevOps platform that enables DevOps teams to collaborate, manage code, and streamline their software development lifecycle. It is a really popular CI/CD with developers, and it is often considered one of the best. Best of all you can install it for free. This comprehensive…

Read More “[Gitlab] How to Install, Configure and Use Gitlab CE on Ubuntu” »

Uncategorized

[Laravel] Debug an object in Laravel

Posted on October 1, 2024October 1, 2024 By nim No Comments on [Laravel] Debug an object in Laravel
[Laravel] Debug an object in Laravel

If $osData is an object in a Blade template and you want to debug it in the browser, you have a few options: 1. Use dd() (Dump and Die) The dd() function will output the content of a variable and stop the script execution immediately, making it useful for debugging purposes. This will dump the…

Read More “[Laravel] Debug an object in Laravel” »

Laravel
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.