How to Set Up Charles Proxy for an iOS Simulator
Here at Detroit Labs we use Charles Proxy to debug and test our mobile applications. By recording and displaying the data sent and received by our mobile apps, we gain the visibility we need to reliably diagnose and fix problems
A Guide To Charles Proxy for Mobile Development
Raise your hand if you have a bad memory. Now raise your hand if you’ve ever used or heard about Charles Proxy. Here at Detroit Labs we use Charles because it’s a very powerful tool for debugging and testing mobile applications.
How I Survived My First Conference Talk as an Introvert
I have always considered myself to be an introvert, and as such, I never thought it was possible for me to speak at a conference. To take it a step further, I am a native Spanish speaker. So, as an
Introduction to Spring Data R2DBC with Kotlin
R2DBC is a specification that provides database connectivity in a non-blocking way. Spring Data R2DBC is one of the implementations of this specification. Reactive Connectivity for Relational Databases is still relatively new and if, like me, you are working with
Managing Database Migrations with Liquibase and Spring Boot
When I worked on my first Backend project, I realized how useful it was to have a process that allows you to track and manage changes in the Database and to be able to do it in a way that