Resume

David Gonzalez Martin

—— About me ——

I am extremely passionate about systems programming, always eager to learn and self-taught at several areas of computer science in general. I love to invest all my spare time into having a better picture of how computers work and programming my many hobby projects. I care about performance, simplicity and quality.

—— Professional experience ——

Freelance game programmer (March 2022 - December 2024)

AAA game programming for Casual Brothers with Unreal Engine 4 and 5. I worked on Evil Dead and an unannounced title from Saber Interactive. AI programming and gameplay implementations (animations, movement, collision, navigation mesh, attacks, behavior trees, etc.), bug hunting and performance debugging in C++. Tools employed apart from the engine were Perforce, Visual Studio and several profilers, like Superluminal, Unreal and Microsoft tools.

Embedded software engineer at iGrid T&D (August 2020 - January 2021)

Real-time systems programming. Architectures to be supported were x86 and ARM. The software must run both in desktop and embedded software, meeting the RAM and CPU constraints of the lowest-end hardware. Developed file transfer through serial port communication using IEC 60870-5-103 and REST web services for the software which the protection-monitoring devices in the electrical substations run.

Back-end developer at Koedia (September 2019 - August 2020)

Developed and maintain a hotel booking engine. I was in charge of integrating the driver for the top hotel chain in the UK and did most of the work for the project transition from Ant to Maven. Technologies used: Java, Spring, Tomcat, Hibernate, MySQL, GNU/Linux, Git, Ansible, etc.

—— Most interesting personal projects ——

Compiler from scratch: github.com/birth-software/bloat-buster

Bloat Buster is the latest of several compilers I have developed in my spare time. Both the first and the last utilize LLVM, while the one in the middle was fully implemented from scratch. I have also experimented with C transpilation, primitive register allocation, and basic optimization passes, as well as attempting to vectorize an assembler. The lexer, parser, and semantic analysis were always written manually, without the use of generators. The latest is the most ambitious of them all, currently supporting only x86_64-linux, with the goal of bootstrapping in the near future.

Kernel from scratch: github.com/birth-software/birth

Several very basic kernels written from scratch, from which Birth is the most advanced. It supports x86_64 and aims to be an efficient, simple and secure multikernel. There are plans to port to other mainstream high-performance CPU architectures. Currently it’s on hold waiting for the compiler to be ready as the operating system is planned to be rewritten in my own language.

—— Technical skills ——

—— Soft skills ——

—— Education ——

Bachelor degree in Computer science

(Open University of Catalonia, 2024)

Average score: 7,67 (over 10). Major in Computer Engineering.

Private mentorship with Andreas Fredriksson (2020)

The former Principal Engineer at Unity and Engine Director of Insomniac Games volunteered to mentor me. We discussed professional career and explored low-level programming topics with a focus in speed, data and simplicity. He taught me how to properly face engineering problems that I considered interesting and complicated. In general he made me grow very much as a programmer.