WebOpublikowano Zadziwiająco szybko i sprawnie odpaliłem .net core (aplikację ASP MVC) oraz serwer MSSQL na UBUNTU. Jeśli chcesz się dowiedzieć jak to zrobiłem to zapraszam do lektury. O możliwości uruchomienia .net core na systemie Linux wiedziałem od dawna. Kilka tygodni temu kolega z pracy pokazywał takie połączenie. Wyglądało obiecująco i o dziwo wszystko działało. Rzeczony kolega uruchomiła apkę MVC wraz z Entity Framework. Ponieważ aplikację hostował na VPSie z systemem Linux to jako silnika baz...
Jeśli na co dzień obsługujesz Gita z poziomu konsoli i nie korzystasz z aliasów to popełniasz duży błąd. Aliasy znacząco przyspieszają pracę z Gitem. Zachęcam do zdefiniowania kilku aliasów do najczęściej wykorzystywanych komend i przekonania się, że praca z Gitem może być jeszcze bardziej przyjemna i znacząco szybsza. Pomoże Ci w tym ten wpis, który krótko prezentuje podstawy oraz smaczki aliasów.
Podczas przygotowywania prezentacji na var Sovia = new Tech(); natrafiliśmy na problem który dawał nam miejsce do pastwienia się nad dotnetem i z którego ja bardzo chciałem skorzystać ;) Dobrze, że tego nie zrobiliśmy. Po raz kolejny wyszła na jaw pewna prawda i jeden z podstawowych sposobów analizowania i debugowania aplikacji. Zapraszam do lektury
Kilka słów o snippetach. Co to w ogóle są snippety, do czego używać. Spis popularnych snippetów.
Jedną z głupich wojenek w internecie jest dyskusja czy do wcięć w kodzie używać tabów czy spacji.
Wstępna impresja nt. Node.js. Bardzo fajny tool - warto go poznać.
In this post you will learn what is build script or build tool, what products are out there and why it’s helpful during whole life cycle of you application.
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.
Liga, co? W skrócie ligatury w czcionkach wstępują, gdy dwa znaki są ze sobą sklejone. Przestrzeń dla jednego znaku zajmują dwa, lub większa ilość znaków.
Microsoft 10 Lutego ogłosił, że 7 Marca udostępni pełną wersję Microsoft Visual Studio 2017. Tego dnia, Microsoft nie tylko udostępni nową wersję naszego ulubionego IDE. To będzie także wielkie wydarzenie dla społeczności. Wystartuje dwudniowy event szkoleniowy, który będzie można oglądać online, prowadzony przez Julie Liuson (Visual Studio CVP), zobaczymy w nim także Scott’a Hanselman’a (VS i .NET PPM, tutaj jego blog), Miguel’a De Icaza (VS Mobile Distinguished Engineer) i B...
Wprowadzenie do testów jednostkowych. Nie miałeś jeszcze styczności z testami jednostkowymi? Nie wiesz po co pisać testy jednostkowe? Nie wiesz czym tak naprawdę są testy jednostkowe? Nie wiesz do czego służą testy jednostkowe? Jeżeli na któreś z tych pytań odpowiedziałeś twierdząco, bądź zawahałeś się to zapraszam do lektury, która wprowadzi Cię do świata testów jednostkowych.
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.
Using Rancher UI to mange docker containers is one of the best way to have control over your containers. What Rancher gives us is a nice interface and tools
Engineers love the new tools – that’s a fact. New IDE release is kind of Christmast Eve for all developers of a platform. Releasing Visual Studio 2017 is not an exception! It has tens of cool features which are widely described all over the Internet. The problem is, that those tutorials and reviews are all in English and my Visual Studio installed in… a default language of my system – Polish. I can’t get so deep into a idea of translating IDE...
Reading time ~5 minutes Configuration as code movement isn’t anything new and is here to stay. I haven’t had time to actually do a from zero to the desired state configuration script until a few weeks ago. Below are my thoughts after three weeks with PowerShell Desired State Configuration. What I wanted to do First, let me describe the goal I’ve set before myself. I wanted to write a script that would go from a clean Windows machine to a fully configured TeamCity server with SQL Server storage and t...
Logowanie ciągu znaków jak to robi się std. w nLog bez jakiekolwiek struktury może prowadzić do kłopotów kiedy chcemy coś ekstra dodać/wyciągnąć. Ale jest na to lekarstwo!
Reading time ~6 minutes In most cases .NET manages to solve the DLL hell problem pretty well, but sometimes it all falls apart, and when it does in best case scenario we see something like this:Could not load file or assembly 'XXXX, Version=X.Y.Z.W, Culture=neutral, PublicKeyToken=eb42632606e9261f' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) The much worst case is this:The method 'XXXX' was not fou...
Czasami nie mamy innej opcji i vimdiff jest jedyną możliwością rozwiązania konfliktu. Co i jak zrobić by się nie zgubić
I had a small problem, I need to grep IIS logs and search for few lines. There was only one problem - the size of logs. A few gigabytes of compressed data with 15% compress ratio. The interesting stuff for me happened between 9:00 and 10:00 AM, so everything after 10:00 AM I can just skip.Using a log aggregator. The best option for st...
Była już lista rozszerzeń dla Visual Studio. Teraz przyszła kolej na rozszerzenia dla Visual Studio Code.