Skip to content
View CherkasIvan's full-sized avatar
☣️
No pain no gain
☣️
No pain no gain
  • LLC NeatSoft
  • Poland, Wrozlav
Block or Report

Block or report CherkasIvan

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

πŸ‘₯ How to reach me?

VKontakte Instagram LinkedIn X-Twitter Facebook GMail
πŸ€™

A little about me

import { Component } from '@angular/core';

@Component({
selector: 'software-engineer',
template: `<div align="center">
            <h2>A little about me</h2>
                <p>{{ sayHi() }}</p>
                <ul>
                    <li *ngFor="let technology of technologiesInterests">
                        {{technology}}
                    </li>
                </ul>
            </div>`
})
export class SoftwareEngineer {
    name: string = '';
    role: string = '';
    company: string = '';
    hobby: string = '';
    sport: string = '';
    workExperience: number = 0;
    technologiesInterests: Array<string> = [];
    
    constructor() {
        this.name = 'Ivan Cherkas';
        this.role = 'Full-stack developer';
        this.company = 'NeatSoft company';
        this.hobby = 'Leather craft';
        this.sport = 'Kung Fu';
        this.workExperience = 3;
        this.technologiesInterests = ['Angular', 'SSR', 'NestJS', 'NodeJS', 'React', 'Redux', 'NgRx'];
    }
    
    sayHi(): string {
        return `Hi all! My name is ${this.name} and for ${this.workExperience}+ years I have been a ${this.role}.
                At the moment I work for the autsorce ${this.company} and I will be glad to report that although it is small in number,
                it is not based on quantity but on quality. Absolutely all employees are decent guys and highly qualified specialists.
                Besides work, I have another important process in my life: my hobby. ${this.hobby} ome may find it boring,
                but I see it as a form of meditation. For sports I prefer ${this.sport}
                Thanks for reading!`;
    }
}

And you can also learn more about me by listening to the music I listen to.

Spotify GitHub Profile
πŸ‘¨β€πŸ’»

My technologie stack

πŸ€– Languages and technologies that I code in

html5 javascript typescript css 3 node js sass graphql eslint storybook


πŸ› οΈ& Frameworks

angular react js redux nest js tailwindcss jquery bootstrap materialui jasmine jest


πŸ—„οΈ Database

firebase mongodb mysql postgresql


πŸ’» Things that help me getting my code done

npm docker git visual studio code microsoft windows linux webpack grunt gulp


πŸš€ Other technologies

confluence jira trello photoshop figma google chrome

πŸ“ˆ My statistics

Pinned

  1. cv cv Public

    TypeScript 2

  2. hyundai hyundai Public

    TypeScript 2

  3. intexsoft-shop intexsoft-shop Public

    TypeScript 2

  4. OK_Burger OK_Burger Public

    TypeScript 2

  5. React_Booking React_Booking Public

    JavaScript 2

  6. cv_2.0 cv_2.0 Public

    TypeScript