Strona głównaUżytkownik

spetz | użytkownik

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

I have quite a good news for everyone who’s been following my programming course. “Becoming a software developer” will receive 8 additional episodes, which is going to result in the total number of 24. Wondering why? Here are the main reasons why 16 episodes will not be sufficient enough.

Dziel się z innymi:
“Becoming a software developer” course will have 24 episodes | Piotr Gankiewicz

Inne 2542 dni, 4 godziny, 1 minutę temu spetz 48 źrodło rozwiń

Welcome to the fourteenth episode of my course “Becoming a software developer” in which we will configure our application by using the appsettings.json file.

Dziel się z innymi:
Becoming a software developer – episode XIV | Piotr Gankiewicz

Inne 2548 dni, 20 godzin, 40 minut temu spetz 18 źrodło rozwiń

Welcome to the thirteenth episode of my course “Becoming a software developer” in which we will make use of the Command Handler pattern in order to extend our business logic and clean up the controllers.

Dziel się z innymi:
Becoming a software developer – episode XIII | Piotr Gankiewicz

Inne 2554 dni, 16 godzin, 47 minut temu spetz 27 źrodło rozwiń

In today’s post, I’d like to present a dozen of minimalistic samples that you can make use of within ASP.NET Core application. Starting from simple things like options, through middleware, databases and even Nginx or Docker. These samples are part of the upcoming event “Thursday with .NET” that I’ll be part of on Thursday 20.04.2017.

Dziel się z innymi:
ASP.NET Core 12 samples | Piotr Gankiewicz

Web 2555 dni, 20 godzin, 18 minut temu spetz 244 źrodło rozwiń

Welcome to the twelfth episode of my course “Becoming a software developer” in which we will write tests, both unit and integration (end-to-end) for our application.

Dziel się z innymi:
Becoming a software developer – episode XII | Piotr Gankiewicz

Inne 2561 dni, 4 godziny, 21 minut temu spetz 28 źrodło rozwiń

Welcome to the eleventh episode of my course “Becoming a software developer” in which we will use AutoMapper library, implement simple HTTP POST method and use asynchronous methods.

Dziel się z innymi:
Becoming a software developer – episode XI | Piotr Gankiewicz

Inne 2568 dni, 6 godzin, 6 minut temu spetz 17 źrodło rozwiń

Hey everyone, I haven’t been asking anyone for help with developing the software for quite some time now, but well, the time is the crucial part here. I wish that the day lasted much longer than it currently is, yet, since I can’t do much about it, I want to ask you for help with contributing to the open source projects that I’ve been working on. It could be anything, like a feedback or an actual contribution (e.g. via Pull Request) and maybe you will find some of the projects interesting as there is a f...

Dziel się z innymi:
Open source contributors wanted | Piotr Gankiewicz

Inne 2570 dni, 19 godzin, 53 minuty temu spetz 136 źrodło rozwiń

Welcome to the tenth episode of my course “Becoming a software developer” in which we will start designing our domain and services.

Dziel się z innymi:
Becoming a software developer – episode X | Piotr Gankiewicz

Inne 2576 dni, 3 godziny, 44 minuty temu spetz 23 źrodło rozwiń

Many programmers tend to believe, that sticking to the particular technology of their choice while being reluctant to the other pieces of a rather complex process of providing a completed application is not their concern. DevOps, infrastructural concerns, cloud computing and so on – we got other teams able to do that, correct? Well, even if you do, you’re missing a huge piece of the knowledge that could save your day at some point in the future. Let me briefly present my point of view on the given subject.

Who you should care about DevOps | Piotr Gankiewicz

Narzędzia 2578 dni, 8 godzin, 56 minut temu spetz 78 źrodło rozwiń

The great technology event is about to get started. Are you ready for the series of presentations and later on advanced workshops related to the latest Microsoft technology being .NET Core?

Dziel się z innymi:
.NET Core Tour | Piotr Gankiewicz

Inne 2585 dni, 3 godziny, 21 minut temu spetz 171 źrodło rozwiń

Recently I’ve been doing a lot of DevOps in order to automate the continuous integration and deployment (CI & CD) of the microservices as much as possible. In this article, I’d like to share with you some of my experiences how to get started with creating your own deployment process and this is going to be the first part of the series of articles related to this process.

.NET Core continuous deployment part I – Travis CI integration | Piotr Gankiewicz

Narzędzia 2593 dni, 1 godzinę, 40 minut temu spetz 84 źrodło rozwiń

Welcome to the seventh episode of my course “Becoming a software developer”, which is all about the importance of testing your code in general.

Dziel się z innymi:
Becoming a software developer – episode VII | Piotr Gankiewicz

Inne 2594 dni, 14 godzin, 25 minut temu spetz 21 źrodło rozwiń

Hello, my friend! This post is dedicated to everyone who’s looking for a guide, how to start with publishing your content on the Internet and also work on an open source project along with (yet it’s not the required part and you can simply skip it). Also, feel free to scroll down directly to the tl;dr section.

Get noticed – survival guide | Piotr Gankiewicz

Daj się poznać 2016 2606 dni, 13 godzin, 35 minut temu spetz 78 źrodło rozwiń

Welcome to the fourth episode of my course “Becoming a software developer”, which will give you a quick overview of the more advanced concepts of the C# language that allows writing a really neat and composable code.

Dziel się z innymi:
Becoming a software developer – episode IV | Piotr Gankiewicz

Inne 2614 dni, 12 godzin, 35 minut temu spetz 52 źrodło rozwiń

Today’s post was written by Jenny Holt who asked me if she could write a contributed content for my blog. She did agree with one of my previous articles about working remotely and wanted to share her thoughts about that matter. Thank you, Jenny!

Tagi: Remoting, work
Dziel się z innymi:
Pros & cons of working from home | Piotr Gankiewicz

Inne 2614 dni, 12 godzin, 35 minut temu spetz 101 źrodło rozwiń

Welcome to the third episode of my course “Becoming a software developer”, which will give you a quick overview of the core parts of the C# language will let you design better types and deal with errors in a proper manner.

Dziel się z innymi:
Becoming a software developer – episode III | Piotr Gankiewicz

Inne 2621 dni, 1 godzinę, 7 minut temu spetz 43 źrodło rozwiń

Another quick video tutorial from me. Here, we will focus on implementing our own “SDK” responsible for handling the Facebook Graph API using C# and .NET Core (of course you can achieve the same result on the full .NET platform).

Dziel się z innymi:
Accessing Facebook API using C# | Piotr Gankiewicz

Inne 2621 dni, 1 godzinę, 7 minut temu spetz 143 źrodło rozwiń

Welcome to the second episode of my course “Becoming a software developer”, which will focus on the other important parts of the OOP such as inheritance, polymorphism, interfaces and abstractions.

Dziel się z innymi:
Becoming a software developer – episode II | Piotr Gankiewicz

Inne 2626 dni, 12 godzin, 18 minut temu spetz 47 źrodło rozwiń

I want to get in a good habit of recording some simple tutorials from time to time using the English language, so here comes the first one about my experience with running the SQL Server on Linux. Enjoy!   The first thing you need to do is to open the following website and follow the selected installation guide. For example, I’m using the ElementaryOS so I chose the Ubuntu guide. Also, make sure you’ll install the SQL Server Tools. Eventually,...

Dziel się z innymi:
SQL Server on Linux – get started | Piotr Gankiewicz

Narzędzia 2628 dni, 15 godzin, 19 minut temu spetz 149 źrodło rozwiń

Welcome to the first episode of my course “Becoming a software developer”, which is a starting point for your journey into the software development world. It also begins a first part (there will be 4 parts in total containing 4 episodes each) which is dedicated to the core concepts of object-oriented programming using the C# language.

Dziel się z innymi:
Becoming a software developer – episode I | Piotr Gankiewicz

Inne 2633 dni, 13 godzin, 37 minut temu spetz 120 źrodło rozwiń

1 2 3 4 5 6

Najaktywniejsi w tym miesiącu