-
Object-oriented programming in a Gutenberg world
•
Continue Reading: Object-oriented programming in a Gutenberg worldSo now that we know why object-oriented programming might be good for your next WordPress plugin, let’s try it with a plugin that creates custom Gutenberg blocks.
-
Object-oriented programming in WordPress plugins
•
Continue Reading: Object-oriented programming in WordPress pluginsCreating a WordPress plugin is pretty simple. It’s just another functions.php file, right? But what if you tried creating a plugin with object-oriented programming.
-
You’re not a programmer, you’re a problem solver
•
Continue Reading: You’re not a programmer, you’re a problem solverOne of the best things I learned when taking CS classes at the University of Texas was that we are not coders or programmers; we are problem solvers. And that’s a great way to look at it.