TechnoApple Blogs
Developer's daily notes, blogs, and tutorials about software development, C#, Node.js, Javascript, AWS.
How to Delete Data from MongoDB with Node.js and Mongoose
2020/8/11·1 min readThis blog will show a tutorial about how to delete data from MongoDB by using Node.js with Mongoose.
How to Update MongoDB Data with Node.js and Mongoose
2020/8/11·3 min readHow to Insert Data into MongoDB with Node.js and Mongoose
2020/7/11·1 min readThis blog will show a tutorial about how to insert data into MongoDB by using Node.js with Mongoose.
How to Setup MongoDB on Mac
2020/7/11·1 min readThis blog shows how to set up MongoDB 4.4 Community version on Mac OS, also will create a simple database, table, and collection,and how to backup and store data by using mongoexport and mongoimport.
How to Redirect HTTP to HTTPS on Amazon Linux with Node.js
2020/5/2·3 min readThis blog shows how to redirect from HTTP to HTTPS by using Nginx at Amazon Linux EC2 Instance.
How to Backup EC2 EBS Volume
2020/4/1·1 min readThis blog shows how to backup EC2 instance and create another instance to the same region or different region.
Create AWS Classic Load Balancer
2020/3/4·1 min readThis blog shows how to use AWS classic Load Balancer from scratch, first we need to do some preparation. At the end of the setup,you'll set up 2 EC2 instances with the public subnet.
How to Use nconf for Environment Configuration at Node.js
2020/3/2·1 min readThis blog shows how to use nconf for Node.js environment configuration.
Blocking Traffic from Specific IP Address with AWS Network ACL
2020/3/2·1 min readThis blog shows few ways of use AWS Network ACLs to block traffic to your site.
Javascript Splice vs Slice
2020/2/3·1 min readThis blog compares how to use Splice versus using Slice at JavaScript.
How to Setup MongoDB on Amazon Linux EC2
2020/2/11·1 min readThis blog shows how to set up a MongoDB database environment on the cloud, AWS EC2 with Amazon Linux.
How to Create AWS Organization - For Consolidated Billing
2020/2/11·1 min readIf you just have 1 AWS account, you could just use that account for billing and development. However, if you have multiple AWSaccounts, it is hard to manage each account's billing, so AWS has a way that is using AWS Organizations to consolidate billing.
Backup AWS DynamoDB Table to Local
2020/12/31·1 min readThis blog shows how to backup your AWS DynamoDB table (on the cloud) to your local DynamoDB environment.
Move DynamoDB Table from Local to AWS Cloud
2020/12/31·1 min readThis blog shows how to move DynamoDB local table and data to the DynamoDB Web Service, unlike SQL Database, you can use the backupfile to restore to a different environment.
Create DynamoDB Table Locally
2020/12/30·1 min readThis blog will show how to create a DynamoDB table in your local environment.
How to Setting up DynamoDB Locally
2020/12/12·1 min readThis blog I'll show how to set up DynamoDB locally, also show a few simple codes to access local DynamoDB.
How to Use C# Enum Flag
2020/12/11·1 min readHow to Increase AWS EBS Volume Size
2020/12/11·1 min readThis quick note shows how to increase AWS EC2 Linux's EBS volume size.
Angular2 Master/Detail Page Example
2020/12/11·1 min readThis blog demo how to build angualr2 master/detail page, following is the template page for now.
Javascript Push Pop Shift and Unshift
2020/1/5·2 min readThis blog show difference between the JavaScript Array's method push, pop, shift and unshift usage.
Build and Deploy with AWS CodePipeline
2019/3/1·4 min readDetect Breakpoint at Angular
2019/2/1·1 min readSample code about how to detect breakpoint at Angular.
Git with Visual Studio
2017/6/30Setup Nginx and SQL Server with Docker
2017/5/3·1 min readThis blog shows how to set up docker with Nginx and SQL server.
Deploy Mobile App to Google Play Store with Xamarin
2017/3/31·1 min readHow to deploy mobile app to Google Play Store with Xamarin.
Get Start with Xamarin.Form
2017/2/28·1 min readInformation to get started with Xamarin.
How to Create Sitecore Mvc Layout and Controller Rendering
2017/12/15·1 min readThis blog demo how to create use MVC Layout and Controller with Sitecore Layout and Controller Rendering. The final source you canget from here [https://github.com/keke78ui9/SitecoreSampleSite].
A tip About Visual Studio Nuget Ignore Packages Folder
2017/1/5·1 min readFew Notes about add files, folders to ignore nuget packages folder.
Get Start with PowerShell
2016/8/3·1 min readInformation to get started with PowerShell.
Generate PokemonGo RPC Protos to Csharp
2016/7/13·1 min readHow to generate Pokemon Proto API to Csharp Type