GDG Cloud Hanoi
HomeBlogDevFest
HomeBlogDevFest
  • DevFest Cloud Hanoi 2025

    Sự kiện DevFest Cloud Hanoi 2025 đã khép lại thành công tốt đẹp. Cùng xem lại những khoảnh khắc bùng nổ và toàn bộ album...

    Nov 23, 2025Son Tran
    devfestcloudphotos
  • Hướng dẫn nhận Credit GCP miễn phí

    Nhận credit miễn phí từ Google Cloud Platform để sử dụng trong các codelab tại DevFest Cloud Hanoi 2025

    Nov 21, 2025Son Tran
    devfestcloudtutorial
  • Tạo nhanh một "Tác nhân AI" với ADK trên Google Cloud

    Tác nhân AI (AI agent) là một hệ thống hoặc chương trình phần mềm được thiết kế để có thể hoạt động một cách độc lập, gi...

    Jul 2, 2025Truong Nguyen
  • The Fastest Way to Ship Your AI App: Google AI Studio to Cloud Run

    You’ve just had a brilliant idea for an AI-powered application. Maybe it’s a tool to generate images, a chatbot, or an a...

    Jun 28, 2025Truong Nguyen
    GCPCloudRunGeminiVertexAIAIStudio
  • Vertex Agent Engine: Deploying AI agent

    Agent Engine handles the infrastructure to scale agents in production so you can focus on creating applications. Gemini-...

    Jun 6, 2025Huy Dang
    ai-agenttutorialvertex-aigoogle-cloud-platform
  • Professional Cloud Security Engineer Certification exam preparation 2025

    I.Prepare I passed this certificate for the first time in 2022. I renewed my certificate and retook the exam at the cent...

    Mar 8, 2025Huy Dang
    google-cloud-platformgoogle-cloudcertificationcloud-computingsecurity
  • Review of Cisco Small and Medium Business Sales certification exam (700–250)

    The article describes the exam format and content. I. General information Exam Name: Cisco Small and Medium Business Sal...

    Feb 28, 2025Huy Dang
    certificationciscosmb-business-salespractice700-250
  • Agent Build, VertexAI for easy integration

    This article is a tutorial on how to use the VertexAI API and build an Agent for integration with your applications. In ...

    Feb 17, 2025Huy Dang
    vertex-ai-agent-buildervertex-aigoogle-cloud-platformgoogle-cloud
  • VScode with Claude + Gemini + Google Cloud code

    Tutorial on integrating VScode with Claude using Gemini and Google cloud code to try building a basic website Vscode is ...

    Sep 27, 2024Huy Dang
    cloudcodeclaudegcp-app-devgoogle-cloud-platformgemini
  • Leveraging Serverless App Deployment with Cloud Run and Gemini - A Beginner’s Guide

    Imagine you’re building a fantastic new application, perhaps a chatbot that helps users write better content, or an AI-p...

    Sep 26, 2024Truong Nguyen
  • Final Project

    Final Project — Wedding web with GCS My project for my wedding on September 22nd — Static website 1.Idea I want to creat...

    Sep 16, 2024Huy Dang
    google-cloud-storagewebsitestatic-websitesgoogle-cloud-platform
  • Should you choose Offline or Online exam for international cloud certificates?

    Experience in taking Google Cloud, AWS, Azure certification exams Offline Exam Target: Suitable for first-time test take...

    Sep 10, 2024Huy Dang
    awsazuregoogle-cloud-platformcertification
  • Google I/O Extended Cloud Hanoi 2024: Unlock AI — Powered Cloud

    Google I/O Extended Cloud Hanoi 2024: Unlock AI — Powered Cloud “LANDING” SUCCESSFULLY, GOOGLE I/O EXTENDED CLOUD HANOI ...

    Jul 31, 2024Huy Dang
    gdgcloudgoogle-developer-groupgoogle-io-2024
  • Nếu một ngày Service account và API key trên Google Cloud không cánh mà bay ?

    Nếu một ngày Service account và API key trên Google Cloud không cánh mà bay ? Google Cloud and security Nguyên nhân ra đ...

    Jun 10, 2024Huy Dang
  • App runner with Cloudformation AWS (json, nodejs, java )

    IaC with AWS Refer to the previous article to understand the architectural model: https://dev.to/huydanggdg/migrate-hero...

    Jun 4, 2024Huy Dang
    iacawscloudformation
  • Workload Identity Federation for Github Provider

    Assume we want to deploy a CloudRun service to a GCP project from GitHub Action. GitHub needs to be authorized with GCP....

    Jul 10, 2023Truong Nguyen
  • Centralized multiple GCP Projects logs

    Assume that all of your company workloads are running on Google Cloud. There are many GCP projects across your organizat...

    Jul 14, 2022Truong Nguyen
  • CI/CD với Github Actions

    Source: https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/Một khảo sát của Jetbrains (2020 Jetbrains deve...

    Nov 12, 2020Truong Nguyen
  • Một số tips hữu ích khi làm việc với K8s

    Source: https://www.cncf.io/phippy/the-childrens-illustrated-guide-to-kubernetes/Shell AliasesThêm vào file ~/.bashrc ho...

    Nov 12, 2020Truong Nguyen
  • How to use docker run command

    The docker run command is used to launch and run containers. Learning how to use docker run command is a recommendation ...

    Oct 7, 2020Truong Nguyen
  • Dịch tài liệu Kubernetes sang Tiếng Việt

    Contents1. Sign the CLA2. Fork the kubernetes/website repository3. Clone fork repository to local4. Tạo branch mới để bắ...

    Nov 18, 2019Truong Nguyen
  • Install Istio and deploy Bookinfo application on a Kubernetes cluster

    Istio is an opensource platform to connect, manage and secure microservices. This article will show you the way to deplo...

    Aug 26, 2019Truong Nguyen
  • Upgrading kubeadm HA cluster from v1.13.5 to v1.14.0 (stacked etcd)

    kubeadm is a tool which is a part of the Kubernetes project. It helps you deploy a Kubernetes cluster. This article will...

    Jul 1, 2019Truong Nguyen
  • Deploying multi-master nodes (High Availability) K8S

    kubeadm is a tool which is a part of the Kubernetes project. It helps you deploy a Kubernetes cluster but it still has s...

    Jan 30, 2019Truong Nguyen
  • Install and configure VNC server on Ubuntu

    1. Install windows manager and desktop manager for Ubuntu$ sudo apt-get install --no-install-recommends ubuntu-desktop g...

    Jan 29, 2019Truong Nguyen
  • Linux Containers Cgroups

    Contents1. What’s cgroups?2. How to use cgroups?3. References 1. What’s cgroups?cgroups stands for Control Groups, it’s ...

    Nov 18, 2018Truong Nguyen
  • Github workflow for contributing to Kubernetes

    Contents1. Big picture2. Fork a repository3. Clone fork repository to local4. Create a branch to add a new feature or fi...

    Nov 15, 2018Truong Nguyen
  • Xác định địa chỉ IP và remote đến Raspberry Pi

    Sau khi cài đặt hệ điều hành Raspbian cho chiếc Raspberry Pi, ta có thể dùng một màn hình rời kết nối với nó qua cáp HDM...

    Oct 29, 2018Truong Nguyen
  • Các bước sau khi cài đặt Docker trên hệ thống Linux

    Bài viết này sẽ trình bày các cài đặt hệ thống Linux để làm việc tốt hơn với Docker.Những nội dung chính: 1. Quản lý Do...

    Oct 28, 2018Truong Nguyen
  • DIY Nháy LED với Python trên Raspberry Pi 2

    Nhân một buổi chiều rảnh rỗi, mình ngồi viết bài này hướng dẫn các bạn code một chương trình nho nhỏ bằng Python để điều...

    Oct 26, 2018Truong Nguyen
  • Refactoring source codes (Tái cấu trúc mã nguồn)

    Refactoring được Việt hoá có nghĩa là: Tái cấu trúc. Vậy trong kĩ thuật lập trình, tái cấu trúc mã nguồn là gì?Để trả lờ...

    Oct 25, 2018Truong Nguyen
  • Python, storing Data using the JSON

    Dữ liệu của một chương trình viết bằng Python có thể chứa nhiều loại thông tin khác nhau, chẳng hạn như một game sẽ yêu ...

    Oct 25, 2018Truong Nguyen
  • How to create and apply a patch with Git

    If you are an upstream developer or software engineer who works with Open Source Projects, definitely you have to use Gi...

    Oct 9, 2018Truong Nguyen
  • Cách tạo website cá nhân với Github Pages

    Bài viết này sẽ hướng dẫn các bạn cách xây dựng một website cá nhân bằng Github Pages. Với những bạn kỹ sư phần mềm hoặc...

    Sep 29, 2018Truong Nguyen
  • OpenStack Neutron L3 Agent

    Contents:1. What’s L3 Agent?2. Floating IPs3. Security group3.1. Demonstration3.2. Ping to Instance 1. What’s L3 Agent? ...

    Sep 18, 2018Truong Nguyen
  • Linux Network Namespace

    Những nội dung chính:1. Network namespace là gì?2. Làm việc với network namespace3. Ping 2 namespaces4. Tổng hợp những d...

    Sep 10, 2018Truong Nguyen
  • Cấu hình mạng tĩnh trên Linux

    Khi làm việc trên môi trường GNU/Linux, địa chỉ IP thường được cấu hình một cách tự động bởi hệ điều hành và chúng ta sẽ...

    Sep 8, 2018Truong Nguyen
GDG Cloud Hanoi