Open in app

Sign In

Write

Sign In

Yasin Memiç
Yasin Memiç

177 Followers

Home

About

Jan 14, 2022

What is the FeignClient?

FeignClient helps us to communicate between two services. By the way, this need can also handle with RestTemplate, etc. but feignClient has some advantages and it‘s more preferred with microservices. Using RestTemplate has some disadvantages like the following: 1- Too many lines of code for each connection. 2- Duplication of…

3 min read

What is the FeignClient?
What is the FeignClient?

3 min read


Aug 13, 2021

Supplier<T> Arayüzünün Factory Design Pattern ile Kullanımı

Supplier<T>, bir functional interface’dir. Functional interface’ler, içinde sadece bir abstract metot bulunduran ve bu metotların lambda ifadeleriyle kullanılmasına imkan sağlayan metotlardır. Lambda ifadelerinin tipleri functional interface olmak zorundadır. Supplier: Supplier, parametre almadan bir değer üretip geri döndürür. get metodu ile istenen nesne elde edilir.

2 min read

Supplier<T> Arayüzünün Factory Design Pattern ile Kullanımı
Supplier<T> Arayüzünün Factory Design Pattern ile Kullanımı

2 min read


May 17, 2020

Java ile Unit Test Yazmak (Birim Test)

Başlıklar: Unit Test Nedir? Unit Test Yazma Kuralları Nelerdir? Java Unit Test Framework’leri JUnit Yaşam Döngüsü Assertions Kullanımı- Metotlar JUnitParams Nedir? Hatalar nasıl test edilir? Testleri grup halinde çalıştırmak Ignore Özelliği Nedir? Hamcrest AssertJ Kütüphanesi Obje Tutan Listeler Üzerinde Test AssertJ ile File Testi AssertJ ile Exception Testi Kendi Assert Sınıfımızı…

16 min read

Java ile Unit Test Yazmak (Birim Test)
Java ile Unit Test Yazmak (Birim Test)

16 min read


Feb 23, 2020

Spring Boot & Docker & Redis ile Caching İşlemi

Redis, bir NoSQL veritabanıdır. Dolayısıyla sql veritabanlarından bildiğimiz ilişkisel işlemler (OneToMany, ManyToOne vb.) veya join işlemleri yoktur. Kullanıldığı yaygın alanlardan birisi Caching işlemleridir. Caching, sistemin gelen her request için veritabanına gitmesini engeller. Eğer bir sorgunun sonucu cache’de varsa, daha önceden edinilmişse, bunu cache’dan getirerek veritabanı trafiği oluşmasını önler. …

4 min read

Spring Boot & Docker & Redis ile Caching İşlemi
Spring Boot & Docker & Redis ile Caching İşlemi

4 min read

Yasin Memiç

Yasin Memiç

177 Followers

Kendime Notlar

Following
  • Mehmet Demircan

    Mehmet Demircan

  • Zekeriya Kaplan

    Zekeriya Kaplan

See all (6)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech