Hi, I’m Albie Mark Salvador — Solutions Architect & Technology Leader. I help organizations design, build, and scale secure, high-performance systems that solve real business problems.
An experienced IT professional with decades of IT experience, from solutions architecture, software development, network administration, systems design and security assessment. Proven ability to scale solutions and lead enterprise-wide transformations. Collaborative and curious, I excel in rigorous agile delivery, robust solutioning, data security, and operational excellence. I believe that AI will change the world, but it is the human connections that will make it a better place.
Mr. Salvador is a technical architecture consultant and his experience includes project management, system analysis and design, programming, testing, implementation, deployment, and production support. He can work independently or as a team member, and takes pride in completing work on schedule and minimal rework. He has extensive experience in OSX, UNIX, NT, Win7/8 Win 10/11 and other MS products. His ability to quickly learn and absorb foreign languages has helped him in numerous job postings overseas, such as in Hong Kong, Singapore, Malaysia, Australia, Thailand and France. He is fluent in the various dialects of the mother tongue, and English. He is conversant in the Thai language and in French.
Duque Immigration Consulting, Winnipeg, Canada
March 2024 - Present
RRC Project Space, Winnipeg, Canada
Jan 2024 – May 2024
Globe Telecom, Philippines
2015–2023
Huawei Technologies, Philippines
2011–2014
Tramigo Ltd., Finland
2006-2011
Cyberware Inc./Cybermetrics AZ
2003-2006
Cyberware Inc./Cybermetrics AZ
2003-2006
Devco Philippines
2001-2003
Devco Philippines
2001-2003
Unisys Philippines
2000-2001
Unisys Philippines
2000-2001
EDS Bangkok ISC (International Support Center)
1999-2000
NCR-NCR Software Group ASPAC (Asia Pacific)
1996-1999
NCR-NCR Software Group ASPAC (Asia Pacific)
1996-1999
NCR-NCR Software Group ASPAC (Asia Pacific)
1996-1999
NCR-NCR Software Group ASPAC (Asia Pacific)
1996-1999
Digital Farm
1995-1996
I-Quest Corporation (Hong Kong) Ltd.
1995-1996
Intellimedia Corp.
1994-1995
As Solutions Architect, I led the design and deployment of Matlock (legal-mistral-immigration-v2), an advanced AI model for analyzing and explaining Canadian immigration and refugee law. This project integrates legal data sources, leverages Mistral 7B, and demonstrates expertise in secure, scalable AI/ML system architecture.
from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("Albiemark/matlock-canadian-law")
tokenizer = AutoTokenizer.from_pretrained("Albiemark/matlock-canadian-law")
query = "What is the definition of a Convention refugee in Canadian law?"
inputs = tokenizer(query, return_tensors="pt")
outputs = model.generate(**inputs)
response = tokenizer.decode(outputs[0])
Provides legal information, not legal advice. View on Hugging Face
A brief demonstration of the Contract Maker web app.
An interaction with the Matlock LLM, trained on Canadian Immigration Law.
2023 – 2025 Red River College Polytech (Exchange)
Advanced Dipoma BIT - Information Security
1988 - 1994 University of the Philippines, Diliman
BSPED (Bachelor Special Education)
Architected and developed a scalable Kanban-style project management app using TypeScript and modern web technologies.
Designed a robust Dropbox MCP server for cursor .47, focusing on API integration, security, and reliability (TypeScript).
Led the architecture and implementation of a spiritual connection app, enabling secure user engagement and scalable features (TypeScript).
Built a flexible Python-based platform for training and evaluating large language models, supporting custom workflows and automation.