23 lines
857 B
JSON
23 lines
857 B
JSON
{
|
|
"name": "Luke Else",
|
|
"job_title": "Software Engineer",
|
|
"profile_photo": "/profile.jpg",
|
|
"skills" : [
|
|
{
|
|
"skill": "Rust",
|
|
"logo": "test",
|
|
"mastery": 100
|
|
},
|
|
{
|
|
"skill": "C++",
|
|
"logo": "test",
|
|
"mastery": 40
|
|
},
|
|
{
|
|
"skill": "Linux",
|
|
"logo": "test",
|
|
"mastery": 10
|
|
}
|
|
],
|
|
"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 <a href='https://rust-lang.org'>Rust-Lang</a>."
|
|
} |