TechnoApple Blogs
Developer's daily notes, blogs, and tutorials about software development, C#, Node.js, Javascript, AWS.
How to Create GCP Schedule Job with Terraform
2024/1/1·5 min readThis article demonstrate how to terraform to deploy GCP Schedule JOB
How to Create AWS EC2 by Terraform
2023/2/3·6 min readThis blog will demonstrate how to setup AWS EC2 with Terraform at local
Install Terraform at macOS
2023/2/1·3 min readUse Big Query to aggregate data to find ranking
2023/12/05·3 min readCompare Similar DataSet in BigQuery
2023/08/07·3 min readHow to use BigQuery to Extract JSON Array
2023/08/05·3 min readHow to Use Big Query to Get Single Columns Values from All Rows
2023/06/06·6 min readHow to Use Big Query SQL Procedure
2023/06/05·6 min readHow to GCP Function locally with Node.js
2023/06/01·3 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·5 min readDeploy GCP Cloud Function with Event Trigger via PubSub
2023/04/06·6 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·6 min readThis blog create simple Node.js and deploy to GCP Cloud Function as Http Trigger.
How to Change DNS Nameservers from Godaddy to Point to AWS Route 53
2022/8/9·1 min readThis blog shows how to change your DNS Nameservers from Godaddy to point to the AWS Route 53. Assume you have registered a DNSdomain at Godaddy, but you want to host a website at AWS, here will provide steps on how to achieve this goal.
Install nvm for Running Different Node.js Version Locally
2022/7/9·3 min readHow to Configure Apple Sign-In with Apple
2022/11/3·7 min readThis tutorial shows how to integrate sign in with Apple account
Use TypeScript with Google CloudFunction and Deploy locally
2022/10/1·3 min readThis blog show how to setup TypeScript with CloudFunction and Deploy to Google Cloud locally
CRUD with Cloud Firestore and Node.js by Google Cloud Function
2022/10/06·6 min readThis blog show how to do CRUD operation with Firestore and Google Cloud Function
How to Create Firestore database by Node.js
2022/10/01·5 min readCloud Firestore is cloud-based, NoSQL database, this article shows how to get start wth Node.js
GA4 Big Query Sample Query
2022/05/16·5 min readFew Sample Big Query
How to create GCP Monitoring Alert
2022/03/18·6 min readThis blog shows how to create monitoring alert with GCP and provide few examples.
Get Start with Docker with Next.js
2022/03/18·5 min readA Simple Tutorial about how to get start with Docker by using Next.js as Web Server.
Get Start with Docker with Node.js
2022/03/18·5 min readA Simple Tutorial about how to get start with Docker by using Node.js as Web Server.
Few Tips & Tricks of Using 2nd Gen of Cloud Function
2022/03/16·3 min readThis blog show few tips of using the 2nd Gen of the cloud function.
About GA4 Configuration fields
2022/03/16·5 min readView Simple Steps to Setup Google Universal Analytics at Your Web Site.
Async Defer Inline or External Script Tag in JavaScript
2022/03/10·6 min readThe difference between async, defer inline and external script tag execution order.
How to Setup Swagger with Next.js
2021/9/9·8 min readThis blog walk through how to use Swagger / OpenAPI to add API document to Next.js, a node.js framework. It will cover how tocreate to API at Next.js and add API Document with Swagger by swagger-jsdoc and swager-ui-react.
How to Auto Remediate AWS resources By Using AWS Config
2021/9/11·1 min readAWS Config is a service that will record and evaluate all the changes at your AWS services, it will also provide remediate thechanges. This blog will demo how to use AWS Config to auto remediate S3 bucket to enable the versioning.
How to Delete GCP Projects
2021/7/8·1 min readThis is a quick note on how to delete unused GCP Projects to save money.
How to Setup Swagger OpenAPI with Express.js
2021/7/1·13 min readThis blog walk through how to use Swagger / OpenAPI to add API document to the Express.js, node.js framework, it will cover how tocreate to API at Express.js and add API Document with Swagger by using OpenAPI 3.0 specification.
Use Lambda with Node.js to Insert Data Into DynamoDB
2021/6/1·3 min readThis blog show how to create AWS Lambda with Node.js and insert record into DynamoDB, also shows manully deploy Lambda as packageto AWS from the your local develop environment.