Skip to content
View LiamDev06's full-sized avatar

Organizations

@Hexilion-Land @paradiserpmc

Block or report LiamDev06

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LiamDev06/README.md

👋 Hello there, I'm Liam!

Full-stack software engineer that really likes automating systems and building intelligent frameworks.

👨‍💻 About Me

I started out building systems in the Minecraft ecosystem, a quite surprisingly demanding environment for distributed architecture and performance engineering, seeing how Minecraft and Minecraft networks are built. That foundation carried me into a broader full-stack and AI work, where I now spend pretty much all of my time.

I lean on Java for most work, always have, but prefer TypeScript when there's a web frontend involved. On the frontend it's React and Next.js, and on the backend Spring Boot or Dropwizard, more and more often with Palantir's Conjure to keep the API contract clean between the two. For deployment I'm most comfortable in AWS. Postgres is my default database these days, though I spent a long time being "hardcore MongoDB" before that.

More recently a growing chunk of my work has moved into AI, like building RAG pipelines, LLM-powered agents, and the tooling around evaluating and running them. Lately I've been pushing further down that stack, getting into fine-tuning and the lower-level of how these models actually work. There it's mostly Python in that world, which I also reach for outside of AI whenever I'm doing automation scripts or data processing pipeline.

🤝 Let's Connect

  • Discord: liamh1
  • Twitter / X: @liam_8989
  • Mail: liam.hillefors@gmail.com

Pinned Loading

  1. next-conjure-spring-template next-conjure-spring-template Public template

    A template with boilerplate setup for building Web applications with a Next.js frontend, SpringBoot backend and Conjure for API contract.

    Java

  2. liamnet.dev liamnet.dev Public

    (work in progress) LiamNet, my personal site.

    TypeScript

  3. Dodgeball Dodgeball Public

    Minecraft Dodgeball minigame Spigot plugin used as an application test for a Java Developer position at a Minecraft project.

    Java 1

  4. LiamTools LiamTools Public

    Tools, frameworks and utilities for Minecraft plugin development with Bukkit/Spigot/Paper.

    Java

  5. hexilion-backend-service hexilion-backend-service Public

    REST API built with Java and SpringBoot initially planned to act as the main backend service and API for the Hexilion Land game project.

    Java

  6. HarvardCS50 HarvardCS50 Public

    My journey through taking the 2024 official CS50x course from Harvard University. Code from lectures and solutions to problems are all together gathered in this repository.

    C