Hey there šŸ‘‹

Have you ever wondered

– "Why so complicated?"

Welcome to Code with Julian 🄳

I put out regular programming tutorials that devs actually understand!

"In a word, it is totally awesome"

So, join our wonderful community of savvy devs šŸ‘‡

Latest

Jun
23
Minimal API in .NET 7

How to Setup a Minimal API in .NET 7

In this tutorial we'll take a look at how to configure a minimal api Ā in .NET 7. We'll also take
6 min read
Jun
07
Authentication and Authorization with Okta in .NET 6 Blazor Server

Authentication and Authorization with Okta in .NET 6 Blazor Server

Today I'll show you how to Secure a Blazor Server Application, by setting up Authentication with Okta. šŸ˜Ž SO LET'S GET
27 min read
Jun
03
Create a CRUD Blazor Webassembly API Controller

Create a CRUD Blazor Webassembly API Controller

In this tutorial we’ll create and consume a CRUD API Controller in Blazor WebAssembly. This is focused on the
18 min read
Jun
03
How Much (Knowledge) is Enough to Ship

How Much (Knowledge) is Enough to Ship

The problem What is the problem? This is not always restricted to software engineers, and so this might also sound
6 min read
Jun
03
Just starting out, what should I learn?

Just starting out, what should I learn?

What should I learn (first)? One of the most sought-after information by up-and-coming software developers is, in my opinion, ā€œWhat
6 min read
Jun
03
You don’t like VS Code? Here’s why

You don’t like VS Code? Here’s why

Visual Studio Code is an impressive tool. Some people call it an IDE, some call it a fancy text editor.
4 min read
Jun
03
So Where Should You Start Out If You’re a Beginner?

So Where Should You Start Out If You’re a Beginner?

Specializing in a .NET area it’s hard if not impossible. I’m saying that because the more you learn
5 min read
Jun
03
3 Ways to Sell Refactoring to the Business

3 Ways to Sell Refactoring to the Business

OK so you are new to the job, just started getting your hands dirty into your first few stories, and
5 min read
Jun
03
3 Best PDF Generation Tools For C# ASP.NET

3 Best PDF Generation Tools For C# ASP.NET

Many people ask ā€œWhat is the best tool for generating PDFs?ā€. You’d be surprised, but this can become a
3 min read
Jun
03
3 Reasons For Using Interfaces

3 Reasons For Using Interfaces

Dependency Injection (DI) is a design pattern that implements Inversion of Control (IoC). Fine but what does that even mean?
2 min read