ES
>initialising...
>loading portfolio
>ready.
Elijah Soladoye
Software
FrontendMobileBackendDevOps
index.ts
const engineer = {
name: "Elijah Soladoye",
role: "Software Engineer",
xp: "5+ years",
stack: [
"Python",
"TypeScript",
"AWS",
"AI",
],
available: true,
}
Open to work
import { useState, useEffect }
from 'react'
export async function getData(
endpoint: string
) {
const res = await fetch(
`/api/${endpoint}`
)
if (!res.ok) {
throw new Error(
res.statusText
)
}
return res.json()
}
export function useData<T>(
key: string
) {
const [data, setData]
= useState<T>()
useEffect(() => {
getData(key)
.then(setData)
}, [key])
return data
}
ES

Available
Nigeria-based · RemoteAbout me
I build software that's reliable and optimized
I'm a Fullstack Software Engineer with over 5 years of experience building scalable products using TypeScript, Python, AWS and other related technologies. A lot of the work I’ve done has focused on building products for remote startups and scaleups and solving operational problems. I’ve built systems that automate internal company processes, integrated Artificial Intelligence to support research workflows, and developed tools that help businesses make better informed decisions.
Skills & Tools
What I work with
Experience
Where I've worked
Selected Work
Featured Projects
Get in touch
Let's build something
Have a project in mind, need a senior engineer on a contract basis, or just want to talk through an architecture problem? Reach out.
Based in
Nigeria · Remote Worldwide