50 years of “The Art of Computer Programming” by Donald Knuth
A classic - the books and the guy
A classic - the books and the guy
Wonderful and instructive collection of python snippets for fun and profit.
Subreddit dedicated to the news and discussions about the creation and use of technology and its surrounding issues.
Amazing pretty visualizations in Python based on vega-lite platform
If you are coming to Ruby from another programming language there are a lot of good tips here!
DRY. Everything in moderation. On rules and knowing when to break them.
It’s always hard to remember all the different options that activerecord offers for manipulating data.
A good list. I know every single one and would generally agree with it. Some books are too high in the list and some too low. But an excellent starting point.
There are many of these building blocks. Use this to mock a web service that your system depends on. That way you can test your system without incurring the costs (in money and time) of calling the service.
I hope these are all public domain. Can't check them all. But I assume so because it's on Github
A pretty nice concept for patterns in python.
very useful gem to send all kinds of notification from Rails. Haven't tested it myself.
Always nice to see alternatives to devise but this is just as complicated. I haven’t used it but my question is how much of the user facing UI does it provide and how do you customize it?
One liners are always fun to learn.
For robot reasons I have been diving into linear algebra and have done a pretty thorough search of resources for this. This is one of the pretty simple summaries.
Some ideas on naming. Doesn’t take into account conventions or idioms from specific languages.
A command-line tool and library for generating regular expressions from user-provided test cases - pemistahl/grex