Strona głównaUżytkownik

https://chrisseroka.wordpress.com/ | użytkownik

https://chrisseroka.wordpress.com/
https://chrisseroka.wordpress.com/
414,31
1847 dni, 11 godzin, 4 minuty temu
27 listopada, 2014
dotnetomaniak.pl

W dokumentacji Microsoft przeczytamy, że Azure Service Fabric to platforma wspomagająca tworzenie, deployment oraz zarządzanie skalowalnymi i niezawodnymi mikroserwisami. Definicja jest nieco zawiła i mało obrazowa dla osób które wcześniej nie pracowały z podobnym rozwiązaniem. Co to właściwie oznacza? No cóż, zacznijmy od końca, czyli od pojęć “skalowalny” i “niezawodny”.

Co to jest ten cały Azure Service Fabric? | chrisseroka

Cloud 2085 dni, 19 godzin, 53 minuty temu https://chrisseroka.wordpre... 96 źrodło rozwiń

W standardowym Azure AppService mieliśmy sekcję “Application settings” gdzie mogliśmy przeciążyć wszystkie ustawienia z pliku appsettings.json a następnie zrestartować aplikację. W Azure Service Fabric niestety nie ma takiego ekranu do zarządzania. Ba! Nie można nawet zrestartować aplikacji. W artykule postaram się przedstawić rozwiązanie tego problemu.

Dziel się z innymi:
Azure Service Fabric – zmiana ustawień aplikacji | chrisseroka

Cloud 2133 dni, 23 godziny, 56 minut temu https://chrisseroka.wordpre... 43 źrodło rozwiń

Some time ago I was trying to find a good extension to Chrome that would let me go to recent tab same as for example R# does it with files (or Alt+Tab for Windows). The outcome was rather poor so I decided to write my own extension (it’s called Omnicomplete). It does even more and is available on GitHub. Now I use it dozens of times a day and I can recommend it wholeheartedly.

Tagi: CHROME, Resharper
Dziel się z innymi:
Resharper-like search for Chrome tabs and bookmarks | chrisseroka

Narzędzia 2280 dni, 22 godziny, 18 minut temu https://chrisseroka.wordpre... 86 źrodło rozwiń

Quite often when you play with dependency updates or project configuration it’s needed to clean the solution. Especially if other teammates claim it works on their machine (or even on build server). Unfortunately neither “dotnet clean” nor “Clean” command in Visual Studio work as expected and sometimes leave some leftover. So here’s the trick that I learned from one of my colleagues...

Dziel się z innymi:
[EN] Ultimate solution cleanup that always works | chrisseroka

Narzędzia 2289 dni, 21 godzin, 50 minut temu https://chrisseroka.wordpre... 70 źrodło rozwiń

Czasem robiąc code review rodzą się wątpliwości, czy dany kawałek kodu w ogóle działa albo czy przypadkiem nie psuje reszty systemu. Najlepiej w takiej sytuacji przed zamknięciem pull requesta po prostu to przetestować, ale do tego trzeba ściągnąć najnowszą wersję kodu, zbudować i uruchomić projekt a wcześniej odłożyć swoje zmiany na bok. Sam wiem po sobie, że często z tego rezygnowałem. Można jednak rozszerzyć swój proces CI/CD aby build server sam robił deploy każdego pull request’u na odrębne środowisko.

Dziel się z innymi:
CICD na sterydach: deploy pull requesta jeszcze przed jego zamknięciem | chrisseroka

Command linePosted on by chrisseroka in Command line Sometimes free disk space shrinks and you need to figure out the reason. Whenever it happened to me I remember downloading some tool to calculate size of subfolders and detect the weightest one. I felt that there must be a way of doing that without third-party tools but it lived a long life on my TODO list (not that obvious to google).

Dziel się z innymi:
Print size of subfolders – the lost oneliner | chrisseroka

Narzędzia 2314 dni, 22 godziny, 45 minut temu https://chrisseroka.wordpre... 36 źrodło rozwiń

In order to keep your git environment in a good shape you need to clean up branches from time to time. It is especially difficult in case of build servers which complete pull requests on behalf of developers (like VSTS). It’s easy when you have just a few branches to review, but if you forget to do some cleaning for longer while then it’s getting painful. For sure you do not want to remove effects of your work by accident during cleanup.

Dziel się z innymi:
[EN] Cleaning up git branches | chrisseroka

Narzędzia 2322 dni, 23 godziny, 12 minut temu https://chrisseroka.wordpre... 103 źrodło rozwiń

The article describes a simple solution to log client side JavaScript errors together with back-end exceptions. No additional library is needed, although ELMAH is handy at this point

Logging JavaScript exceptions. Custom solution + ELMAH | chrisseroka

Web 3427 dni, 22 godziny, 5 minut temu https://chrisseroka.wordpre... 123 źrodło rozwiń

Ask yourself a question if your unit test project is a mixture of test methods or it shapes a specification that you can share with your client. If you really want to improve your testing experience look at NSpec.

Tagi: bdd, nspec, TDD, testing
Dziel się z innymi:
[EN] Improve your testing experience with NSpec, best BDD test framework | chrisseroka

Narzędzia 3437 dni, 3 godziny, 49 minut temu https://chrisseroka.wordpre... 112 źrodło rozwiń

Najaktywniejsi w tym miesiącu