|
You are here |
blog.startifact.com | ||
| | | | |
existentialtype.wordpress.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | You can check out a YouTube recording of a talk based on this blog post. | |
| | | | |
yieldcode.blog
|
|
| | | Take a good look at the following function and try to understand what it's doing. function do_magic(a, b) { return a + b; } | ||