Flexible API Design: Create Hooks for Your PHP API Pipeline

Here’s a great article from SitePoint Designing application programming interfaces (APIs) can be a challenging endeavor. Good APIs have simple interfaces that are straightforward and easy to use. Behind this simple interface can be many complex system interactions, and those interactions can really muddy the waters of an otherwise clearly defined endpoint task. Over time, […]

Saving Data on Android [SUBSCRIBER]

Here’s a great article from Ray Wenderlich | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more <h2>Save Data on Android!</h2> <p>Persisting data has always been a fundamental part of any app. Saving data locally or remotely with modern techniques for synchronization allows your app to always be up-to-date, reactively presenting fresh data.</p> […]

Top 5 JavaScript Trends in 2021

Here’s a great article from The Crazy Programmer What are the most vital characteristics that developers seek in a JavaScript framework? There is no definitive answer, but there might be some insight to glean from exploring performance, speed, and popularity. For starters: Performance (how long it takes for your application’s code to execute), Speed (how […]

8 Digital Marketing Myths to Stop Believing

Here’s a great article from WebFX Blog “Digital marketing isn’t affordable.” “Search engine optimization (SEO) doesn’t work!” “You have to post on every social media platform.” What do all these statements have in common? Well, they’re digital marketing myths. Digital marketing myths aren’t uncommon, but they are detrimental to understanding the effectiveness of digital marketing […]

Android Test-Driven Development by Tutorials [SUBSCRIBER]

Here’s a great article from Ray Wenderlich | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more <h2>Learn Test-Driven Development on Android!</h2> <p>Writing apps is hard. Writing testable apps is even harder, but it doesn’t have to be. Reading and understanding all the official Google documentation on testing can be time-consuming — and […]