Feed

Note that I may not have fully read/viewed all of the things in this feed. The images, content and opinions in them are owned by their respective authors.

running docker on wsl2 without docker desktop code example | Newbedev

newbedev.com
Example 1: windows wsl2 linux install docker //INSTALL DOCKER ON LINUX SUBSYSTEM (ON WIN 10) AND ALL REQUIRED SOFTWARE //--------------------------------------------
Read More
gRPC over HTTP/2 or: How I learned to stop depending on REST and love gRPC

gRPC over HTTP/2 or: How I learned to stop depending on REST and love gRPC

blog.j-labs.pl
In today buzzword-oriented world, you don’t spend all of your precious time following all of the latest technologies. When creating APIs, you rarely think twice - obviously REST is your best friend. But have you ever heard about companies like Google or Dropbox? I bet you did. They’ve considered this problem in a different way. So did we, in our last project for a Berlin startup. We decided to use gRPC instead of REST and I would like to tell you why.
Read More
Migrating from Entity Framework 6 to EF Core - dotnetblogpost.com

Migrating from Entity Framework 6 to EF Core - dotnetblogpost.com

dotnetblogpost.com
We can unanimously agree Entity Framework 6 is stable and battle tested ORM library in .NET eco-system. Since, Entity Framework Core is a complete rewrite of EF6 and is a cross platform solution. Because of fundamental changes in EF Core, there is no straight forward way to move an EF6 code to EF Core except… Read More »
Read More
My experiences with API gateways… | by Mahesh Mahadevan | Medium

My experiences with API gateways… | by Mahesh Mahadevan | Medium

Mahesh Mahadevan - link.medium.com
A while back, I was working on a project to implement API gateway for our product’s cloud offering. The main motivation behind it was to have a single point of entry for all the external traffic and…
Read More
Stop Using Primitive Types in Domain Classes | Better Programming

Stop Using Primitive Types in Domain Classes | Better Programming

Nicklas Millard - betterprogramming.pub
Want to see how easily you can capture domain knowledge and how to avoid catching a bad case of primitive obsession?
Read More
Remove Your If-Else and Switch Cases by N. Millard | Level Up Coding

Remove Your If-Else and Switch Cases by N. Millard | Level Up Coding

Nicklas Millard - levelup.gitconnected.com
Lines of Code has never been a great measure for code quality. Ever. See how you can write twice as much code, for the better.
Read More
Domain Class Are Not REST Resources | Level Up Coding

Domain Class Are Not REST Resources | Level Up Coding

Nicklas Millard - levelup.gitconnected.com
Applying a document-oriented (REST) paradigm to your complex business domain is complicating things.
Read More

Bidirectional Streaming | gRPC in .NET 5

youtube.com
Subscribe: http://bit.ly/ChapsasSubBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in this video...
View

An introduction to the Tyk API Management Platform

youtube.com
View
14 Open Source and Managed API Gateway for Modern Applications

14 Open Source and Managed API Gateway for Modern Applications

geekflare.com
API Gateway: Backend for Frontend Let's discuss what API Gateway is, why it is essential to have one, and how it can better manage APIs. We will also
Read More