8Rays Tech Blog


Book Review: Don't Make me Think by Steve Krug

We recently started an internal series of short technical talks. The topics are mainly based what people are working on at the moment, which catches their fancy and they think it is worth sharing. We will put the summaries of the talks here. See them all under the category Tech Talks.

Here’s a review of the excellent book on Web Usuability, Don’t Make Me think by Steve Krug. You can buy it on Amazon or FlipKart.

continue reading...

Beautiful code

A long time back, browsing through a book, I came across code for strcpy function which is part of the standard library in C:


strcpy(char *s1,char *s2)
{
  while (*s1++ = *s2++)
}

Just the beauty of the code made me fall in love with C and programming all
over again. Then, I got busy with courses, jobs, projects and releases.

continue reading...

Featured posts

Subscribe to this blog

Blog topics