/**
* Software Engineer focused on backend systems and cloud infrastructure.
* Building production-grade applications with Java, Spring Boot, and AWS.
*
* @author Joshua Onyema
* @location Montreal, Canada
* @since 2018
*/
public class JoshuaOnyema implements SoftwareEngineer {
private static final String LOCATION = "Montreal, CA";
private static final int YEARS_OF_EXPERIENCE = 8;
private final List<String> expertise = List.of(
"Backend Development",
"Cloud Architecture",
"System Design",
"API Development",
"Frontend Development
);
@Override
public String getCurrentFocus() {
return "Building scalable backend systems with Spring Boot and AWS";
}
@Override
public List<String> getInterests() {
return List.of("Clean Architecture", "Simplicity", "Problem Solving");
}
public static void main(String[] args) {
JoshuaOnyema josh = new JoshuaOnyema();
System.out.println("Let's build something great together!");
}
}
💻
</>
Software Engineeer && Full-Stack Developer
-
Concordia University
- Montreal, Canada
- https://joshuaonyema.dev
- @joshcodesjosh
Highlights
- Pro
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



