Chris Lush 12th July 16 Securing client-side public API access with OAuth 2 and Symfony The OAuth standard is a staple in many APIs today, with Microsoft, Twitter, GitHub, Facebook, etc. all using the protocol in their implementations... Read more Tags: PHP, Web development, Symfony, API, OAuth
David Bennett 4th August 16 Better Android software development: MVVM with RxJava After developing a cross-platform mobile application in Xamarin, working with the MvvmCross framework to increase the amount of shared code... Read more Tags: Android, Mobile app development, Testing, API, Architecture, Design pattern
Chris Lush 10th November 17 How to verify phone numbers with PHP, Symfony, and Twilio In this post I'm going to demonstrate how to effectively integrate Twilio in a Symfony project by implementing phone number verification.... Read more Tags: PHP, Web development, Symfony, Doctrine, API, Twilio