Deduplikacja to W systemach rozproszonych występują tylko dwa trudne problemy: Dostarczenie wiadomości dokładnie raz Gwarantowana kolejność wiadomości Dostarczenie wiadomości dokładnie raz. Inny mi słowy: w tym wpisie zajmiemy się deduplikacją zdarzeń 😁. Ostatnio miałem z tym problem w SIEM’ie, więc padło na Logstash’a.Spis treścihide1Dlaczego jest to istotne?2Dlaczego Logstash?3Dlaczego Redis?4ImplementacjaKodFiltr rubyDziałanie5RepozytoriumPodziel się:Like this:RelatedDlaczego jest to...
DevelopersIdentity & SecurityBusinessLeadershipCultureEngineeringAnnouncementsTalk To SalesSign UpDiscover and enable the integrations you need to solve identityAuth0 MarketplaceDevelopersIdentity & SecurityBusinessLeadershipCultureEngineeringAnnouncementsTry Auth0 For FreeTalk To Sales.NET Learn what software supply chain is and how to improve security with GitHub security features.Daniel KrzyczkowskiSoftware Engineer .NET Learn what software supply chain is and how to improve security with GitH...
ProductResourcesBlogDocumentationCompanyAbout UsNewsroomCareersContactLog inSee a demoResearchBy Nir Ohfeld and Sagi Tzadik * Update * Learn how to protect your environment in our latest post. Nearly everything we do online these days runs through applications and databases in the cloud. While leaky storage buckets get a lot of attention, database exposure is the bigger risk for most companies because each one can contain millions or even billions of sensitive records. Every CISO’s nightmare is someo...
Sergey VasilievTags:#CSharp#KnowledgeAuthor: Sergey VasilievAnd what, in fact, are we optimizing?Calling methods with a params parameterEnumerable.Any
Pojęcie MVP (Minimum Viable Product) jest jednym z częściej nadużywanych i mylonych w branży IT. Zdarza się, że dwie osoby dyskutujące o zbudowaniu produktu, rozumieją je zupełnie inaczej. W tym artykule przybliżę czym jest MVP, jakie są jego rodzaje oraz czym różni się od koncepcji MMP (Minimum Marketable Product) i POC (Proof Of Concept). Pojęcie MVP spopularyzował Eric Ries w s...
Komputer mówi nie! Gartner ocenił, że w 2030 roku 85% projektów z AI będzie zwracało błędne wyniki. W swoim eseju napisałem dlaczego uważam, że jeszcze daleka droga zanim AI będzie w pełni używalne. Podałem też dlaczego ślepe zaufanie w sprawiedliwość algorytmu to droga donikąd.
Boom! 💥 Pomimo sezonu urlopowego, już 27-28 sierpnia odbędzie się w Krakowie jedna z pierwszych po przerwie epidemicznej, programistyczna konferencja OFFLINE. To na pewno świetna okazja żeby się spotkać, poznać i porozmawiać o tym jak dzisiaj wygląda IT. Oprócz oczywistej zalety konferencji OFFLINE warto zainteresować się wydarzeniem, ponieważ organizatorzy przygotowali również solidną dawkę wiedzy. 27 sierpnia odbędą się warsztaty "Modularny Monolit" z Piotr Gankiewicz, czyli znane i doceniane warsztat...
W tym odcinku odpowiedzi na pytania: 💠 Czy developer C# potrzebuje Machine Learning? 💠 Czym jest uczenie maszynowe? 💠 Jaki problem rozwiązuje programista i ML Engineer (Data Scientist)? 💠 Jak wygląda proces ML? 💠 Czy Data Science to nadal egzotyczny zawód dla naukowców? 💠 Czym jest ML, a czym AI? 💠 Czy ML to tylko Python? 💠 Dlaczego Python jest tak popularny w Data Science? 💠 ML.NET - co jeśli cały stack technologiczny mam w .NET?
(This article will be split into multiple parts since it would be too long) Writing correct benchmarks is hard, and it's a craft. Benchmarks try to test a piece of code running in isolation which is very hard, and the results will be mainly in milliseconds or even in smaller units of time. Consider how hard it is to measure such timings correctly and filter out the noise and other system components running at the time that might contribute to the benchmark result. Performance Testing APIs or Large s...
Bez zbędnego owijania w bawełnę oto 77. odcinek podcastu w a nim z naszym gościem rozmawiamy o projektach po godzinach, zajawkach i Open source. Miłego słuchania. Gość odcinka: Cezary Piątek – https://cezarypiatek.github.io/
Richard July 28th, 2021 Open source was an attractive and exciting idea when we first considered sharing .NET Core on GitHub. At the same time, GitHub was a largely unknown platform for many of us and we had a lot of questions about how everything would work. “What if someone forks the runtime on the first day? Is the project over?”. We knew enough that we should take the time to learn the patterns that developers had already established and also what they expected of us. That said, we also had to host...
Skip to contentAboutWho we areMembersTechnical oversight committeeGoverning boardAmbassadorsStaffAnnual report 2020FAQContactProjectsContributeServices for CNCF projectsGraduated & incubating projectsSandbox projectsArchived projectsCloud Native trail mapCloud Native landscapeEnd user tech radarProject journey reportsProject toolsContinuous integrationGraduation criteriaWebsite guidelinesCommunity infrastructure labCopyright noticesCertificationSoftware conformance (Certified Kubernetes)TrainingCerti...
Skip to main contentContentsExit focus modeTable of contentsStart Module 10 Units Beginner Developer Student .NET Take your first steps with F# - Set up your development environment, write your first line of code, and build your first application Learning objectives...
Hardening an ASP.NET container running on Kubernetes
AboutPAC-MAN12 min read. What happens when you build a .NET app? What happens the instant you run it? The last time I studied this was when .NET Framework was in its infancy. That was nearly 20 years ago! Things have changed in those two decades: apps are now cross-platform; .NET has lost its "Framework" moniker; and I've lost my hair! This post looks at:what's in a modern .NET 5 (C#) projectwhat's generated when you buildwhat happens when you run it We won't go into a massive amount of detail, but ...
Z ankiety, którą kiedyś wrzucaliśmy wynikało, że jedną z najbardziej wyczekiwanych zmian w dotnetomaniaku jest rozbudowa mechanizmów związanych z wydarzeniami. W związku z tym rozszerzyliśmy moduł wydarzeń o integrację z publicznym kalendarzem Google. Dzięki niej możecie dodać kalendarz dotnetomaniaka i być na bieżąco z wydarzeniami związanymi z .NET. Aaa jeśli wiecie o jakimś wartościowym wydarzeniu związanym z .NET i chcielibyście podzielić się tą wiedzą z innymi-zapraszamy do dodania go przez stronę ...
Sam July 9th, 2021 API versioning can help evolving our APIs without changing or breaking the existing API services. URL segment, request header, and query string are three ways to achieve API versioning in ASP.NET Core application. ASP.NET Core OData 8, built upon ASP.NET Core, has the built-in API versioning functionality via route URL prefix template. For instance, the following code configures a version template in the route URL prefix to achieve URL based API versioning: services.AddControllers(...
Hassan July 10th, 2021 Few months ago our .NET team announced a newer version of the .NET framework which continues the efforts to deliver the final parts of the .NET unifications plan that started with .NET 5. The newer version is .NET 6, which comes in with more powerful features, configurability, pluggability and extensibility across many platforms. On top of that comes ASP.NET 6, Blazor, MAUI and so many other capabilities that makes the new foundational framework the perfect choice for software e...
Rocket Mortgage Technology BlogRocket Mortgage Technology BlogRocket Mortgage TechnologyFollow·9 min read Measuring Performance in .NET Jason Bock, Developer Advocate, Rocket Mortgage As developers, we come across unique ways to implement algorithms that may seem intriguing, but their novelty must be challenged with performance analysis. In this article, I’ll discuss ways to determine if words are anagrams using prime numbers. I’ll compare this approach to other solutions, and I’ll use Benchmark.NET t...
5th July 20215th July 2021Steve Gordon.NETPart 1: Why do we need a StringBuilder and when should we use one? After becoming proficient in .NET and C#, developers are likely to learn that they should use a StringBuilder to optimise string manipulation and concatenation. This is not a hard and fast rule for all situations but is generally good advice if your code combines or modifies strings repeatedly, particularly if the number of modifications is unbounded and not known until runtime. In this post, I ...