Strona głównaUżytkownik

Piotr Stapp | administrator

Piotr Stapp
Piotr Stapp
brak danych
166 dni, 7 godzin, 28 minut temu
3 listopada, 2016
Administrator
dotnetomaniak.pl

W poprzednim poście pokazałem jak automatycznie dodawać numer zadania z VSTS do commit message. Dziś pokażę jak automatycznie dodać ten numer zadania do wielu ostatnich commitów. Z pomocą przychodzi Nam polecenie git filter-branch. Polecenie to zastosuje odpowiedni filtr (wybrany przez Nas) do każdego commita w branchu  i w efekcie powstanie nowy commit. Składnia dla tego polecenia składa się z 4 elementów:Podstawowe polecenie: git filter-branch.Nazwa filtru np.: --msg-filter.Pol...

Tagi: git, VSTS
Dziel się z innymi:
Git:  Jak dodać numer zadania z VSTS do ostatnich 5 commit message – Tomasz Prasołek

Narzędzia 2104 dni, 13 godzin, 19 minut temu Piotr Stapp 53 źrodło rozwiń

Potrzeba i chęć używania git’a sprawiła, że siłą rzeczy używam również PowerShella i to właśnie o nim będzie dzisiejszy wpis. Okazuje się, dla osoby niezbyt obytej z tym narzędziem, że jest ono bardzo przydatne, zwłaszcza dla programisty. Dzisiaj nie chcę pisać o konkretnych funkcjach czy komendach. Napiszę o kilku dodatkach jakich używam i jak wspomagają/usprawniają one pracę. Mam również w planach post traktujący o PowerShellowych tips & tricks dla programistów, ale to kiedy indziej.  Łatwiej w Git...

Tagi: Powershell
Dziel się z innymi:
Aby PowerShell był bardziej power - dodatki i moduły do PowerShell -

Narzędzia 2107 dni, 13 godzin, 8 minut temu Piotr Stapp 98 źrodło rozwiń

A few days ago I have reached 365 consecutive days on Stack Overflow. In the beginning of July 2017 I have decided to run an experiment - visit Stack Overflow every single day and do something useful to other community members (answer a question, review one of the queues, edit and improve existing questions and so on). Now it is the best time to summarize this experiment and share my thoughts with you.

Tagi: inne
Dziel się z innymi:
[EN] 365 consecutive days on Stack Overflow - what I have learned from this experiment | e.printstacktrace

Inne 2113 dni, 13 godzin, 40 minut temu Piotr Stapp 45 źrodło rozwiń

Witaj w trzeciej odsłonie cyklu poświęconego programowaniu funkcyjnemu! W części pierwszej omówiłem najważniejsze podstawy. Część druga skupiała się na kluczowym aspekcie tego paradygmatu programowania – tworzeniu programu poprzez komponowanie funkcji. Dzięki temu artykułowi dowiesz się, czym są monady oraz jakie są ich praktyczne zastosowania.

Źródło: devstyle.pl
Dziel się z innymi:
Niecodzienne zastosowania LINQ, czyli monady w C# | devstyle.pl

Sztuka programowania 2117 dni, 13 godzin, 56 minut temu Piotr Stapp 147 źrodło rozwiń

Welcome to my new series about Sorting and .NET Internals. It has started as a simple question Hey, I wonder how sorting implementation looks like in .NET?. This was planned as one one bl...

Tagi: internals, sort
Źródło: mfranc.com
Dziel się z innymi:
[EN] Journey through the .NET internals - Sorting (part 1) | Michał Franc

Architektura 2118 dni, 14 godzin, 59 minut temu Piotr Stapp 47 źrodło rozwiń

I planned to write this article some time ago but this topic is so big that I did not how to start and how to collect all valuable details I learned. Finally – Docker and Azure Kubernetes Service for .NET Developers article is ready. Application containerization is not young concept but tools and new capabilities around this topic are still fresh and worth to track. In this article I would like to describe some concepts around containerized ASP .NET Core applications, Dock...

Tagi: Azure, k8s
Dziel się z innymi:
[EN] Docker and Azure Kubernetes Service for .NET Developers

Cloud 2118 dni, 14 godzin, 59 minut temu Piotr Stapp 47 źrodło rozwiń

Jest rok 2006. Zarząd Volkswagena wie, że ich silnik diesla nie spełni amerykańskich standardów emisji. Więc poprosili inżynierów o rozwiązanie nie wymagające przeprojektowania silnika. Wyobraź sobie scenę spotkania w salce konferencyjnej. Co było powiedziane? Na co się zgodzili? Możemy nigdy nie poznać wszystkich szczegółów; ale jasne jest to, że zarząd poprosił inżynierów o znalezienie sposobu oszukania testów emisji. Poniższy tekst jest luźnym tłumaczeniem wpisu bloga Roberta Cecila "Wujka...

Tagi: inne
Dziel się z innymi:
Michał Kuliński Blog: Tylko Wykonywałem Polecenia

Inne 2121 dni, 12 godzin, 39 minut temu Piotr Stapp 100 źrodło rozwiń

Magic Paste - Universal Paste Data to Web App, Android and Windows Forms using Azure SignalR Service, .Net Core and Xamarin By Jeeva Subburaj In this article, i will discuss about how to do universal paste data between .net core web app, xamarin based android app and .Net Framework windows form app by sending and receiving data using Azure SignalR Service. Often times, i want to transfer t...

Tagi: SignalR
Dziel się z innymi:
[EN] Magic Paste - Universal Paste Data to Web App, Android and Windows Forms using Azure SignalR Service, .Net Core and Xamarin

Inne 2122 dni, 13 godzin, 29 minut temu Piotr Stapp 8 źrodło rozwiń

Introduction In my previous article, I talked about Proof of Work. Proof of Work requires a lot of computing time, in turn, it uses a lot of electricity. One example is that the power consumed by the entire Bitcoin network in November 2017 is higher than that of Ireland. All the nodes in Bitcoin network are volunteers that they “donate” their computing time to the netw...

Dziel się z innymi:
[EN] Building A Blockchain In .NET Core - Transaction And Reward

Inne 2122 dni, 13 godzin, 29 minut temu Piotr Stapp 60 źrodło rozwiń

We know that GDPR is officially part of a law in Europe from 25th May 2018. There are some awesome enhancements shipped with .Net Core 2.1, one of them is support for GDPR. Let us see what are the things added for GDPR in .Net Core 2.1What is GDPR? The General Data Protection Regula...

Tagi: dotnet
Źródło: neelbhatt.com
Dziel się z innymi:
[EN] GDPR in .Net Core: .Net Core Security Part VII – Neel Bhatt

Inne 2122 dni, 13 godzin, 29 minut temu Piotr Stapp 45 źrodło rozwiń

Today, we are releasing the .NET Core July 2018 Update. This update includes .NET Core 1.0.12, .NET Core 1.1.9, .NET Core 2.0.9 and .NET Core 2.1.2.Security.NET Core Security Feature Bypass Vulnerability CVE-2018-8356: Microsoft is aware of a security feature bypass vulnerability that exists when .NET Core does not correctly valida...

Tagi: dotnetcore
Dziel się z innymi:
[EN] .NET Core July 2018 Update | .NET Blog

Inne 2122 dni, 13 godzin, 29 minut temu Piotr Stapp 15 źrodło rozwiń

Today, we are happy to announce the Microsoft .NET Framework 4.7.2 is available on Windows Update, Windows Server Update Services (WSUS) and Microsoft Update (MU) Catalog. This release includes quality and reliability updates based on early feedback on .NET Framework 4.7.2. .NET Framework 4.7.2 is available for the following client...

Tagi: dotnet
Dziel się z innymi:
[EN] .NET Framework 4.7.2 is available on Windows Update, WSUS and MU Catalog | .NET Blog

Windows 2122 dni, 13 godzin, 29 minut temu Piotr Stapp 18 źrodło rozwiń

Amazon Web Services Inc. (AWS) announced its Lambda service -- for running programming code without having to provision or manage servers -- now supports .NET Core 2.1 .NET Core is Microsoft's newest take on the .NET Framework, which has been modularized, made cross platform and open sourced. AWS Lambda supported .NET Core 2.0 early this year, and support for the runtime for other coding tools was announced last summer. Now, AWS Lambda suppor...

Tagi: AWS, dotnetcore
Źródło: awsinsider.net
Dziel się z innymi:
[EN] AWS Lambda Adds .NET Core 2.1 Support -- AWSInsider

Cloud 2122 dni, 13 godzin, 29 minut temu Piotr Stapp 19 źrodło rozwiń

In the previous articles, we explored how we can use Microsoft’s new framework for machine learning – ML.NET. We used different datasets for different purposes and explored how to solve real-world problems. First, we used the Iris dataset to explore machine learning concepts and get up to speed with this field in general. This dataset is sort of Hello World example, but we wanted to learn how to deal with more ...

Źródło: rubikscode.net
Dziel się z innymi:
[EN] Machine Learning in ML.NET – Using Machine Learning Model in ASP.NET Core Application | Rubik's Code

Inne 2123 dni, 14 godzin, 21 minut temu Piotr Stapp 57 źrodło rozwiń

System.IO.Pipelines is a new library that is designed to make it easier to do high performance IO in .NET. It’s a library targeting .NET Standard that works on all .NET implementations. Pipelines was born from the work the .NET Core team did to make Kestrel one of the fastest web servers in the industry. What started as an implementation ...

Tagi: dotnet
Dziel się z innymi:
[EN] System.IO.Pipelines: High performance IO in .NET | .NET Blog

Inne 2124 dni, 13 godzin, 51 minut temu Piotr Stapp 42 źrodło rozwiń

Programowanie asynchroniczne na dobre zagościło na platformie .NET. Proces transformacji wszystkich bibliotek nie był najszybszy, ale większość liczących się graczy na rynku komponentów przygotowało już wersje asynchroniczne. Z przyrostkiem Async czy bez, metody zwracające Task albo Task stały się naszą codziennością, zwiększając przepustowość aplikacji i zmniejszając jałowy czas czekania na zwrócenie danych przez bazę (albo dowolne inne IO). Zatem skoro cała asynchroniczność miała przynieść takie zyski...

Źródło: devstyle.pl
Dziel się z innymi:
200% asynchronicznej mocy w C# z .NET Core 2.1 | devstyle.pl

Programowanie rozproszone 2124 dni, 13 godzin, 51 minut temu Piotr Stapp 138 źrodło rozwiń

Passwords suck. People have been moaning about this for years, and it is becoming more and more apparent as we see high profile data and account breaches happen every day and the emerging necessity of services such as Have I Been Pwned and Pwned Passwords. So, what’s the solution? FIDO2 (Fast Identity Online 2)

Dziel się z innymi:
[EN] A FIDO2 Primer and Proof of Concept using ASP.NET Core - Scott Brady

Inne 2127 dni, 13 godzin, 55 minut temu Piotr Stapp 14 źrodło rozwiń

ASP.NET Core 2.1 was released by Microsoft at the end of May, and last week we deployed two consumer-facing applications upgraded to use ASP.NET Core 2.1 to production for the first time. These applications have now been run in production for an entire weekend of peak traffic, and we’ve seen some great performance improvements – in some cases improving average response times by over 40%.

Tagi: dotnetcore
Źródło: tech.just-eat.com
Dziel się z innymi:
[EN] Just-Eat - ASP.NET Core 2.1 – Supercharging Our Applications 🚀

Programowanie rozproszone 2128 dni, 12 godzin, 54 minuty temu Piotr Stapp 44 źrodło rozwiń

About year ago I wrote a blog post Running PHP applications on .NET Core where I introduced how to build PHP applications to .NET Core using Peachpie. Their showcase was WordPress – the famous blog engine that also runs my blog. Peachpie guys have made significant work over year and they have reached the point where whole WordPress is built as ...

Tagi: Wordpress
Źródło: gunnarpeipman.com
Dziel się z innymi:
[EN] Running WordPress on .NET Core | Gunnar Peipman - Programming Blog

Inne 2128 dni, 12 godzin, 54 minuty temu Piotr Stapp 20 źrodło rozwiń

Why? Because it's awesome. Sometimes a project comes along that is impossibly ambitious and it works. I've blogged a little about Peachpie, the open source PHP compiler that runs PHP under .NET Core. It's a project hosted at https://www.peachpie.io. But...why?

Tagi: PHP, Wordpress
Źródło: www.hanselman.com
Dziel się z innymi:
[EN]The whole of WordPress compiled to .NET Core and a NuGet Package with PeachPie - Scott Hanselman

Inne 2129 dni, 13 godzin, 43 minuty temu Piotr Stapp 14 źrodło rozwiń

1 2... 11 12 13 14 15

Najaktywniejsi w tym miesiącu