Skip to content
View kottinov's full-sized avatar
  • Zoner
  • Helsinki, Finland
  • 06:26 (UTC +03:00)
  • LinkedIn in/tidev

Highlights

  • Pro

Block or report kottinov

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

LinkedIn cover - 1 (1)

#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:

    def __init__(self):
        self.name = "Alexander Constantinov"
        self.role = "Software Engineer"
        self.language_spoken = ["ru_RU", "ro_RO", "fi_FI", "en_US"]
        self.languages_used = ["TypeScript", "JavaScript", "Java", "Python"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting")


me = SoftwareEngineer()
me.say_hi()

Pinned Loading

  1. nestjs-cqrs nestjs-cqrs Public

    Full implementation of CQRS with Event Sourcing and Sagas via hexagonal architecture using Nest.JS.

    TypeScript 1

  2. nestjs-bullmq nestjs-bullmq Public

    A full BullMQ based on Redis & Nest.JS implementation demo, following the producer-consumer pattern.

    TypeScript

  3. nest nest Public

    Forked from nestjs/nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

    TypeScript

  4. community/community community/community Public

    Public feedback discussions for: GitHub Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more!

    Ruby 6.6k 2.5k