Skip to content

Life & Beyond

It can't be all about technology and software, I decided to write a little about life as well.

Projects

Articles about projects or experiments I have done

Cash or Installments? – The Story Behind PeşinTaksit

Financial decisions aren’t always rational — especially in environments where inflation moves faster than logic.In Turkey, where annual inflation has often been in double digits, consumers face a familiar dilemma every day:“Should I pay now or spread the cost over time?” At first glance, this seems simple. Yet behind every “3-month installment” or “5% cash … Continued
Read Full Article...
0

Redar: AI-Powered Summaries for KAP Disclosures and Open Sources

Financial information in Turkey moves fast, and most of it arrives in dense, inconsistent formats. Redar is my answer: an AI-assisted analysis system that tracks Kamuyu Aydınlatma Platformu (KAP) disclosures and other open sources, detects the important ones, and turns them into concise, useful summaries—delivered on the web and instantly via Telegram.
Read Full Article...
0

Beyond the Bot: Lessons from Building a Chat System for Global Patients

For the past year, we’ve been running a live chatbot system at Vanity Cosmetic Surgery Hospital. Internally, we call it VaniBot—but it’s far from a typical chatbot.This isn’t about answering “Where’s my order?” or “Do you have this product?” We’re working in an industry where people make life-changing decisions, like undergoing surgery. That means our bot needs to do much more than just respond to FAQs—it needs to build trust, collect sensitive medical information, guide decision-making, and know when to hand over to a human expert.In this article, I won’t focus on what the bot does, but on what we’ve learned while building and running it. If you’re working on a similar project, I hope this helps.
Read Full Article...
0

Frontend Development

This is the category that I mostly blog about JavaScript, css libraries and frameworks.

Javascript

What is ECMAScript? What is not?

A JavaScript library on GitHub, a job posting from your dream company, or a tweet you see on Twitter, EcmaScript comes up in many places regarding to JavaScript. But there is confusion even in 'senior level' job posting about the concept.
Read Full Article...
0

Backend Development

PHP
DevOps

CI/CD for PHP: A Comprehensive Guide

Continuous integration (CI) and continuous deployment (CD) are development practices that involve automatically building, testing, and deploying code changes. In the context of PHP code, a CI/CD process can help teams improve the reliability, speed, and quality of their software development by automating many of the tasks that are normally performed manually. In this article, … Continued
Read Full Article...
1
PHP

PHP Generators: A Beginner's Guide to Iteration

PHP generators are a powerful and useful tool in the PHP language. They allow developers to create iterators that can be used to iterate over large datasets without having to load the entire dataset into memory at once. This can be especially useful when working with large datasets or when memory constraints are a concern. … Continued
Read Full Article...
0
PHP

The Top PHP Certification Programs for Developers

PHP is a popular server-side scripting language used for web development. A PHP certification demonstrates to potential employers that you have a high level of knowledge and expertise in the field, and can be an important factor in landing a job or getting a promotion. There are several general PHP certification programs available, including the … Continued
Read Full Article...
0

What is an API Gateway?

What is an API Gateway? Should you use an API Gateway or is it something for big players? Is it an hardware, or a framework, or a piece of code? Let's briefly learn the answers to this questions;
Read Full Article...
0

DevOps & Server Administration

Troubleshooting Cyberpanel Inaccessibility After Ubuntu Release Upgrade

Upgrading your Ubuntu server is a crucial step to ensure your system remains updated with the latest features and security enhancements. However, such upgrades can sometimes lead to unexpected challenges, especially when dealing with web services like CyberPanel and OpenLiteSpeed or LiteSpeed Enterprise. Generally, upgrading your operating system with CyberPanel already installed is discouraged as … Continued
Read Full Article...
0
PHP
DevOps

CI/CD for PHP: A Comprehensive Guide

Continuous integration (CI) and continuous deployment (CD) are development practices that involve automatically building, testing, and deploying code changes. In the context of PHP code, a CI/CD process can help teams improve the reliability, speed, and quality of their software development by automating many of the tasks that are normally performed manually. In this article, … Continued
Read Full Article...
1

What is an API Gateway?

What is an API Gateway? Should you use an API Gateway or is it something for big players? Is it an hardware, or a framework, or a piece of code? Let's briefly learn the answers to this questions;
Read Full Article...
0