Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
http://www.amazon.com/Leading-Geeks-Manage-Deliver-Technology/dp/0787961485 | |
http://www.amazon.com/The-Geek-Leaders-Handbook-Backgrounds/dp/0971246823 | |
http://www.amazon.com/Technical-Minds-Leading-Getting-Technically-Minded/dp/145158315X | |
http://www.amazon.com/Frustration-Free-Technical-Management-Techniques/dp/1609100352 | |
http://www.amazon.com/Managing-Humans-Humorous-Software-Engineering/dp/159059844X | |
http://www.amazon.com/Becoming-Technical-Leader-Problem-Solving-Approach/dp/0932633021 | |
http://www.amazon.fr/Talking-Tech-Leads-Novices-Practitioners/dp/150581748X | |
https://www.amazon.com/Chief-Technology-Officer-Responsibilities-Technical/dp/0982304048 | |
https://www.amazon.com/CTOs-at-Work-Scott-Donaldson/dp/1430235934 |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
" Don't try to be vi compatible | |
set nocompatible | |
" Helps force plugins to load correctly when it is turned back on below | |
filetype off | |
" TODO: Load plugins here (pathogen or vundle) | |
" Turn on syntax highlighting | |
syntax on |
# display VPC ID, CIDR Block and Name | |
aws ec2 --output text --query 'Vpcs[*].{VpcId:VpcId,Name:Tags[?Key==`Name`].Value|[0],CidrBlock:CidrBlock}' describe-vpcs |
(To be improved)
http
command) — pip install httpie
git-branch-protection.sh
as git-branch-protection
somewhere in your path (something like ~/bin
or ~/.local/bin
if you already use it)~/.config/github_token
.# Creates a "dummy" network interface | |
# we'll configure this interface with a link-local address | |
# See: https://www.freedesktop.org/software/systemd/man/systemd.netdev.html | |
## | |
[NetDev] | |
Name=dummy0 | |
Kind=dummy |