Explore >> Select a destination


You are here

www.code-spot.co.za
| | chaosinmotion.com
14.9 parsecs away

Travel
| | A design pattern is defined as "general, reusable solution to a commonly occurring problem within a given context in software design." The idea is that when you encounter a problem, it provides a ready to use template for helping to solve that problem. If you look at the Wikipedia article linked above, we then drop...
| | rcoh.me
13.2 parsecs away

Travel
| | As I was learning to program, Python lists seemed totally magical to me. I imagined them as being implemented by some sort of magical datastructure that was part linked-list, part array that was perfect for everything. As I grew as an engineer, it occurred that this was unlikely. I guessed (correctly) that rather than some sort of magical implementation, it was just backed by a resizable array. I decided to read the code and find out.
| | www.laurentluce.com
12.5 parsecs away

Travel
| |
| | cutebouncingbunnies.wordpress.com
57.7 parsecs away

Travel
| In the early days of computing there was no discipline of user interface design. Of course, when we started figuring out that it was 'a thing', nobody really knew the elements. There was a camp that said that the way to teach users to do the right things was for it to be painful to...