/// <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 = "Software Developer";
public string EMAIL = "jakeleonce@outlook.com";
public int MOBILE = +44 7596 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 _Role = new CoFounder;
/*Co-founded the company and lead all technical strategy, architecture, and
product development across trading, AI, and web platforms. Designed and built
a live algorithmic trading bot, 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.*/
}
public void OppWorks()
{
var _Duration = Range(start: October 2025, end: February 2026);
var _Type = new AIBootcampStudent;
/*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, 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;
/*Designed and implemented multiple internal tools for use on the companies
CRM, improving workflows and system usability. Took project lead on two major builds:
Digital POD Signage: Customer-facing signing tool at the trade counter, designed
for usability and clear interaction.
WMS Android App: Built with Python/Kivy, creating a functional UI for warehouse
scanning despite framework constraints.
Experience in databases (D360, Sage X3) and supporting integrations between front-end
and back-end systems, as well as facilitated an ERP migration. Full technical support
stack; from Active Directory user management, daily maintenance of office equipment,
to fire-fighting IT issues throughout the business and documenting solutions to contribute
to the IT knowledge base and improve first-time fix rates.*/
}
}
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. */
}
}