Giter VIP home page Giter VIP logo
public class MohanSharma {

    public static void main(String[] args) {
        MohanSharma human = new MohanSharma();
        human.tellMeAboutYourself();

        Profession profession = new Profession();
        profession.currentProfession();
        profession.pastProfessions();
        profession.technologyAndTools();

        Education education = new Education();
        education.highestEducation();;
        education.otherEducation();
    }

    private void tellMeAboutYourself() {
        System.out.println("*********************************************************************");
        System.out.println("Hola :wave:, my name is Mohan Sharma.");
        System.out.println("I am a Passionate Learner | Erudite | Inquisitive | Loving Brother & Son.");
        System.out.println("I Enjoy watching Sci-fi movies and tv series, curious about the vast emptiness of the universe, love playing soccer. Lastly, waiting for SpaceX to deliver human to Mars.");
        System.out.println("*********************************************************************");
    }
}

class Profession {

    public void currentProfession() {
        System.out.println("*********************************************************************");
        System.out.println("Current position : Senior SAP Commerce Cloud Consultant at SAP Labs.");
        System.out.printf("From Nov 4, 2018 to %s.%n", java.time.LocalDate.now().format(java.time.format.DateTimeFormatter.ofPattern("MMM d, yyyy")));
        System.out.println("*********************************************************************");
    }

    public void pastProfessions() {
        System.out.println("*********************************************************************");
        System.out.println("Past Position : SAP Commerce Cloud developer at Landmark Group.");
        System.out.println("From Apr 3, 2017 to Oct 23, 2018.");
        System.out.println("Past Position : Software Engineer at NthDimenzion Solutions.");
        System.out.println("From Aug 16, 2013 to Mar 31, 2017.");
        System.out.println("*********************************************************************");
    }

    public void technologyAndTools() {
        System.out.println("*********************************************************************");
        System.out.println("Expertise in : Java, Spring, Spring boot, Hibernate, SAP Commerce Cloud.");
        System.out.println("Well versed with : SAFe, Agile, CI/CD methodologies and tools.");
        System.out.println("Enjoy working on IntelliJ Idea.");
        System.out.println("Worth mentioning other skills: JavaScript, Maven, Cloud Foundry, Git, Spring cloud, Spring Data, Spring security.");
        System.out.println("Last but not the least skill: Reading all the docs/specs for developing a new feature using a new API but fixing the bug using Stackoverflow :p");
        System.out.println("*********************************************************************");
    }
}

class Education {

    public void highestEducation() {
        System.out.println("*********************************************************************");
        System.out.println("Highest Education: Bachelor of Technology in Computer Science.");
        System.out.println("GPA: 7.9");
        System.out.println("*********************************************************************");
    }

    public void otherEducation() {
        System.out.println("*********************************************************************");
        System.out.println("Other Education: Intermediate in Science stream.");
        System.out.println("GPA: 7.3");
        System.out.println("Other Education: High School.");
        System.out.println("GPA: 8.3");
        System.out.println("*********************************************************************");
    }
}

Mohan Sharma's Projects

Mohan Sharma doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.