PHP Streaming and Output Buffering Explained

Imran Latif dives deep into streaming and output buffering in PHP, explaining the ins and outs on various demos. Tune in to streamify your app. Got a bit understanding. Test the code but see some unexpected result. Or probably just didn’t fully understand yet. Source: PHP Streaming and Output Buffering Explained

18 Critical Oversights in Web Development

George Fekete expands on previous posts about common PHP mistakes by listing 18 critical oversights in PHP and general web development Long read. Good list. Honestly, done not all of them. Wonder how to apply these on WordPress theme development. Source: 18 Critical Oversights in Web Development

What’s the Best Programming Language to Learn in 2016?

It’s the start of a new year, so it’s natural to start thinking about your future life and career choices. Source: What’s the Best Programming Language to Learn in 2016? Rather different with previous one. It starts with several survey results. But like it said, never choose a language from survey results And like the closing […]

Ternary Operators Considered Harmful – Press Up

Conditionals are, if we’re honest, an embarrassingly large part of most programs deployed in the world. I say “embarrassingly” because a two-year-old understands conditionals, and we as developers often fancy ourselves creators of vast systems of profound, innate, and valuable complexity. Sometimes our use of conditionals is just for making a series of little form […]

Watch: Understanding Android and Java

Android development uses the popular Java programming language. In this video we look at the basics of Java and the additions that Android brings to it. So Android is basically Java. This is nostalgic. Bring back memories ???? Source: Watch: Understanding Android and Java