Strona głównaUżytkownik

Mateusz Pustelak | użytkownik

Mateusz Pustelak
Mateusz Pustelak
374,22
2640 dni, 14 godzin, 51 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 2641 dni, 1 godzinę, 32 minuty temu Mateusz Pustelak 198 ź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 2648 dni, 13 godzin, 31 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 2660 dni, 5 godzin, 57 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 2661 dni, 5 godzin, 49 minut temu Mateusz Pustelak 29 ź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 2678 dni, 15 godzin, 25 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 2688 dni, 15 godzin, 43 minuty temu Mateusz Pustelak 261 ź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 2696 dni, 14 godzin, 37 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 2709 dni, 13 godzin, 45 minut temu Mateusz Pustelak 95 ź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 2710 dni, 3 godziny, 49 minut temu Mateusz Pustelak 141 źrodło rozwiń

Najaktywniejsi w tym miesiącu