Strona głównaUżytkownik

undernotic | użytkownik

undernotic
undernotic
345,41
492 dni, 18 godzin, 23 minuty temu
3 września, 2017
dotnetomaniak.pl

Creating music app using azure functions

Źródło: deaddesk.top
Dziel się z innymi:
Serverless for dummies - pragmatic encounter on azure - DeadDesk.top

Cloud 1373 dni, 2 godziny, 25 minut temu undernotic 54 źrodło rozwiń

Piotr Szymura software engineer, full-stack developer, open source contributor, crypto/blockchain enthusiast, try hard guitarist, starcraft fan FollowWrocław Email Twitter LinkedIn GitHub Stackoverflow Learn http client once again this time via netstat This is not a guide to: How to use HttpClient in your app ? But rather how to use netstat and how TCP connections are behaving in different code scenarios. Below examples will show...

Źródło: deaddesk.top
Dziel się z innymi:
HttpClient explained using netstat - DeadDesk.top

Web 1606 dni, 58 minut temu undernotic 135 źrodło rozwiń

Piotr Szymura software engineer, open source contributor, crypto/blockchain enthusiast, try hard guitarist, starcraft fan FollowWrocław Email Twitter LinkedIn GitHub Stackoverflow TestCafe TestCafe has lately become one of the most popular E2E testing tool in js/browser world. End to end testing gives a confidence booster, especially when we doing something tricky and still we want to support shenanigans like IE11. Let’s jump in...

Tagi: e2e, Test, web
Źródło: deaddesk.top
Dziel się z innymi:
Real life testing with TestCafe - DeadDesk.top

Web 2221 dni, 38 minut temu undernotic 58 źrodło rozwiń

Piotr Szymura software engineer, open source contributor, crypto/blockchain enthusiast, try hard guitarist, starcraft fan FollowWrocław Email Twitter LinkedIn GitHub Stackoverflow Wrapping callback hell with TaskCompletionSource Ever wanted to turn callback style async code to awaitable form? You might use TaskCompletionSource for it.classProgram{staticvoidMain(string[]args){Run();Console.ReadLine();}staticasyncTaskRun(){CallbackStyle...

Tagi: .Net, C#, Task
Źródło: deaddesk.top
Dziel się z innymi:
Don’t fall for TaskCompletionSource traps - DeadDesk.top

Architektura 2256 dni, 21 godzin, 5 minut temu undernotic 68 źrodło rozwiń

Let start right off the bat with quick overview what etcd is:distributed key/value store with failover mechanismheavily uses disk but also use in memory cacheAP regarding CAP theoremsequential consistency ( the strongest consistency guarantee availa...

Źródło: deaddesk.top
Dziel się z innymi:
Service discovery with etcd - DeadDesk.top

Architektura 2286 dni, 17 godzin, 30 minut temu undernotic 50 źrodło rozwiń

Piotr Szymura software engineer FollowWrocław Email Twitter LinkedIn GitHub Stackoverflow Not so hot way Typical structure for example project looks something like this:components/ TodoList.js containers/ TodoContainer.js reducers/ todoReducer.js actions/ todoActions.js constants/ todoContants.js selectors/ todoSelectors.js sagas/ todoSaga.js index.js Files are grouped by technology roles not by features....

Źródło: deaddesk.top
Dziel się z innymi:
React / Redux project structure - DeadDesk.top

Web 2316 dni, 2 godziny, 4 minuty temu undernotic 107 źrodło rozwiń

Using strong wildcard You can reserve all hostnames on given port. Thing to remember is that even if there is another service that is reserving url on the same port without wildcard - all http requests will go anyway to service that is using strong wildcard. Sometimes example is more than thousand words://Service #1using(We...

Źródło: deaddesk.top
Dziel się z innymi:
Url reservation in owin - DeadDesk.top

Web 2348 dni, 21 godzin, 57 minut temu undernotic 48 źrodło rozwiń

Do You ever wanted to run C# code in a scripty inline way to check if code will execute the way you want? This could be especially useful when you don’t have powerful visual studio with repl(interactive) and You are writing C# in something lightweight like vs code. I decided to write this post because installing scriptcs is cumbersom...

Tagi: .Net, C#
Źródło: deaddesk.top
Dziel się z innymi:
Running C# in REPL using scriptcs - DeadDesk.top

Narzędzia 2397 dni, 2 godziny, 23 minuty temu undernotic 63 źrodło rozwiń

ConnectionManagement is a property found in app.config that allows to put a limit on number of connections to a specific host at tcp level. This affects http calls, every one of these need estabilished tcp connection “underneath”, client needs to reuse or open a new port to listen for the response fr...

Tagi: .Net, App.config, C#, HTTP, tcp
Źródło: deaddesk.top
Dziel się z innymi:
connectionManagement can ruin your day - DeadDesk.top

Web 2412 dni, 4 godziny, 14 minut temu undernotic 68 źrodło rozwiń

Najaktywniejsi w tym miesiącu