TechnoApple Blogs
Practical guides, tutorials, and insights on cloud, full-stack development, and everything in between.
How to Build and Price Your First Vertex AI Model Using AutoML
2026/01/02·5 min readA practical guide to predicting housing prices using GCP Vertext AI with AutoML Tabular.
Git Merge Patterns for Main and Release Branches
2025/02/02·6 min readA practical guide on using Squash and Fast-Forward patterns to manage a clean Git workflow.
Get Start with Web Worker
2024/03/09·1 min readHow to get start with Web Worker
How to use PartyTown with GA4 Events
2024/03/01·3 min readThis blog will demo how to use PartyTown to enable GA4 tracking with Web Worker to avoid running at main thread at Browser.
How to use SnowSQL to interact with Snowflake
2024/01/06·2 min readSnowflake is designed for scalability with big data, this blog shows how to get start with snowflake with snowsql.
How to get start with Snowflake
2024/01/05·2 min readSnowflake is designed for scalability with big data, this blog shows how to get start with snowflake, list of resources can get use to get started.
How to Create Terraform State file for current Resources
2024/01/03·1 min readThis blog shows how to run terraform to create state file from the existing resources.
How to Create GCP Schedule Job with Terraform
2024/01/01·2 min readThis article demonstrate how to terraform to deploy GCP Schedule JOB
How to run Terraform with Input Variable
2023/12/23·2 min readThis blog shows how to use Terraform variable for move environment variables out of the code, so you can run the terraform for different environment and inject the variables for each environments.
Use Big Query to aggregate data to find ranking
2023/12/05·2 min readCompare Similar DataSet in BigQuery
2023/08/07·1 min readHow to use BigQuery to Extract JSON Array
2023/08/05·1 min readHow to Use Big Query to Get Single Columns Values from All Rows
2023/06/06·1 min readHow to Use Big Query SQL Procedure
2023/06/05·1 min readHow to GCP Function locally with Node.js
2023/06/01·1 min readThis blog show how to test GCP Cloud Function locally with Node.js.
How to Create Stored Procedure with Big Query SQL
2023/06/01·1 min readHow to Use Big Query to Find Max Sequence Number
2023/05/05·1 min readThis blog show how to use Big Query to find max number from a sequence number for a data set.
Deploy GCP Cloud Function with Event Trigger via PubSub
2023/04/06·2 min readThis blog create simple Node.js and deploy to GCP Cloud Function as PubSub Event Trigger.
Deploy GCP Cloud Function with Http Trigger
2023/04/06·1 min readThis blog create simple Node.js and deploy to GCP Cloud Function as Http Trigger.
How to Use GCP Big Query Record Repeat Type
2023/04/05·1 min readThis blog demonstrate how to use GCP Big Query record type.
How to Get Start with Python with Visual Studio Code
2023/03/04·2 min readThis blog describe how to get start with Python quickly so you can use Python with your work tomorrow.
How to Publish NPM Package to npmjs.com
2023/02/05·1 min readHow to Create AWS EC2 by Terraform
2023/02/03·2 min readThis blog will demonstrate how to setup AWS EC2 with Terraform at local
Install Terraform at macOS
2023/02/01·1 min readHow to Publish NPM Package to Github
2023/02/01·1 min readHow to use TypeScript with Jest
2022/12/06·1 min readThis blog shows how to get start use TypeScript to write code and also write in Jest.
How to get Start with Jest
2022/12/04·1 min readThis blog shows how to get start quickly to test with Javascript
How to Configure Apple Sign-In with Apple
2022/11/03·2 min readThis tutorial shows how to integrate sign in with Apple account
How to Update Host File at MacOS
2022/11/03·1 min readThis is simple memo of how to change host file at MacOS
Sign In with Google at Next.js and Next-Session
2022/11/02·2 min readThis tutorial shows how to integrate sign in with Google account, and how to handle callback response from Google Sign-In.