Skip to content
View ReinisV's full-sized avatar
Block or Report

Block or report ReinisV

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

  1. An ObservableCollection which allows... An ObservableCollection which allows batch updates by differentiating between the handlers of CollectionChanged event, and giving the Reset type event only to CollectionViews
    1
     using System;
    2
        using System.Collections.Generic;
    3
        using System.Collections.ObjectModel;
    4
        using System.Collections.Specialized;
    5
        using System.ComponentModel;
  2. interview interview Public archive

    I wrote the stuff in this repository as a task to bring me up to speed on the different complex libraries that can be added on top of an existing Angular application to resolve the complexity.

    TypeScript 1

  3. printful printful Public archive

    I wrote this app as part of the interview process when I was interviewing for Printful.

    Vue 1

  4. RCSCodingFeatures RCSCodingFeatures Public archive

    I wrote the stuff in this repository while teaching the basic concepts of programming and the C# programming language specifically at Riga Coding School.

    C#

  5. RCSCodingSamples RCSCodingSamples Public archive

    I wrote the stuff in this repository while teaching the basic concepts of programming and the C# programming language specifically at Riga Coding School.

    C# 1

  6. snake-game-vue3-composition-api snake-game-vue3-composition-api Public

    Exploring Vue3 Composition API by writing a simple Snake game

    TypeScript 1