Lino Schildenfeld gave a presentation about APEX RESTful services and Stripe. He is an APEX manager for New Zealand and Australia with over 10 years of Oracle development experience. He discussed the differences between SOAP and REST architectures for web services. REST uses HTTP methods like GET and POST and returns data in JSON format, while SOAP uses XML envelopes. He demonstrated how to create RESTful web services in APEX using the apex_web_service API and consuming external REST APIs.