/// <summary>
/// An adaptable, enthuisiastic problem solver. Experience
/// of being successful in collaborative environments, project
/// leads, and individual full development pipeline builds/tasks.
/// <\summary>
public class INFORMATION
{
public string NAME = "Jake Leonce";
public int AGE = 30;
public string ROLE = "AI Champion/Software Developer";
public string EMAIL = "jakeleonce@outlook.com";
public int MOBILE = 07596 650640;
public string LOCATION = {"Cambridge", "Cambridgeshire"};
public bool DRIVERS_LICENSE = true;
}
public static class EXPERIENCE
{
public void AroneTech()
{
var _Duration = Range(start: January 2023, end: NULL);
var _ProductLink = new URL("https://www.onlinecvpro.co.uk/");
var _Role = new CoFounder;
/* An AI-focused software house. Products and internal software engines span algorithmic trading bots, LLM AI chatbots, and Portfolio web development:
• Co-founded the company and lead all technical strategy, architecture, and product development across trading, AI, and web platforms.
• Achieved a ~47% ROI in Year 1 through the design and execution of systematic, risk-managed trading strategies.
• Design and build live algorithmic trading bots, including strategy logic, execution, risk management, and market integration.
• Architected and trained a custom LLM and structured data store to accelerate internal development workflows and decision-making.
• Developed Online CV Pro, owning the full stack from frontend UX to backend logic and deployment.
• Built and maintain a scalable product catalogue of portfolio websites, enabling rapid customisation and delivery for client-facing projects.
• Designed the automation architecture for reliability, scale and minimal hands-on requirements, incorporating validation, error handling, and modular components to support evolving business workflows. */
}
public void OppWorks()
{
var _Duration = Range(start: October 2025, end: February 2026);
var _Type = new AIBootcampStudent;
/* An AI Bootcamp covering prompt engineering, AI in Business, Microsoft Copilot, Zapier, AI Foundations, and Ethical AI & Governance:
• Developing hands-on skills in machine learning workflows, including data preprocessing, training pipelines, evaluation, and ethical AI considerations.
• Practical experience building prototypes using Python, Vertex AI, and training LLMs.
• Gaining exposure to Prompt Engineering, Computer Vision, statistical methods, and designing AI-enhanced user experiences.
• Obtained ISO/IEC 42001, and AICerts certifications (AI Foundations+, and AI Prompt Engineering), demonstrating competence in responsible AI system development, with foundational knowledge of Artificial Intelligence.*/
}
public void NetceedUK()
{
var _Duration = Range(start: April 2019, end: February 2025);
var _Link = new URL("https://www.netceed.com/");
var _Type = new SoftwareDeveloper;
/* A global telecom and data-center infrastructure business, with a small UK IT team covering 150+ employees across the UK sites:
• Designed and implemented multiple internal CRM tools, including new interactive fields and custom pages within Sage X3 and D365, improving workflow efficiency and system usability.
• Led two major projects end-to-end, owning technology selection, programming language choice, UI/UX design, and on-time delivery within defined deadlines:
1) Digital POD Signage (10 month project): Developed a customer-facing signing tool for trade counter use, designed for intuitive interaction and ease of use - built with Electron, and a web development technical stack.
2) WMS Android App (12 month project): Built with Python/Kivy, developed a functional warehouse scanning UI, enabling users to book stock in/out, move stock locations, update stock levels, view imagery, etc.
• Database maintenance (D360, Sage X3) and supporting integrations between front-end and back-end systems.
• Played a key role in successfully delivering the first ERP migration across the Group’s global portfolio, acting as the pilot implementation to identify risks, document pain points, and inform the rollout strategy for subsequent regions through API development, managing user issues, testing, and hands-on user training.
• Built Tableau reports integrating data from multiple sources, applying calculated fields and filters to deliver clear, actionable insights for business users.
• Facilitated the transition from Tableau to Power BI, supporting the rollout with personalised one-to-one training for early adopters.
• Delivered end-to-end IT support across the business, including Active Directory administration, office IT infrastructure maintenance, and rapid incident resolution. Documented fixes and procedures in the IT knowledge base to improve first-time fix rates and overall support efficiency. */
}
public void TwoSigmas()
{
var _Duration = Range(start: July 2018, end: April 2019);
var _Link = new URL("https://www.twosigmas.com/");
var _Type = new JuniorFrontEndDeveloper;
/* TwoSigmas was a tech startup in Cambridge facilitating ESL teachers and schools in Asia, providing a platform for them to meet, interview, and onboard one another:
• Develop front-end web pages collaborating on design features with our external design team using Figma for a growing tech startup working closely with a team of Master’s degree and PhD graduates.
• Gained early exposure to full stack projects, handling both UI development and live database integration (working with both Django and Angular.)
• Actively participated in daily standups and Agile workflows.
• Trusted with UX/UI implementation decisions and database manipulation for systems used by thousands of users. */
}
}
public partial class EDUCATION : University
{
private void UniversityOfLincoln()
{
var _Qualification = Bachelor of Science Degree; // For a duration of 3 years
var _Date = new Range(start: September 2013, end: May 2016);
var _Type = Computer.Science();
var _Modules = {"Human-Computer Interaction", "Software Engineering", "UI/UX Design Principles"};
var _Obtained = "May 2016";
}
}
public class PERSONAL_PROJECTS
{
public void RAGdoll()
{
<img>
RAGdoll Preview
</img>
/* Local-first RAG assistant utilizing vector indexing and LLMs for secure document querying. A homemade "ChatGPT" for all my files. */
}
public void ZapierAutomatedWorkflows()
{
<img>
Zapier Workflow Preview
</img>
/* End-to-end automation for email parsing, data extraction, and Google Drive document management. Automating all my repetitive tasks. */
}
}