📚 Books
List of books I read.
-
The first part of this page contains technical books (about computer enginnering)
-
and the second part contains the non-technical books.
Enterprise Integration Patterns
Authors: Gregor Hohpe, Bobby Woolf
Access the book: https://www.goodreads.com/book/show/85012.Enterprise_Integration_Patterns
My comments for the book
My personal notes from this book and other sources: (see title from below URL: 'Enterprise Integration Patterns')
Domain-Driven Design
Authors: Eric Evans
Access the book: https://www.amazon.com/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215
My comments for the book
If you move from monolithic to microservice planet, you should read this book before decompose your monolithic application. My personal notes from this book and other sources:
Domain-Driven Design Reference
Authors: Eric Evans
Access the book: https://www.amazon.com/Domain-Driven-Design-Reference-Definitions-Summaries/dp/1457501198
My comments for the book
This is the summary of the old book. I highly recommend the old one.
Eclipse ile Java
Authors: Esma Meral, Naci Dai
Access the book: https://www.amazon.com/Eclipse-Rahmi-Dal%C3%BDc%C3%BD-Meral-Ozdemirci/dp/6054898019
My comments for the book
Read it if you want to learn basic Java.
Building Microservices
Authors: Sam Newman
Access the book: https://www.amazon.com/Building-Microservices-Designing-Fine-Grained-Systems/dp/1491950358
My comments for the book
It explains how should be managed security, monitoring, testing, database (in different titles) in a microservice environment.
My personal notes from this book and other sources (see title from below URL: 'Architectural patterns')
Database Fundemantels
Authors: Neeraj Sharma, Liviu Perniu, Raul F. Chong, Abhishek Iyer, Chaitali Nandan, Adi-Cristina Mitea, Mallarswami Nonvinkere, Mirela Danubianu
Access the book: https://www.goodreads.com/book/show/16125643-database-fundamentals
My comments for the book
It starts from very basic consepts and explain many many advanced topics
Blockchain 101
Authors: Ahmet Usta, Serkan Doğantekin
Access the book: https://www.goodreads.com/book/show/35421424-blockchain-101
My comments for the book
Blockchain teknik altyapı ve piyasadaki uygulama incelemeleri
Blockchain For Dummies
Authors: Manav Gupta
Access the book: https://www.goodreads.com/book/show/35529528-blockchain-for-dummies
My comments for the book
Blockchain ve hyperledger'dan bahsediliyor. özellikle Blockchain kullanım alanlarından bahsediliyor.
Clean code
Authors: Robert Cecil Martin (Uncle Bob)
Access the book: https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882
My comments for the book
The book is for object-orianted. And the examples are gives via Java.
Data Structures and Algorithms
Authors: Granville Barnett, Luca Del Tongo
Access the book: https://www.goodreads.com/book/show/18308002-data-structures-and-algorithms
My comments for the book
examples with pseudo code for algorithms and operatins on data strcutures (sort, reverse...) ...
Data Structures Using C
Authors: Reema Thareja
Access the book: https://www.amazon.com/Data-Structures-Using-Reema-Thareja/dp/0198099304
My comments for the book
Example via C for basic operations for data-strcutures.
Design Patterns: Elements of Reusable Object-Oriented Software
Authors: Erich Gamma, Richard Helm, Ralph Johnson ve John Vlissides. (In endustry we call them GOF (Gang of Four))
Access the book: https://www.goodreads.com/book/show/85009.Design_Patterns
My comments for the book
This book is publised in 1994. It explains:
- Structural patterns (adapter, bridge, composite, decorator, facade, proxy...)
- Creational patterns (abstract factory, builder, factory method, prototype, singleton...)
- Behavioral patterns (observer...)
- They have sample for every pattern with C++ and/or SmallTalk languages.
I partially read this book.
Fullstack React
Authors: Anthony Accomazzo, Ari Lerner, Nate Murray, Clay Allsopp, David Guttman, Tyler McGinnis
Access the book: https://www.amazon.com/Fullstack-React-Complete-ReactJS-Friends/dp/0991344626
My comments for the book
It gives examples with code but the explanations are not detailed
Kripto-Para Bitcoin
Authors: Abdurrahman ÇARKACIOĞLU
Access the book: https://www.goodreads.com/book/show/36050985-kri-pto-para-bitcoin--sermaye-pi-yasasi-kurulu
My comments for the book
SERMAYE PİYASASI KURULU Araştırma Dairesi aracılığı ile bir araştırma raporu olarak geçmektedir. bitcoin'in teknik altyapısı ve felsefik açıdan incelemesi yapılmıştır.
NoSQL Distilled
Authors: Martin Fowler
Access the book: https://www.amazon.com/NoSQL-Distilled-Emerging-Polyglot-Persistence/dp/0321826620
My comments for the book
Key-Value, Column-family, document, graph databases.. My personal notes from this book and other sources:
Patterns of Enterprise Application Architecture
Authors: Martin Fowler
Access the book: https://www.amazon.com/Patterns-Enterprise-Application-Architecture-Martin/dp/0321127420
My comments for the book
Enterprise backend uygulamalarının her katmanı, controller, veribatanı ilişkileri hakkında practice'ler içeriyor. herşeyi sebep sonuç ilişkisi ile anlatıyor. session tutulması ile ilgili kısımlar var. web için MVC anlatılıyor. Concurrency, ACID konuları işleniyor.
Pratik Spring Core
Authors: Özcan Acar
Access the book: http://www.pratikprogramci.com/urun/pratik-spring-core-ozcan-acar/
My comments for the book
Examples are with short source codes.
Pro Apache Tomcat 6
Authors: Matthew Moodie, Kunal Mittal
Access the book: https://www.amazon.com/Pro-Apache-Tomcat-Matthew-Moodie/dp/1590597850
My comments for the book
One of the best resources to understand the fundamentals consepts of servlets and app servers. It includes all explanations with XML configuration examples.
Pro Spring 5
Authors: Iuliana Cosmina, Rob Harrop, Chris Schaefer, Clarence Ho
Access the book: https://www.amazon.com/Pro-Spring-Depth-Guide-Framework/dp/1484228073
My comments for the book
It has source code examples. My personal notes from this book and other sources: (see 'java_spring' prefixed files from below URL)
Software Architect's Handbook
Authors: Joseph Ingeno
Access the book: https://www.amazon.com/Software-Architects-Handbook-implementing-architecture-ebook/dp/B07B3R2ZCX
My comments for the book
Too many different topics in one book. They should be read by all developers. Why is software architecture important?, waterfall, agile, DDD, KISS, SOLID design principles, Software architecture patterns, Message queues, publish-subscribe pattern, CQRS, SOA, Microservice, Serverless, DevOps, continuous integration, continuous delivery...
My comments for the book
It's a cookbook. You can find some simple examples. JCG is an independed community. the book has been written and edited by many people.
Spring in action
Authors: Craig Walls
Access the book: https://www.amazon.com/Spring-Action-Covers-4/dp/161729120X
My comments for the book
It includes many different topics about Spring with short examples. If you already developed many applications using Spring MVC, I don't think you must to read this book. My personal notes from this book and other sources: (see 'java_spring' prefixed files from below URL)
Türkiyenin Kartlı Ödeme Sistemleri tarihi
Authors: Akdoğan Özkan
Access the book: https://bkm.com.tr/wp-content/uploads/2016/07/BKM-Kitap-Temmuz-16.pdf
My comments for the book
Ağırlıklı olarak türkiyedeki kartlı ödeme sistemlerinin gelişimi sıra ile anlatılmaktadır. Bolca fotoğraf içermektedir.
Ubuntu Linux Bible
Authors: William von Hagen
Access the book: https://www.amazon.com/Ubuntu-Linux-Bible-Featuring-10-04/dp/0470604506
My comments for the book
ubuntu desktop ve sunucu kullanımı için gui uygulamalarından, sistem ayarlarına kadar açıklamalar var. ubuntu server üzerine mail sunucusu, DHCP sunucusu gibi anlatımlarda mevcut. My personal notes from this book and other sources
UNIX (herkes için)
Authors: Dr. Yalçın ÖZKAN
Access the book: https://www.kitapyurdu.com/kitap/unix/16062.html
My comments for the book
Detaylı unix komutları ve shell. My personal notes from this book and other sources
vahşetin çağrısı (eng: The Call of the Wild)
Authors: Jack London
About the author:
- life:1876 - 1916
- orjinal adı: John Griffith Chaney
- American novelist, short story writer, journalist, activist.
- maddi durumlardan dolayı üniversite okuyamadı.
Access the book: https://www.amazon.com/Call-Wild-Jack-London/dp/167334951X
A Son Of The Sun
Authors: Jack London
Access the book: https://www.goodreads.com/book/show/25713741-halk-avc-s
şampiyon (eng: The Abysmal Brute)
Authors: Jack London
Access the book: https://www.goodreads.com/book/show/332333.The_Abysmal_Brute
Adem'den önce (eng: Before Adam)
Authors: Jack London
Access the book: https://www.goodreads.com/book/show/533850.Before_Adam
beyaz diş (eng: White Fang)
Authors: Jack London
Access the book: https://www.goodreads.com/book/show/43035.White_Fang
ateş yakmak (eng: To Build a Fire)
Authors: Jack London
Access the book: https://www.goodreads.com/book/show/194808.To_Build_a_Fire
bir kalem pirzola (eng: a piece of steak)
Authors: Jack London
Access the book: https://www.goodreads.com/book/show/18825107-a-piece-of-steak
Porportuk'un aklı (eng: The wit of Porportuk)
Authors: Jack London
Access the book: https://www.goodreads.com/book/show/18365246-the-wit-of-porportuk
My comments for the book
'LOST FACE' isimli İngilizce bir kitapta 7 adet bağımsız hikaye var. Bunlardan biri 'The wit of Porportuk'.
kızılderili güzel bir kızın babasının borcunu ödemek için kendini satmasını anlatıyor. Porportuk kızı satın alan zengin adamın ismi.
sabırsız yürek (eng: Impatience Of The Heart)
Authors: Stefan Zweig
About the author:
- life: life: 1881 - 1942
- Avusturya-Macaristanlı
- roman, oyun(tiyatro), gazeteciydi
- Viyana Üniversitesi'nde felsefe okudu.
Access the book: https://www.amazon.com/Impatience-Heart-Penguin-Modern-Classics-ebook/dp/B00WYGGX5O
bilinmeyen bir kadinin mektubu (eng: letter from unknown woman)
Authors: Stefan Zweig
Access the book: https://www.amazon.com/Letter-Bridge-Bilingual-Classics-English-Chinese-ebook/dp/B006QQJMXI
santranç (eng: Chess Story)
Authors: Stefan Zweig
Access the book: https://www.amazon.com/Chess-Story-Review-Books-Classics-ebook/dp/B005SGW6BM
Yakıcı Sır (eng: Burning Secret)
Authors: Stefan Zweig
Access the book: https://www.amazon.com/burning-secret-Stefan-Zweig-ebook/dp/B01HPAIZQ8
Clarissa
Authors: Stefan Zweig
Access the book: https://www.goodreads.com/book/show/1422264.Clarissa
cehennem (eng: inferno)
Authors: Dan Brown
About the author:
- life: 1964 - present
- Amerikalı yazar.
- Başkanlık Ödülü'nü kazanmış bir matematik profesörü ile ilahiyat müzisyeni bir annenin oğlu.
Access the book: https://www.amazon.com/Inferno-Novel-Robert-Langdon-Book-ebook/dp/B00AXIZ4TQ
dijital kale (eng: digital fortress)
Authors: Dan Brown
Access the book: https://www.amazon.com/Digital-Fortress-Thriller-Dan-Brown-ebook/dp/B003JH8LPW
My comments for the book
It's good to know very simple terms about cryptography before read it.
Da Vinci Şifresi (eng: The Da Vinci Code)
Authors: Dan Brown
Access the book: https://www.amazon.com/Vinci-Code-Novel-Robert-Langdon-ebook/dp/B000FA675C
My comments for the book
'History is always written by the winners.' Dan Brawn
Harry Potter ve Felsefe Taşı (eng: The Philosopher's Stone)
Authors: J.K. Rowling
About the author:
- life:1965-present.
- orjinal adı: Joanne Kathleen Jo Rowling.
- İngiliz yazar.
- Fransız Dili ve Edebiyatı okudu.
Access the book: https://www.amazon.com/dp/B074BYZBPD
Harry Potter ve Sırlar Odası (eng: The Chamber of Secrets)
Authors: J.K. Rowling
Access the book: https://www.amazon.com/dp/B074BYZBPD
Harry Potter ve Azkaban Tutsağı (eng: Prisoner of Azkaban)
Authors: J.K. Rowling
Access the book: https://www.amazon.com/dp/B074BYZBPD
Harry Potter ve Ateş Kadehi (eng: The Goblet of Fire)
Authors: J.K. Rowling
Access the book: https://www.amazon.com/dp/B074BYZBPD
Harry Potter ve Zümrüdüanka Yoldaşlığı (eng: Order of the Phoenix)
Authors: J.K. Rowling
Access the book: https://www.amazon.com/dp/B074BYZBPD
Harry Potter ve Melez Prens (eng: The Half-Blood Prince)
Authors: J.K. Rowling
Access the book: https://www.amazon.com/dp/B074BYZBPD
Kötü Yol
Authors: Orhan Kemal
About the author:
- life:1914 (Adana, Osmanlı İmparatorluğu) - 1970 (Sofya, Bulgaristan).
- orjinal adı: Mehmet Raşit Öğütçü.
- Türk roman oyun(tiyatro) yazarı.
Access the book: https://www.amazon.com/Kotu-Yol-Orhan-Kemal/dp/9752894011
Evlerden Biri
Authors: Orhan Kemal
Access the book: https://www.amazon.com/Evlerden-Biri-Orhan-Kemal/dp/9754781435
Bin Dokuz Yüz Seksen Dört (eng: Nineteen Eighty-Four)
Authors: George Orwell
About the author:
- life:1903 - 1950.
- orjinal adı: Eric Arthur Blair.
- İngiliz romancı, gazeteci ve eleştirmen.
- kısa bir süre polis olarak görev yaptı. orada gördüğü haksızlıklar onu sisteme karşı biri yapmıştır.
Access the book: https://www.amazon.com/Nineteen-Eighty-Four/dp/0241453518
My comments for the book
redirects to www.reddit.com/r/privacy www.reddit.com/r/PrivacyGuides
Hayvan Çiftliği (eng: Animal Farm)
Authors: George Orwell
Access the book: https://www.amazon.com/Animal-Farm-George-Orwell/dp/0451526341
The Big Four
Authors: Agatha Christie
About the author:
- life: 1890 - 1976
- İngiliz yazar, polisiye edebiyatın en önemli isimlerinden biri ve dedektif Hercule Poirot karakterinin yaratıcısı.
Access the book: https://www.goodreads.com/book/show/16316.The_Big_Four
My comments for the book
Hercule Poirot karakteri bu kitapta da var.
And Then There Were None (Turkish: On Kişiydiler)
Authors: Agatha Christie
Access the book: https://www.goodreads.com/book/show/16299.And_Then_There_Were_None
My comments for the book
Kitabın farklı basımlarının isimleri:
- Ten Little Niggers (Turkish: On Küçük Zenci)
- Ten Little Indians (Turkish: On Küçük Kızılderili).
The Mystery of the Blue Train
Authors: Agatha Christie
Access the book: https://www.goodreads.com/book/show/16335.The_Mystery_of_the_Blue_Train
My comments for the book
Hercule Poirot karakteri bu kitapta da var.
Hercule Poirot's Christmas (Turkish: Noel'de Cinayet)
Authors: Agatha Christie
Access the book: https://www.goodreads.com/book/show/16349.Hercule_Poirot_s_Christmas
My comments for the book
Hercule Poirot karakteri bu kitapta da var.
Kitabın farklı baskılarının isimleri:
- 'Murder for Christmas',
- 'A Holiday for Murder'.
Elephants Can Remember
Authors: Agatha Christie
Access the book: https://www.goodreads.com/book/show/148584.Elephants_Can_Remember
My comments for the book
Hercule Poirot karakteri bu kitapta da var.
Three Blind Mice (Turkish: Fare Kapanı)
Authors: Agatha Christie
Access the book: https://www.goodreads.com/book/show/17851739-three-blind-mice
Ve perde İndi (Eng: Curtain)
Authors: Agatha Christie
Access the book: https://www.goodreads.com/book/show/81903.curtain
My comments for the book
Ufak bir köyde geçiyor konu. Köydeki herkesin açıklarını bulup, onlara mektup atıp şantaj yapan bir kadın öldürülüyor. Polis ve bir dedektif bu işi takip ediyor. Kadın herkesin açığını bulduğu için, köydeki birçok kişinin kadını sevmediği biliniyor. bu da polisin işini zorlaştırıyor.
Kitabın kapağında ve ilk sayfasında şunlar yazıyor:
AGATHA CHRISTIE - ÖLÜMÜN SESİ
Kitabın Orijinal Adı: Voice Of The Dead
Türkçesi̇: Gönül Suveren
Fakat bu kitabın ingizlicesini bulamadım. kitapta geçen kişilerin isimlerini internette arattığımda çıkmıyor. Bu kitap AGATHA CHRISTIE'e ait diil. İnternette bu kitap hakkında araştırdığımda, yayım kuruluşunun hata yaptığı ile iglili yorumlar var.
beyaz zambaklar ülkesinde (eng: Finland, the country of white lilies)
Authors: Grigory Petrov
Access the book: https://www.amazon.com/Finland-Country-Lilies-Grigory-Petrov-ebook/dp/B08D733HSN
Dünya Tarihi (eng: A World History)
Authors: William Hardy McNeill
About the author:
- life:1917-2016
- Kanada kökenli Amerikalı tarihçi.
- Tarih doktorası yapmış.
Access the book: https://www.goodreads.com/book/show/530098.A_World_History
My comments for the book
Wide geographic area, such a big topic... Highly recommended!
İ.ö 1800'lerden şimdiye kadar olan dünya tarihini genel olarak (detaya inmeden) sıra ile özetliyor. İ.Ö 1800Den öncesine ilk insnalardan itibaren değinilmiş. Fakat 1.ö 1800 öncesi kısımlar, kitapta tarih belirtilerek indexlenmemiş. O kısımların tarihleri sadece paragrafların içerisinde yer alıyor.
Dünyanın hemen hemen birçok bölgesindeki olaylara değiniyor.
iki şehrin hikayesi (A Tale of Two Cities)
Authors: Charles Dickens
About the author:
- life:1812 - 1870
- original name:Charles John Huffam Dickens
- İngiliz yazar ve toplum eleştirmeni. maddi durumlardan dolayı okuyamadı.
Access the book: https://www.amazon.com/Tale-Two-Cities-Charles-Dickens-ebook/dp/B07F87KQ9F
Thirteen Reasons Why
Authors: Jay Asher
About the author:
- life:1975 - present
- American writer and novelist.
Access the book: https://www.amazon.com/Thirteen-Reasons-Why-Jay-Asher-ebook/dp/B0054R6BFM
Dinle Küçük Adam (eng: Listen, Little Man!)
Authors: Wilhelm Reich
About the author:
- life:1897 - 1957
- Austrian tıp doktoru ve psikiyatrist ve psikanalist.
Access the book: https://www.amazon.com/Listen-Little-Man-Wilhelm-Reich-ebook/dp/B00DFFJVN4
Viran Dağlar
Authors: Necati Cumalı
About the author:
- life:1921 (Yunanistan) - 2001 (İstanbul)
- Türk yazar, şair
- Hukuk fakültesi mezunu.
Access the book: https://www.goodreads.com/book/show/12839966-viran-da-lar
geleceğin fiziği (eng: Physics of the Future)
Authors: Michio Kaku
About the author:
- Hardvard'da lisans yaptı. daha sonra farklı üniversiteden profesör ünvanına sahip.
- Japon kökenli Amerikalı teorik fizikçi. Birçok TV programları da sunmuştur.
- life:1947 - present
Access the book: https://www.amazon.com/Physics-Future-Science-Shape-Destiny-ebook/dp/B004FGLX2Y
My comments for the book
herkesin anlayacağı dilde yazılmış, insan psikolojisinden fiziksel değişimlere kadar 2100 e kaddar yaşanacak gelişmeleri anlatmıştır.
Kapitalizmin Geleceği (eng: The Future of Capitalism)
Authors: Lester Carl Thurow
About the author:
- American political economist.
- bi süre MIT'de dekanlık yaptı.
- life:1938 – 2016
Access the book: https://www.amazon.com/Future-Capitalism-Todays-Economic-Tomorrows/dp/0140263284
Şeker portakalı (eng: My Sweet Orange Tree)
Authors: Jose Mauro De Vasconcelos
About the author:
- life: 1920 - 1984
- Brazilian
Access the book: https://www.amazon.com/Sweet-Orange-Tree-Mauro-Vasconcelos-ebook/dp/B07MLZXPRH
Aptalın Deneyimi, Aklını Başına Toplamak İçin Rehber (eng:The experience of a fool who had an epiphany about how to get rid of his glasses)
Authors: Mirzakarim Norbekov
Access the book: https://www.amazon.com/experience-fool-epiphany-about-glasses-ebook/dp/B078J42SCM
My comments for the book
gözlüğü bırakmak için egzersiz anlatıyor. öncesinde insanlar üzerinde yapılan psikolojik testleri ve insanların neden egzersizleri yapmadığını anlatıyor.
Hamlet (other names: The Tragedy of Hamlet or Prince of Denmark)
Authors: William Shakespeare
About the author:
- life: 1564 - 1616
- İngiliz şair, oyun yazarı ve oyuncu.
Access the book: https://www.goodreads.com/book/show/1420.Hamlet
My comments for the book
tiyatro oyunu. kitap direk kişilerin sözlerini içermektedir. başka metin yoktur.
orjinal yazıların farklı baskıları mevcut. her baskıda farklı sahneler dahi var.
The House on Mango Street
Authors: Sandra Cisneros
About the author:
- İngilizce ve sanat dallarında yüksek lisansı var. öğretmenlik yaptı.
- Mexican-American author.
Access the book: https://www.goodreads.com/th/book/show/139253.The_House_on_Mango_Street
My comments for the book
12'li yaşlardaki bir kızın sokak ve ev hayatını anlatan bir kitap. çok az şiirsel bir anlatım vardır. tüm kitapca geçen bir uzun süren bir konu yok. sadece günlük hayattaki sokak yaşamı var. 2-3 sayfalık parçalara (bölümlere) ayrılmış her hikaye. her bölüm birbirinden bağımsız.
Ana karakterin dilinden anlatılıyor hikayeler. ana karakter Latin bir kız ve Amerika'da yaşıyor.
The DNA Field and the Law of Resonance
Authors: Pierre Franckh
About the author:
- life:1953 -
- German author, motivational speaker, businessman, actor and film director.
Access the book: https://www.goodreads.com/book/show/20736598-the-dna-field-and-the-law-of-resonance
Yazma
Authors: Can Yücel
About the author:
- life: 1926 - 1999.
- şair(poet)
Access the book: https://www.goodreads.com/book/show/16073721-yazma
My comments for the book
Şiir kitabı.
Sevgi Duvarı
Authors: Can Yücel
Access the book: https://www.goodreads.com/en/book/show/13294125-sevgi-duvar
My comments for the book
Şiir kitabı.
Yanlızlık paylaşılmaz
Authors: Özdemir Asaf
About the author:
- life:1923 - 1981.
- poet (şair).
Access the book: https://www.goodreads.com/book/show/26003841
My comments for the book
şiir kitabı.
Bu kitaptan en beğendiğim 2 şiir parçası:
Dokuza kadar on
Authors: Özdemir Asaf
Access the book: https://www.goodreads.com/book/show/13576333-dokuza-kadar-on?from_search=true&from_srp=true&qid=YoQxmqqNIu&rank=1
My comments for the book
şiir kitabı.
Karışık seçme şiirler tek kitapta toplanmış.
My comments for the book
şiir kitabı.
Karışık seçme aşk şiirleri tek kitapta toplanmış.
Lavinia kitapta da yer alan bir şiirin başlığı. özel kişi ismi. özdemir asaf ona 'gitme' diyor. ve o kişinin gerçek ismini herkesten saklıyor. lavinia'ya seslenirken ona bu isimde hitap ediyor.
Üvercinka
Authors: Cemal Süreya
About the author:
- life: 1931 - 1990
- orjinal adı: Cemalettin Seber
- poet (şair)
- Eserlerinde en sık işlediği temalar: aşk, kadın, yalnızlık, sosyal, ölüm, tanrı düşüncesi.
Access the book: https://www.goodreads.com/book/show/56962971-vercinka
My comments for the book
şiir kitabı.
Eşiyle arası problemli olan yazar, tanışıp bir süre beraber olduğu kadın için 'Üvercinka' adını kullanmıştır. Kitabın ismi buradan gelir.
Beni Öp Sonra Doğur Beni
Authors: Cemal Süreya
Access the book: https://www.goodreads.com/book/show/18720064-beni-p-sonra-do-ur-beni
My comments for the book
şiir kitabı.
Sıcak Nal
Authors: Cemal Süreya
Access the book: https://www.goodreads.com/book/show/18720081-s-cak-nal
My comments for the book
şiir kitabı.
My comments for the book
şiir kitabı.
Güz Bitigi
Authors: Cemal Süreya
Access the book: https://www.goodreads.com/tr/book/show/18720069-g-z-bitigi
My comments for the book
şiir kitabı.
Sevda Sözleri
Authors: Cemal Süreya
Access the book: https://www.goodreads.com/book/show/59702153-sevda-s-zleri
My comments for the book
şiir kitabı.
Tüm kitaplarını komple içeriyor. Ayrıca bazı baskılarında dergilerde ve mektuplarda kalmış yirminin üstünde şiiri de içermektedir.
'Uçurumda Açan' isimli bir kitabın şiirleri de bu kitabın içerisinde var, fakat bu ayrı bir kitap olarak yayımlanmamış başka yerde (veya ben bulamadım).
Ben sana mecburum
Authors: Attila Hamdi İlhan
About the author:
- life:1925 - 2005
- gazeteci, şair, senarist, romancı.
Access the book: https://www.goodreads.com/book/show/7354831-ben-sana-mecburum
My comments for the book
Şiir kitabı.