Skip to content

Tuts

10 Built In Features of VS Code You Need to Know

When VS code was released I switched almost immediately from Atom, mainly because it was so much lighter and faster, although both editors are based on Electron aka Heavy File Browser. VS Code not only is the best editor out there, but has a plethora of features without any extension which are not so commonly used and here I am to help you make your life a bit better.

Read More »10 Built In Features of VS Code You Need to Know

Generate HTTP Response with custom Status Code

During an assessment, I needed a web server which would serve a 204 HTTP response. Is is not so common or easy to find it, so I decided to create one for when needed, which I would be able to use it offline.
Just save the snippet below as a python file and change the status code. When loading the page, it will serve you the status code needed.

Read More »Generate HTTP Response with custom Status Code