/// <summary>
/// Hands-on Squad Technical Lead focused on internal banking applications,
/// cloud-native microservices and event-driven architectures. Experienced in
/// integration design, CI/CD automation, release governance, developer tooling,
/// quality engineering and technical mentoring.
/// </summary>
public class INFORMATION
public string NAME = "Szabó Ambrus";
public string TITLE = "Hands-on Squad Technical Lead";
public string POSITIONING = "Platform-minded Software Engineer";
public string[] DOMAINS = { "C360", "Deduplication", "Payments" };
public string GITHUB = "github.com/donamo";
public string LINKEDIN = "linkedin.com/in/szaboambrus";
public enum PROFESSIONAL_FOCUS()
CloudNativeArchitecture,
EventDrivenSystems,
Microservices,
PlatformEngineering,
CICDAutomation,
ReleaseGovernance,
DeveloperProductivity,
AIAssistedDevelopment,
QualityEngineering,
TechnicalMentoring
public static class EXPERIENCE
public void MBHBank_TechnicalLead()
{
var _Period = Range(from: "January 2024", to: "Present");
var _Stack = { "AWS", "Kafka", "Microservices", "TypeScript", "React", "GitLabCI" };
/* Technical leadership for internal banking applications. Microservice and event-driven architecture, Kafka integrations, CI/CD automation, release governance, mentoring and hands-on development. */
}
public void MBHBank_SeniorDeveloper()
{
var _Period = Range(from: "December 2020", to: "January 2024");
/* Online banking application development in a large enterprise banking environment with Java, Spring, ExtJS, Docker and Kubernetes. */
}
public void WUP_SoftwareDeveloper()
{
var _Period = Range(from: "July 2015", to: "November 2020");
/* Budapest Bank online banking application development, agile delivery and enterprise banking processes. */
}
public void DITinform_SoftwareDeveloper()
{
var _Period = Range(from: "July 2013", to: "July 2015");
/* Netbank development with web and mobile responsibilities. */
}
public void RoyalComputer_SoftwareDeveloper()
{
var _Period = Range(from: "June 2008", to: "June 2013");
/* ERP development with Perl, web technologies, Unix/Linux, SVN and C++. */
}
public static class MODERN_ENGINEERING
/* Platform engineering, AI-assisted development, developer productivity, distributed systems, quality gates, security scanning and GitLab/Jira API automation. */
public partial class EDUCATION : University
var _Institution = "Eötvös Loránd University";
var _Degree = "Bachelor of Science (BSc)";
// all coursework completed
public static class PUBLIC_PROJECTS
public string SudokuReact = "github.com/donamo/learn-sodokuReact";
public string CSES = "github.com/donamo/resolve-cses";
public string DonamoWorld = "github.com/donamo/donamoworld";
public string NodeReactTutorial = "github.com/donamo/node_react_oktatas";