Weekly#1
For a long time I was using browser bookmarks features to save links, but it doesn’t perform well on a large number of links as very often I didn’t return to reading them… So, I decided to put the most valuable and interesting for links into weekly posts.
-
10 Articles Every Programmer Must Read
10 great articles (some of them even pretend to be small books) on different topics that every programmer should know. They tend to give a lot of useful and in-depth information about a particular topic, which otherwise is very hard to discover. Covers such topics as memory, Unicode, floating point arithmetic, networking, object oriented design, time, URL Encoding, String and more
-
Caching Tutorial for Web Authors and Webmasters
A good tutorial about cache for web developers. Describes types of caches, how cache works, how to control cache and many others.
-
An Introduction to Garbage Collection Part II—A Look Under the Hood
Different algorithms of garbage collection described.
-
A big list of books and articles in case you need to prepare for the interview. Worth looking at :)
-
As maked in the article: Musings on mostly defensive programming styles. A good reading if you are using Erlang.
-
A guy describes his experience on the interview to Twitter. What problems he was asked and how he solved them. A rather interesting problem is described in the post.