Open in app
Home
Notifications
Lists
Stories

Write
Michelle Hung
Michelle Hung

Home

Jun 12

My first load testing with K6

K6 is an open-source load testing tool, it is flexible to set testing situation so that the test is closer to real situation, and it provides customize metric for developer. Test life cycle init: Declare global variable and import file or module. setup: Set up test environment and generate shared data, run before…

K 6

4 min read

My first load testing with K6
My first load testing with K6

Dec 18, 2021

Integrate Coveralls with .Net Core to display badge in GitHub README

Today, I want to know code coverage about my dot net project, and also want to check it in GitHub directly. I try to use Coveralls to get code coverage. Install Nuget packages Install coverlet.collector and coverlet.msbuild Nuget packages in project. It can use command or Nuget package tool to install package dotnet…

Code Coverage

2 min read

Integrate Coveralls with .Net Core to display badge in GitHub README
Integrate Coveralls with .Net Core to display badge in GitHub README

Dec 18, 2021

Migrate ASP.Net core from 5.0 to 6.0

I try to migrate my web api project from .Net5 to .Net6, using VsCode editor. Migrate .Net Core project 1. Download and install .net6 SDK from Microsoft website 2. Modify TargetFramework from 5.x.x to 6.0.0 in .csproj file 3. Update relative Nuget package to 6.0 with command dotnet add <package name> --version <version> 4…

Net Core

1 min read


Jul 4, 2021

商業需求對於Refactor的重要性

自從大學畢業進到第一份工作時才開始接觸refactor, 從如何消除code smell到理解什麼是好的refactor Refactor對於我自己來說有三個目的 易閱讀 易維護 易測試 易閱讀:不管任何人來看程式碼都可以清楚明白涵意 易維護:當需要對於原本的程式碼做修改時可以快速且不影響其他功能 易測試:讓程式碼可以容易寫自動化測試 “易維護”以及“易測 …

Refactor

6 min read

商業需求對於Refactor的重要性
商業需求對於Refactor的重要性
Michelle Hung

Michelle Hung

Following
  • Debuguy

    Debuguy

  • Richard Warepam

    Richard Warepam

  • Maureen

    Maureen

  • 飛利浦燈泡

    飛利浦燈泡

  • f

    f

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable