
Mitch Spano
Mitch Spano is a Senior Application Engineer at Google
Mitch Spano is a Senior Application Engineer at Google
Apex is a native language that is a service-side, structured, and object-oriented language. It supports creating objects, interfaces, and classes and supports object-oriented capabilities like Abstraction, Encapsulation, Polymorphism, and Inheritance. Blog Post: Check our blog post on Object Oriented Programming. Recording: Check session When : Mon 12 Sept 2022 09:00 AM EST ( 6:30 […]
The Singleton pattern is a creational pattern that helps you instantiate objects in a particular way. It allows for the existence of only one instance of an object, but everyone has global access to that object. Singletons can help improve performance and reduce memory footprint When : Mon 14 Sept 2022 09:00 AM EST […]
The strategy pattern is a behavioral pattern that helps you control dynamic application flow. This pattern allows us to define a family of algorithms through multiple classes which implement an interface. The choice of which implementation to use is determined at runtime. Title: Strategy Design Pattern in Apex When: SAT 12 NOV 2022 10:00 AM […]
How does google use its Infrastructure to enable DevOps for Salesforce Projects? Join Google engineer Mitch Spano to learn about how they build development pipelines from the ground up and will show you how google did it. Title: Salesforce DevOps at Google: A Peek Behind the curtain When: SAT DEC 10, 2022 10:00 AM […]
The builder pattern is a creational pattern – it helps you to instantiate objects in a particular way. This pattern allows you to construct complicated objects step by step. Builders help to populate immutable private variables at construction without multiple position-based constructor arguments. Title: Builder pattern in Salesforce When: SAT 03 DEC 2022 10:00 […]
Most of us are familiar with PMD warnings when writing Apex in Visual Studio Code, but PMD can do much more than that. Join us as we learn how to craft our own rules using Java and enforce them automatically when code changes are proposed. Title: Codify and Enforce your Organization’s Apex Standards Time: SAT […]
Break free from the limitations of page layouts and record types to let record pages evolve to suit the needs of your users Title: Break Free with Evolve Forms Time: SAT NOV 04, 2023 – 10:00 AM EST Speaker: Mitch Spano RSVP: Register here. Please subscribe to our YouTube Channel to get a notification for new […]