Software Engineer & Technology Innovator

$ whoami --verbose

01. About Me

I'm a Cambridge based software engineer with over a decade of experience writing clean, well-documented, and scalable code. I've worked across the stack to ship software that solves real problems in highly technical industries, from blockchain to biotech.

Currently serving as the primary software engineer for Abselion, developing the robotics and data analytics products which are shaking up the biotech industry.

Current Tech Stack

Python C++ TypeScript React Flask Node.js Docker AWS MongoDB PostgreSQL Computer Vision OpenCV
matt@portfolio:~/career$
matt@portfolio:~/career$ git log
commit a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0 (HEAD -> main)
Author: Matt Barker <matt@portfolio>
Date:   Present

    feat: The impossible
    
    - Removed roadblocks
    - Iterated / innovated 
    - Exceeded expectations

matt@portfolio:~/career$ 

02. Notable Work

Reinventing the Blockchain

By completely rethinking blockchain from the ground up we've opened the door for a De-Fi protocol that's scalable, private, and efficient. View on GitHub

Technical Innovations:

  • Zero Consensus: Eliminates need for a transaction consensus, instead using transitive zero-knowledge proofs and statistical methods
  • Linear Scalability: Network complexity grows linearly rather than exponentially with node count
  • Privacy-First: Transaction details remain private, preventing deanonymization through transaction history
  • Secure: No consensus requirement means no 51% attack
  • Energy Efficient: Efficient enough to simulate full-scale networks on commodity hardware, putting environmental concerns to rest

Energy Usage Comparison:

Python Blockchain Cryptography Network Protocols

Amperia - Biotech Automation

Amperia is a cutting-edge robotics and data analytics platform that's disrupting the biotech industry by revolutionizing how protein research is conducted. This automated system transforms traditionally labor-intensive laboratory workflows into streamlined, data-driven processes that accelerate drug discovery timelines by up to 40%. By combining advanced robotics with real-time analytics, Amperia enables researchers to make critical decisions faster and with greater confidence than ever before. Learn more about Amperia

Recognition: Amperia has been honored with the Bioprocessing Industry Association's 2023 Next-Gen Analytics award, recognizing its groundbreaking impact on biotech innovation and data-driven research methodologies.

Industry Disruption:

  • Workflow Revolution: Transforms manual laboratory processes into automated, consistent operations
  • Speed Innovation: Delivers results in minutes rather than hours, fundamentally changing research pace
  • Data-Driven Insights: Provides real-time analytics that enable immediate decision-making in drug development
  • Accessibility: Makes advanced protein analysis accessible to labs of all sizes with intuitive operation
  • Scalability: Parallel processing capabilities that grow with research demands
Python C++ Flask TypeScript React MongoDB InfluxDB Computer Vision AWS

🎓 Education

Computer Science 1st Class
University of Essex (2021)
Dean's List 2020-21

🏆 Certifications

AWS Certified Cloud Practitioner
(2025)

🔬 Research Projects

Novel neural network architecture for fine-grained control over generative adversarial model output space

03. Other Projects

Chess Robot

♟️

Developed software to allow a robotic arm to play chess on a physical board against human opponents. Built the vision system from scratch using TensorFlow and a stereoscopic camera and integrated with stockfish and a 6 axis robot arm.

Technical Highlights:

  • Highly responsive board state recognition in arbitrary conditions
  • Custom computer vision pipeline using OpenCV and TensorFlow
  • Integration of strategic AI
  • Precise manipulation and movement planning within adaptive constraints
Python OpenCV TensorFlow ROS

Indie Game Development

🎮

I'm extremely passionate about indie game development and have worked on a number of projects over the years, including for Tranzfuser. Please check out my work below.

Links

  • Hugo's Basilisk - A physics puzzle platformer built around the use of a grappling hook
  • shArd - A metriodvania with tight platforming mechanics built for the speedrunning community
  • Concurrence Axiom - A strategic card game where turns happen simultaneously
  • Expanded Enchants - A mod for the popular game "Minecraft" that overhauls the enchantment system
C++ C# Java Godot MonoGame OpenGL Shader Programming

04. Bookshelf

📚

"Code: The Hidden Language of Computer Hardware and Software"

by Charles Petzold

Great read, comprehensively builds your knowledge of how a cpu works from the transistor level all the way to up to the architecture. Quite entertaining and very easy to follow thanks to being highly diagrammatic.

📚

"The Art of Doing Science and Engineering"

by Richard W. Hamming

I've heard that this is mostly a distillation of Richard Hamming's lectures at the Naval Postgraduate School in Monterey, California, and the enthusiasm of a lecturer to speak on something they're passionate about definitely comes across in the writing style. That being said parts of the book are very dry and while there are nuggets in there that will completely change the way you approach software engineering, it's probably fine to skim over anything that tests your patience.

📄

Air-Gap Research

Dr. Mordechai Guri

This guy might be one of the most cracked security researcher on the planet. Specializing in jumping air gapped systems, every paper on this website will make you rethink what's possible with a side channel attack.

🎥

Simon Oz

YouTube Channel

Fantastic resource for learning GPU programming and architecture

📚

"The Competitive Programmers Handbook"

Antti Laaksonen

If I can recommend one book to make you a better programmer it's this. While a lot of it is fairly basic, everything covered is genuinely useful and I guarantee there'll be at least one algorithm you didn't know about. The linked pdf is free please do check it out.

🎥

Low Level TV

YouTube Channel

Great resource for learning infosec and low level systems programming. Incredibly knowledgeable and can be relied on to provide a nuanced take on the latest cybersecurity news.

🎥

The Coding Gopher

YouTube Channel

These videos are really good deep dives on technologies or computer science concepts that manage to condense a considerable depth of information on a topic into bite sized videos without sacrificing on comprehension. I get the feeling the research he does before presenting information to his audience is very thorough as it tends to cover details that other channels do not.

🎥

Polylog

YouTube Channel

Really interesting channel covering a range of topics from classical computer science

🎥

Fireship

YouTube Channel

Great resource for staying up to date with the current state of the industry, covers all the latest tech news and has a great series explaining new industry standard technologies in 100 seconds.