10 Największych Mitów o Programistach i Zawodzie Programisty - Modest Programmer
Sztuka programowania 19 dni, 5 godzin, 46 minut temu 102 źrodło rozwiń
Programowanie a Pasja. Czy Programista Musi Być Pasjonatem? - Modest Programmer
Sztuka programowania 19 dni, 5 godzin, 46 minut temu 23 źrodło rozwiń
Nauka w Pracy. Czy Programista Powinien Mieć Czas Na Naukę w Pracy? - Modest Programmer
Sztuka programowania 19 dni, 5 godzin, 46 minut temu 45 źrodło rozwiń
Kobiety w Świecie IT. Czy Kobiety Mają Mniejsze Szanse By Odnaleźć Się w Programowaniu? - Modest Programmer
Sztuka programowania 19 dni, 5 godzin, 46 minut temu 27 źrodło rozwiń
Czy Bootcamp Programistyczny Jest Dobrą Ścieżką? Wady i Zalety Bootcampów - Modest Programmer
Sztuka programowania 19 dni, 5 godzin, 46 minut temu 11 źrodło rozwiń
If you are following ASP.NET Core 6, then probably you are aware that with ASP.NET Core 6.0 projects, there is no Startup.cs file. It is now combined with Program.cs file to bring unified experience.
Sztuka programowania 24 dni, 5 godzin, 14 minut temu 108 źrodło rozwiń
Narzędzia progamistycznedevops, docker, komendy, push, spis, wslPrzemysław Walkowski Kolejny wpis o komendach, które należy znać tym razem dla Docker-a. (wcześniej było dla po GIT-a https://blogprogramisty.net/komendy-git-a-ktore-nalezy-znac/) Dlaczego warto? No cóż jako, że każdy programista powinien chcieć być dobrym programistą warto znać narzędzia, które towarzyszą programowaniu i umieć jakoś minimalnie się w nich poruszać aby, gdy przyjedzie okazja nie błądzić po omacku po Internecie. To nie jest ...
Sztuka programowania 40 dni, 6 godzin, 13 minut temu 140 źrodło rozwiń
I was working on a side project the other day, and realised I really needed to use some JavaScript functionality. The thought of dealing with Node.js and npm again totally put me off, so I decided to look into the possibility of running JavaScript inside a .NET application.
Sztuka programowania 43 dni, 7 godzin, 20 minut temu 74 źrodło rozwiń
(...) I wanted to explore the feeling that to do something really meaningful, perhaps I would need to leave IT industry completely. Do I?
Sztuka programowania 46 dni, 7 godzin, 27 minut temu 62 źrodło rozwiń
12 Wskazówek Dla Programistów, By Pracować Efektywnie - Modest Programmer
Sztuka programowania 61 dni, 7 godzin, 1 minutę temu 184 źrodło rozwiń
Programista Na Rozmowie Kwalifikacyjnej - Modest Programmer
Sztuka programowania 61 dni, 7 godzin, 1 minutę temu 102 źrodło rozwiń
Scrum w Pigułce - Modest Programmer
Sztuka programowania 61 dni, 7 godzin, 1 minutę temu 62 źrodło rozwiń
Jakie Stanowiska i Role Można Wyróżnić w Firmie Tworzącej Oprogramowanie - Modest Programmer
Sztuka programowania 61 dni, 7 godzin, 1 minutę temu 44 źrodło rozwiń
Jakie Najważniejsze Umiejętności Poza Kodowaniem Powinien Posiadać Dobry Programista? - Modest Programmer
Sztuka programowania 61 dni, 7 godzin, 1 minutę temu 45 źrodło rozwiń
Dzisiaj zajmiemy się konsumpcją! Oraz tym jak napisałem nową wersję biblioteki MediatR, no prawie. Opisuję jak można zrobić elastyczny pipeline, gdzie komponujemy zwykłe metody bez zbędnych interfejsów i magii refleksji.
Sztuka programowania 65 dni, 7 godzin, 8 minut temu 100 źrodło rozwiń
Klamka zapadła – postanowiłeś zostać programistą. To naprawdę doskonały pomysł – programowanie jest zajęciem szalenie ciekawym, stymulującym intelektualnie i oczywiście dochodowym. Daje także szerokie możliwości poznawania wspaniałych ludzi i pracy w środowiskach międzynarodowych. A jaki jest pierwszy krok, który powinieneś postawić na swojej drodze do wielkiej kariery programisty? Ocz...
Sztuka programowania 80 dni, 7 godzin, 18 minut temu 28 źrodło rozwiń
Recently, I had the pleasure of speaking at 2 programming events – World Engineering Days and one of the biggest software conferences in Poland, 4Developers. During both speeches, I talked about many different things related to the modern way of software development – continuous deployments, short-living branches, canary releases, and more. All are linked to the short feedback cycle. One of the side topics was vertical slices. What is a vertical slice? Before we ...
Sztuka programowania 81 dni, 6 godzin, 49 minut temu 48 źrodło rozwiń
In this post I discuss the new Task.WaitAsync() APIs introduced in .NET 6, how you can use them to "cancel" an await call, and how they can replace other approaches you may be using currently.The new Task.WaitAsync API in .NET 6 In a recent post, I described how to use a TaskCompletionSource with IHostApplicationLifetime as a way of "pausing" a background service until the application starts up. In that code I used the following function that waits for a TaskCompletionSource.Task to complete, but also s...
Sztuka programowania 92 dni, 7 godzin, 8 minut temu 132 źrodło rozwiń
A few words about the implementation of List in C# In C# List
Sztuka programowania 101 dni, 6 godzin temu 128 źrodło rozwiń
I am a big fan of automating everything possible – do not confuse it with everything, some things should still be done manually. One step that can help with this is the hero of today’s article – continuous deployments. I assume that most of you have already heard about this at one of the conferences, meetups or read in one of the many articles that can be found on the Internet. For those who have not heard, I have prepared a short, theoretical introduction. Suppo...
Sztuka programowania 103 dni, 6 godzin, 24 minuty temu 44 źrodło rozwiń