Jak skonfigurować poprawnie MongoDB w .NET?
Bazy danych i XML 1092 dni, 11 godzin, 31 minut temu 116 źrodło rozwiń
MenuHomeAboutArchivesSubscribe Opinions, thoughts, solutions by Paweł Pindel on At the beginning, it is worth considering what asynchronous programming is and why it is better than synchronous. Asynchronous programming involves approaching the problem in a completely different way. The point is that the program code does not execute line by line, waiting each time for the end of the operation to move on. It allows us to speed up the program to a great extent, release the main t...
Sztuka programowania 1878 dni, 14 godzin, 27 minut temu 193 źrodło rozwiń
Czy branża IT jest tylko dla programistów? Jak jako junior zahaczyć się w firmie technologicznej? Skąd wiedzieć czego dana firma oczekuje?
TDI 2D to silnik pozwalający w prosty i przyjemny sposób tworzyć proste gry 2D. Dziś chciałbym sprecyzować dokładnie co chcę osiągnąć, oraz czego można się spodziewać po tym dieslu. Projekt będzie dostępny jako open source, a na tym blogu na bieżąco będę opisywał postępy w pracy nad nim.
The difference between what a customer really wants and what a development team thinks is expected can lead to real troubles. The Three Amigos helps to avoid such situations.
In my very first blog post on the contest I mentioned Yeoman, Gulp and Bower. Though my project changed, I’m still actively using the last two. I find it very helpful when with Gulp, I can make my website refresh while I’m making changes, so they are instantly visible on the screen. In this post I will show you some useful tasks that you can quickly implement in your own (web) project. First of all, I’m using Visual Studio Code (awesome tool), which gives me all of the functionalities I need for devel...
Daj się poznać 2016 3142 dni, 2 godziny, 42 minuty temu 78 źrodło rozwiń
While working as a developer within SharePoint – farm solutions, every developer has come across Memory Leaks, but what actually are memory leaks and how to defend your code from them?