Skip to content
View Ivan-Shindov's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Ivan-Shindov

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

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

Popular repositories

  1. Softuni-Fundamentals-Java Softuni-Fundamentals-Java Public

    That's my all lections and exercises from my track at SoftUni for Java-Fundamentals.

    Java 1 1

  2. Softuni-Spring-Fundamentals Softuni-Spring-Fundamentals Public

    That is a repo with my projects from Spring Fundamentals Track in Softuni

    HTML 2

  3. Ivan-Shindov Ivan-Shindov Public

    Config files for my GitHub profile.

  4. pathfinder-proj pathfinder-proj Public

    Java 1

  5. Java-Advanced-OOP Java-Advanced-OOP Public

    Java

  6. The-Market The-Market Public

    This is a REST API server project.

    Java