The Art of Programming
50K subscribers
148 photos
2 files
680 links
A channel with programming news and tips and tricks, for beginners but also for experienced programmers. đź’»
Download Telegram
Forwarded from Syra's Techbinder
http://fredkschott.com/post/2014/06/require-and-the-module-system/

Almost any Node.js developer can tell you what the require() function does, but how many of us actually know how it works? We use it every day to load libraries and ...

Tags: #webdev #NodeJS
Julia Evans' Zines on various topics, mainly Linux debugging

http://jvns.ca/zines/
Solutions to Integer Overflow

http://blog.regehr.org/archives/1401
A Blogger who started out as an Electrical Engineered describes how he learned to program

danluu.com/learning-to-program/
Forwarded from Syra's Techbinder
http://samrowe.com/wordpress/advancing-in-the-bash-shell/

This tutorial shows some bash's amazing features "that will increase your productivity in the shell."

Tags: #programming #Bash #Linux