NNNghia Nguyen Hieuinnghianguyen.hashnode.dev·Jan 12, 2024 · 7 min readResearch on Google DataprocIntroduction Google Dataproc is a fast and easy-to-use, fully managed cloud service for running Apache Spark and Hadoop workloads. It allows users to process and analyze large-scale data efficiently and at scale. Key features and benefits of Google D...00
NNNghia Nguyen Hieuinnghianguyen.hashnode.dev·Jan 12, 2024 · 9 min readResearch on Google Data FusionIntroduction Google Data Fusion is a fully managed, cloud-native data integration service that enables users to efficiently build and manage ETL/ELT data pipelines. It is designed to streamline data engineering tasks for enterprise users and is built...00
NNNghia Nguyen Hieuindwarvesf.hashnode.dev·Oct 12, 2023 · 7 min readTOTP 2FA in Golang ApplicationsIntroduction Time-Based One-Time Password (TOTP) is a widely used two-factor authentication (2FA) mechanism that enhances the security of online accounts and systems. TOTP generates temporary, one-time passwords that expire after a short period of ti...00
NNNghia Nguyen Hieuindwarvesf.hashnode.dev·Jul 20, 2023 · 10 min readCommon design patterns in Golang - Part 1Design patterns are general reusable solutions to common software design problems that provide a blueprint or a best-practice approach for structuring code and solving specific problems. There are 3 common categories of design patterns: Creational P...01I