Skip to content
View kulcsarrudolf's full-sized avatar
💻
Programming
💻
Programming
Block or Report

Block or report kulcsarrudolf

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

Welcome!

👨‍💻 I am a 29 year-old software developer living in Cluj-Napoca. Since I remember of my first experience, I have been a big fan of technology, and I try to keep up with all the news of its. The most groundbreaking experience of my life with coding was when I was 12 years old. I got my first professional full-time job as a software developer in 2017.

📚 I have constantly been trying to improve my skills and I don’t hesitate when I realize that there is still a lot to learn, so I am always open to new challenges.

🔗 I decided to share some of my ideas and attempts hoping that some of them can be helpful for someone. I hope you will find them beneficial and interesting, meanwhile I keep working to have as many relevant repositories and contributions as possible.

🙌 Catch me on the flip side.

✉️ Get in touch via social media or email at kulcsarrudolf@gmail.com

Pinned

  1. kulcsarrudolf.com kulcsarrudolf.com Public

    My Personal Website

    TypeScript 1 1

  2. DockerDemo DockerDemo Public

    Run java application in docker container.

    Java 1

  3. star-match-game star-match-game Public

    Pluralsight React: Getting Started Project - The Star Match Game

    JavaScript 1

  4. podcast podcast Public

    List with podcasts related to software development.

    JavaScript 27 5

  5. FizzBuzz Java8 FizzBuzz Java8
    1
    import java.util.stream.IntStream;
    2
    
                  
    3
    /*
    4
     * Write a program that prints the numbers from 1 to 1000. But for multiples of three print "Fizz"
    5
     * instead of the number and for the multiples of five print "Buzz". For numbers which are multiples
  6. FizzBuzz.java FizzBuzz.java
    1
    package com.rudolf.fizzbuzz;
    2
    
                  
    3
    /*
    4
     * Write a program that prints the numbers from 1 to 1000. But for multiples of three print "Fizz"
    5
     * instead of the number and for the multiples of five print "Buzz". For numbers which are multiples