30 June 2026 by nsd
I read a MalayalaM book this month. കൊഫി ഹൗസ് by ലാജോ ജോസ്. Its a thriller book. But my slow reading speed took away the thriller page-turner aspect from it. Still a 6/10 book.
I am currently reading The Lost Metal by Brandon Sanderson—final book of the Mistborn era two. There is a lot of Cosmere worldhopper stuff happening in this book. Fun.
On the technical side, I have been trying to bring my Data Structures and Algorithms skill back on track. I’ll be in the job market, hunting for an internship, in a couple of moths time. I am using Go language instead of C++. The lack of STL from C++ is a struggle, but I am slowly getting used to how Go works. I have been following the neetcode 150 questions list. 11% done.
I am working on a comments system for this blog. All the existing systems feel very unwieldy to me. The database layer code is done, need to get the Resource layer also working.