/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

michaelscodingspot.com
| | swreflections.blogspot.com
2.8 parsecs away

Travel
| | [AI summary] The article explains how the Pareto principle applies to software development, offering insights on coding priorities, bug management, feature selection, and project estimation.
| | simpleprogrammer.com
4.0 parsecs away

Travel
| | What Languages to Learn, How to Structure Code, Algorithms & Data Structures, Methodologies, Source Control, Object Oriented Design, Frameworks or Stack ...
| | www.softdevtube.com
3.3 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
| | chaosinmotion.com
19.4 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...