You are here |
alvin.codes | ||
| | | |
www.bryanleetc.com
|
|
| | | | We are all about efficiency as developers. Why hammer commands line after line into the terminal when you can write code to do it for you? As I setup this Ghost-powered blog, I set out to document down this process as repeatable code. | |
| | | |
christophvoigt.com
|
|
| | | | ||
| | | |
www.joshstaiger.org
|
|
| | | | What is the difference between .bash_profile and .bashrc? An explaination of why each exists, and when to use one or the other. | |
| | | |
sitr.us
|
|
| | I am very excited about Flow, a new JavaScript type checker from Facebook. I have put some thought into what a type checker for JavaScript should do - and in my opinion Facebook gets it right. The designers of Flow took great effort to make it work well with JavaScript idioms, and with off-the-shelf JavaScript code. The key features that make that possible are type inference and path-sensitive analysis. I think that Flow has the potential to enable sweeping improvements to the code quality of countless web apps and Node apps. ... |