Programming Books on Programming Languages

Eloquent JavaScript, A Highly Recommended Book on JavaScript

Eloquent JavaScript, A Highly Recommended Book on JavaScript

The book, "Eloquent JavaScript, 3rd Edition" by Marijn Haverbeke is a highly recommended book for both beginners and advanced programmers. It covers the fundamentals of…

Errors: To Fail or To Recover?

The environment in which your code runs is imperfect: users will provide invalid inputs, external systems will go down, and your code and other code…

Book Review – Software Architecture with C++

Overall this is a good reference book to have in the shelf. This is highly recommended book on C++ for relatively experienced programmers and knowledge…

Top 10 Programming Books For Learning C++17

C++17 is the next level evolution in modern C++ programming. It was officially standardized in December 2017, giving the developers a wealth of new features…

Ten Most Recommended C books for Expert Programmers

Beginning C++ Programming

C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop…

Effective Modern C++

Effective Modern C++ follows the proven guideline-based, example-driven format of Scott Meyers' earlier books, but covers entirely new material. This book describes how to write effective…

Microsoft Visual C# Step by Step

Microsoft Visual C# 2013 Step by Step teaches the fundamentals of Microsoft Visual C# 2013. This is a step by step guide to anyone having…

Jumping into C++

Want to learn to code? Want to learn C++? Struggling to follow your lecturer or books and tutorials written for experts? You're not alone. As…

Test Driven Development for Embedded C

TDD is a modern programming practice C developers need to know. It's a different way to program---unit tests are written in a tight feedback loop…