Skip to content
View batetolast1's full-sized avatar
🏠
Learning from home
🏠
Learning from home

Block or report batetolast1

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

πŸ‘‹ Hi there! I'm Bartosz and I'm glad you're here! πŸ₯°


πŸ–Š Let's start with short introduction!

package io.github.batetolast1.batetolast1.domain.entities;

import java.util.Map;
import java.util.stream.Collectors;

public class GitHubBio extends Bio {

    private final String profile;
    private final Map<String, String> bio;

    public GitHubBio() {
        this.bio = Map.of(
                "πŸ”­ I’m currently working on", "developing first apps in Spring πŸƒ",
                "🌱 I’m currently learning", "Java, of course! πŸ€“",
                "πŸ’¬ Ask me about", "something other than Java? Well, guitars 🎸, fantasy πŸ“–, PC πŸ’» and mobile πŸ“²",
                "πŸ“« How to reach me:", "e-mails should go to πŸ“© batetolast1@gmail.com; you can also say πŸ‘‹"
        );
        this.profile = "https://github.com/batetolast1";
    }

    public GitHubBio(String profile, Map<String, String> bio) {
        this.profile = profile;
        this.bio = bio;
    }

    @Override
    public String getBio() {
        return bio.keySet()
                .stream()
                .map(key -> "- " + key + " **" + bio.get(key) + "**")
                .collect(Collectors.joining(System.lineSeparator()));
    }

    public String getProfile() {
        return profile;
    }
}

πŸš€ Technologies I'm currently mastering

Java Spring IntelliJ IDEA MySQL JavaScript Bootstrap


🐱 My Github Data

πŸ† 78 Contributions in the Year 2021

πŸ“¦ 17.3 kB Used in Github's Storage

πŸ’Ό Opted to Hire

πŸ“œ 21 Public Repositories

πŸ”‘ 16 Private Repositories

I'm an Early 🐀

🌞 Morning    76 commits     β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   18.05% 
πŸŒ† Daytime    218 commits    β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   51.78% 
πŸŒƒ Evening    127 commits    β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   30.17% 
πŸŒ™ Night      0 commits      β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   0.0%

πŸ“… I'm Most Productive on Saturday

Monday       40 commits     β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   9.5% 
Tuesday      58 commits     β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   13.78% 
Wednesday    71 commits     β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   16.86% 
Thursday     37 commits     β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   8.79% 
Friday       42 commits     β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   9.98% 
Saturday     87 commits     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   20.67% 
Sunday       86 commits     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   20.43%

πŸ“Š This Week I Spent My Time On

πŸ’¬ Programming Languages: 
No Activity Tracked This Week

I Mostly Code in Java

Java                     28 repos            β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘   87.5% 
CSS                      2 repos             β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   6.25% 
HTML                     1 repo              β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   3.12% 
JavaScript               1 repo              β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   3.12%

Last Updated on 04/09/2021


πŸ‘¨β€πŸ’» Readme was created with some help from the community! ❀️

Pinned Loading

  1. SpringCMS SpringCMS Public

    SpringCMS - simple Content Management System with Spring 5

    Java

  2. BookAPI BookAPI Public

    REST API with admin panel written in Java and Spring 5

    Java

  3. UsersCRUD UsersCRUD Public

    Web app allowing to manage user account data, written in Java / servlets

    CSS

  4. ToDoApp ToDoApp Public

    ToDo App with TimeTracker written in JavaScript

    JavaScript

  5. spring-intro spring-intro Public

    Forked from honestit/spring-intro

    Repozytorium warsztatowe z projektem wprowadzajΔ…cym do Ε›wiata Springa (dla Spring Framework 5 i Spring Boot 2)

    Java

  6. Unquote Unquote Public

    Simple Android quiz game written in Java

    Java 1