Skip to content
View tehcmanmax's full-sized avatar
🔥
DSA
🔥
DSA

Highlights

  • Pro

Block or report tehcmanmax

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tehcmanmax/README.md

aayushsaini101


always busy, always on the grind

Hi there!

package com.tehcman;

public class RealTehcMan implements AwesomeProgrammer {
    private final String university = "Uniwersytet Adama Mickiewicza (UAM), Poznan, Poland";
    private final short graduationYear = 2023;
    private final String degree = "Engineer's degree";
    private String workPlace = "Capgemini Polska Sp. z o.o.";

    private String currentFocus = "Full Stack";

    enum TechStack {
        JAVA, ANGULAR, JS, TS, JPA, MVC, SQL, SPRINGBOOT, JUINT5, CRUD, REST, QUARKUS,
        RESTASSURED
    }

    public String languagesISpeak(String environment) {
        switch (environment) {
            case "Poland":
                return "Polish";
            case "USA":
                return "English";
            case "Ukraine":
                return "Ukrainian";
            case "Russia":
                return "Russian";
            case "Italy":
                return "Italian";
            default:
                return "English";
        }
    }

    public ArrayList<String> activities() {
        return new ArrayList<>(Arrays.asList(
                "Productivity nerd",
                "Language enthusiast",
                "Crypto/stock investor"));
    }
}

Visit my website!

Popular repositories Loading

  1. UdemyJavaCourse UdemyJavaCourse Public

    My solutions to Tim Buchalka Java Programming Masterclass covering Java 11 & Java 17

    Java 3

  2. Uhelp Uhelp Public

    Telegram bot with the main goal to highlight the ways to aid the Ukrainian government, find or provide accommodation

    Java 1 2

  3. tehcmanmax tehcmanmax Public

    index.github

  4. Topdev0104 Topdev0104 Public

    Config files for my GitHub profile.

    6

  5. DesignPatternsEricFreeman DesignPatternsEricFreeman Public

    Studying patterns based on book Head First Design Patterns 2nd Edition (book included in resources)

    Java

  6. introduction-to-wiremock-pluralsight introduction-to-wiremock-pluralsight Public

    Forked from mogronalol/introduction-to-wiremock-pluralsight

    Course Assets for Corresponding Pluralsight Course

    Java