I love Matthew Rocklin’s (the maintainer of Dask) blog https://matthewrocklin.com/
Ask HN: What are good solo developer blogs that you enjoy reading?
31–40 of 159 posts
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#32Looks like nobody has mentioned https://daringfireball.net/ yet.
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#33I personally enjoy https://jalammar.github.io/ and https://mlexplained.com/- For machine learning & deep learning stuff
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#34Looks like nobody has mentioned https://daringfireball.net/ yet.
That's hardly a developer blog though. It's mostly commentary on Apple's business practices and products.
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#35Dan LeMire
John Regehr
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#36www.yegor256.com
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#37This is a true solo developer:
It looks like this thread is turning into general blog recommendations. I like these, and they haven't been listed:
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#38[deleted]
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#39For reverse engineering, Rolf rolles.
Re: Ask HN: What are good solo developer blogs that you enjoy reading?
#40Whenever I evaluate a technology stack for microservice architecture viability, I implement the same feature identical polyglot persistent microservice then run it through the same load test as all the others. In that way, I can compare and contrast these various technology stacks. I blog about the results here.
So far, I have covered clojure on ring, scala on finatra, java on dropwizard, javascript on node, python on flask, scala on scalatra, java on spring boot, go, and typescript on apollo (graphql).