
“Once again Saltmarch has knocked it out of the park with interesting speakers, engaging content and challenging ideas. No jetlag fog at all, which counts for how interesting the whole thing was.”
Cybersecurity Lead, PwC

“Very much looking forward to next year. I will be keeping my eye out for the date so I can make sure I lock it in my calendar.”
Software Engineering Specialist, Intuit

“Best conference I have ever been to with lots of insights and information on next generation technologies and those that are the need of the hour.”
Software Architect, GroupOn

“Happy to meet everyone who came from near and far. Glad to know you've discovered some great lessons here, and glad you joined us for all the discoveries great and small.”
Web Architect & Principal Engineer, Scott Davis

“Wonderful set of conferences, well organized, fantastic speakers, and an amazingly interactive set of audience. Thanks for having me at the events!”
Founder of Agile Developer Inc., Dr. Venkat Subramaniam

“What a buzz! The events have been instrumental in bringing the whole software community together. There has been something for everyone from developers to architects to business to vendors. Thanks everyone!”
Voltaire Yap, Global Events Manager, Oracle Corp.
Coding interviews and production systems share a common challenge: turning vague problems into correct, efficient, and explainable solutions. This session presents a seven step algorithmic thinking framework that starts with a brute force baseline and evolves into an optimized, production ready solution. The approach applies to array and graph problems, data pipeline optimization, and refactoring legacy logic. The session also shows how to use AI assistants such as ChatGPT and GitHub Copilot to support ideation, edge case discovery, and documentation, while maintaining disciplined reasoning and correctness. The focus is on clarity before optimization, with AI used as a thinking partner rather than a shortcut.
What You will Learn
How to apply a repeatable seven step framework that moves from brute force correctness to efficient solutions
How to reason about time and space complexity and choose between patterns such as greedy, dynamic programming, iterative, and recursive approaches
How to use AI tools responsibly for ideation, validation, and refactoring without compromising rigor
Who Should Attend
Software Developers preparing for interviews or working on production code
Engineers working with algorithms, data pipelines, or complex business logic
Technical Leads who review code and assess trade offs
Developers at early to mid career stages who want a structured problem solving approach