Skip to content

Instantly share code, notes, and snippets.

View stcalica's full-sized avatar
🎯
Focusing

Kyle Calica stcalica

🎯
Focusing
View GitHub Profile
@stcalica
stcalica / server.js
Created May 22, 2020 17:11 — forked from kevinswiber/server.js
Reverse Proxy that passes through Postman's proxy to capture incoming HTTP traffic.
// A reverse proxy that captures incoming HTTP traffic and sends it
// through Postman's forward proxy, which forwards traffic to the
// specified target in process.env.TARGET.
// request
// client -> this-proxy -> postman-proxy --|
// |
// target
// response |
// client <- this-proxy <- postman-proxy --|
@stcalica
stcalica / gist:eebfa037b2cc3e4c67a90d3b640991e1
Created October 20, 2017 18:19
Social Media Influencing
http://www.thefashionlaw.com/home/a-how-to-guide-for-properly-disclosing-your-sponsored-posts
https://coschedule.com/blog/how-to-use-hashtags/
https://orrsella.com/2016/05/14/preparing-for-a-facebook-google-software-engineer-interview/
https://github.com/yangshun/tech-interview-handbook/blob/master/non-technical/questions-to-ask.md
https://github.com/yangshun/tech-interview-handbook/blob/master/utilities/python/binary_search.py
https://github.com/yangshun/tech-interview-handbook/tree/master/algorithms
https://github.com/yangshun/tech-interview-handbook/tree/master/design
https://github.com/yangshun/tech-interview-handbook/tree/master/front-end
https://github.com/yangshun/tech-interview-handbook/blob/master/non-technical/negotiation.md
https://github.com/yangshun/tech-interview-handbook/blob/master/non-technical/psychological-tricks.md
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-16-04
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-8
https://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/