Skip to content

Instantly share code, notes, and snippets.

@peacefixation
Last active December 15, 2020 23:24
Show Gist options
  • Save peacefixation/65be806fcaf6a431f34a11947872ba7e to your computer and use it in GitHub Desktop.
Save peacefixation/65be806fcaf6a431f34a11947872ba7e to your computer and use it in GitHub Desktop.
Reading list
Math for programmers, http://www.elegantcoding.com/2011/06/math-for-programmers-tng.html
How To Design Programs, https://htdp.org/
Structure And Interpretation of Computer Programs, http://mitpress.mit.edu/sites/default/files/sicp/index.html
Category Theory, https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
Pivot Table with Java Streams, https://dzone.com/articles/java-pivot-table-using-streams
Why you should know just a little AWK, https://gregable.com/2010/09/why-you-should-know-just-little-awk.html
How to Write a Spelling Corrector, http://norvig.com/spell-correct.html
Writing a Unix shell, https://indradhanush.github.io/blog/writing-a-unix-shell-part-1/
Metaballs, https://varun.ca/metaballs/
Simulating Vines, https://maissan.net/articles/simulating-vines
Graphics blog, http://iquilezles.org/www/index.htm
Ignition! An Informal History of Liquid Rocket Propellants, https://www.rutgersuniversitypress.org/ignition/9780813595832
Moke Bostock (D3), https://bost.ocks.org/mike/
Interpolate Colours, https://jsfiddle.net/002v98LL/
Google Development Training Resources, https://techdevguide.withgoogle.com/paths/
A first course in differential equations, http://people.uncw.edu/hermanr/mat361/ODEBook/
Programmers Handbook, https://cses.fi/book/book.pdf
Everything You Need To Know About SVG , https://css-tricks.com/lodge/svg/
Simulating Blobs of Fluid, https://peeke.nl/simulating-blobs-of-fluid
The Secrets of Colour Interpolation, https://www.alanzucconi.com/2016/01/06/colour-interpolation/2/
QuickCheck Testing in Golang, https://itnext.io/quickcheck-testing-in-golang-772e820f0bd5
Testing Go with QuickCheck, https://medium.com/@richardlayte/testing-go-with-quickcheck-5d845467b761
What every computer science major should know, http://matt.might.net/articles/what-cs-majors-should-know/
Practical Cryptography With Go, https://leanpub.com/gocrypto/read
Brain, https://leowid.com/brain-facts/
Go Electron App, https://hackernoon.com/how-to-add-a-gui-to-your-golang-app-in-5-easy-steps-c25c99d4d8e0
Fun Fun Function, https://www.youtube.com/watch?v=mchoEOXGskU
Practical Go, https://dave.cheney.net/practical-go/presentations/qcon-china.html
Immersive Linear Algebra, http://immersivemath.com/ila/index.html
Write yourself a Git, https://wyag.thb.lt/
Writing LaTeX quickly in Vim, https://castel.dev/post/lecture-notes-1/
Relearning Matrices as Linear Functions, https://www.dhruvonmath.com/2018/12/31/matrices/
Longest Common Subsequence (Diff), http://wordaligned.org/articles/longest-common-subsequence
GNU coreutils decoded, https://www.maizure.org/projects/decoded-gnu-coreutils/chmod.html
Ultimate Go, https://github.com/hoanhan101/ultimate-go
Introduction to D3, https://wattenberger.com/blog/d3#intro
Changelog Podcast, https://changelog.com/podcast
Mathematics: Its Content, Methods and Meaning (3 Volumes in One), https://www.amazon.com/Mathematics-Content-Methods-Meaning-Volumes/dp/0486409163
React Hooks, https://wattenberger.com/blog/react-hooks
Your Makefiles are wrong, https://tech.davis-hansson.com/p/make/
Linked lists, pointer tricks and good taste, https://github.com/mkirchner/linked-list-good-taste
How I write HTTP services after eight years, https://pace.dev/blog/2018/05/09/how-I-write-http-services-after-eight-years.html
A clean way to implement database transaction in Golang , https://dev.to/techschoolguru/a-clean-way-to-implement-database-transaction-in-golang-2ba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment