GithubHelp home page GithubHelp logo

Hi there πŸ‘‹

/* This is a short info about me. */

@Component
public class HelloGitπŸ‘‹ {

   @NotNull
   private String name = "Ivan Shindov";
   
   @Min(1)
   private byte age = 23;
   
   private String address = "Sofia, Bulgaria";
   
   @NotNull
   private String currentJobTitle = "Reception administrator";
   
   @NotNull
   private String educationalInstitution = "Software University"
  
  
πŸ‘¨β€πŸŽ“ public String education() {
    return "Almost graduate with bachelor degree from National Sport Academy at Sofia, with specialty - Kinesiotherapy.";
   }
   
   
πŸ–₯ public String experience() {
    return "A little experience mainly communication with different types of people. Around two years experience with programming basically in Java";
   }
   
  
πŸ›  public String skills() {
    return "Self-disciplined, purposeful, communicative, oriented towards goals achieving and results, taking responsibility "
            + "trying to learn everything in details, team player, not so very creative :smile:";
   }
   
   
🌎 public List<String> interests() {
    return List.of("Java", "Spring", "MySQL", "a little JavaScript :smile:");
   }

    
  ℹ️ public void moreInfo() {
     System.out.println("I like to gathering with friends in my free time and also write some code and learn new things :yum:");
    }


   @Override
🏑 public String toString() {
    return "Thank you!";
   }
}

Ivan Shindov's Projects

microservices-new icon microservices-new

get currencies from BNB when POST endpoint is hit, save/update in DB and send via websocket. Another service consume websocket message and do some operations in DB.

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.