How a Kalman filter works, in pictures | Bzarg
Link: How a Kalman filter works, in pictures | Bzarg: "Ive been doing a deep dive on Kalman Filters. Here are one of the best explanations. Beware it's hard."
How a Kalman filter works, in pictures
Link: How a Kalman filter works, in pictures: "Kalman filters are a mathematical process for smoothing out a noisy signal (its more complicated than that ) its a central algorithm in robotics and real time sensing systems in general."
How and why should you use JSON API in your Rails API? - Arkency Blog
Link: How and why should you use JSON API in your Rails API? - Arkency Blog: "How and why should you use JSON API in your Rails API? Crafting a well-behaving API is a virtue. It is not easy to come up with good standards of serializing resources, handling errors and providing HATEOAS utilities to your design. There are a lot application-level concerns you need to make - whether you want to send back responses in mutation requests (like PUT/PATCH/POST requests) or just use HTTP headers. And it is hard - and by hard I mean you need to spend some time to get it right. There are other things you need to be focused on which are far more important than your API. Good under..."
How bad can it git? Characterizing secret leakage in public GitHub repositories
Link: How bad can it git? Characterizing secret leakage in public GitHub repositories: "Everyone knows by now to never put secret keys in code, right?"
How do I know whether my Rails app is thread-safe or not?
Link: How do I know whether my Rails app is thread-safe or not?: "Quite good explanation of thread safety in Ruby apps"
How do I use Ruby for shell scripting? - Stack Overflow
Link: How do I use Ruby for shell scripting? - Stack Overflow: "I have some simple shell scripting tasks that I want to do For example: Selecting a file in the working directory from a list of the files matching some regular expression. I know that I can d..."
How not to structure your database-backed web applications: a study of performance bugs in the wild
Link: How not to structure your database-backed web applications: a study of performance bugs in the wild: ""
How the Boeing 737 Max Disaster Looks to a Software Developer
Link: How the Boeing 737 Max Disaster Looks to a Software Developer: "A great analysis of this terrible example of the impact of bugs"
How to Approach Machine Learning Problems
Link: How to Approach Machine Learning Problems: "This article explains how to approach machine learning problems and discusses the pros and cons of neural networks."