Blog posts

2017

How to add vertical ruler in Visual Code?

less than 1 minute read

Published:

To add vertical line to Visual Code on Mac (it should work the same way on Linux/ Windows), go to Code > Preferences > Settings and find editor.rulers then add 80 or any values that you want VS Code to display a vertical line.

2016

Websocket Server in C

5 minute read

Published:

I will start my first post by describing a program that I wrote in C which implements a websocket server. The program accepts a websocket connection from client by sending a websocket acceptation key.