bookreviewSep 13, 2016, 6:56 AM"Small Team, Big Job" Impressions"Small Team, Big Job" is a book that makes you think about how to increase the value of a product and deliver it to customers. It contains many useful ideas not only for small teams but also for large teams. The main points are to start taking action quickly, pursue core values, and eliminate waste. It is a beneficial read for engineers and business leaders.
bookdevelopmentSep 6, 2016, 7:26 PMScala Functional Design & Programming - Chapter 2 (2)I read and practiced the contents of Chapter 2 of "Scala Functional Design & Programming", including recursive functions, higher-order functions, and polymorphism. The chapter starts with an explanation of Scala, followed by how to write loops using recursion, and then touches on tail recursion. It also explains higher-order functions and polymorphism, and deepens understanding through practice problems.
bookdevelopmentSep 4, 2016, 7:45 AMScala Functional Design & Programming - Chapter 1 (1)"Scala Functional Design & Programming - A Comprehensive Guide to Functional Programming by Scalaz Contributors" explains how to treat Scala as a purely functional programming language. It emphasizes the benefits of functional programming, such as modularity, and demonstrates the advantages of pure functions through concrete examples. The author stresses the importance of balancing programming constraints and freedom, highlighting the role of purely functional languages in this context.
bookdevelopmentSep 2, 2016, 8:08 PMTechnical Book HaulI'd like to talk about why I recently bought a large number of technical books. Due to the overwhelming amount of information from games and Qiita, I had lost the habit of reading high-quality, systematic books. The books I purchased can be categorized into three groups: team building, language, and lifestyle. The team building books, in particular, offer insights into Google's management and how small teams can achieve big things.