Overheard : Work
Quote from a talk by Herschel Walker at Copart’s annual Global Leadership conference “To get there you have to work To stay there you still have...
Quote from a talk by Herschel Walker at Copart’s annual Global Leadership conference “To get there you have to work To stay there you still have...
Moving and thoughtful poem by Naomi Shihab Nye on kindness https://www.poets.org/poetsorg/poem/kindness Here is a youtube video of her reading the poem
Over the last week, I moved this blog from a LAMP (Linux, Apache, MySQL, PHP) stack to LEMP (Linux, Nginx, MySQL, PHP) stack. Have a blog...
We ran into an issue at work recently, when trying to deploy a spring boot based micro service. The application included some libraries that were downloaded...
Command parameters for varnishlog to view the backend server that is processing the request. In this particular case, I wanted to see the request URL and...
Found this good article by Mark Huot regarding using curl to check websocket servers at http://www.thenerdary.net/post/24889968081/debugging-websockets-with-curl curl -i -N -H “Connection: Upgrade” -H “Upgrade: websocket” -H “Host:...