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

  • admin@niyazi.org
C# For and While Loops

C# For and While Loops

Hello, I'm starting with the same topic as my PHP For and While Loops tutorial because fundamentally everything is the same. Loops are used to perform repetitive tasks. Initially, it may seem meaning

PHP For and While Loops

PHP For and While Loops

Loops are used to perform repetitive tasks. Initially, it may seem meaningless, but if you have a web page with 100 members, you can finish your work in three lines using a loop instead of writing the

PHP In-site Search Engine Construction

PHP In-site Search Engine Construction

Sometimes we need a simple search engine within our websites to find topics. Let me explain this with a simple example: HTML codes for the form that will perform the search: <form action="result.ph

Running a Query in C# Database

Running a Query in C# Database

In C#, we use the SqlCommand command to execute queries in the database. Since I will continue with MySQL for our example, I will use the MySqlCommand command. Start a new Windows Forms application a

PHP - Connecting to MySQL Database and Reading Information (Illustrated Explanation)

PHP - Connecting to MySQL Database and Reading Information (Illustrated Explanation)

The database we will connect to: ornek_veritabani We have created our database and our table named isim_listesi. We defined the type of the column named id as int, which means integer, and defined

Vestel Smart TV Remote Control

Vestel Smart TV Remote Control

Hello, although I'm not a big fan, I'm a user of a Vestel Smart TV. While there are mobile remote control applications for Android and iOS for this TV, I spend most of my time at the computer, so I de

Batch Log Cleanup on Linux Operating System

Batch Log Cleanup on Linux Operating System

Linux operating systems keep records of errors, system warnings, and other events encountered during their operation. These logs can grow to large sizes over time, occupying significant disk space. Wh

Batch Configuration of Directory and File Permissions for Web Sites on Linux Server

Batch Configuration of Directory and File Permissions for Web Sites on Linux Server

Setting file and directory permissions for websites on a Linux server can sometimes be time-consuming. For example, when using FileZilla with the option to apply to subdirectories selected, or when ap

What is C#?

What is C#?

What is C#? As you know, there are programs that we use to use our computers comfortably and programming languages are needed to make these programs. The most popular of these languages are Basic, C,

Who is Richard Stallman?

Who is Richard Stallman?

Richard Matthew Stallman (abbreviated as rms in internet circles; born March 16, 1953) is an American free software activist, system administrator, and software developer. In September 1983, he launc