Skip to content
View sebinpj's full-sized avatar
Block or Report

Block or report sebinpj

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sebinpj/README.md

Hi there πŸ‘‹

Hey there, I'm Sebin P Johnson, a Lead Fullstack Engineer with a love for code that borders on obsessive. I take great joy in bringing websites, apps, and business ideas to life through my technical wizardry and creative problem-solving skills. My approach to coding is a little bit quirky, a little bit nerdy, but always focused on delivering innovative and effective solutions. I see technology as a playground for creativity and I'm here to build the most awesome digital experiences for people and businesses alike.

⚑ Brief intro

With 7+ years of experience as a software engineer, I am known for my quick learning, excellent communication skills, and practical programming approach. I work with several programming languages including JavaScript, Java, Bash, PHP, and Python.

☠ Languages I work with

JavaScript Java Bash PHP Python

πŸ‘¨β€πŸ”§ Frameworks and libraries

React Angular Ionic Express SpringBoot
D3.js NumPy NestJS FeathersJS Laravel

πŸ—ƒ Databases

MySQL Postgres Cassandra Solr MongoDB

πŸ—„ DevOps tools and services that I am familiar with

Docker Kubernetes AWS Helm
Github Actions Gitlab Pipelines K3S Jenkins

Pinned

  1. mangapress mangapress Public

    A manga reader app that can be used save / search / find and read latest manga / manhwa

    Java 3

  2. docker-solr docker-solr Public

    Forked from docker-solr/docker-solr

    docker-solr with no volumes to create custom solr cores via Dockerfile

    Shell

  3. PDFMake.js - Reciept Markup PDFMake.js - Reciept Markup
    1
    // Reciept markup
    2
    // Author: Sebin P Johnson
    3
    // http://pdfmake.org/playground.html
    4
    // playground requires you to assign document definition to a variable called dd
    5
    
                  
  4. nginx.conf for spa's nginx.conf for spa's
    1
    server {
    2
      listen 80;
    3
    
                  
    4
      location / {
    5
        root /usr/share/nginx/html;