Introduction
[Read More]
Adding Latex Support for math equations in your blog on Github Pages
Including mathjax in your blog
If you have a blog, hosted on github pages where you adding your posts in markdown(like most of the blogs built using Jekyll have), here is how you can write math using latex in your blogs.
[Read More]
Planning to restart writting
First post in journey of documenting random thoughts
Why Suddenly?
[Read More]
Killing process with one command, which is still utilizing the port
Powerful use of piping in command line
Killing the process It happens regularly that when you stop the process(in my case mostly a node server or flask server) and restart in the same terminal session. It gives the error saying PORT is still in use. In that case, using ps aux and grep, you find the process...
[Read More]
Automate deployment on an EC2 instance using Github Webhooks
Example of CD for a Django Project
Credits This article have been mainly inspired by the project -Midgard. Thanks to Pankaj Kumar with whom I setup this Continuous deployment. I am a newbie in this field of deployment. If any mistakes, please do provide a feedback. Also thanks to Shubham Mishra for helping us in the process....
[Read More]