Vuong

Vuong @vuong

About: Yo!

Joined:
Jun 10, 2019

Vuong
articles - 18 total

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

Allow SSH tunnelling for Docker MySQL

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

Learn More 0 0May 4

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 2 0Mar 13 '24

Code coverage for PHPUnit in VSCode

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

Learn More 5 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

Go in VSCode: Font ligatures with Cascadia Code

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

Learn More 17 0Oct 10 '21

Java LSP in Sublime Text

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

Go LSP in Sublime Text

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 - common 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

Let's add Cygwin into Windows Terminal and customize it for development looks

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

Learn More 19 1Aug 16 '20

Make VSCode works with your custom Webpack aliases

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

Learn More 17 2Feb 29 '20

Go in VSCode: Must-have extensions and some limitations

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

Go in VSCode: Showing code coverage after saving your code

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

Learn More 35 4Sep 8 '19

Debugging PHP application in Vagrant by Xdebug & VSCode

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

Learn More 6 0Jun 11 '19

Dockerization: Varnish, Nginx & try to hit the first cache

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

Learn More 15 3Jun 11 '19