This is the list of articles that I have read. Most of the articles are tech-related topic. There are some great lists which we could found from Dan Luu. His collection of post-mortems and debuggin-stories are great.
Debug
- The story of one latency spike CloudFlare team has shared a great story of how they debugged and found the latency inside Linux kernel.
- A millisecond isn't fast Julia Evans wrote an article to summarize her experience to make one function in Scala 100x faster.
- How I fixed Atom David writes a great article to sum up his debugging. After reading, I have known one more term Catastrophe strikes
- How we caught the CCL rouge train with data the authors share how they use data to find to rouge train. It is not exact debug story but still interesting to read.
Courses and Challenges: Some links that could help us build our CS skills.
- CS231n: Convolutional Neural Networks for Visual Recognition This course is from Stanford. It provides us a general view of machine learning as well as deep learning. If you have or have not had any experience with machine learning, it is still worth a try. The notes are so well written and intuitive.
- SEED lab It provides us a bundle of hand-on exercises to understand computer security.
- Over the wire: A lot of challenges in security area.
- Reverse Engineer Challenge: Its title tells all.
- Stockfighter Capture the flag challenge
Jobs: Some links to find jobs
- Jobs In Tech
- Golang jobs Jobs for Golang developers.
Maths
- An Interactive Guide To The Fourier Transform Intuitive explanation of Fourier Transformation.
- Visual Information Theory
Linux
Mics