Skip to content
View danil-sergeev's full-sized avatar
🍀
🍀
  • Portugal
  • 13:39 (UTC -12:00)
  • X @dsrgvm

Block or report danil-sergeev

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

Pinned Loading

  1. abstract-factory abstract-factory Public

    TypeScript 1

  2. decorator-pattern decorator-pattern Public

    Decorator is a structural design pattern that lets you attach new behaviors to objects by placing these objects inside special wrapper objects that contain the behaviors. It's more flexible alterna…

    TypeScript 1 1

  3. factory-pattern factory-pattern Public

    Factory Method is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

    TypeScript 2

  4. observer-pattern observer-pattern Public

    An implementation of one of the most popular patterns - Observer.

    TypeScript 1

  5. strategy-pattern strategy-pattern Public

    An quick example of Strategy pattern in action.

    TypeScript 1