Vuong

Vuong @vuong

About: Yo!

Joined:
Jun 10, 2019

Vuong
articles - 19 total

VSCode: Gaining back some of screen space by customizing the line number column

This is just another post of how to gain some spaces for reading code on VSCode when you don't have...

Learn More 5 0Oct 25 '25

Reading Hacker News weekly posts with GitHub CLI

I used to subscribe to the Hacker News weekly email newsletter, but for some reason, I stopped...

Learn More 0 0Jun 15 '25

Docker: Allow SSH tunnelling for MySQL

MySQL Docker images usually come without SSH connection. It's fine for apps to connect within an...

Learn More 0 0May 4 '25

Use Finicky to direct urls to multiple Chrome profiles at workplace

Finicky is a macOS utility that allows you to configure rules for directing URLs to different web...

Learn More 3 0Mar 13 '24

VSCode: Show PHP code coverage with PHPUnit

This post is listed points that I've worked to make code coverage works for my PHP. Mostly for...

Learn More 6 0May 14 '23

Percona Monitoring with Postgres Docker on local environment

You have a Postgres running in Docker container, but don't know how to monitor its active...

Learn More 13 4Oct 3 '22

Use Regex to match multi Kafka topics Grafana Dashboard

In Grafana Dashboard, when we need to create a new Dashboard to show how many messages has produced...

Learn More 7 0Jan 8 '22

VSCode: Font ligatures and textmates for Go code

Have you seen this below style in VSCode before? It might be called as Cursive fonts, Stylistic...

Learn More 17 0Oct 10 '21

Sublime Text: Configure Java LSP

We never end up with one software. Sublime Text 4 has been released some days ago, I try to find out...

Learn More 7 0Jun 3 '21

Sublime Text: Configure Go LSP

Here is how to configure LSP (language server protocol) for Go development in Sublime Text. ...

Learn More 11 0Jan 1 '21

Magento multiple instances & resource sharing on AWS

(I just move the old blog from Medium to dev.to) For handling media images & static contents. We...

Learn More 1 1Nov 7 '20

Turning caching performance on Magento 2.x

(I just move this old blog from Medium to dev.to) Full page cache (FPC) with Varnish & others wit...

Learn More 1 0Nov 7 '20

Powertoys: Add macOS keys mapping for Keyboard Manager

Part 1 I use VScode every day for my coding stuffs. My work machine is a mac book, of...

Learn More 15 2Oct 10 '20

Windows Terminal: Let's have Cygwin and customize it for development looks

Cygwin is good for people who want to have a similar experience as much as possible like macOS...

Learn More 19 1Aug 16 '20

VSCode: Custom Webpack aliases

Here is a project folder tree, I just a guy contribute on it, can't change the structure. I love...

Learn More 17 2Feb 29 '20

VSCode: Some extensions for Go and my thoughts

If you want to be the best on VSCode instead use Goland, you can try! But, please keep in your mind...

Learn More 45 1Oct 18 '19

VSCode: Showing Go code coverage on saving

Requisites Vscode, installed Go extesion, of course. Install needed go packages:...

Learn More 35 4Sep 8 '19

VSCode: Debugging PHP application in Vagrant by Xdebug

Notes Follow all steps to set up for VSCode. Follow 1, 2, 5 to set up for a server...

Learn More 6 0Jun 11 '19

Docker: Setup Varnish, Nginx & try to hit the first cache

Introduction Varnish help to decreases directly request to the web server by cache...

Learn More 15 3Jun 11 '19