介紹如何修改 VSCode 整個 Editor 配色.
Prepack - A tool for making JavaScript code run faster
介紹 Prepack 如何透過預先處理與編譯的方式幫助 js 加速。
Visual Studio Code adding Color Highlighting to log files
介紹如何透過 Log File Highlighter 增強 VSCode 呈現 *.log 檔案
ASP.NET Core play with log4net
介紹如何在 ASP.NET Core 使用 log4net 幫我們強化 Log 相關功能
Mobile Testing with AWS Device Farm - Built-in Fuzz Test
介紹 AWS Device Farm 的 Built-in Fuzz Test,並透過它完成手機上的 Monkey Testing
Mobile Testing with AWS Device Farm - Introduction and Remote Access
介紹 AWS Device Farm 如何在雲端中透過實際的行動裝置進行測試,以改善您的 iOS、Android 以及 Web 應用程式的品質。 並實際使用 Remote Access 功能測試你的應用程式在實機的運行狀況。
ASP.NET and ASP.NET Core, .NET Framework and .NET core and .NET Standard
介紹 .NET Core 與 .NET Framework 與 ASP.NET Core的差別
ASP.NET Core MVC play with Google App Engine - Flexible Environment with Custom Runtime
先前為大家介紹了GAE的 Standard Environment ,這次將介紹如何實際將ASP.NET Core MVC專案放置在GAE的 Flexible Environment 環境運行。
ASP.NET Core Create New Project Template
介紹如何新增一個專案樣板(Project Template)並新增至 .NET CLI 中方便我們重複使用
Quick Implement FullScreen and other controls on HLS.JS with Plyr.JS
使用 Plyr.JS 快速的幫HTML5的 video tag支援更多功能並輕鬆客製化介面
Quick Host Static Web on Node.JS
介紹如何使用NodeJS的套件幫我們快速建立靜態網頁的Hosting服務,解決 Cross-Origin Resource Sharing (CORS) 問題
Visual Studio Code Find and Replace with New Line
介紹使用VSCode如何包括換行(new line)進行查詢
Google Spreadsheet Detecting Duplicate Item
分享如何在 Google Spreadsheet 設定函示,針對Column檢查有無重複的值
Visaul Studio Code Quick Blame with GitLens
使用GitLens套件,讓你的VSCode一秒看懂現在的程式碼是充滿靈性還是充滿鬼話
ASP.NET Core MVC play with Google App Engine - Flexible Environment and Google Runtime
先前為大家介紹了Google Cloud Platform,這次將介紹如何實際將ASP.NET Core MVC專案放置在Google App Engine(GAE)的Standard環境運行。
ASP.NET Core play with Firebase
介紹GCP上的Firebase服務,並介紹實作如何與ASP.NET Core整合
Using Gulp to help JS and Css Concat and Minify
介紹Gulp套件與展示一個網頁最佳化的demo,並且透過concat的套件解決兩個獨立的js檔案但有循環參考的解法
NuGet.Config for repositoryPath and globalPackagesFolder
說明一下NuGet.Config中 repositoryPath與 globalPackagesFolder 的不同,並分享如何使用根目錄的NuGet.Config內所有專案設定。
ASP.NET Core play with Redis and StackExchange.Redis
記錄如何使用StackExchange.Redis 取用Redis內的資料
ASP.NET Core play with Solution File
介紹如何建立solution檔案幫我們連接多個project