Strona głównaUżytkownik

Rafał Hryniewski | użytkownik

Rafał Hryniewski
Rafał Hryniewski
2 318,05
1976 dni, 15 godzin, 16 minut temu
29 marca, 2016
dotnetomaniak.pl

Lately I’ve seen some posts about authentication made easy and simple with various packages and how it’s great we doesn’t haven’t to store logins and passwords in our databases anymore due to global availability of social identity providers. It’s true that making simple authentication with of of those providers is simple today. And in Azure App Services it’s even simpler, it really can be done in 5 minutes.

Źródło: hryniewski.net
Dziel się z innymi:
Azure App Services – Authentication with FB, Google and others in 5 minutes or so – Hryniewski.NET

Daj się poznać 2017 2551 dni, 10 godzin, 16 minut temu Rafał Hryniewski 39 źrodło rozwiń

As you’ve probably seen in previous posts about Akka.NET, actor model is no rocket science and is really easy and fun to start with. However entire actor model may seem like closed and hermetic ecosystem, today I’ll show you how to poke actors in way that’ll make them poke back.

Źródło: hryniewski.net
Dziel się z innymi:
Akka.NET #4: Connecting Actor Model with endpoints – Hryniewski.NET

Daj się poznać 2017 2556 dni, 23 godziny, 25 minut temu Rafał Hryniewski 23 źrodło rozwiń

Entity Framework (and other ORMs) are in general great pieces of software that makes developers lives so much easier by letting us thinking about objects when we’re working with data persisted in some underlying database. This makes development much easier than writing raw SQL queries. But some of us tend to get too comfy and forgetting about things that lies beneath our beautiful, object oriented code. After all we have Entity Framework, we shouldn’t wrap our heads around SQL stuff. But how about actual...

Źródło: hryniewski.net
Dziel się z innymi:
Entity Framework – how about giving a shit about databases? – Hryniewski.NET

Daj się poznać 2017 2560 dni, 22 godziny, 34 minuty temu Rafał Hryniewski 190 źrodło rozwiń

First of three months in Get Noticed contest just passed. Some code were written, and some posts have been too. Let’s wrap this month up quickly and see what I’ve got for the foreseeable future.

Źródło: hryniewski.net
Dziel się z innymi:
Me 2.0 – March Summary – Hryniewski.NET

Daj się poznać 2017 2567 dni, 2 godziny, 17 minut temu Rafał Hryniewski 37 ź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 2569 dni, 16 godzin, 4 minuty temu spetz 136 źrodło rozwiń

One of the concepts of actor model that could be hard to grasp at the begining is fact that we will not operate on direct reference to actor instance. This can be a bit confusing before you’ll get used to it but by not using any direct references you’re sure to achieve very good level of encapsulation.

Źródło: hryniewski.net
Dziel się z innymi:
Akka.NET #3: Actor selections, paths and references – where should you send your messages – Hryniewski.NET

Daj się poznać 2017 2567 dni, 2 godziny, 17 minut temu Rafał Hryniewski 44 źrodło rozwiń

Prezentujemy drugi odcinek podcastu. Będziecie mogli usłyszeć o warstwach. Trochę dyskutujemy o tym czy warto stosować, jakie są zalety a jakie wady ich posiadania.

Źródło: ostrapila.pl
Dziel się z innymi:
Ten w którym rozmawiamy o warstwach – Ostra Piła

Architektura 2569 dni, 16 godzin, 4 minuty temu Paweł Łukasik 156 źrodło rozwiń

Yesterday I’ve writen about dynamic data masking in Azure SQL (works with SQL Server 2016 too). It is very interesting and simple feature. But can we use it with our beloved Entity Framework? Scenario Lets start with our scenario. We’ll have very simple console demo application (you can clone code from this repo) with one entity class and two DbContext derived classes using two different connection strings that will simulate two separate client applications fetching data from shared database.

Źródło: hryniewski.net
Dziel się z innymi:
Dynamic Data Masking And Entity Framework – Hryniewski.NET

Daj się poznać 2017 2574 dni, 23 godziny, 55 minut temu Rafał Hryniewski 373 źrodło rozwiń

Last week, I finally started working on my „Get noticed” project called gifty. If you have absolutely no idea what I’m writing about you can go read my introduction to the project which I link here😉 Anyway, one of the first things I wanted to do was to create some kind of ServiceBuilder for every microservice, since all of them (or at least majority) will have to go through some steps before the actually run. The steps are:Initialize Kestrel wi...

Using interface explicit imlementation for creating a builder class - Forever F[r]ame

Daj się poznać 2017 2577 dni, 5 godzin, 8 minut temu dpawlukiewicz 69 źrodło rozwiń

Along with Get Noticed contest I’m a bit preoccupied with other activities. One of them is preparing to take 70-473 Exam (cloud and data related stuff). Since I’m reading and using cert related stuff I could as well write about it – I’ll probably remember everything I’ll write about for rest of my life (writing about things works magic with memory) and maybe someone will have any use for that. Let’s start with simple things – dynamic data masking.

Źródło: hryniewski.net
Dziel się z innymi:
Azure SQL 101 – Dynamic Data Masking – Hryniewski.NET

Let’s take a closer look at our actors, how their life looks like, what exactly they’ve been doing and what they can do. As they are basic building block of applications built on actor model it’s crucial to understand and being able to communicate with them.

Źródło: hryniewski.net
Dziel się z innymi:
Akka.NET #2: A day in the life of an Actor – Hryniewski.NET

Daj się poznać 2017 2578 dni, 12 godzin, 21 minut temu Rafał Hryniewski 34 źrodło rozwiń

In previous post I’ve explained briefly what actor model is and why it’s so fun. Today we’ll create our ActorSystem instance, learn what it is and send first messages to them. I hope it will be nice and easy start.

Źródło: hryniewski.net
Dziel się z innymi:
Akka.NET #1 – Creating Actor System and making first contact – Hryniewski.NET

Daj się poznać 2017 2582 dni, 17 godzin, 39 minut temu Rafał Hryniewski 42 źrodło rozwiń

Actor model concept fascinated me since I’ve heard about it for the first time. It’s been on my todo list ever since and Get Noticed 2017 is great opportunity to give it a try. That’s why there is an actor responsible for almost anything in Me2.0. But, what is an actor, actor model and are benefits of using it in our projects? You’ll find out in a minute.

Źródło: hryniewski.net
Dziel się z innymi:
Akka.NET #0 – Actor Model Basics – Hryniewski.NET

Daj się poznać 2017 2583 dni, 23 godziny, 32 minuty temu Rafał Hryniewski 138 źrodło rozwiń

I've seen many posts about generics in C# lately. And while they cover basics pretty well, most of them doesn't contain information about constraints which are things that causing generics to be really fun.

Tagi: generic, generics
Źródło: hryniewski.net
Dziel się z innymi:
Working with generics and constraints in C# – Hryniewski.NET

Daj się poznać 2017 2591 dni, 21 godzin, 51 minut temu Rafał Hryniewski 114 źrodło rozwiń

Until recently I was into ASP.NET MVC because of it’s possibility to extending, modifying and doing pretty much whatever you want with it. And while I’ve got rather proficient in plugging stuff in it’s pipeline and/or doing custom stuff like routing, binding or results, it never changed one fact about MVC – it’s big, really big. And the truth is, some times we don’t want so much. That’s why I wanted to give Nancy a go for some time, below you’ll find some of my first thoughts. And i must tell you now, it...

Tagi: nancy, nancyfx
Źródło: hryniewski.net
Dziel się z innymi:
One night with Nancy – Hryniewski.NET

Daj się poznać 2017 2594 dni, 11 godzin, 37 minut temu Rafał Hryniewski 110 źrodło rozwiń

I’m building my Get Noticed project from the scratch. And since 3 months is actually a very short span of time, I need compromise between doing some things fast (boring ones) and doing other things in a way that will allow me to write about it and not be ashamed to show some code afterwards. That means I’ll need to incur a technical debt in few areas of project. And I must watch it closely to not allow it to grow without control or interests will probably kill me.

Źródło: hryniewski.net
Dziel się z innymi:
Managing technical debt with NDepend 2017 – Hryniewski.NET

Daj się poznać 2017 2602 dni, 10 godzin, 18 minut temu Rafał Hryniewski 49 źrodło rozwiń

Maile, smoki i tajemnice i HoloLens, czyli – Daj się poznać! Daj się poznać to już druga edycja konkursu organizowanego przez Maćka Aniserowicza. Tym razem nie może i mnie tam zabraknąć 🙂 W tym roku postanowiłem, iż muszę wystartować.

Tagi: AR, C#, HoloLens, MR, node.js, Unity, VR
Dziel się z innymi:
Maile, smoki i tajemnice i HoloLens, czyli - Daj się poznać! - Dorosz Solutions

Daj się poznać 2017 2602 dni, 10 godzin, 18 minut temu DoroszSolutions 91 źrodło rozwiń

Jak doszedłem do tego co zawiniło i dlaczego OData na spatial queries mi nie działała. Czyli mały przewodnik po tym jak można debuggować zewnętrzny kod z poziomu Visual Studio. Coś co może nie na co dzień ale raz na jakiś czas może się bardzo przydać!

Źródło: blog.gutek.pl
Dziel się z innymi:
Jak za pomocą Visual Studio odkryć linijkę błędu w bibliotece zewnętrznej - Jakub Gutkowski

Sztuka programowania 2602 dni, 17 godzin, 47 minut temu Gutek 256 źrodło rozwiń

Since my project will be hosted on Azure App Services I want to ensure that every pushed commit will land in cloud environment and will be available outside of my local, dev machine. As close to it’s intended, production-like environment as possible. And with Azure App Services you can achieve basic continuous delivery without taking a sweat.

Azure App Services – Continuous Delivery from git in 5 minutes or so

Daj się poznać 2017 2604 dni, 13 godzin, 40 minut temu Rafał Hryniewski 46 źrodło rozwiń

I’ve been working as software developers since July 2014 and during that time my point of view of IT industry have changed several times. Before starting my career I had absolutely no idea about this profession but even though I loved that! Why? Simply because of my friends who talked about tons of money they were earning, lots of benefits in the office including snacks, coffee, PlayStaion, alcohol and so on. That seemed awesome! Infamously, I must admit tha...

Źródło: foreverframe.net
Dziel się z innymi:
My "professional" hierarchy of needs - Forever F[r]ame

Inne 2608 dni, 10 godzin, 59 minut temu dpawlukiewicz 200 źrodło rozwiń

1 2 3 4 5... 9 10

Najaktywniejsi w tym miesiącu