Jakiś czas temu napisałem, że "Czy to się skaluje?" nie jest pytaniem, ale mantrą. Zdałem sobie sprawę, że obecnie skalowanie w dół, może być bardziej krytyczne niż skalowanie w górę(biorąc pod uwage ARM, serverless, edge computing). Przeczytaj więcej w najowszym artykule.
Architektura 1178 dni, 6 godzin, 38 minut temu 70 źrodło rozwiń
CodePruner.comPostsPOSTS I don’t understand why developers doesn’t automate their job. They can save a huge amount of time with very low effort. How? For example, by generating models from backend to frontend. We will talk about it today. The main idea is to keep backend and frontend models synchronized automatically. In most cases frontend asks backend about data, so the main source of truth should be the backend site. I see it in that way. When model is changed on backend then frontend models should ...
Sztuka programowania 1179 dni, 6 godzin, 30 minut temu 71 źrodło rozwiń
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...
David August 23rd, 2021 .NET 6 is on the way, and I wanted to share some of my favorite new APIs in .NET and ASP.NET Core that you are going to love. Why are you going to love them? Well because they were directly driven by our fantastic .NET developer community! Let’s get started!Reading & Writing Files In .NET 6, there’s a new low-level API to enable reading/writing of files without using a FileStream. It also supports scatter/gather IO (multiple buffers) and overlapping reads and writes at a given...
Sztuka programowania 1179 dni, 6 godzin, 30 minut temu 53 źrodło rozwiń
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...
I recently migrated my VS Extension MappingGenerator (https://mappinggenerator.net/) to VisualStudio 2022. Unfortunately, I lost 4h by following the official migration guideline. Here are my notes on the subject to save you some time https://cezarypiatek.github.io/post/migrate-vsix-to-vs2022/
5 Najczęstszych Błędów w Entity Framework Core
Sztuka programowania 1180 dni, 6 godzin, 51 minut temu 253 źrodło rozwiń
This time I'd like to share my story about a simple bug that has grown to a serious size and what I should do to avoid it. Feel free to read!
Sztuka programowania 1184 dni, 5 godzin, 58 minut temu 93 źrodło rozwiń
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...
“Knowing anti-patterns is as important as knowing any other patterns. Today I tackled #PropertySourcing. It's one of the most common anti-patterns while starting to implement #EventSourcing. Read more in my latest article!
Architektura 1192 dni, 6 godzin, 20 minut temu 96 źrodło rozwiń
Najlepsze praktyki z Entity Framework Core w C#
Sztuka programowania 1195 dni, 6 godzin, 47 minut temu 195 źrodło rozwiń
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 week, I'm continuing the Docker topic. Last time I explained how to build an optimal image for your application. Today I wrote how to publish it to the DockerHub and Github Container Registry using Github Actions.
(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/