PinnedPart 2: Code Smells and SolutionsIn the first part of this article, we explored the principles of refactoring and why it’s key to keeping code clean and adaptable. Now…Dec 7, 2024Dec 7, 2024
PinnedPart 1: Refactoring: Keeping Code Clean and EfficientIn software development, change is constant. As code evolves, it can become messy, more complicated to understand, and challenging to…Dec 1, 20243Dec 1, 20243
PinnedMediaPipe Kullanarak İleri Seviye Computer VisionMediapipe, Google tarafından oluşturulan makine öğrenimi çözümleri oluşturmak kullandığımız açık kaynaklı bir frameworktür. MediaPipe…Oct 7, 20211Oct 7, 20211
Data Partitioning: The Backbone of Scalable SystemsIn data-intensive applications, handling massive amounts of data efficiently is one of the biggest challenges. As systems scale, a single…Jan 10Jan 10
Distributed Data Architecture: Scaling Systems with ReplicationHandling data efficiently is one of the biggest challenges in modern systems. A single machine can manage data storage and retrieval at…Dec 13, 2024Dec 13, 2024
Published inTrendyol TechPartial Response on REST EndpointsAuthors: Burak Bagatarhan, Onur CakmakJun 20, 2023Jun 20, 2023
Python Basic Logging TutorialLogging is a means of tracking events that happen when some software runs. The software’s developer adds logging calls to their code to…May 23, 2022May 23, 2022
Natural Language Processing — Part 2 : Regular ExpressionsNatural Language Processing yazı serimin ikinci kısmında Regular Expression başlığına değindim. Temel anlamda neler yapıldığını gösterdim…Feb 12, 2022Feb 12, 2022
Natural Language Processing — Part 1 Logistic Regression ile Sentiment AnaliziDoğal dil işleme ya da kısaca NLP (Natural Language Processing), bilgisayarların insan dilini anlamasına, yorumlamasına ve işlemesine…Feb 8, 2022Feb 8, 2022
Recommender System Genel Bakış (Part 4: Matrix Factorization with Deep Learning)Bir önceki yazıda Recommender System Genel Bakış (Part 3: Matrix Factorization) Matrix Factorization konusunu anlatmıştık. Oradan okuyarak…Feb 2, 2022Feb 2, 2022