root > Senior Software Engineer | Scala, AWS, Kubernetes, Microservices, Python, Go, PostgreSQL

Technical Blog: Functional Programming, Cloud Architecture & DevOps


  • Home

  • Categories

  • Archives

  • Tags

  • Search

The 10 GB Google Keep Saboteur - How to Migrate Your Notes Without Losing Your Mind

Posted on 2025-06-10 | In mobile phone , android , google ,

Read more »

Performance Benchmarking of Kotlin JSON Libraries

Posted on 2025-02-15 | In kotlin , programming , json ,

In this post, I share my experience testing the performance of three popular JSON libraries in Kotlin: Jackson, Moshi, and kotlinx-serialization. The purpose was to measure how each library handles JSON parsing under different payload sizes and to ensure that the testing methodology minimizes external factors—like JVM startup time—so that the results are as accurate as possible.

Read more »

Publish npm package with github actions!

Posted on 2025-01-10 | In npm , github , automation ,

Nowadays, I am going through my old npm packages and publishing them to npm automatically. I found a way to do it with github actions.

Read more »

Get a free alert when your website is down!

Posted on 2019-02-16 | In server , web site , optimization ,

I have been struggling with weird server problems for a while and sometimes I couldn’t notice my server is down. Mostly I notice them when I check my Google Analytics reports because the visitor numbers drops quickly. Finally, I found a free service which checks your web site every 10 minute and sends you a free alert if it is down. They have some pro versions too but free version is neough for me because I only want to get alert when it is down. After sign-up I waited a day, and tested the service, so my server was down for ten minutes, and I got the mail:

Read more »

Scala Dotty Nedir?

Posted on 2018-08-02 | In Scala , Scala 3 , Software Development , Coding , Dotty ,

DOT açılımı Dependent Object Types (DOT) yani Bağımlı Nesne Tipleri. Scala 2 için scalac derleycisini kullanırken, Scala 3 ile birlikte artık dotc derleyicisini kullanacağız. DOT hakkında daha fazla bilgi için bu dokümanı okuyabilirsiniz.

Read more »

Kelime Zinciri Algoritmasıyla Türkçe Metin Özetleme | Online otomatik metin özetleme | Metin özetleme programı | Özet Çıkarma Programı

Posted on 2018-07-26 | In Türkçe metin özetleme , Software Development , Coding , Scala ,

Kelime Zinciri Algoritmasıyla Türkçe Metin Özetleme - SCALA


Algoritma

Kelime Zinciri Algoritması:

Read more »

Angularjs parsedNgModelAssign is not a function?

Posted on 2018-07-01 | In Angular , Software Development , Coding , Javascript ,

It is one of the basic problem, but if you search in google probably you will find a lot of solutions which is not related. When you have input field with getterSetter, and you didn’t give the function name correctly then you will get this error:

TypeError: parsedNgModelAssign is not a function
    at NgModelController.$$setOptions.ngModelSet (angular.js:20414)
    at NgModelController.$$writeModelToScope (angular.js:20863)
    at writeToModelIfNeeded (angular.js:20857)
    at angular.js:20851

Example field:

Read more »

Kelime Zinciri Algoritmasıyla Türkçe Metin Özetleme | Online otomatik metin özetleme | Metin özetleme programı | Özet Çıkarma Programı

Posted on 2018-07-01 | In Türkçe metin özetleme , Software Development , Coding , Scala ,

Kelime Zinciri Algoritmasıyla Türkçe Metin Özetleme - SCALA


Algoritma

Kelime Zinciri Algoritması:

Read more »

Kelime Zinciri Algoritmasıyla Türkçe Metin Özetleme | Online otomatik metin özetleme | Metin özetleme programı | Özet Çıkarma Programı

Posted on 2018-06-15 | In Türkçe metin özetleme , Software Development , Coding , Scala ,

Uzun bir aradan sonra nihayet fırsat bulup projeye geri dönüş yapabildim. Programın ilk sürümü bitirme projesi olduğu için biraz karışık ve aceleyle yazıldı. Büyüzden tüm projeyi scala dilinde yeniden yazdım. Hem daha anlaşılır hem daha kısa ve öz oldu. Spring MVC, Tomcat ve Postgresql üçlüsünü bırakarak , Finatra + Mongodb ikilisine geçtim. Şimdi ayrıca docker-compose ile özetleme servisini hızlıca kurabilirsiniz.

Read more »

How to Fix 504 Gateway Timeout using Nginx!

Posted on 2018-06-09 | In scala , programming , server , nginx ,

Currently I am trying to use my summarizer service with my orangepi. I was getting 504 Gateway Timeout errors all the time, because orangepi is slow for calculations. I thought it is related with Finatra , but found out it was Nginx. It has default 75 seconds. For fixing it, you have to create ne file and then restart nginx service.

Read more »
1 2 … 21
teaddict

teaddict

206 posts
40 categories
649 tags
RSS
GitHub
© 2025 teaddict