TechnoApple Blogs
Developer's daily notes, blogs, and tutorials about software development, C#, Node.js, Javascript, AWS.
How to Add Item in Sitecore
2015/5/1·1 min readSample Code about how to add item in C#.
Stop Using Visual Studio 2013 with Node.js Project
2015/12/31Stop using Visual Studio with Node.js Project
Code Snippet - Use T-SQL to Search Table Name by Column Name
2015/12/31·1 min readHow to Create a Simple Angular Contact Form at Keystone.js
2015/11/1·11 min readAngular.js with keystone.js
ASP.NET Route All Url Go to Single Action
2015/10/31asp.net mvc route for all the url
How to Load Multiple Google Fonts into One Single Request
2015/10/2If you page need more than one google fonts, instead of request multi times. You can try using | to seperate them.
T-SQL Paging Sample
2015/10/1·1 min readA Sample code for T-SQL pagination.
How to Setup MongoDB on Windows Service
2014/8/2·1 min readThis blog shows how to install simply install and use mongoDB.
Code Snippet - How to do Async Programming in Node.js
2014/7/5A shot sample code to describe how to use npm async module waterfall process.Since node.js, mongoose is async, if want to process your logic like, update step 1 do setup 2 and more. Use async module is oneway.
Code Snippet - Return Json Response for Express.js
2014/7/5·1 min readA Sample Code Snippet for creating API return JSON object.
Code Snippet - How to Find Items by ObjectId with Mongoose
2014/7/5·1 min readGet all records where the Ids contain specific object Id with Mongoose.
Code Snippet about T-SQL Query
2014/5/31·1 min readSample code snippet for SQL.
Code Snippet - How to Handler Redirect within Node.js
2014/5/2·2 min readat node.js server side, you want to redirect to another url after you success get response from one api.you can try use request module.
How to Run Node.js as Background by Using Forever
2014/4/30·1 min readHow to use forever to run Node.js as background.
How to Find Deadlock Information from SQL Server
2014/2/1·1 min readFew Useful Links About How to Test Responsive UI
2014/10/4·1 min read11 tools for responsive UI.
Few Useful Links for Responsive Web UI Frameworks
2014/10/4·2 min readThis blog, I'm trying to list few UI framework if you choose the
How to use TypeScript with Jest
2022/12/6·2 min readThis blog shows how to get start use TypeScript to write code and also write in Jest.
Use .gcloudignore to Ignore files deploy to the Cloud Functions
2022/10/02·5 min readTHis blog show couple example code/command that how to interact with google cloud functions.
Use AWS Elastic IP Address
2020/4/9·1 min readThis blog will show how to use AWS elastic IP to assign to EC Instance.
Use VPC Flow Logs
2020/3/11·1 min readThis blog shows how to set up VPC flow logs.
VPC End Point - Use S3 from Private EC2 Instance
2020/2/20·1 min readProvision AWS EC2 Instance
2020/1/23·1 min readThis blog shows how to create EC2 instance.
Use Team Foundation Version Control(TFVC) at Visual Studio Code
2017/7/5·2 min readWeb Caching - Sample Code in ASP.NET MVC
2017/6/30·3 min readUse Mobile Center to Build
2017/5/6·1 min readThis blog is shows how to use mobile center to manage Xamarin Build.
Use vue-i18n for Localization at Vue
2017/5/3·3 min readUse Mobile Azure Center for Mobile Analytic Crash Reports and More
2017/3/31·2 min readUse Sqllite at Xamarin.Form
2017/3/31·1 min readThis blog provides how to set up an Environment to use SQLite.