Skip to content

Winston Lee

  • Home
  • Projects
  • Blog
Winston Lee

Blog

PHP

Open source survey application

Due to business requirements, I have forked and re-skinned a legacy PHP survey application with material design. To give back to the community, here’s the updated source: https://github.com/thanhphu/php-survey-builder It contains the following improvements Add material design for user-facing pages Add…

Read More Open source survey applicationContinue

Java

Troubleshoot running JMeter programmatically

Resolving “Could not find org.apache.jmeter:bom” With the release of the v5 of the JMeter library comes a bug. When you include JMeter gradle will complain that it “Could not find org.apache.jmeter:bom”. To resolve this, edit build.gradle to say // There’s…

Read More Troubleshoot running JMeter programmaticallyContinue

Development | Thoughts

Chính trị trong phát triển phần mềm

Các kỹ sư phần mềm có thể được xem như các anh nông dân 4.0: hiền lành, chất phác, không sỡ hữu công cụ sản xuất, chỉ muốn được yên thân ngồi một góc để làm việc. Oái oăm thay,…

Read More Chính trị trong phát triển phần mềmContinue

Thoughts | Tiếng Việt

Đạo đức trong phát triển phần mềm

Đạo đức (và luật pháp) trong phát triển phần mềm thường ít khi được đề cập tới trong các chương trình giảng dạy, tuy nhiên với vai trò càng ngày càng lớn của CNTT trong cuộc sống thì khó mà…

Read More Đạo đức trong phát triển phần mềmContinue

How to fork a go library (my way)
Development

How to fork a go library (my way)

Git fork Go mod init if not yet a module Update path to new module github.com/someone/library -> github.com/you/library. This is because the module will continue to look for dependencies in the old path Bump version with a tag (v1.0.0 ->…

Read More How to fork a go library (my way)Continue

Hardware

Disassembling things I’m not supposed to

Replacing the brita water filter’s battery The water pitcher that’s synonymous with the middle class in the 80s Studies have shown they are pretty much useless in filtering out harmful stuff (which would be the subject of another post). However,…

Read More Disassembling things I’m not supposed toContinue

About the world

Application and apps for living in Korea

For Windows This part is about little-known applications that fixes minor annoyances you may encounter as an expat in Korea. I’m pretty sure there’s more I didn’t know, if you do please leave a comment. Blocks ads on Kakaotalk client…

Read More Application and apps for living in KoreaContinue

About the world

Just Awesome Vietnamese

In a moment of inspiration, I forked an abandoned awesome-vietnamese list and add some new entries to it. Hopefully this list will be useful for people looking for awesome Vietnamese projects Assorted TILs Difference between go get and go install…

Read More Just Awesome VietnameseContinue

Development

Prune big files from Git with BFG

Step 2: Clone your repo as a mirror Run this to clone your repo as a mirror. git clone –mirror git://example.com/your-repo.git The —-mirror flag means that it doesn’t actually download any of the files from your codebase. It downloads the…

Read More Prune big files from Git with BFGContinue

General IT

A decade of technology research

According to Deloitte

Read More A decade of technology researchContinue

Page navigation

Previous PagePrevious 1 2 3 4 … 17 Next PageNext

I’m an English / Vietnamese / Korean speaking software solution provider living in Korea

Get In Touch

To reach me, please use the contact form

© 2023

Github Linkedin
Scroll to top
  • Home
  • Projects
  • Blog