Strona głównaUżytkownik

spetz | użytkownik

spetz
spetz
3 448,35
1961 dni, 22 godziny, 6 minut temu
5 marca, 2016
dotnetomaniak.pl

A few days ago when I posted the information about creating a course Becoming a software developer amongst many positive comments I had received at least a few question why would I do something like this for free. In the video below (English subtitles are available) I do present my answer. And I would also like to write a few additional remarks about it.

Dziel się z innymi:
Doing things pro publico bono | Piotr Gankiewicz

Inne 2637 dni, 9 godzin, 14 minut temu spetz 98 źrodło rozwiń

Welcome to the first, or actually, the episode number 0 of my first online course ever named “Becoming a software developer”. o what is it all about? The goal is simple – I’ll be acting as a mentor to a friend of mine Patryk Huzarski, who would like to become a software developer.

Tagi: .Net, .net core, C#, kurs
Dziel się z innymi:
Becoming a software developer – course introduction | Piotr Gankiewicz

Inne 2641 dni, 20 godzin, 2 minuty temu spetz 181 źrodło rozwiń

It’s been a few months already since I’ve started working for good with distributed systems using (micro)services and asynchronous processing via service bus. Many issues and question raised and one of these was how to not lose the information about commands and events being processed and even more importantly, how to notify the user once the request has completed? I’ve had to come up with some solution that seems to be sufficient (at least for now) and I’d like to share it with you.

Dziel się z innymi:
Async HTTP API and service bus | Piotr Gankiewicz

Architektura 2648 dni, 17 godzin, 31 minut temu spetz 142 źrodło rozwiń

Welcome to 2017 my dear folks! New year, new me – right? Not entirely correct, as I’d rather paraphrase this sentence to sound more like “new year, new projects (and tons of new code)”. Wondering what I’d like to achieve within the next 365 days (or make it 363 to be precise)?

Tagi: blog
Dziel się z innymi:
2017 has come | Piotr Gankiewicz

Inne 2658 dni, 11 godzin, 41 minut temu spetz 124 źrodło rozwiń

Time goes by whether you like it or not (unless you’re a photon). So is 2016 about to finish – the year that was one of the biggest breakthroughs not only in my career but also in life so far.

Dziel się z innymi:
2016 in a nutshell | Piotr Gankiewicz

Inne 2661 dni, 22 godziny, 1 minutę temu spetz 99 źrodło rozwiń

It’s been quite a while since I posted the latest update of the Warden project designed for monitoring the resources in general. After a lot of back-end coding and refactoring, the time has come to finally focus on the new web interface implementation. And this is where the things start to become interesting (I promise).

Dziel się z innymi:
Warden vNext | Piotr Gankiewicz

Narzędzia 2671 dni, 21 godzin, 56 minut temu spetz 76 źrodło rozwiń

Writing a project documentation – everyone’s or at least the programmer’s nightmare, right? Although at a first glance many of you will most likely agree with the given assumption, I’ll try to convince you otherwise. Not only it doesn’t have to be a dull experience, but it might be a truly fun and quite refreshing activity, which shall provide the great value for the project.

Dziel się z innymi:
Documentation as a project booster | Piotr Gankiewicz

Inne 2682 dni, 21 godzin, 16 minut temu spetz 75 źrodło rozwiń

Necessity is the mother of invention – that’s basically why I did create a new open source project called Lockbox. Its main purpose is to provide a centralized and secured storage for the application settings that can be easily fetched via HTTP request. Sounds interesting? Then let me guide you through the most important concepts of the Lockbox.

Dziel się z innymi:
Lockbox | Piotr Gankiewicz

Narzędzia 2685 dni, 15 godzin, 24 minuty temu spetz 119 źrodło rozwiń

Not so long ago, I’ve eventually decided to dive into the world of microservices. I did look for an opportunity to make use of this architectural pattern for quite some time and finally was able to do so. After 3 months of trying out the new things and learning stuff mostly on my own (the hard way) I believe it’s a good time to share some of my experience. I have no doubts that at some point in the future when I look back at this post I might be like – “oh God, what was I thinking back then, it’s so wro...

Dziel się z innymi:
So I’ve been doing microservices | Piotr Gankiewicz

Programowanie rozproszone 2691 dni, 22 godziny, 9 minut temu spetz 202 źrodło rozwiń

When was the last time that you did something that you weren’t supposed to do? And I’m not talking about committing the criminal acts. Although, at the first glance it might seem otherwise, making uncomfortable things most likely will pay off. Yet, still, most of us decide not to leave the comfort zone.

Dziel się z innymi:
Pushing the boundaries | Piotr Gankiewicz

Inne 2703 dni, 17 godzin, 30 minut temu spetz 84 źrodło rozwiń

When someone talks about the diversification, it’s usually about financial assets. Every investor will tell you, that you should spread your investments amongst different sources of possible income. If you put 100% of all that you’ve got into a single asset and something goes wrong then you’re totally screwed. Yet, it’s not only about the financial market – let’s talk about diversifying our own skills.

Tagi: hobby
Dziel się z innymi:
Diversify | Piotr Gankiewicz

Inne 2712 dni, 10 godzin, 33 minuty temu spetz 99 źrodło rozwiń

Choosing a service bus that meets our demands is a crucial part when developing a distributed system. There are many services to choose from like MSMQ, Azure Service Bus or RabbitMQ and even more frameworks that you can use in your projects as an additional layer of abstraction that makes your coding much easier when it comes to dealing with the specific service bus implementation. In this article, I’d like to present how to use the RabbitMQ in .NET Core with the help of really nice RawRabbit library.

Dziel się z innymi:
.NET Core + RabbitMQ = RawRabbit | Piotr Gankiewicz

Programowanie rozproszone 2721 dni, 21 godzin, 10 minut temu spetz 364 źrodło rozwiń

2016 is about to finish in a few weeks, yet there are a few more things that I’ve planned to do before this year comes to an end. I’m really into the open source right now and about to publish some tutorials. If that sounds interesting to you, please take a look at the whole post.

Dziel się z innymi:
My plans till the end of 2016 | Piotr Gankiewicz

Inne 2725 dni, 19 godzin, 45 minut temu spetz 93 źrodło rozwiń

I’ve eventually decided to start using the *NIX system for the software development. Being a Windows user and the .NET developer for many years now, it might seem like a radical change, but let me tell you this – it was a great decision and here is the explanation.

Dziel się z innymi:
.NET on Linux – bye, Windows 10. | Piotr Gankiewicz

Narzędzia 2735 dni, 12 godzin, 12 minut temu spetz 335 źrodło rozwiń

Many people often ask what does it look like to work as a software engineer and what can you expect after being in the industry for a few years. I’m not going to focus on the actual job or the tools required to get it done, instead I’ll present my subjective insight into the career in the broad world of the software development.

Dziel się z innymi:
A short story about the IT career | Piotr Gankiewicz

Inne 2744 dni, 15 godzin, 52 minuty temu spetz 226 źrodło rozwiń

The .NET Developer Days conference which is going to be held in Warsaw’s EXPO XXI in less than 3 weeks, has one more thing to offer other than sessions – the workshops for developers.

Tagi: Conference
Dziel się z innymi:
.NET Developer Days workshops | Piotr Gankiewicz

Inne 2747 dni, 13 godzin, 9 minut temu spetz 80 źrodło rozwiń

It’s been quite a while since I’ve started gathering some knowledge about the microservices architectural pattern that’s been on a hype recently. After reading many articles, some books like Microservices in .NET Core and talking with smart guys in the Devs PL Slack channel, I’ve eventually decided that the time has to come to try to make the microservices happen in the real world project. That’s the beginning of my journey into the distributed programming and architecture, so please keep that in mind wh...

Dziel się z innymi:
[EN]Microservices, here I come | Piotr Gankiewicz

Architektura 2753 dni, 22 godziny, 25 minut temu spetz 251 źrodło rozwiń

It’s been 2 months since the latest version of the Warden has been released as the NuGet packages. Although our focus (yes, I’m not the only one person anymore working on this project) has moved towards the development of so-called stack (brand new API, Website, Microservices etc.) I’m still actively developing the core library in order to make it even more useful than before.

Dziel się z innymi:
Warden 1.3.0 released | Piotr Gankiewicz

Narzędzia 2761 dni, 18 godzin, 37 minut temu spetz 112 źrodło rozwiń

It’s still over a month till the .NET Developer Days conference will take place in the Warsaw’s EXPO XXI, yet it’s a good time to start thinking which talks should one choose, as there will be 3 rooms A,B and C and the presentations will run in parallel.

Tagi: .Net, C#, Conference
Dziel się z innymi:
[EN] .NET Developer Days sessions | Piotr Gankiewicz

Inne 2767 dni, 23 godziny, 47 minut temu spetz 118 źrodło rozwiń

Nowadays, the HTTP APIs act as gateways for petabytes of data and some chunk of it might actually require enhanced access rules. For example, you could create a link that allows the user to download the file only once, and within such link you would find a token. I was in a need of creating such solution for my open source project Warden – a specialized, one-time link that can be used fetch the configuration object from the API. It turned out to be fairly straightforward to implement the most basic versi...

Dziel się z innymi:
[EN] One-time secured API requests | Piotr Gankiewicz

Sztuka programowania 2775 dni, 17 godzin, 56 minut temu spetz 149 źrodło rozwiń

1 2 3 4 5 6

Najaktywniejsi w tym miesiącu