Skip to content
View isurunix's full-sized avatar
:octocat:
Compiling
:octocat:
Compiling

Highlights

  • Pro

Block or report isurunix

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
isurunix/README.md

Hey there! 👋 I'm Isuru

I'm a full-stack engineer, passionate about building scalable systems that work in the real world.

What I Do

I learn, I think, and I code

Currently obsessed with:

  • Learning new things every day
  • Building microservices that don't hate each other
  • Designing software solutions that are scalable and maintainable
  • Experimenting with AI-aided coding tools

My Tech Stack

public class IsursBrain {
    private String[] primaryStack = {
        "Java", "Spring Boot", "Microservices",
        "AWS", "Docker", "Kafka", "MySQL"
    };
    
    private String[] dailyTools = {
        "Linux", "Git", "Agile", "CI/CD"
    };
    
    private String currentFocus = "Software Architecture";
}

What You'll Find Here

  • Learning & Experimentation: Personal projects where I explore new technologies and concepts
  • Utilities: Different development setups and deployment scripts that make development life easier
  • Academic Projects: Things I did during my undergraduate days
  • Pet Projects: Small pet projects that I do now and then when inspiration stuck my brain
  • Development Tools: Handy scripts and configurations that solve real-world problems

Beyond the Code

When I'm not deep in distributed systems, you'll find me:

  • Writing about software development on my blog
  • Watching movies (yes, even the bad ones)
  • Reading everything from sci-fi to technical documentation
  • Sharing knowledge with the dev community

Let's Connect!

  • 💼 LinkedIn: Connect with me professionally
  • 📧 Email: Drop me a line about tech, movies, or good book recommendations
  • 🌐 Location: Colombo, Sri Lanka

"Building tomorrow's systems, one commit at a time"

Like what you see? Feel free to star any repos that catch your eye or reach out for a chat about distributed systems, agile development, or why pineapple belongs on pizza (fight me).

Pinned Loading

  1. springboot-graphql-demo springboot-graphql-demo Public

    Demo Application with GraphQL + Spring Boot

    Java

  2. react-graphql-demo react-graphql-demo Public

    ReactJS + GraphQL Demo

    JavaScript

  3. online-activity-diary-api online-activity-diary-api Public

    OUSL Online Activity Diary for Facutly of Engineering Technology

    Java 2

  4. train-schedule train-schedule Public

    Sri Lankan Train Schedule

    CSS 11 3

  5. tomcat-install-script tomcat-install-script Public

    Tomcat install srcript for Ubuntu

    Shell 7 39

  6. postgres-docker postgres-docker Public

    A simple docker setup to spin up a postgresql container populated with an existing backup

    Dockerfile