- {repo.description}
+
{repo.name}
+
+ {repo.language}
+
+
+
+ {repo.description}
+
+ {#if repoImages[repo.name]}
+
+

+ {/if}
- {#if repoImages[repo.name]}
-
-

- {/if}
+
+ Last Updated: {timeSince(repo.updated_at)}
+
{/each}
-
+
diff --git a/static/json/me.json b/static/json/me.json
index 824f0e5..2e0b4c5 100644
--- a/static/json/me.json
+++ b/static/json/me.json
@@ -3,49 +3,57 @@
"job_title": "Software Engineer",
"location": "Crawley, Sussex
UK",
"profile_photo": "/profile.jpg",
+ "about": "Hello! I'm an enthusiastic, dedicated software engineer passionate about backend development, networking, and embedded systems. I am currently employed at
Thales UK and thrive on architecting robust backend solutions, optimizing data transmission, and crafting efficient embedded software. I love tackling complex challenges, collaborating with fellow professionals, and staying up-to-date with tech trends such as my current venture in learning
Rust-Lang.",
"skills": [
{
"name": "Rust",
"logo": "devicon-rust-plain",
+ "colour": "bg-orange-400",
"link": "https://rust-lang.org",
- "usage": "Rust is a memory-safe language with zero-cost abstractions, making it ideal for embedded systems. I used Rust to build a
GPS-based speedometer for my car and a
Subnet Calculator for university studies.",
"about": "Rust combines safety, efficiency, and clean code, making it a powerful choice for reliable software development.",
"competency": 70
},
{
"name": "C++",
"logo": "devicon-cplusplus-plain",
+ "colour": "bg-blue-400",
"link": "https://cplusplus.com/",
- "usage": "Since joining Thales in 2022, I’ve worked on a distributed simulation system using C++, primarily with
Qt and
ImGui to develop customer-facing applications.",
"about": "C++ offers high-level abstractions with low-level control, making it essential for performance-critical applications.",
"competency": 80
},
+ {
+ "name": "Tailwind CSS",
+ "logo": "devicon-tailwindcss-plain",
+ "colour": "bg-blue-800",
+ "link": "https://tailwindcss.com/",
+ "about": "Tailwind CSS is a utility-first CSS framework that enables rapid UI development with a focus on customization and responsiveness.",
+ "competency": 60
+ },
{
"name": "Git",
"logo": "devicon-git-plain",
+ "colour": "bg-red-400",
"link": "https://git-scm.com",
- "usage": "I have extensive experience with Git, including advanced features like
branching, merging and hooks. I've also set up self-hosted
Git services with CI/CD automation.",
"about": "Git is an essential tool for version control, enabling efficient collaboration and streamlined code management.",
"competency": 80
},
{
"name": "Docker",
"logo": "devicon-docker-plain",
+ "colour": "bg-blue-500",
"link": "https://docker.com",
- "usage": "I use Docker and Docker Compose for containerized deployments, including hosting
home-lab services such as this
website and remote Git repositories.",
"about": "Docker simplifies deployment by packaging applications in lightweight containers, ensuring consistency across environments.",
"competency": 100
},
{
"name": "Svelte",
"logo": "devicon-svelte-plain",
+ "colour": "bg-orange-400",
"link": "https://svelte.dev",
- "usage": "I built
this website using Svelte and plan to explore
Tauri for building desktop apps.",
"about": "Svelte compiles to optimized JavaScript, offering a fast, efficient, and maintainable front-end development experience.",
- "competency": 40
+ "competency": 55
}
],
- "about": "Hello! I'm an enthusiastic, dedicated software engineer passionate about backend development, networking, and embedded systems. I am currently employed at
Thales UK and thrive on architecting robust backend solutions, optimizing data transmission, and crafting efficient embedded software. I love tackling complex challenges, collaborating with fellow professionals, and staying up-to-date with tech trends such as my current venture in learning
Rust-Lang.",
"timeline" : [
{
"duration" : "September 2022 - Present",