Giter Site home page Giter Site logo

πŸ‘‹ 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 πŸ“© [email protected]; 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! ❀️

Bartosz Robakowski's Projects

batetolast1 icon batetolast1

As Uncle Bob once said: "Truth can only be found in one place: the code." So let's seek that truth! πŸ’ͺ

bookapi icon bookapi

REST API with admin panel written in Java and Spring 5

buckpal icon buckpal

An example approach for implementing a Clean/Hexagonal Architecture

coffee-machine icon coffee-machine

Coffee Machine project from Hyperskill implementing State Design Pattern

dao icon dao

Example of Data Access Object interface written in Java providing connection to MySQL

junit5 icon junit5

Udemy course: JUnit 5: Java Unit Tests for Beginners

spring-intro icon spring-intro

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

springcms icon springcms

SpringCMS - simple Content Management System with Spring 5

stratospheric icon stratospheric

All you need to know to get your Spring Boot application into production with AWS πŸƒ

todoapp icon todoapp

ToDo App with TimeTracker written in JavaScript

unquote icon unquote

Simple Android quiz game written in Java

userscrud icon userscrud

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

waka-readme-stats icon waka-readme-stats

This GitHub action helps to add cool dev metrics to your github profile Readme

wanderlust icon wanderlust

Simple project implementing Interaction with Foursquare and OpenWeatherMap APIs

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.