dotnetomaniak.pl - Najnowsze artykuły o .NET w dziale Inne - Strona 5

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...

Tagi: MMP, MVP, POC
Dziel się z innymi:
MVP vs MMP vs POC - potrafisz rozróżnić?

Inne 639 dni, 18 godzin, 26 minut temu blackik 113 źrodło rozwiń

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.

Computer says no! Why we might have an issue with Artificial Intelligence soon - Oskar Dudycz

Inne 641 dni, 18 godzin, 48 minut temu oskar-at-net 43 źrodło rozwiń

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...

Źródło: www.facebook.com
Dziel się z innymi:
💥 Wybuchowa konferencja i konkurs 💥

Inne 647 dni, 18 godzin, 48 minut temu matwiatrzyk 66 ź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?

Źródło: youtu.be
Dziel się z innymi:
Podcast BNF odc. 9 Dlaczego programista musi rozumieć Machine Learning? - YouTube

Inne 653 dni, 19 godzin, 13 minut temu wildcat89 44 źrodło rozwiń

(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...

Tagi: benchmark
Dziel się z innymi:
How to lie with Benchmarks

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

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/

Źródło: ostrapila.pl
Dziel się z innymi:
Projekty po godzinach, zajawki i Open-source – Ostra Piła

Inne 656 dni, 19 godzin, 21 minut temu macabre13 62 źrodło rozwiń

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...

Tagi: open source
Dziel się z innymi:
Conversation about the .NET open source project | .NET Blog

Inne 667 dni, 18 godzin, 42 minuty temu Piotr Stapp 51 źrodło rozwiń

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...

Tagi: gRPC
Źródło: www.cncf.io
Dziel się z innymi:
Think gRPC, when you are architecting modern microservices! | Cloud Native Computing Foundation

Inne 669 dni, 18 godzin, 47 minut temu Piotr Stapp 95 źrodło rozwiń

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...

Tagi: fsharp
Dziel się z innymi:
Write your first F# code - Learn | Microsoft Docs

Inne 669 dni, 18 godzin, 47 minut temu Piotr Stapp 32 źrodło rozwiń

Hardening an ASP.NET container running on Kubernetes

Dziel się z innymi:
Hardening an ASP.NET container running on Kubernetes - Microsoft Tech Community

Inne 681 dni, 20 godzin, 9 minut temu Piotr Stapp 73 źrodło rozwiń

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 ...

Tagi: csproj
Źródło: dunnhq.com
Dziel się z innymi:
Anatomy of a .NET app

Inne 681 dni, 20 godzin, 9 minut temu Piotr Stapp 81 źrodło rozwiń

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ę ...

Dziel się z innymi:
Kalendarz dotnetomaniaka

Inne 682 dni, 18 godzin, 56 minut temu matwiatrzyk 67 źrodło rozwiń

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(...

Tagi: API, OData
Dziel się z innymi:
API versioning extension with ASP.NET Core OData 8 | OData

Inne 683 dni, 19 godzin, 51 minut temu Piotr Stapp 50 źrodło rozwiń

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...

Tagi: API, OData
Dziel się z innymi:
Up & Running w/ OData in ASP.NET 6 | OData

Inne 683 dni, 19 godzin, 51 minut temu Piotr Stapp 19 źrodło rozwiń

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...

Tagi: performance
Źródło: medium.com
Dziel się z innymi:
Anagrams and Prime Numbers. Measuring Performance in .NET | by Rocket Mortgage Technology | Rocket Mortgage Technology Blog | Jul, 2021 | Medium

Inne 685 dni, 19 godzin, 53 minuty temu Piotr Stapp 18 źrodło rozwiń

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 ...

Tagi: string
Dziel się z innymi:
How Does the StringBuilder Work in .NET? (Part 1) - Steve Gordon - Code with Steve

Inne 689 dni, 19 godzin temu Piotr Stapp 50 źrodło rozwiń

Pieniądze w IT to gorący temat. Jak zresztą w każdym zawodzie. W branży cyfrowej jednak o tyle gorący, że pieniądze są zwykle większe. Podwyżka programisty może być równa jednej trzeciej albo i połowie pensji kelnera, więc jest się czym emocjonować…

Źródło: kalkus.dev
Dziel się z innymi:
Bezwzględne metody negocjacji podwyżek wśród programistów

Inne 691 dni, 16 godzin, 10 minut temu landeeyo 219 źrodło rozwiń

Ultimate Guide to Machine Learning with Python - e-books bundle! Become Machine Learning Superhero TODAY! &##128293;FacebookTwitterInstagramLinkedInGitHomeBook 📙BlogContactSelect Page | .NET, C# | 0 commentsSubscribe and receive free guide - Ultimate Data Visualization Guide* indicates requiredEmail Address * C# has been around for a while. Since January 2002, to be more precise. As we wait for the 20th birthday of this popular programming language, we are expecting its new version as well. C# 10 ...

Tagi: c#10
Źródło: rubikscode.net
Dziel się z innymi:
C# 10 - Top 5 New Features in the Upcoming C# Version

Inne 691 dni, 16 godzin, 10 minut temu Piotr Stapp 115 źrodło rozwiń

...korporacyjne proxy, antywirusy i innego rodzaju oprogramowanie monitorujące jest w stanie ograniczyć wydajność programisty – moim zdaniem – nawet o połowę. Coś co w normalnych warunkach zajmuje 2 minuty może w takim środowisku zająć minut 10, a to już wystarczająco, by deweloper się zirytował i rozproszył. 2 minuty pozwolą pozostać we flow, a 10 minut frustracji przerodzi się w wizytę w kuchni albo chill-roomie, a następnie w kolejne kwadranse spędzone na powrocie do skupienia.

Źródło: kalkus.dev
Dziel się z innymi:
Technologiczno-narzędziowa zasada Pareto | Programista też człowiek

Inne 692 dni, 17 godzin, 10 minut temu landeeyo 69 źrodło rozwiń

Bardzo często myśląc o efektywności mówimy o realizacji jak największej liczby zadań w określonym czasie (ang. output). Często nasuwają nam się również miary pokroju Velocity czy Capacity. O ile nie ma nic złego w mierzeniu prędkości zespołu, o tyle mówimy tutaj bardziej o wydajności, a nie efektywności. Prawdziwą efektywność należy utożsamiać z efektem naszej pracy jakim jest produkt. Powinniśmy więc mówić o wartości jaką dostarczamy końcowemu użytkownikowi (ang. outcome), czy też ujmując inaczej z mie...

Dziel się z innymi:
Wydajność vs Efektywność w SCRUM

Inne 692 dni, 17 godzin, 10 minut temu blackik 54 źrodło rozwiń

1 2 3 4 5 6 7 8... 121 122

Najaktywniejsi w tym miesiącu