Skip to content

Instantly share code, notes, and snippets.

View dVakulen's full-sized avatar

Dmytro Vakulenko dVakulen

View GitHub Profile
@dVakulen
dVakulen / less than seven days
Last active December 27, 2017 13:03
How long I lived
Should I continue?
@dVakulen
dVakulen / Definition
Created December 22, 2017 09:19
Project Orleans. (Eternity)
Orleans as integral part of .NET.
@dVakulen
dVakulen / Structured thinking
Last active December 22, 2017 04:16
Thoughts flow
- Requrements:
@dVakulen
dVakulen / Project
Last active January 6, 2018 18:28
Spark
Goals:
- With general purpose of improving everyone's lives the following items could be in handy:
- structured thinking
- gather, structure and prioritize requirements for critical thinking
- Main entity seems to be 'mind view'
@dVakulen
dVakulen / to live
Last active December 18, 2017 01:28
The reason
Is just to bring as much happiness to humanity as possible.
@dVakulen
dVakulen / gist:1fc629fd0e61ff7d9f72941c40a4c58a
Created December 10, 2017 18:25
executor-workerpool_consolidating
branch: executor-workerpool_consolidating
- what I bring
- how I found you
- my vision of you
- who I am
Current track: Drag Shift w/ Soap&Skin x Evelyn PlaschgDrag Shift w/ Soap&Skin x Evelyn Plaschg
https://user-images.githubusercontent.com/5787619/32795499-8345525e-c974-11e7-8e09-df7c1390fcb0.png
@dVakulen
dVakulen / gist:b7d1eb298f4df649161b13defb7b7a7d
Created November 3, 2017 21:52
Music store ShoppingCartController with Orleans
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using MusicStore.Models;
using MusicStore.ViewModels;
namespace MusicStore.Controllers