Find your next book:
Books on Code
Articles
Is Codecademy Pro worth it? — Codecademy Pro Review
I’m a big fan of Codeacademy, the free version, but I started to get curious about the Codeacademy Pro features and whether they are worth it.
Top 8 Node and Express Books for Beginners in 2024
Node and Express.js provides a robust set of features for building single, multipage, and hybrid web applications. In this article, we cover the top 5 books on Node and Express for beginners.
Top 9 Shell Scripting Books for Beginners in 2024
Shell scripting helps systems administrators and programmers do tedious computer tasks. In this article, we’re going over the best books to learn shell scripting.
From React to TypeScipt: How to Add TypeScript to your React App
I have experience using TypeScript and React together. I can tell you — using React with TypeScript is not always intuitive.
8 Best Books on Building Microservices in 2024
Microservices are small, autonomous services that work together and structure an application as a collection of loosely coupled services. This article covers the best books on building and designing microservices.
7 Best Books on Observability in 2024
In cloud computing, observability refers to software tools and practices for aggregating, correlating, and analyzing a steady stream of performance data from a distributed application and the hardware it runs on. This article goes over the best books on observability.
9 Best Ruby on Rails Books in 2024
Rails is one of many web frameworks in the world of app programming and web development. This article goes over the best books to read on Rails.
10 Best Books on Software Architecture and Design in 2024
You know how to program. You can get your code to work. You got the job.
But now what? How do you get promoted? How do you write not just ‘functional’ code, but good code that is future-proof? You can find the answer to these questions in software architecture.
8 Best Books on Entrepreneurship For Programmers in 2024
Information Technology has taken the world by storm in the current decade. It's easy to code your dream software or mobile app, but to become an entrepreneur and a rock star of the programming world, you will need more than luck.
If you have entrepreneurial ambitions and are looking for the best entrepreneurship books for programmers, you have come to the right place.
10 Best SQL Books for Beginners in 2024
Structured Query Language (SQL) has been around for half of a century and yet it is still the most popular query language designed for communicating with databases. This article talks about the best SQL books to learn SQL quickly.
8 Best SSL/TLS Books for Network Security in 2024
SSL/TLS protocol is used for securing communication on the network by ensuring data confidentiality, data integrity, and authenticity between the communicating party. This post talks about the best books to learn cybersecurity with SSL/TLS.
8 Best Books on Designing Elegant REST APIs in 2024
REST stands for 'representational state transfer.' A RESTful API is an architectural style for an Application Program Interface (API) that uses HTTP requests to access and use data.
9 Best Cryptography Books for Programmers in 2024
Cryptography is an indispensable tool for protecting information in computer systems. It has a long and important history in protecting critical systems and sensitive information.
8 Best Books on Authentication and Authorization with OAuth 2.0 [2024]
Authentication is basically the process of checking and validating the identity of a person. Authorization is the process of checking whether the user requesting to access a resource or a set of resources is allowed to access the resource or not.
10 Best Books on Unit Testing and TDD in 2024
Unit Testing and Test Driven Development are the key techniques every software developer should practice to ensure the quality of their code. Test-driven development (TDD) is a programming technique that enables developers to create proper specifications about how their code should be written and implemented.
10 Best Books on HTML & CSS for Beginners in 2024
HTML defines the structure of a page, while CSS defines its style. HTML and CSS are the beginning of everything you need to know to make your first web page and start a new career.
10 Best Books on Docker for Beginners in 2024
Docker is an open-source containerization tool that is used to create, deploy and run applications inside a container.
This article is about the must-read Docker books that suit your requirements.
9 Best Books on Kubernetes for Beginners in 2024
Kubernetes has emerged as one of the most important and exciting container management platforms. It allows you to deploy cloud-native applications anywhere and manage them exactly as you like.
9 Best Books on Data Visualization with D3.js in 2024
D3.js is one of the most popular and powerful JavaScript libraries for creating data visualizations.
In this article, let’s discover together the best books for learning data visualization with D3.js.