Explore >> Select a destination


You are here

www.greyblake.com
| | www.softdevtube.com
6.8 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | doughellmann.com
6.6 parsecs away

Travel
| | [AI summary] A comprehensive book review and table of contents for The Python 3 Standard Library by Example, aimed at intermediate programmers learning Python's built-in modules.
| | 128bit.io
5.7 parsecs away

Travel
| | If you have looked over a number of my postings, you can tell that I enjoy playing around with noSQL databases but for this posting I wanted to look at something a bit lower level. LevelDB is a on-disk key/value store that is written by Google. It's based on concepts from Google's BigTable database system without sharing any of the code. You can think of LevelDB in the same way as something like SQLite.
| | macoy.me
25.7 parsecs away

Travel
| [AI summary] This is a comprehensive overview of Cakelisp, a programming language designed to enhance developer productivity while maintaining high performance. The language combines powerful code generation, modification, and a built-in build system to streamline the development process. It emphasizes trust in the developer's ability to create programs efficiently, while also providing tools for complex project management and optimization.