Close
  • Home
  • About the Event
  • Speakers
  • Schedule
  • Tickets
  • Archives

    • December 2023
  • Categories

    • Uncategorized
  • Home
  • About the Event
  • Speakers
  • Schedule
  • Tickets
Buy Tickets
  • Home
  • About the Event
  • Speakers
  • Schedule
  • Tickets
Buy Tickets

VR & 3D

Tech Event

23-25 August 2022 @The times center Mahattan New York

JOIN THE BIGGEST

SOFTWARE INDUSTRY EVENT!

agentic ai

Agentic AI is set to revolutionize software development by making systems more autonomous, proactive, and adaptive. 

It enables software to make intelligent decisions, optimize code, and anticipate user needs, paving the way for a new generation of self-improving, dynamic applications.

SOFTCON brings together hundreds of business executives,

software professionals, and project managers in one event

Visionary Speakers
0 +
Worldwide Brands
0
Sessions & Workshops
0 +
Event Participants
0 +

Meet

Our Speakers

Mesut Durukal

Senior QA Automation Engineer, Indeed

Nithin SS

Head of QA, Lodgify

Arup Maity

CEO & Co-Founder, Xamun AI

Calen Legaspi

Founder, Chairman, Chief Scientist, Orange and Bronze Software Labs

Allan Tan

Founder / Chief AI Scientist, Predictive Systems Inc

Gian Santillan

Chief Technology Officer, Digital Innoventures Group

Raphael Jambalos

Head of Modernization and Security, eCloudValley Philippines

Kim Deloria

Senior Consultant, PlanIT New Zealand

Anamika Roychowdhury

Software Engineer, IBM India Software Lab

Neil Patrick Del Gallego, Ph.D.

Associate Professor / Chair, De La Salle University

REGISTRATION IS NOW OPEN

Shift Your

perspective

on digital

business

23-25 August 2022 @The times center Mahattan New York

Event

Schedules

  • Day 1

    Oct 28 Workshops

  • Day 2

    Oct 29 Workshops

  • Day 3

    Oct 30 Plenaries

  • SOFTCON Bytes

    Pre-conference workshops. 3 Fridays, 3PM

  • 09:00 - 10:00
    Opening & Welcome Remarks

    Opening & Welcome Remarks
    Where
    Virtual

  • Arup Maity
    10:00 - 11:00
    Building Enterprise-Grade Software end-to-end with AI-Native Platform
    By Arup Maity CEO & Co-Founder, Xamun AI

    The demand for custom software among large enterprises has increased dramatically over the past few years, yet the age-old challenges in software projects still exist. AI provides a way to rethink how software is built, addressing the inefficiencies across the software development lifecycle that ultimately makes better-quality apps built much faster.

    There has been immense growth in AI-powered tools for software development, and many tech and business leaders are left confused with the choices available in the market. This talk will provide insights to help decision-makers sift through the noise and select the best possible solution given their situation. The talk will also propose a framework wherein AI and ""humans in the loop"" will be working hand-in-hand to for requirements engineering tighter and software builds faster.

    In the context of software dev shops, the talk will be useful in understanding how AI helps achieve better internal efficiency across the SDLC so that teams are able to increase capacity and realize business growth.

    AI
    Where
    Virtual

  • ING
    10:00 - 11:00
    ING Workshop
    By ING ING HUBS PHILIPPINES

  • Workshop Speaker
    10:00 - 11:00
    Workshop
    By Workshop Speaker 

  • 11:00 - 11:10
    Screen break

  • Nithin SS
    11:10 - 12:10
    Battling the Toxicity of Flaky Tests in Continuous Testing
    By Nithin SS Head of QA, Lodgify

    Automated tests are crucial for efficient software development, but flaky tests that inconsistently pass or fail without code changes can severely undermine their value. Such non-determinism sends confusing signals to the team, making it difficult to interpret test results. This erosion of trust in the test suite leads to disregarding signals, integrating features with real failures, and nullifying the purpose of testing. Instead of speeding up progress, flaky tests slow it down, obscure actual bugs, and increase costs. As a result, automation in testing becomes a double-edged sword if not properly maintained.

    In this talk will examine the causes and consequences of flaky tests, particularly within Continuous Integration/Continuous Deployment (CI/CD) pipelines. We explore how flaky tests erode trust in test results, delay releases, consume resources, and mask genuine bugs.

    We delve into the common pitfalls of test automation that lead to increased maintenance overhead and decreased reliability. We also emphasize the importance of establishing testing guidelines, leveraging reporting tools, using artificial intelligence (AI), and documenting flaky tests to improve overall test suite health.

    I will also share practical and effective mitigation strategies, emphasizing the importance of code quality, design patterns, advanced tools, comprehensive logging, team collaboration, and regular reviews.

    Finally, we will discuss actionable steps for creating meaningful automated tests, focusing on principles derived from real-world situations from my experience. By adopting these strategies, engineers can build a more reliable and trustworthy test automation suite, leading to faster and more stable software releases.

    Key Takeaways:
    1. Evaluate how flaky tests can erode trust and slow down developments.
    2. Analyse the context and purpose of tests to avoid common pitfalls.
    3. Concrete strategies for identifying and mitigating flaky tests.
    4. Exploring the role of AI and reporting in creating reliable tests.

    Where
    Virtual

  • Workshop Speaker
    11:10 - 12:10
    Workshop
    By Workshop Speaker 

  • 12:10 - 13:00
    Lunch Break

  • 13:00 - 13:30
    Expo Hall Visit

  • Mesut Durukal
    13:30 - 14:30
    Building a Reliable Deployment Pipeline: Don't Let Tests Break Your Pipeline
    By Mesut Durukal Senior QA Automation Engineer, Indeed

    Learnings from this session include key take-aways such as:

    A checklist to choose automation tools and make the best use of them
    Tips to get rid of flakiness in the deployment pipelines
    A guideline to build a quality mindset and tips for a strong quality gate
    and a set of sample quality metrics to track the product and process maturity

    Testing
    Where
    Virtual

  • Workshop Speaker
    13:30 - 14:30
    Workshop
    By Workshop Speaker 

  • Allan Tan
    13:30 - 14:30
    AI Agents vs AI Agents
    By Allan Tan Founder / Chief AI Scientist, Predictive Systems Inc

    This session discusses the comparison of different agentic platforms and some best practices to making them effective.
    AI
    Where
    Virtual

  • 14:30 - 14:40
    Screen break

  • Anamika Roychowdhury
    14:40 - 15:40
    From Java 8 to Java 17: Exploring Upgrades, Gains and Pains
    By Anamika Roychowdhury Software Engineer, IBM India Software Lab

    Java 8, a cornerstone since its 2014 release, has long been integral to the Java application development landscape. However, the arrival of Java 17 in 2021 marked significant evolution in the ecosystem: it introduced a bunch of groundbreaking features that Java has introduced in a phased manner over the years. Let's delve into some of the pivotal new features available in Java 17, such as Text Blocks, enhancements to the String class, Sealed classes, Record Types, and Pattern Matching which aim to improve productivity, performance, readability, and extensibility of large-scale Java workloads.

    The session will also sneak-peak into potential challenges associated with migration to v17, such as modularity, deprecated or removed features, GC policies and much more.

    The session aims to help developers and organizations navigate the transition from Java v8 to v17, ensuring they can leverage the new capabilities effectively while managing the transition smoothly."

    Java
    Where
    Virtual

  • Vincent James Paz
    14:40 - 15:40
    Finding the Right Tool for your AI-Powered SDLC
    By Vincent James Paz Senior Principal Software Developer, Emerson

  • Calen Legaspi
    14:40 - 15:40
    DB Stuff App Devs Should Know
    By Calen Legaspi Founder, Chairman, Chief Scientist, Orange and Bronze Software Labs

  • 15:40 - 16:15
    Expo Hall Visit

  • Vince Urag
    16:15 - 17:15
    Glimpse of Elixir
    By Vince Urag Senior Software Engineer, Mindvalley Inc.

  • Kim Deloria
    16:15 - 17:15
    The Futures Triangle and Product Development
    By Kim Deloria Senior Consultant, PlanIT New Zealand

  • 09:00 - 10:00
    Opening & Welcome Remarks

    Opening & Welcome Remarks
    Where
    Virtual

  • Workshop Speaker
    10:00 - 11:00
    Workshop
    By Workshop Speaker 

  • Gian Santillan
    10:00 - 11:00
    Software Engineers are Product Owners: The Good, The Bad and The Ugly of Vibe Coding
    By Gian Santillan Chief Technology Officer, Digital Innoventures Group

    This session offers a real discussion on vibe coding and AI-assisted development. It is a quick run-through of how vibe coding was leveraged to significantly boost developer productivity; and how junior engineers can be upskilled on this role-changing AI paradigm.
    AI
    Where
    Virtual

  • 11:00 - 11:10
    Screen break

  • Workshop Speaker
    11:10 - 12:10
    Workshop
    By Workshop Speaker 

  • 13:00 - 14:30
    Lunch Time!

  • Workshop Speaker
    13:30 - 14:30
    Workshop
    By Workshop Speaker 

  • 14:30 - 14:40
    Screen break

  • 15:40 - 16:15
    Expo Hall Visit

  • Neil Patrick Del Gallego, Ph.D.
    16:15 - 17:15
    Making An Operating Systems Undergraduate Course More Relevant to the PH Software Industry
    By Neil Patrick Del Gallego, Ph.D. Associate Professor / Chair, De La Salle University

  • Richmond Camero
    16:15 - 17:15
    AI-quipped for Quality
    By Richmond Camero QA Team Lead, Cambridge University Press and Assessment

  • Raphael Jambalos
    16:15 - 17:15
    Develop Python Serverless Applications with AWS Lambda and DynamoDB
    By Raphael Jambalos Head of Modernization and Security, eCloudValley Philippines

  • 09:00 - 18:00
    Plenaries

  • 15:00 - 15:30
    SOFTCON Bytes: October 10

  • 15:00 - 15:30
    SOFTCON Bytes: October 17

  • 15:00 - 15:30
    SOFTCON Bytes: October 24


Wanna Become an event sponser?

Sponsored by


REGISTER

NOW!

28-30 October 2025 | Online (Days 1-2) + Crowne Plaza Manila Galleria (Day 3)

Full Pass

Php7K+

  • SOFTCON Bytes
  • Online Workshops
  • Plenary Sessions
  • Access to Expo
  • Replays of Sessions
  • Access to Networking
Buy a Ticket

Don't wait! Get your tickets now.

© 2025 Philippine Software Industry Association