Skip to content
View the-officialjosh's full-sized avatar
💻
</>
💻
</>

Highlights

  • Pro

Block or report the-officialjosh

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
the-officialjosh/README.md

Joshua Onyema

Typing SVG

Portfolio LinkedIn Email


/**
 * 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!");
    }
}

🛠 Tech Stack

Languages

Backend

Frontend

Databases

Cloud & DevOps

Testing & Tools

Creative


📊 Quick Stats

Experience Projects Location
8+ Years 50+ Projects Montreal, CA

Building software that scales.

Pinned Loading

  1. RiskGame RiskGame Public

    Risk game

    Java 1

  2. Kaleo Kaleo Public

    Kaleo is a secure REST API for church and ministry program management, enabling organizers to publish programs, participants to register for limited capacity gatherings, and staff to validate atten…

    Java