Simplify Bank Statement Normalization

Anti-IF Workshop

Live Online with Francesco Cirillo
December 16 - 17 - 18, 2024
Monday to Wednesday
07:30 AM EST - 11:00 PM EST (New York)
01:30 PM CEST - 05:00 PM CEST (Berlin)
04:30 PM GST - 08:00 PM GST (Dubai)
3 Days | 10.5 Hours Total | 3.5 Hours per Day

Register

Individual Enrollment

First 2 New Clients: $240 per participant
Next 3 New Clients: $255 per participant
Standard: $525 per participant

Group Enrollment

Small Team (2-4 participants): $315 per participant
Medium Team (more than 4 participants): $262.50 per participant

The Challenge

  • Are you tired of dealing with different bank statement formats from multiple accounts?
  • Struggling with complex, unwieldy code filled with IF statements to handle data validation and processing?
acme-bank.csv
Date,Description,Amount,Balance
2024-01-01,Opening Balance,,1000.00
2024-01-03,Coffee Shop,-5.00,995.00
2024-01-05,Salary,2000.00,2995.00
2024-01-10,Groceries,-150.00,2845.00
2024-01-15,Utility Bill,-100.00,2745.00
2024-01-20,Rent,-800.00,1945.00
2024-01-25,Transfer from Savings,500.00,2445.00
pioneer-savings.csv
Transaction ID,Date,Account Number,Type,Description,Amount,Currency
1,2024-01-01,12345678,Credit,Opening Balance,1000.00,USD
2,2024-01-03,12345678,Debit,Coffee Shop,-5.00,USD
3,2024-01-05,12345678,Credit,Salary,2000.00,USD
4,2024-01-10,12345678,Debit,Groceries,-150.00,USD
5,2024-01-15,12345678,Debit,Utility Bill,-100.00,USD
6,2024-01-20,12345678,Debit,Rent,-800.00,USD
7,2024-01-25,12345678,Credit,Transfer from Savings,500.00,USD

The Solution

This workshop will show you how to handle complexities effectively, leading to more adaptable and efficient software design.

  • Normalize Various Bank Statement Formats: Convert different formats into a single, uniform structure.
  • Eliminate Complex IF Statements: Reduce reliance on the IF strategy to simplify your code.
  • Enhance Data Consistency: Make dates, amounts, and text consistent across all statements.
  • Adapt Across Domains: Apply these techniques to any data domain, improving the versatility and efficiency of your programming skills.

Key Takeaways

  • Streamline Financial Data Processing: Master the art of normalization without extensive IF statements.
  • Improve Code Maintainability: Learn strategies that make your code easier to maintain and grow.
  • Boost Versatility: Discover methods that can be applied beyond banking to any data domain.

Additional Details

  • Recording Access: Participants will have access to the session recording for 30 days post-workshop.
  • Student Discounts: Students studying software architecture, computer science, or software engineering can email us for a chance to receive a voucher for a full discount on the workshop fee.
  • Limited Spaces: Secure your spot today and start transforming the way you develop software!

Join us to revolutionize your approach to programming and data handling!

Register

Bank Statement Workshop

Direct Interaction

Francesco will personally answer your questions, offering detailed explanations and tailored support.

Access to Recording

Receive access to the workshop recording for one month, allowing you to review the content at your convenience.

Platform: Zoom

Conducted on Zoom, ensuring easy access from anywhere and effective, interactive participation.

Certificate of Participation

Obtain a certificate at the end of the workshop, validating your participation and the skills acquired. Enroll today to transform your understanding of TDD and elevate your programming skills!

Register

Related Products

Bank Statement Explained Ebook

Dive deeper into the concepts taught in our workshop with this detailed guide. Packed with explanations and insights, it's the perfect companion for anyone serious about mastering TDD with the Diamond Kata. (Note: This ebook is sold separately and is not included in the workshop.)

Available from December 16, 2024

Bank Statement Diagrams Ebook

Visual learners will appreciate this diagrams-rich ebook that complements the textual explanations with clear, informative visuals. Enhance your understanding of complex concepts through engaging diagrams. (Note: This ebook is sold separately and is not included in the workshop.)

Available from December 16, 2024

Bank Statement Video Course

Prefer learning at your own pace? Our streaming video course covers similar topics to the workshop but allows you to revisit the content anytime. (Note: Access to this video course is sold separately and is not included in the workshop.)

Available from December 16, 2024

GitHub Repository with Source Code

Implement what you've learned by accessing all the source code used in our workshop and courses. Explore, modify, and test the code at your own pace. (Note: GitHub repository access is sold separately and is not included in the workshop.)

Available from December 16, 2024

Upcoming Events

Topics for Discussion

UNDERSTANDING OBJECTS AND POLYMORPHISM

By using polymorphism, you can avoid multiple if or switch statements and instead rely on overridden methods to achieve the same logic.

USE DESIGN PATTERNS

Design patterns, like State, Strategy, and Command patterns, can help encapsulate variations in behavior, thereby reducing the need for conditional logic.

KEEP METHODS/PURPOSE SMALL

Methods should ideally have a single responsibility. When methods start having multiple responsibilities, it increases the likelihood of numerous if statements.

CONFIGURATION OVER CONDITIONALS

Sometimes, system behavior can be controlled using configurations of objects rather than hard-coded if statements.

USE TABLE-DRIVE METHODS AND LAMBDA FUNCTIONS

Leverage data structures and higher-order functions to streamline decisions, making code more flexible and easier to modify without numerous conditionals.

RULE ENGINES

For very complex decision-making logic, rule engines might be a better fit than having layers of nested if conditions.

REACTIVE PROGRAMMING

Harness the power of data flows and change propagation. Reactive programming allows for dynamic reactions to data changes, reducing the need for explicit conditional flow controls.

Benefits

Enhanced Readability

Minimize reliance on conditionals, making code clearer and easier to understand.

Robust Design

Master patterns and techniques that result in sturdier and more maintainable software architectures.

Agile Structures

Learn to create code structures that are easily adaptable and configurable without rewriting core logic.

Practical Application

Engage in real-world examples and exercises, ensuring you can apply what you've learned immediately.

Continuous Learning

Gain post-workshop access to resources and an online community for further questions and continuous growth.


Who Is It For?

If you've ever found yourself saying "it can't be done" in response to a request for change, or if you've reacted with "why didn't they tell us earlier?" If you're a CTO who believes your software is in good health, yet you find yourself asking your clients to limit their requests for new features... perhaps you should have signed up earlier... but maybe there's still time.

Anti-IF Diploma

No, you will not receive a diploma for merely participating in this workshop. Why? Because you haven't yet demonstrated your ability to transcend the IF Strategy with a more effective approach. We challenge you: send us an article detailing how you eliminated a problematic "if" from your codebase, a move that spared you an entire weekend of additional work. Or better, show us how you built your feature without using the IF Strategy and favored the immediate delivery of an unpredictable change request. Achieve this, and you will ascend to the esteemed rank of Conditional Commander. Join the Ranks.

Anti-IF Editions

So far, we have planned 3 editions of the Anti-IF Workshop. The first edition will take place in May, followed by the second in July, and the third in October. Each edition is uniquely designed around a set of challenging software features to be developed. This offers participants a live opportunity to interact with Francesco and immerse themselves in solving real-world software design challenges.

Digital Course

For those unable to attend the live workshops, there's an alternative way to benefit from Francesco's expertise. We offer a digital course option, where you can purchase video courses related to each workshop edition. In these courses, Francesco meticulously demonstrates how he approached and solved each design challenge, providing valuable insights and techniques that you can apply to your own software development projects.

TRAINER

...

Francesco Cirillo

Francesco’s journey in software spans over 30 years, influencing startups, corporates, and individual consultants.

A seasoned mentor, he has impacted countless professionals and teams. From his early days with Sun Microsystems to pioneering Agile Methods and creating XPLabs, Francesco's mark on the software industry is profound.

Notably, he's the creator of the groundbreaking Pomodoro Technique, a time management method embraced worldwide, as well as the visionary behind the Anti-IF Programming philosophy, challenging conventional coding practices.

Testimonials

Carlo Garatti

"If your question is about how to write valuable software, this program is for you!! Through one-on-one lessons with Francesco you will learn how to fit the right techniques and tools in the exact phases of the software development cycle. You will fix and apply these ideas in real cases. And, last but not least, in an enjoyable way!"

Alessandro Ruzzon

"What did I like the most? In this workshop the theory part matches up with the practical part. You don't only hear WHAT TO DO but also HOW TO DO IT, and you start practicing it right away in the labs! That's really what the Workshop is about: real-life practice aimed at consolidating theoretical notions. This approach helps in understanding problems"

Break the Chains of Conditionals!

Faq

Originated by Francesco Cirillo in 2007, the Anti-IF Programming approach has transformed how many perceive IFs and conditionals in software design. At the heart of software design lies a simple yet potentially dangerous tool: the conditional 'IF' statement. Undeniably foundational, its use to handle changes in a growth context, dubbed the "IF Strategy", can be a silent saboteur, complicating code and tangling logic. The IF Strategy can lead to debugging problems, never-delivered user stories, technical debt, entangled design, frictions in the team and other inefficiencies. In essence, the IF Strategy can escalate costs and delay software delivery times while degrading internal quality.

While some familiarity with programming concepts is beneficial, the workshop is designed to be comprehensive. If you're keen to learn, this workshop will provide valuable insights into advanced programming techniques.

Yes, all attendees will receive a digital booklet covering workshop content, sample code, exercises, and further reading recommendations.

Absolutely! The workshop emphasizes practical application, and there will be several exercises throughout the day to reinforce learning.

While the examples might be in a specific language, the principles of Anti-IF programming are universal and can be adapted to most modern programming languages.

We encourage continuous learning! You'll have access to an online forum for one month post-workshop where you can ask questions and interact with fellow attendees and the instructor.

Questions