/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

blog.startifact.com
| | existentialtype.wordpress.com
6.5 parsecs away

Travel
| | While reviewing some of the comments on my post about parallelism and concurrency, I noticed that the great fallacy about dynamic and static languages continues to hold people in its thrall. So, in the same "everything you know is wrong" spirit, let me try to set this straight: a dynamic language is a straightjacketed static
| | quentinpain.com
4.7 parsecs away

Travel
| | [AI summary] A comprehensive guide explaining Object-Oriented Programming principles, design patterns, and advanced PHP concepts including PHP8 features and SOLID guidelines.
| | kobzol.github.io
5.3 parsecs away

Travel
| | You can check out a YouTube recording of a talk based on this blog post.
| | yieldcode.blog
19.6 parsecs away

Travel
| Take a good look at the following function and try to understand what it's doing. function do_magic(a, b) { return a + b; }