From The Creative Programmer by Wouter Groeneveld
Creativity is essential to being a successful programmer. The stories, examples, and groundbreaking research in this book will help you unleash your creative potential and make you a more successful developer.
Read on for more!
From Think like a CTO by Alan Williamson
If you aspire to be a CTO or are working as one, this book is for you. The CTO position is not well defined and this book will help you prepare for or carry out work as a CTO. It will also help you (the CEO, CFO, or COO) decide what sort of professional you want to hire as a CTO and what their job should be.
Read on to find out more.
An excerpt from Grokking Concurrency by Kirill Bobrov
This article talks about the differences between the concepts of concurrency and parallelism and why it’s important to know what each is.
An excerpt from Grokking Concurrency by Kirill Bobrov
In this excerpt you will:
§ learn the details of the hardware that executes your programs
§ learn the organization of computer systems and common problems
§ learn how to choose the hardware suitable for your problem
From The Programmer’s Brain by Felienne Hermans
When you program, there are a lot of different types of things that you might be doing. In this article we dive into these different activities that you perform as you program.
From The Well-Grounded Python Developer by Doug Farrell
This article, excerpted from chapter 10, covers
§ Persisting Data
§ Database Systems
§ Database Structures
§ Modeling Data with SQLAlchemy
From Software Mistakes and Tradeoffs by Tomasz Lelek and Jon Skeet This article discusses the surprisingly tricky task of dealing with time and dates in your application. Take 40% off Software Mistakes and Tradeoffs by entering fcclelek into the discount… Continue Reading →
From Svelte and Sapper in Action by Mark Volkmann
This article delves into the Svelte REPL.
From Svelte and Sapper in Action by Mark Volkmann
This article delves into the Svelte REPL.
From Graph-Powered Machine Learning by Alessandro Negro
This article discusses managing data in graph-powered machine learning projects.