author image

Vincent Pradeilles

4 Posts by this author
post-thumb

Marketing vs Engineering, finding common ground (TeX Show Replay)

The TeX Show?

After 10 years of organizing the TechForum (an internal event within Worldline gathering more than 900 attendees to discover around 50 conferences animated by Worldliners from all around the world during 2 days), a global pandemic made events’ organizers imagine new ways of sharing discoveries and learning experiences within the company.

Read more Details
post-thumb

Advanced debugging with Xcode 🐛

When used correctly, debugging tools can help developers save a massive amount of time. Consider, for instance, the most basic breakpoint: it enables us to halt the execution of a program in order to analyze it step-by-step. Now just think how long that process would take if you had to implement it manually, by adding outputs to the console at every line. Things would get quickly out-of-hand and unmanageable.

Read more Details