HackerNews Readings
40,000 HackerNews book recommendations identified using NLP and deep learning

Scroll down for comments...

Active Measures: The Secret History of Disinformation and Political Warfare

Thomas Rid, Derek Perkins, et al.

4.5 on Amazon

3 HN comments

The Kubernetes Book: Updated April 2021

Nigel Poulton

4.4 on Amazon

2 HN comments

Machine Learning with R: Expert techniques for predictive modeling, 3rd Edition

Brett Lantz

4.6 on Amazon

2 HN comments

Enchanted: A History of Fantasy Illustration

Jesse Kowalski, Rusty Burke, et al.

4.6 on Amazon

2 HN comments

Head First JavaScript Programming: A Brain-Friendly Guide

Eric Freeman and Elisabeth Robson

4.6 on Amazon

2 HN comments

Python Programming Language

Berajah Jayne

4.6 on Amazon

2 HN comments

The Site Reliability Workbook: Practical Ways to Implement SRE

Betsy Beyer , Niall Richard Murphy , et al.

4.7 on Amazon

2 HN comments

Python Programming: An Introduction to Computer Science, 3rd Ed.

John Zelle

4.6 on Amazon

2 HN comments

Unit Testing Principles, Practices, and Patterns: Effective testing styles, patterns, and reliable automation for unit testing, mocking, and integration testing with examples in C#

Vladimir Khorikov

4.8 on Amazon

2 HN comments

Machine Learning for Algorithmic Trading: Predictive models to extract signals from market and alternative data for systematic trading strategies with Python, 2nd Edition

Stefan Jansen

4.5 on Amazon

2 HN comments

Decode and Conquer: Answers to Product Management Interviews

Lewis C. Lin

4.5 on Amazon

2 HN comments

Hands-On Programming with R: Write Your Own Functions and Simulations

Garrett Grolemund and Hadley Wickham

4.5 on Amazon

2 HN comments

The Alignment Problem: Machine Learning and Human Values

Brian Christian and Brilliance Audio

4.6 on Amazon

2 HN comments

Building Mobile Apps at Scale: 39 Engineering Challenges

Gergely Orosz

5 on Amazon

2 HN comments

Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics

Jennifer Robbins

4.6 on Amazon

2 HN comments

Prev Page 11/16 Next
Sorted by relevance

spawarottionSep 24, 2020

Came here to say exactly that. The author is advocating for mockist style of unit testing, which is quite terrible for many, many reasons. What you are describing is classic unit testing, and this is the way to go.

Good article and book about it:

- https://enterprisecraftsmanship.com/posts/unit-testing-depen...

- Unit Testing Principles, Practices, and Patterns

user_agentonMar 21, 2021

'How do you unit test your code without mocks?'

I strongly recommend reading "Unit Testing: Principles, Practices, and Patterns" by Vladimir Khorikov.

That's going to answer your question and will unveil a whole world of testing without mocking (not that it's better or worse than with mocks). It might be a single best book about unit testing in general.

Built withby tracyhenry

.

Follow me on