Almost every application needs some kind of config. We can store it in file, database or cloud. But have we got any solution to help us manage those configs?Configuration Configuration builder provides a way to manage name-value configuration even from multiple sources.
Strona głównaUżytkownik
j_boczek | użytkownik
Daj się poznać 2017 2782 dni, 13 godzin, 39 minut temu 32 źrodło rozwiń
Sometimes we have to change author of the pushed commit. How to do it without much efford? Today I stuck on similar problem. I was using SourceTree to commit some changes to be available on my second computer… Unfortunately I didn’t realise which user is associated with it. Just after push saw wrong author next to the commit.
Daj się poznać 2017 2794 dni, 12 godzin, 25 minut temu 22 źrodło rozwiń
Article covers journal service architecture and tech stack that will be used to implement it.Role: One of the core functionality of Mindy app will be journaling.
Daj się poznać 2017 środa, 15 marca 2017 06:20:13 GMT 8 spam? źrodło rozwiń
Using Rancher UI to mange docker containers is one of the best way to have control over your containers. What Rancher gives us is a nice interface and tools
Here it comes… The base assumptions of project called Mindy. What was the genesis and how I found out the idea.
Daj się poznać 2017 poniedziałek, 6 marca 2017 22:50:12 GMT 4 spam? źrodło rozwiń
Hi there! I’ve just had to sort some list alphabetically with specific values on top. Here is one of the possible solution. Worth to know:OrderBy sorts items in ascending order [a, b, c, d] [1,2,3,4]Can be use with boolean functionFalse = 0True = 1 So if we use: list.OrderBy(item => item == "Cat"); Item that equals „Cat” will be placed as last element, because as the only element returns true(1) as a result + as it was mention before OrderBy s...
Sztuka programowania 2812 dni, 23 godziny, 39 minut temu 78 źrodło rozwiń