M. Niyazi Alpay
M. Niyazi Alpay
M. Niyazi Alpay

I've been interested in computer systems since a very young age, and I've been programming since 2005. I have knowledge in PHP, MySQL, Python, MongoDB, and Linux.

 

about.me/Cryptograph

What are Modem and Router? Cable Modem and TP-Link Connection

What are Modem and Router? Cable Modem and TP-Link Connection

Hello, due to my busy schedule, I can't create topics frequently, but I'm trying to change that. First, I'd like to explain what modem and router concepts are. Modem; The word "modem" is a combinatio

Konbara Points Earned from So-Called Credit Card Spending

Konbara Points Earned from So-Called Credit Card Spending

Occasionally, I receive messages on my mobile phone related to credit card transactions and such. Yesterday, I received one such message, and it goes like this:"LAST DAY!! Your Konbara Reward Points f

Listing Users by Number of Topics in Mysql

Listing Users by Number of Topics in Mysql

We have two different tables, one for topics opened and the other for users.In the system, the id information of the user who opens the topic is also kept in the table where the topics are found.In th

Pulling Information by Associating Tables in Database (Inner Join)

Pulling Information by Associating Tables in Database (Inner Join)

To fetch data from the database, we use the SELECT command. With a command like SELECT * FROM table_name, we retrieve our data from the table_name table. If we need to fetch data based on a condition,

What is Artificial Intelligence?

What is Artificial Intelligence?

Artificial intelligence (AI) is the attempt to develop artificial instructions similar to human thinking methods by analyzing them. From a certain perspective, although it may seem like an attempt to

What is MongoDB and NoSQL?

What is MongoDB and NoSQL?

MongoDB is a NoSQL database. NoSQL can be expanded as "not only SQL," meaning it's not SQL. This is because the queries executed are not the ones you're used to in MySQL or MS SQL systems. Advantages

Linux RAM Cleanup

Linux RAM Cleanup

In Linux operating systems, RAM usage tends to increase over time when the system is left running. This situation particularly affects the performance of websites on servers. We can mitigate this by c

Linux Command Line - Common Linux Commands

Linux Command Line - Common Linux Commands

Today, Linux operating systems come with a beautiful interface designed for end-users, but the majority of tasks can still be done via the command line. The reason many computer users shy away from Li

Preparing, Calling and Using Functions in PHP

Preparing, Calling and Using Functions in PHP

Functions provide us with processed information that is given, requested, or generated at that moment. For example, we can create a table with the properties we want using a function, or we can create

The Hacker Who Saved the World - My Own Solutions

The Hacker Who Saved the World - My Own Solutions

This competition is called CTF (Capture The Flag) abroad, it's not organized much in our country, so I thank the Prodaft team for organizing such a competition. I solved some of the questions, couldn'