Open in app

Sign In

Write

Sign In

Alim Özdemir
Alim Özdemir

182 Followers

Home

About

Mar 8, 2021

ASP.NET Core: Concatenating JSON endpoints

TLDR; We have redirected an http client response into ASP.NET Core response with the desired structure. Most commonly faced scenario about API design is you want to serialize a POCO class or a different type of objects to JSON with direct serializer. Then get the serialized value and use it…

Aspnetcore

4 min read

ASP.NET Core: Concatenating JSON endpoints
ASP.NET Core: Concatenating JSON endpoints
Aspnetcore

4 min read


Sep 14, 2020

ASP.NET Core: JWT and Refresh Token with HttpOnly Cookies

I would like to talk about the SPA client authentication. Most of the blog implementations are stores the token into localStorage, sessionStorage or in-memory storage (redux/vuex/ngrx). It depends on your needs. For instance, you don’t need high security with your In-House applications. For other cases, you need to increase your…

Aspnetcor

3 min read

ASP.NET Core: JWT and Refresh Token with HttpOnly Cookies
ASP.NET Core: JWT and Refresh Token with HttpOnly Cookies
Aspnetcor

3 min read


Jun 9, 2020

ASP.NET Core: A powerful API Design with OData, EF and SQLKata

Rather than reinventing the wheel, you may need a fast and reliable solution in a short time span. In this case, your framework should be able to support all your requirements. ASP.NET Core is doing that very well. I will cover everything under REST API design. API Design Select Let’s first speak about…

Aspnetcore

3 min read

ASP.NET Core: A powerful API Design with OData, EF and SQLKata
ASP.NET Core: A powerful API Design with OData, EF and SQLKata
Aspnetcore

3 min read


May 30, 2020

Better DI Service Registration with Assembly Scan

Today, I will talk about a better way to register services for Microsoft’s DI container. Let’s have a look at the standard way of service registration. There exists three types of object lifetime. …

Dependency Injection

3 min read

Better DI Service Registration with Assembly Scan
Better DI Service Registration with Assembly Scan
Dependency Injection

3 min read


Jan 26, 2020

Angular 2+: Base Component Alternative

DISCLAIMER: This story does not prove a pattern or anti-pattern. It just provides a different point of view. Hello again, base functionality is an inevitable requirement. I’m going to talk about a different base component approach in the Angular. Most of the examples create a base component and inject services…

Angular

3 min read

Angular 2+: Base Component Misusage
Angular 2+: Base Component Misusage
Angular

3 min read


Dec 23, 2019

SignalR Core: Heartbeat and Redis

Realtime applications are hard to design in .NET world, we have SignalR Core which gives us a painless interface for developing such applications. SignalR Core is a very new library, here I will be discussing a problem case which came with the latest versions. The story come up with a…

Redis

4 min read

SignalR Core: Heartbeat and Redis
SignalR Core: Heartbeat and Redis
Redis

4 min read


Aug 15, 2019

Fabric.js History Operations (undo, redo) and Useful Tips

Hello again, today’s subject is a javascript library called Fabric.js. I have worked with this library a couple of times in the past. However, you have to improvise while using the library features for advanced usages. I needed common features for my projects. Such as, history implementation (redo, undo), clipping…

JavaScript

3 min read

Fabric.js History Operations (undo, redo) and Useful Tips
Fabric.js History Operations (undo, redo) and Useful Tips
JavaScript

3 min read


Jul 19, 2019

Hangfire Docker with Multiple Servers

I’ve been using Hangfire for almost 2 years. It’s a wonderful job schedule API with persistent storage. Community have a lot of examples about how to use Hangfire. However, almost all of them use the application (UI) as a hangfire server. Here, I will explain how to use Hangfire with…

Docker

5 min read

Hangfire Docker with Multiple Servers
Hangfire Docker with Multiple Servers
Docker

5 min read


Jul 12, 2019

Design Pattern Serisi 3: Pipeline

Temiz ve yalın kod yazmak yazılım dünyasında olmazsa olmaz şeylerin başında geliyor. Bunu sağlamak için bir çok yol var bizde bunlardan birine değineceğiz. Bu yaklaşım birden fazla yerde kullanılıyor, örneğin ASP.NET Core üzerinde http istekleri bir pipeline (veri hattı) ile işlenmekte ve bu işlenme sırasında aralara iyi bir şekilde müdahale…

Csharp

3 min read

Design Pattern Serisi 3: Pipeline
Design Pattern Serisi 3: Pipeline
Csharp

3 min read


Jan 30, 2019

ML.NET kullanarak çoklu dil sınıflandırma

Herkese yeniden merhaba, Bu yazımda Microsoft’un makine öğrenmesi kütüphanesi olan ML.NET’i kullanarak dil sınıflandırma yapacağım. Örnek vermek gerekirse, dökümanları, yazıları vb. şeylerin dillerini tespit edebileceğiz. İşe kendi eğitim ve test verilerimizi oluşturarak başlayacağım. Veri kümesinin hazırlanması Veri kümemizi oluşturmak için Wikipedia sayfalarını kullandım. Bu blog yazısı için python üzerinde bir script dosyası hazırladım…

Csharp

4 min read

ML.NET kullanarak çoklu dil sınıflandırma
ML.NET kullanarak çoklu dil sınıflandırma
Csharp

4 min read

Alim Özdemir

Alim Özdemir

182 Followers

ITU. CE. LCWaikiki www.alimozdemir.com

Following
  • Okan Yurt

    Okan Yurt

  • Sıddık Açıl

    Sıddık Açıl

  • Özcan BATMAZ

    Özcan BATMAZ

  • Burak Selim Şenyurt

    Burak Selim Şenyurt

  • Turna

    Turna

See all (23)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams