Strona głównaUżytkownik

Mateusz Pustelak | użytkownik

Mateusz Pustelak
Mateusz Pustelak
374,22
2639 dni, 13 godzin, 1 minutę temu
18 listopada, 2016
dotnetomaniak.pl

In the previous post about Topshelf and Quartz.NET I mentioned that there is a chance to configure the inversion of control container instead of manually pointing which implementation we want to use. In this post, I will explain how to do just that, using a few popular inversion of control containers – Ninject and StructureMap. If you prefer any other container, please let me know. I’ll do my best to include it here. Plain projec...

Topshelf and Quartz.NET with dependency injection | mpustelak.com

Sztuka programowania 2639 dni, 23 godziny, 43 minuty temu Mateusz Pustelak 198 źrodło rozwiń

Pracuję w strategii branch per feature. Co za tym idzie, na koniec każdego sprintu w lokalnym repozytorium mam sporo branchy, które stają się niepotrzebne. Wprowadza to niepożądany bałagan. Usuwanie każdego brancha z osobna to mozolna praca. Poniższa komenda pomaga mi usunąć niepotrzebne branche.

Tagi: branch, git
Źródło: kurzyniec.pl
Dziel się z innymi:
GIT jest git: Usuwanie wielu branchy | Łukasz Kurzyniec

Narzędzia 2639 dni, 23 godziny, 43 minuty temu lkurzyniec 187 źrodło rozwiń

I often work on applications whose sole task is to execute a script at certain time or day. You may approach it in several ways, eg.: Task Scheduler (Windows), SQL Job (if it is a SQL task) or CRON in Linux. You may also write application, which would run in background and execute a script at certain time. The only question is – do you really want do it? In this post, I would like to introduce other solution to tasks like this. ...

Scheduled jobs made easy - Topshelf and Quartz.NET | mpustelak.com

Programowanie rozproszone 2647 dni, 11 godzin, 41 minut temu Mateusz Pustelak 294 źrodło rozwiń

How often in your code do you see ifs checking whether the object is not null? Often? Very often? What would happen if you didn’t have to check it out? Surely code would be easier to maintain – no ifs = no test cases. This can all be achieved using Null Object pattern.

Null Object pattern - how and when to use it | mpustelak.com

Sztuka programowania 2659 dni, 4 godziny, 7 minut temu Mateusz Pustelak 253 źrodło rozwiń

Amazon Web Services CloudSearch is a search engine and it’s offered in a SaaS model (as well as Elasticsearch what I’ve already explained here). I’m currently writing an article about it so I’ll skip the way how to set it up and how it works. Unfortunately, CloudSearch isn’t free. It doesn’t cost much if you take a look at everything what you get. For more information on pricing check here. There’s few issues with CloudSearch. One of them is ...

Źródło: www.mpustelak.com
Dziel się z innymi:
AWS CloudSearch - clear domain using PowerShell | mpustelak.com

Narzędzia 2660 dni, 3 godziny, 59 minut temu Mateusz Pustelak 29 źrodło rozwiń

Noworoczne postanowienia i cykliczne obowiązki z nich wynikające przeważnie bardzo ciężko jest zrealizować. Z kolei harmonogramowanie zadań w SQL Server i Windows Server jest dziecinnie proste. I o tym jest ten wpis.

Źródło: mickl.net
Dziel się z innymi:
Harmonogramowanie zadań w SQL Server i Windows Server

Bazy danych i XML 2662 dni, 12 godzin, 11 minut temu mickl 115 źrodło rozwiń

Often developers as a log store use text files, system events, output console or database. In some cases they use distributed systems such Splunk or Elasticsearch. In this article I would like to present how to store logs in the form of objects, rather than plain text, which also offers all sorts of graphs and charts called dashboards.

Log data using Serilog, Elasticsearch and Kibana | mpustelak.com

Sztuka programowania 2677 dni, 13 godzin, 35 minut temu Mateusz Pustelak 209 źrodło rozwiń

Many people associated with the IT industry reflects the move from Eastern Europe to the West, United Kingdom, Germany or the United States. Not only because of better earnings, but major opportunities to develop your career and meet new people from different places around the world. A few years ago, for a long time I though about it. Until one day, together with my wife we decided to move to London. It was 3 years ago. Time flies… In this post I would like to p...

Źródło: www.mpustelak.com
Dziel się z innymi:
Move to UK and work in IT | mpustelak.com

Inne 2687 dni, 13 godzin, 53 minuty temu Mateusz Pustelak 261 źrodło rozwiń

Przemysław Walkowski No w końcu znalazłem porządne i wygodne miejsce do codziennych ćwiczeń programistycznych – dostępne on-line i dość sensownie zrobione. Nie wielu programistów korzysta z takich rozwiązań. Nie wiem dlaczego. Jednak ja polecam codzienne ćwiczenia w pisaniu kodu i wymyślaniu algorytmów, bo tylko dzięki temu praktycznie zwiększymy szybkość pisania oraz będziemy elastycznie podchodzić do problemów. Jak to wygląda w praktyce napisze poniż...

Tagi: C#, Kata
Dziel się z innymi:
Praktyka czyni mistrza – katy dla C# | Blog Programisty.NET

Sztuka programowania 2697 dni, 13 godzin, 48 minut temu przemekwa 623 źrodło rozwiń

Every programmer when working with databases will use a framework, which facilitates and speeds up development time. It is no different with me. I never liked ADO.NET. Taking out the data and storing it in a DataSet or DataTable that were not strongly typed is not a best idea. Especially when someone else on the later stage had to work with this code and no one actually knows what the author had in the mind writing it. For many years, I enjoyed the heavi...

Źródło: www.mpustelak.com
Dziel się z innymi:
Dapper - micro-ORM I like | mpustelak.com

Sztuka programowania 2695 dni, 12 godzin, 47 minut temu Mateusz Pustelak 234 źrodło rozwiń

Every experienced developer knows how important is to cover your code with tests (or at least business logic). However, not everyone likes to do that once code is already written, because, why should we do that? The work is done, it was tested and it functions correctly, right? I never liked to cover the code with tests once it’s already there. That’s why in this article I’ll present TDD and describe how I use it day to day.

What TDD is? How I'm using it? | mpustelak.com

Sztuka programowania 2708 dni, 11 godzin, 55 minut temu Mateusz Pustelak 95 źrodło rozwiń

Wzorzec projektowy - wzorzec stanu(state pattern) z przykładem.

Źródło: fildev.pl
Dziel się z innymi:
Wzorzec stanu ( state pattern )

Sztuka programowania 2706 dni, 7 godzin, 54 minuty temu fildev 479 źrodło rozwiń

Design patterns which I would like to present in this post are well described in the book Design Patterns. Elements of Reusable Object-Oriented Software  written by The Gang of Four (Gramma, Helm, Johnson, Vlissides). In my opinion this book is must read for every developer, regardless what programming language you are using. Besides the fact that this book was written more than 20 years ago, it still contains a lot of useful details for developers of all levels. I often revisit this book to keep in touc...

Design Patterns – introduction | mpustelak.com

Sztuka programowania 2709 dni, 1 godzinę, 59 minut temu Mateusz Pustelak 141 źrodło rozwiń

Najaktywniejsi w tym miesiącu