Trzej Dot Netos w składzie Łukasz Pyrzyk, Konrad Kokosa i Szymon Kulec 16 marca odwiedzili Wrocław. Oto moja relacja z tego wydarzenia.
Strona głównaUżytkownik
Radosław Maziarka | użytkownik
Czyli jak wprowadzić do projektu twój ulubiony framework ;)
I finished work on my presentation about “CQRS in 4 steps” which will be shown during Wrocław .NET meetup and KGD .NET meetup. You can find slides from my presentation on Slideshare, Moreover, there are sources on Github and I encourage you to go through the below materials.
Sztuka programowania 2448 dni, 13 godzin, 10 minut temu 390 źrodło rozwiń
Do you think that unit testing your Bot application is hard and uncommon? Let us show you our Bot.Tests.Stories framework to unit test Bot application with ease and power.
My review of "Building Microservices" book by Sam Newman - a great compendium of microservices architecture.
Architektura 2466 dni, 9 godzin, 33 minuty temu 138 źrodło rozwiń
How to store and query object as JSON using Dapper.
This post describes how to achieve database transaction, on a command level, with Autofac DI and MediatR.
Architektura 2488 dni, 13 godzin, 12 minut temu 168 źrodło rozwiń
The third step in CQRS journey. It covers: - Domain events - publishing and handling - Building read model synchronously - Database transactions per command / request - Recreation of the read model
Sztuka programowania 2490 dni, 12 godzin, 47 minut temu 172 źrodło rozwiń
This post describes how to achieve database transaction, on a request level, with Autofac DI and ASP.NET WebApi.
Zachęcam do oglądnięcia mojego Lightning Talka pod tytułem "Nic nie wiem". Opowiedziałem jak moje doświadczenie w projektach pokazało, że warto mniej wiedzieć i zakładać a więcej pytać i starać się zrozumieć czego chce od nas klient.
Sztuka programowania 2523 dni, 14 godzin, 7 minut temu 68 źrodło rozwiń
Machine Learning is everywhere these days. I want to show how easy is to start your own journey with Azure Machine Learning.
Check my CQRS post series how to implement CQRS into your project. In this post I focused on how to implement simple read model.
Architektura 2563 dni, 13 godzin, 47 minut temu 157 źrodło rozwiń
Zachęcam do przeczytania relacji z konferencji Programistok - jednego z najciekawszych programistycznych wydarzeń w Polsce.
Na Microsoft Ingnite aż tłoczno od nowinek technologicznych w ekosystemie Microsoftu. Mnie najbardziej interesuje Azure Functions więc chciałbym się z wami podzielić tymi najciekawszymi:
My few thoughts about the last edition of DevConf event.
This is a presentation how to introduce CQRS pattern to an existing application, step by step, without breaking changes and holding up the development.
Sztuka programowania 2604 dni, 14 godzin, 40 minut temu 257 źrodło rozwiń
Some guidance how you can introduce CQRS to your project, step by step.
Sztuka programowania 2632 dni, 14 godzin, 30 minut temu 271 źrodło rozwiń
In this post I'm describing how easy is to setup simple deployment from GitHub to Azure Function App.
I continue my Serverless journey with post about running local environment.