This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note that the knowledge for each level is cumulative; being at level n implies that you also know everything from the levels lower than n. | |
Computer Science | |
* data structures - n^2 | |
* algorithms - n^2 | |
* systems programming - n^2 | |
Software Engineering | |
* source code version control - log(n) | |
* build automation - n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upstream myappdev { | |
server unix:///home/your_user/git/dev.your.website.com/shared/sockets/puma-dev.sock; | |
} | |
# don't forget to add this to server {..} block | |
# add_header X-Xss-Protection "1; mode=block"; | |
server { | |
listen 80; | |
listen 443 ssl http2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// VtigerCRM - Title & Other | |
// version 0.1 BETA! | |
// 2014-07-07 | |
// Copyright (c) 2014, Nikolay Konovalov | |
// Released under the GPL license | |
// http://www.gnu.org/copyleft/gpl.html | |
// | |
// -------------------------------------------------------------------- | |
// | |
// This is a Greasemonkey user script. To install it, you need |