Strona głównaUżytkownik

Piotr Stapp | administrator

Piotr Stapp
Piotr Stapp
brak danych
156 dni, 14 godzin, 32 minuty temu
3 listopada, 2016
Administrator
dotnetomaniak.pl

Coyote is .NET library and tool designed to help ensure that your code is free of concurrency bugs. Concurrency bugs are hard to find and reproduce as they often depends on non-deterministics things such as timeout or message ordering. For instance, if multiple threads are waiting for a locked object, which one will acquired it first?

Źródło: www.meziantou.net
Dziel się z innymi:
[EN] Finding concurrency bugs in a .NET application using Coyote - Meziantou's blog

Narzędzia 1058 dni, 21 godzin, 21 minut temu Piotr Stapp 54 źrodło rozwiń

HomeWorkshopsSpeakingMediaAboutContactSponsor Sponsored by: I've got 2 massive things to announce today that have been a long time in the works and by pure coincidence, have aligned such that I can share them together here today. One you would have been waiting for and one totally out of left field. Both these announcements are being made at a time where Pwned Passwords is seeing unprecedented growth: Getting closer and closer to the 1B requests a month mark for @haveibeenpwned's Pwned Passwords. 99.6...

Tagi: inne
Źródło: www.troyhunt.com
Dziel się z innymi:
[EN] Troy Hunt: Pwned Passwords, Open Source in the .NET Foundation and Working with the FBI

Narzędzia 1058 dni, 21 godzin, 21 minut temu Piotr Stapp 23 źrodło rozwiń

Demitrius May 26th, 2021 We started a journey to build a native package manager for Windows 10 when we announced the Windows Package Manager preview at Microsoft Build 2020. We released the project on GitHub as an open-source collaborative effort and the community engagement has been wonderful to experience! Here we are today at Microsoft Build 2021… We are excited to announce the release of Windows Package Manager 1.0!Windows Package Manager 1.0Client The winget client is the main tool you will use ...

Tagi: winget
Dziel się z innymi:
Windows Package Manager 1.0 | Windows Command Line

Narzędzia 1061 dni, 20 godzin, 39 minut temu Piotr Stapp 58 źrodło rozwiń

25th May 202125th May 2021Steve Gordon.NET 6 In .NET 6 (preview 4), two long-awaited types have been introduced as part of the core library. DateOnly and TimeOnly allow developers to represent either the date or time portion of a DateTime. These two new types are structs (value types) and may be used when your code deals with date or time concepts independently. Both types can be found in the System namespace. Using these new types may align well with how databases allow similar data to be represented. ...

Tagi: dotnet6
Dziel się z innymi:
Using DateOnly and TimeOnly in .NET 6 - Steve Gordon - Code with Steve

Inne 1061 dni, 20 godzin, 39 minut temu Piotr Stapp 84 źrodło rozwiń

WSL2 git improvements

Tagi: WSL
Źródło: dev.to
Dziel się z innymi:
Improve the performance of git on WSL2 - DEV Community

Narzędzia 1069 dni, 20 godzin, 59 minut temu Piotr Stapp 31 źrodło rozwiń

Darmowa konferencja w tematyce kontenerów, docker i kubernetes

Tagi: reklama
Dziel się z innymi:
[Zaproszenie] Architektura i kontenery - 100% free i online

Inne 1079 dni, 15 godzin, 50 minut temu Piotr Stapp 54 źrodło rozwiń

I’m going to talk about reflection-heavy libraries; I will describe the scenario I’m talking about - as it is commonly used today, the status quo, giving a brief overview of the pros and cons of this, and then present the case that times have changed, and with new language and runtime features: it may be time to challenge our way of thinking about this kind of library. I’m a code-first kind of developer; I love the inner-loop experience of being able to tweak some C# types and immediately have everyth...

Tagi: tool
Dziel się z innymi:
Code, code and more code.: Is the era of reflection-heavy C# libraries at an end?

Inne 1079 dni, 15 godzin, 50 minut temu Piotr Stapp 75 źrodło rozwiń

Maarten Balliauw Loves web and HTTP, C#, Kotlin, Azure and application performance. Developer Advocate at JetBrains. Frequent speaker at and organizer of various community events. Likes brewing his own beer.Follow Antwerp, Belgium Twitter LinkedIn Github Edit on GitHub For a couple of months now, I’ve been pondering about what tools are at your disposal in .NET to help build and execute a supply chain attack. My goal was to see what is available out there, and what we, as .NET developers, should be awa...

Tagi: NuGet
Dziel się z innymi:
Building a supply chain attack with .NET, NuGet, DNS, source generators, and more! - Maarten Balliauw {blog}

Inne 1082 dni, 8 godzin, 54 minuty temu Piotr Stapp 50 źrodło rozwiń

ProgramowanieNapisz komentarz Dziś wstępnie przyjrzymy się tematowi, który nieśmiało zyskuje ostatnio popularność. Są to testy mutacyjne. W jaki sposób możemy testować nasze testy? Co nam to daje? Dlaczego testy mutacyjne są świetnym uzupełnieniem code coverage? Jak „za darmo” wygenerować nowe przypadki testowe dla naszego kodu? Jeśli zainteresowały Cię te pytania, zapraszam do lektury 😉 Spis treściCo to są testy mutacyjne?Code coverage vs testy mutacyjneNarzędzia do testów mutacyjnychCo nam dają test...

Tagi: testy
Dziel się z innymi:
Testy mutacyjne. O co chodzi? - Programista w podróży

Narzędzia 1110 dni, 20 godzin, 49 minut temu Piotr Stapp 39 źrodło rozwiń

Current Issue   Past Issues   Topics The January/February 2021 issue of acmqueue is out now Subscribers and ACM Professional members login here Volume 19, issue 1 PDF There's more to it than you think. Nicole Forsgren, GitHub Margaret-Anne Storey, University of Victoria Chandra Maddila, Thomas Zimmermann, Brian Houck, and Jenna Butler, Microsoft Research Developer productivity is complex and nuanced, with important implications for software development teams. A clear understanding...

Tagi: inne
Źródło: queue.acm.org
Dziel się z innymi:
[EN] The SPACE of Developer Productivity - ACM Queue

Inne 1135 dni, 21 godzin, 55 minut temu Piotr Stapp 26 źrodło rozwiń

Back to 2021allegro.tech blogTymon FelskiFinite-state machines made easy Coordinating complex processes, both business and technical, can be a challenging issue in a distributed system. Especially when the complications associated with them, such as concurrency, idempotency, scalability and hindered testability, come into play — possibly all at once. This is definitely something that can keep many programmers awake at night. While this may sound dramatic, in reality there are many different solutions t...

Tagi: dotnet
Źródło: blog.allegro.tech
Dziel się z innymi:
[EN] Finite-state machines made easy · allegro.tech

Architektura 1142 dni, 19 godzin, 58 minut temu Piotr Stapp 56 źrodło rozwiń

Writing a sqlite clone from scratch in C Overview View on GitHub (pull requests welcome)What format is data saved in? (in memory and on disk)When does it move from memory to disk?Why can there only be one primary key per table?How does rolling back a transaction work?How are indexes formatted?When and how does a full table scan happen?What format is a prepared statement saved in? In short, how does a database work? I’m building a clone of sqlite from scratch in C in order to understand, and I’m going...

Tagi: DATABASE
Źródło: cstack.github.io
Dziel się z innymi:
[EN] How Does a Database Work? | Let’s Build a Simple Database

Inne 1159 dni, 20 godzin, 47 minut temu Piotr Stapp 75 źrodło rozwiń

If you want to know : - why I think that distributed systems are like Rocky Balboa. - the difference between Saga, Process Manager and Choreography. Here's my take on that together with the real-world samples.

Źródło: event-driven.io
Dziel się z innymi:
Saga and Process Manager - distributed processes in practice - Oskar Dudycz

Programowanie rozproszone 1167 dni, 20 godzin, 6 minut temu oskar-at-net 148 źrodło rozwiń

This post comprises infographics showing various loop optimizations that happen in C# (dotnet). I've also tested simple loops in GO and Rust, but they need more tests, and separate posts will be made for these compilers; Go and Rust's tests will be in the bonus section of this article. Warning: Compilers improve with time. Therefore, most graphics will contain the compiler version. Let's start with C# and two of its primary optimizations:Loop CloningLoop HoistingLoop Cloning: Loop cloning is a very ...

Dziel się z innymi:
Loop Optimizations in C#

Inne 1168 dni, 14 godzin, 38 minut temu Piotr Stapp 113 źrodło rozwiń

Lista kursówZamówienieJeżeli nie działa otwórz link https://poznajdocker.pl/demo w oknie prywatnymNazwaCena Demo Poznaj Docker 0.00 PLN Łącznie: 0.00 PLNZamawiający Adres e-mail *Na ten adres wysłane zostanie potwierdzenie zamówienia. Powtórz adres email *Powtórz adres email aby uniknąć pomyłki. Imię *Znajomość Twojego imienia pozwoli nam na lepszą komunikację z Tobą. Nazwisko Znajomość Twojego nazwiska pozwoli nam na jeszcze lepszą komunikację z Tobą 🙂Zezwalam na kontakt mailowy (niezbędne by...

Tagi: reklama
Źródło: poznajdocker.pl
Dziel się z innymi:
[Reklama] Poznaj Docker - pierwszy moduł za DARMO na 3 dni

Inne 1180 dni, 19 godzin, 59 minut temu Piotr Stapp 25 źrodło rozwiń

StartAutorzyNewsletterZyskasz czas na inne rzeczy! Wystarczy, że dołączysz teraz do programu w promocyjnej cenie 549 PLN brutto (wystawiamy FV 23%) w ciągu: Nie zwlekaj! DOŁĄCZ DO PROGRAMU POZNAJ DOCKER!FAQNowy moduł szkolenia jest udostępniany co tydzień (już teraz dostępne są dwa moduły Nic nie ryzykujesz! 21 dniowa gwarancja zwrotu pieniędzy bez pytań od dnia zakupu programu Wystawiamy faktury VAT Jeżeli masz pytania napisz do mnie [email protected]Dlaczego Poznaj Docker? Według Gartnera do 202...

Tagi: reklama
Źródło: poznajdocker.pl
Dziel się z innymi:
[Reklama] Poznaj Docker

Inne 1183 dni, 19 godzin, 25 minut temu Piotr Stapp 21 źrodło rozwiń

career developmentpersonal developmentSebastian Gebski 4 min read

Tagi: kariera w IT
Dziel się z innymi:
[ENG] What I've learned about career development - Sebastian Gebski

Inne 1278 dni, 21 godzin, 10 minut temu Piotr Stapp 78 źrodło rozwiń

Notatka z boju bo już to mi się drugi raz zdarzyło i drugi raz szukałem rozwiązania do tego samego problemu 🙂 tym razem miałem łatwiej bo pamiętałem o co chodziło 🙂 Może Ci się ta informacja przyda i proszę, podziel się z innymi 🙂

Tagi: Windows, WSL
Źródło: blog.gutek.pl
Dziel się z innymi:
WSL-2, Windows, Bash i DNS - Jakub Gutkowski

Narzędzia 1285 dni, 19 godzin, 28 minut temu Piotr Stapp 110 źrodło rozwiń

Starcie na żywo (09.10 20:30) z Azure Bicep, czyli nowym DSL i alternatywą dla szablonów ARM do powoływania i automatyzacji zasobów w Azure :-)

Tagi: ARM, Azure
Źródło: www.facebook.com
Dziel się z innymi:
Azure Bicep - pierwsze starcie

Cloud 1292 dni, 21 godzin, 15 minut temu Łukasz Kałużny 58 źrodło rozwiń

4 minut(y) Artykuł jest częścią, większej całości. W serii znajdują się:Część 1 - Liga Mistrzów i konta użytkownikówCzęść 2 - Liga Mistrzów i 7 sposobów na hostingCzęść 3 - Liga Mistrzów i bazy danychCzęść 4 - Liga Mistrzów i brakujący element - Chwilę późniejCzęść 5 - Liga Mistrzów i diagnostyka - Na koniecZapisz się Polityka prywatności - więcej​ Nadszedł ten piękny dzień, że już prawie wszystkie ważne decyzje za nami. Mamy wybraną bazę danych, hosting i wiemy jak będziemy o...

Tagi: Azure
Źródło: poznajazure.pl
Dziel się z innymi:
Liga Mistrzów i brakujący element - Poznaj Azure - blog

Inne 1293 dni, 21 godzin, 12 minut temu Piotr Stapp 38 źrodło rozwiń

1 2... 6 7 8 9 10 11... 16 17

Najaktywniejsi w tym miesiącu