PHP, as its official website states, is a popular general-purpose scripting language that is especially suited to web development. However, many PHP developers don't pay close attention to how exactly...
We’ve used reflection in our Spacetraders command-line client to automatically build information for the Help command. While powerful, PHP’s Reflection API is cumbersome and verbose, which led to the...
Over the next few months, we'll be diving into the world of cryptography together. We'll start with the basics of traditional asymmetric cryptography, then move on to more advanced topics like ellipti...
Throughout this year, Education Station has been dedicated to helping you design and start to build your application, whatever it is. From taking advantage of new features in PHP to how to structure y...
I've been attending conferences since 2003 and spoke at my first event in 2005. I would say with no hesitation that I owe my entire career to a decision I made more than 20 years ago to go to an event...
PHP, originally conceived as a simple set of "Personal Home Page" tools by Rasmus Lerdorf in 1994, has evolved into one of the most dominant server-side scripting languages, powering over 79.2% of web...
As experienced developers, one of the most important things we can do is pass on our knowledge to the next generation. To do so, we have to meet them where they are and through various channels. by Sc...