Coder Social home page Coder Social logo

πŸ‘₯ 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

Cherkas Ivan's Projects

carol42 icon carol42

:octocat: Config files for my GitHub profile!

eliushhimel icon eliushhimel

This is my github readme repository. Anyone can use this as a template.

gchism94 icon gchism94

Personal GitHub README of Greg T. Chism

handmade icon handmade

This SPA project is about my handicrafts

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.