Türk Ninja ve Bak Buna Gönüllü Yazar Arıyor!

 #blogger #BT #knowledgesharing

Blogger temelli turkninja.com'da bana yön veren eğitimleri, tecrübelerimi paylaşmaya çalışıyorum. Eğer siz de BT çalışanı iseniz ve yazar olup bilginizi kendi adınızla paylaşmak isterseniz lütfen bana ulaşın. Gmail hesabınız olması yeterli. 😊 Ayrıca www.bakbuna.com için Tarih, Sosyolji, Psikoloji, Siyaset Bilimleri, Sağlık Bilimleri, Spor Bilimleri vb. sektörlerde iseniz bu sitemiz için de gönüllü yazar aramaktayız.

İletişim : aliturgutbozkurt@gmail.com









Bir Senior Bir Junior – QA Test Mühendisliği - Yazılım Test/Otomasyon Uzmanı Olmak - Prisync Labs & Patika - Türkçe - Video

Bir Senior Bir Junior – QA Test Mühendisliği

 

Kariyerimizde 10 yıl sonraki kendimize rastlasak, ona neler sorardık? Junior QA Test Mühendisi olarak çalışan Ali, bizim yerimize bunu yapıyor ve 10 yıldan fazladır bu alanda çalışan ve halen Senior Test Engineer pozisyonunda bulunan Mesut Güneş'e sorularını soruyor.

00:00 - Intro 00:47 - Mesut Güneş kimdir? 01:29 - Ali G. kimdir? 01:53 - Mesut Güneş test kariyerine nasıl başladı? 03: 21 - Mesut Güneş bugün bir Test Engineer olmak isteseydi nereden başlardı? 06:05 - Yeni mezun CV’leri arasında QA Test Engineer olmak isteyenlerin oranı nedir? 07:44 - QA (Kalite Güvencesi) nedir? (Junior edition) 09:17 - QA (Kalite Güvencesi) nedir? (Senior edition) 10:39 - Kaliteyi iyileştirmek zorunda mıyız? 11:17 - Hangi bilgi kaynaklarını takip ediyorsunuz? 13:40 - Test case yazmaya nereden başlamalıyız? Test case yazarken hangi araç ve ortamları kullanmalıyız? 17:18 - Unit testi developer mı yazmalı? Developer unit testi neden yazar? 18:34 - Developer ve QA Mühendisi’nin test yazması nerede ve nasıl fark eder? 21:29 - QA sürecini projeler belirli bir olgunluğa yetiştikten sonra mı devreye sokuyoruz? Startup’larda QA Engineer bulunmalı mı? 25:41 - Developerlarla test camiasının en çok sürtüşme yaşadığı yer neresidir? 27:27 - Test nedir? (Junior edition) 28:17 - Test mühendislerine hangi kaynakları öneriyorsunuz? 30:14 - Test nedir? (Junior edition vol.2)

Yazılım Test/Otomasyon Uzmanı Olmak



Uzaktan Çalışmanın İncelikleri | Orkun Yeşim & Eren Hükümdar -podcast

'Uzaktan çalışmak bir çoğumuz için yeni bir konsept. Bu bölümde Softtech Dönüşüm Ekibinden Orkun Yeşim, Softtech’in Silikon Vadisi’ndeki iştiraki Maxitech’ten Eren Hükümdar'a uzaktan çalışmanın incelliklerini sordu.




Apache Kafka for Developers using Spring Boot Eğitimi - Udemy - İngilizce

Kursa buradan ulaşabilirsiniz.





What you'll learn
Apache Kafka and its Internals

Build Enterprise Standard Kafka Client Applications using Spring Boot

Writing Unit Tests using JUnit

Writing Integration tests using JUnit and Embedded Kafka

Build End to End application using Kafka Producer/Consumer and Spring Boot



Requirements
Java 11 or greater is required

Intellij or Eclipse or Similar IDE

Knowledge about Spring Boot

Experience writing tests using JUnit

Gradle or Maven Knowledge is needed

Description


This course is structured to give you a theoretical and coding experience with Apache Kafka using SpringBoot. This course is targeted for developers who would like to build enterprise standard Kafka Client applications using SpringBoot.

If you are looking forward to learning the below-listed things:

Use cases where Kafka fits really well


Internals of Kafka and how it works


Built Enterprise Standard Kafka Client Applications using Producer/Consumer API using Spring Boot


Unit/Integration Tests for the Kafka Client Applications

Then this is the right course for you. This is a pure hands-on oriented course where you will be learning the concepts through code.

By the end of this course, you will have a complete understanding of coding and implementing Kafka Clients using SpringBoot with Producer/Consumer API.

Getting Started with Kafka

In this section, I will give you all a quick introduction to Apache Kafka, terminologies and different client APIs that are part of Kafka

Download and Install Kafka

In this section, we will download the Kafka distribution from the Kafka Website.

Understanding Kafka Components and its Internals - (Theory + Hands-On)

In this section, we will explore the Kafka internals from a theoretical perspective followed by hands-on exploring the Kafka internals.

Learn about the Topics and Partitions in Kafka


Setup a Local Kafka Cluster with Multiple Brokers


Producer/Consumer messages in the Kafka Cluster


Learn about Consumer Offsets and Consumer Groups


Commit Log and Retention Policy


Learn about Kafka Load Distribution and Fault Tolerance and Robustness

Application OverView

This section covers the application that we are going to build as part of this course.

Build SpringBoot Kafka Producer - Hands-On

In this section, we will learn about building a Kafka Producer using Spring Boot.

Build RestAPI through which the events can be posted into the application from the outside world


Explore KafkaTemplate to publish the data into the Kafka Topic


Learn different approaches to produce the message into the Kafka


Learn to publish the Kafka Record using Headers

Integration Testing using JUnit5 - Hands-On

In this section, we will learn about different approaches to writing Integration tests using Embedded Kafka.

Write Integration test cases to interact with the API using JUnit5


Write Integration test cases to interact with Embedded Kafka using JUnit5

Unit Testing using JUnit5- Hands-On

In this section, we will learn about different approaches to writing unit tests Kafka Producer.

Write Unit Tests to the controller layer using @WebMVC annotation and MockMVC


Add the validations to the request payload in the endpoint


Write Custom Error Handler for different response codes

Kafka Producer - Sending Message With Key - Hands-On

In this section, we will learn about sending the record to Kafka Topic with Key.

Kafka Producer - Important Configurations

In this section, we will learn about different key configurations to consider when it comes to reliable message delivery to Kafka

Build SpringBoot Kafka Consumer - Hands-On

In this section, we will learn about building a Kafka Consumer using Spring Boot.

Set up the base consumer project library-events consumer


Learn about different Spring Kafka Terminologies which are necessary to configure a Kafka Consumer


Learn about how to configure a Kafka Consumer using the @KafkListener Annotation


Learn about how "Spring Boot Auto Configuration works behind the scenes for Kafka Consumer"

Consumer Groups and Consumer Offset Management- Hands-On

In this section, we will code and learn about consumer groups and offset management.

Demonstration how Consumer Groups plays a vital role when it comes to scalable message consumption and consumer rebalance


Learn about the Default consumer offset management by Kafka


Learn about how consumer offset can be manually managed from the application


Demonstration of how to achieve scalable message consumption by increasing the concurrency level to greater than 1

Persisting Library Events in DB - Using H2 InMemory DataBase

In this section, we will code and learn about integrating the DB layer into the library-events-consumer using Spring JPA.

Configuring the H2 In-Memory DB


Create LibraryEvent and Book Entity


Build Service Layer to process LibraryEvent - ADD Event Type


Build Service Layer to process LibraryEvent - MODIFY Event Type

Integration Testing using Embedded Kafka - Kafka Consumer

In this section, we will code and learn to write the Integration tests for the Kafka Consumer.

Configure Embedded Kafka for Integration Tests


Write the Integration test for posting a "NEW" LibraryEvent


Write the Integration test for posting an "UPDATE" LibraryEvent


Integration Tests for Real Databases using TestContainers

Error Handling, Retry and Recovery - Kafka Consumers

In this section, we will learn about the different error handling techniques that are available for Kafka Consumer.

Custom Error Handler


Retry in Kafka Consumer


Retry SpecificExceptions using Custom RetryPolicy


Recovery in Kafka Consumer


Handling Recovery in Kafka Consumer

Error Handling, Retry/Recovery - Kafka Producer

Error Handling in Kafka Producer


Retry in Kafka Producer - Broker Not Available


Retry in Kafka Producer - Min.in.sync.replicas


Retain/Recover Failed Records in Kafka Producer

By the end of this you will have a complete understand and knowledge of building enterprise standard Kafka Consumers and Producers using Spring Boot with the Unit and Integration tests using EmbeddedKafka.

Who this course is for:Java/Spring Developers who would like to build Producers/Consumers using Apache Kafka
Anyone willing to learn about Apache Kafka and implement using SpringBoot


Softtech - SoftCast - Teknoloji Raporu: KOBİ’lerin SaaS Ürünleri İçselleştirmesi I Efecan Erdur & Umut Esen - Video

"Kolay İK Kurucusu Efecan Erdur’la gelecekte bizi ve KOBİ’leri bekleyen SaaS odaklı değişimleri ve SaaS’ın iş hayatımızdaki sorunlara nasıl çözümler getireceğini Softtech Strateji ve Ürün Yönetimi Direktörü Umut Esen moderatörlüğünde konuştuk."





 

Bizim Şirket - Sesli Kitap - Sevgi Perek

 "Türk aile şirketlerinin yapısını ve kırılma noktalarını anlatan bu kitap başarılı ve sade bir dille yazılmış. Bu alanda bilgi edinmek isteyen herkes için çok verimli olacağını düşünüyorum. Sevgi Perek tarafından kaleme alındı ve birlikte yaptığımız ortak bir çalışma ile sizler için sesli kitap olarak hazırlandı.. İyi seyirler.."







akillikobi.org.tr TOBB ev sahipliğinde 4 Temmuz'da online gerçekleştirilen Akıllı KOBİ Dijital Zirvesi - Video

Teknoloji tedarikçileri ve yazılım şirketlerine duyurulur. Platform üzerinden ürünlerinizi kobilere pazarlayabilirsiniz : https://akillikobi.org.tr/




TOBB ev sahipliğinde ve Visa’nın ana sponsorluğunda 4 Temmuz Pazartesi saat 14:30’da online gerçekleştirilen Akıllı KOBİ Dijital Zirvesi 

YAYIN AKIŞI
14:30 - 14:40 - Açılış
14:40 – 15:00 - Akıllı KOBİ ve KOBİ’lerin Geleceği
Moderatör: Buse Yıldırım
Konuşmacı: Hasan Çağlayan Dündar, TOBB Başkan Danışmanı ve Reel Sektör, Ar-Ge ve Uygulama Daire Başkanı
15:00 – 15:25 – KOBİ’ler için Online Ödeme Çözümleri
Moderatör: Ümit Öncel, Akıllı KOBİ İcra Kurulu Üyesi & Netizen Kurucusu
Konuşmacı: Tarık Tombul, PayTR CEO
15:25 – 15:45 – Yenilikçi İş Çözümleri ile Dijitalleşme
Moderatör: Başar Ceylan, Akıllı KOBİ İcra Kurulu Üyesi & Global Dönüşüm Partner
Konuşmacı: Hande Özümit Curgul, SAP Türkiye Servis Satışlarından Sorumlu Genel Müdür Yardımcısı
15:45 - 16:00 - Sunum - Dijital Dönüşüm Destek ve Teşvikleri
Konuşmacı: Cahit Ceren, TOBB Sanayi ve KOBİ Politikaları Müdürü
16:00 – 16:15 - Sunum - KOBİ’ler için Zorunlu e-Belge Geçişi
Konuşmacı: Ali Bulut, Sovos, Türkiye Kıdemli Satış Direktörü
16:15 – 16:45 - Panel - İş Dünyasında Metaverse Dönüşümü
Moderatör: Buse Yıldırım
Konuşmacılar: Güven Çelikkaya, HoloNext Kurucu & CEO
Sezen Yeşil, Meta Türkiye ve Azerbaycan Kamu Politikaları Başkanı
16:45 - 17:45 - KOBİ’lerin Akıllı Dönüşümü
Moderatör: Ümit Öncel, Akıllı KOBİ İcra Kurulu Üyesi & Netizen Kurucusu
Konuşmacı: M. Serdar Kuzuloğlu, Teknoloji Yazarı, Trend Avcısı
17:45 – 18:00 - Kapanış



Yazılım Tarihine Bir Yolculuk - BOB MARTIN PRESENTS: The Future of Agile - Video - İngilizce




 "Bu konuşma Agile hakkında. Neydi, ne idi ve ne olacaktı. Bu, Agile'ın tarihini, onu neyin motive ettiğini ve o zamandan beri ona ne olduğunu kapsayan bir temele dönüş konuşmasıdır. Konuşma, Çevik'in temel uygulamalarını kapsar ve bu uygulamaları mevcut Çevik süreçlerin yönetimiyle karşılaştırır ve karşılaştırır."




Rastgele İçerik

DonanımHaber

© tüm hakları saklıdır
made with by templateszoo