Articles
-
Add vim bindings to VS Code Mac
For those who enjoy using vim but would like to (or need to) use Visual Studio Code, there is an option, and that is a vim emulation extension available in the Extensions Marketplace. To install the extension, follow these steps:
-
Fix iSight camera not working on macOS
The following error may appear occasionally for some macOS users when trying to video conference with Google Hangouts or similar.
-
Compress Vue.js assets on Heroku with gzip
Here’s how to compress Vue.js assets when using Heroku.
-
How to enable tab switching by cmd+number in VS Code
By default, Visual Studio Code does not support cmd+number-style tab switching on macOS. But it can be enabled with a simple configuration change.
-
A tip for reducing Golang binary size
Here’s an easy tip for reducing the size of binaries in Go.