InfoQ Homepage Development Content on InfoQ
-
Exploiting Common iOS Apps’ Vulnerabilities
Ivan Rodriguez walks through some of the most common vulnerabilities on iOS apps and shows how to exploit them.
-
Break Your App before Someone Else Does
Ana Baotić discusses how to verify the code of an application for possible errors, focusing on Android apps.
-
Records and Sealed Types - Coming Soon to a JVM Near You!
Ben Evans talks about the recent changes in the Java language (Records, Sealed Types) and shows how big ideas in language design sometimes start from surprisingly small implementation details.
-
Quantum Computing Deep Dive
Johnny Hooyberghs introduces Quantum Computing, explaining why it matters, what a qubit and superposition are, what IBM and Microsoft are doing in this area, and some of the algorithms used.
-
Next Generation Client APIs in Envoy Mobile
Jose Nino guides the audience through the journey of Mobile APIs at Lyft, focusing on how the team reaped the benefits of API generation to experiment with the network transport layer.
-
Understanding CPU Microarchitecture to Increase Performance
Alex Blewitt presents the microarchitecture of modern CPUs.
-
Spring Cloud Function: Write Once, Run Anywhere (for Real!)
Oleg Zhurakousky discusses the following Java APIs: Supplier, Function, and Consumer, as well as the Spring Cloud Function framework.
-
Pick Your Region: Earth; Cloudflare Workers
Ashley Williams discusses what affects the performance of web applications and how Cloudflare helps with that.
-
Git Best-Practice - Keeping a Diary
Jachim Coudenys shows how to benefit from historical comments through versioning in Git.
-
Testing Offline-First Mobile Applications
Joe Keeley describes his adventures implementing and testing an offline first mobile app using Google’s Firebase tools, including auth, image hosting, and data setup using Google’s Firestore.
-
Understand the Trade-offs of Using Compilers for Java Applications
Mark Stoodley examines some of the strengths and weaknesses of the different Java compilation technologies, if one was to apply them in isolation.
-
Safe Refactoring!
Jakub Pilimon talks about "Blue/Green Refactoring with Parallel Models".