Strona głównaUżytkownik

spetz | użytkownik

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

Pierwszy odcinek naszego obiecanego kursu o mikroserwisach.

Źródło: www.youtube.com
Dziel się z innymi:
Distributed .NET Core - Episode 1

Programowanie rozproszone 1960 dni, 2 godziny, 59 minut temu spetz 168 źrodło rozwiń

It’s been a while since I published the latest article, but it’s high time to finally get into the topic of microservices for real. Does open source, .NET Core, distributed system, Docker and other cool words sound good to you? If that’s the case, stick with me and let me guide you through the world (or at least part of it) of microservices. This is going to be the very first article (an introduction) of the upcoming series.

Dziel się z innymi:
.NET Core Microservices – DShop | Piotr Gankiewicz

Architektura 2114 dni, 2 godziny, 58 minut temu spetz 211 źrodło rozwiń

Welcome to the first part about DevOps and automating the deployment for the .NET Core apps with the usage of Docker, Travis CI (I’ll also mention how to use BitBucket Pipelines) and Rancher. The purpose of this tutorial is to show you that setting up the CI & CD for the projects that you’re working on is not as complex as it may seem at the first glance. The slides for the presentation can be found here.

Dziel się z innymi:
.NET Core DevOps with Docker, Travis CI and Rancher – part 1 | Piotr Gankiewicz

Narzędzia 2359 dni, 5 godzin, 22 minuty temu spetz 154 źrodło rozwiń

Welcome to the final, twenty-fourth episode of my course “Becoming a software developer” in which we will talk about the idea behind the distributed systems.

Tagi: .net core, kurs
Dziel się z innymi:
Becoming a software developer – episode XXIV | Piotr Gankiewicz

Inne 2407 dni, 6 godzin, 37 minut temu spetz 65 źrodło rozwiń

It’s been almost a year since we – the members of the Noordwind teal organization started working on our own, fully open sourced project named Collectively, being the platform for the citizens that would help them report and discuss about things that are important for their community and environment. On the 15th of September, there will be a special event (including press conference) held in Kraków related to our platform as well, so please feel already invited. And now, let me introduce what the Collect...

Dziel się z innymi:
Collectively – an open source platform for the citizens | Piotr Gankiewicz

Architektura 2417 dni, 4 godziny, 59 minut temu spetz 69 źrodło rozwiń

It’s been over 2 weeks since the .NET Core Tour ended. In this summary, I’d like to share with you the journey that lasted for over 4 months.

Tagi: .net core
Dziel się z innymi:
.NET Core Tour summary | Piotr Gankiewicz

Inne 2429 dni, 5 godzin, 14 minut temu spetz 84 źrodło rozwiń

Welcome to the twenty-third episode of my course “Becoming a software developer” in which we will focus on the vast topic of DevOps which is all about building, testing and deploying the application. And we will use Docker to help with the overall process.

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

Inne 2445 dni, 20 godzin, 24 minuty temu spetz 59 źrodło rozwiń

Recently, I was struggling with the SSO authentication. At first I did pick up JSON Web Token which of course is a legitimate option, however, I was forced to share the secret key between different parties, as I decided to use HMAC. Not so long ago I decided to switch to the RSA instead and I’d like to present you both solutions using ASP.NET Core.

JWT RSA & HMAC + ASP.NET Core | Piotr Gankiewicz

Sztuka programowania 2451 dni, 12 godzin, 23 minuty temu spetz 138 źrodło rozwiń

Welcome to the twenty-second episode of my course “Becoming a software developer” in which we will use SQL Server database along with Entity Framework Core library.

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

Inne 2458 dni, 14 godzin, 55 minut temu spetz 85 źrodło rozwiń

In one of the previous videos, as well as posts I described how to use Docker and Docker Hub in order to build and deploy applications written with ASP.NET Core. In this post, I’d like to introduce the Azure Container Registry which is an alternative to the well-known Docker Hub.

Tagi: Azure, docker
Dziel się z innymi:
Hosting Docker images on Azure Container Registry | Piotr Gankiewicz

Cloud 2465 dni, 23 godziny, 52 minuty temu spetz 62 źrodło rozwiń

Recently, I started researching tools and services for the build automation. Being a long user of TeamCity and currently Travis CI (also had some experience with Jenkins, AppVeyor and VSTS) I wanted to find out what else is there. Then I realized that there’s a build server built into BitBucket, thus I decided to give it a go.

Tagi: .net core
Dziel się z innymi:
Building .NET Core apps with BitBucket Pipelines and Docker

Narzędzia 2486 dni, 6 godzin, 12 minut temu spetz 171 źrodło rozwiń

Welcome to the twenty-first episode of my course “Becoming a software developer” in which we will use MongoDB which is a NoSQL database for storing the data of our application.

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

Inne 2493 dni, 16 godzin, 52 minuty temu spetz 47 źrodło rozwiń

Since ASP.NET Core became a truly cross-platform framework, we’re free to use other environments such as Linux in order to host our applications. This is a great opportunity not only to reduce the possible licensing costs but also to try out a new environment. In the video tutorial below, I’ll show you how to build a Docker image using ASP.NET Core, publish it to the Virtual Machine running in the Digital Ocean and use Nginx to expose the app to the world.

Dziel się z innymi:
ASP.NET Core deployment using Docker, Nginx and Ubuntu Server | Piotr Gankiewicz

Sztuka programowania 2493 dni, 16 godzin, 52 minuty temu spetz 298 źrodło rozwiń

Welcome to the twenty episode of my course “Becoming a software developer” in which we will implement our custom “handler” that will be responsible for executing the given methods, dealing with exceptions etc.

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

Inne 2501 dni, 22 godziny, 43 minuty temu spetz 33 źrodło rozwiń

Welcome to the nineteenth episode of my course “Becoming a software developer” in which we will gracefully handle the exceptions and extend logging services with NLog.

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

Inne 2509 dni, 6 godzin, 19 minut temu spetz 30 źrodło rozwiń

Welcome to the eighteenth episode of my course “Becoming a software developer” in which we will finalize the basic CRUD for the Driver type, implement extension methods for the repository and build custom middleware in order to deal with exceptions.

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

Inne 2516 dni, 16 godzin, 21 minut temu spetz 37 źrodło rozwiń

Welcome to the seventeenth episode of my course “Becoming a software developer” in which we will mostly talk about the boundaries and responsibilities of the application services. Eventually, we will implement some helper code to automatically assign the authenticated user id to the given command.

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

Inne 2525 dni, 23 godziny, 58 minut temu spetz 32 źrodło rozwiń

In this article, I’d like to guide you through the development process of the simple application named Depot. It was created for my presentation about using .NET Core in practice, which is a part of .NET Core Tour. The overall journey will last 10 steps, so get ready.

Dziel się z innymi:
Depot – building ASP.NET Core distributed application | Piotr Gankiewicz

Programowanie rozproszone 2529 dni, 4 godziny, 10 minut temu spetz 78 źrodło rozwiń

Welcome to the sixteenth episode of my course “Becoming a software developer” in which we will implement the login endpoint in our API, discuss the caching mechanism and how to initialize the application with basic data.

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

Inne 2530 dni, 14 godzin, 31 minut temu spetz 33 źrodło rozwiń

Welcome to the fifteenth episode of my course “Becoming a software developer” in which we will implement password encryption, authorization and authentication using JWT.

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

Inne 2537 dni, 2 godziny, 51 minut temu spetz 45 źrodło rozwiń

1 2 3 4 5 6

Najaktywniejsi w tym miesiącu