#fixes

29 Sep 2019 . tech .
Serving React With Nginx
9 mins Read


Once we get used to serving static content with Nginx, it is hard to notice the subtle changes we might require to serve React static content which uses react-router. I faced a similar bug when only the index page of iit-techambit.in was being exposed and rest pages were to be found nowhere unless redirected from the home page itself.

Nginx... more

17 Jul 2019 . tech .
Exposing Campus PC On SSH
2 mins Read


The default port for SSH is blocked in the campus and it forces one to use a lot of workarounds to do simple SSH tasks; one such task is exposing a PC inside campus network for SSH by a PC outside the campus network.

I recently had to do the hardwork and this article shows the steps I used for... more

18 Dec 2018 . general .
A Note On Programmers' Frustration
3 mins Read


While solving a problem during Codechef’s December Long Challenge 2018, I happened to notice a drastic improvement in my mood on getting stuck at problems; a minor change in the perspective which helped me navigate through problems more peacefully.

This blog-post will list the two differences in my viewpoint from when I left competitive coding in December 2017 and now,... more