This goes to the core of why I dislike abstractions and interfacitis. People are designing software as if@it should eventually allow a plugin to send e-mail, emulate Emacs, plug a GPU pipeline, use the blockchain to store its config settins and deploy a sort fn over kubernetes
Genuine passion for the problem you are trying to solve is the most important trait I am looking for when hiring. Teaching skills is easy, teaching passion is harder.
Async tip don't https://t.co/ehPTQPHXu1 for long running work that blocks the thread. You'll be blocking a thread pool thread. Instead, use Task.Factory.StartNew with TaskCreationOptions.LongRunning or spawn a Thread and run that instead. #dotnet#dotnetcore#aspnetcore
"A responsabilidade da liderança não é ter todas as ideias, mas criar um ambiente no qual grandes ideias podem vicejar." – Simon Sinek, autor do livro "Líderes se servem por último"