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

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

Laravel Blog System - AlphaBlog

Laravel Blog System - AlphaBlog

I have completed developing a blog system for my own website in my spare time, and I have open-sourced it on my Github account. This blog system was developed with Laravel and MongoDB was used as the

PHP Object Oriented Programming

PHP Object Oriented Programming

Object-oriented programming (OOP) is a technology used for software development. OOP facilitates component programming with its standards. C# is a language based on OOP. There are many objects availab

Database Connection in C#

Database Connection in C#

In C#, for SQLServer connection, we need to call SqlClient namespace (using System.Data.SqlClient;), or for another database, we call the required namespace. For MySQL, if the .NET connector is instal

What is PHP and What Can Be Done

What is PHP and What Can Be Done

PHP, particularly designed for the web, is a server-side scripting language that can be embedded into HTML. It resembles C and Perl in its general structure and programming rules. Developed by Rasmus

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

Google DNS Analogy from Internet Service Providers

Google DNS Analogy from Internet Service Providers

Hello, I haven't been able to manage my blog for a long time due to my busy schedule. As you know, there has been a filtering effort on the internet in our country, and YouTube was blocked, as well a

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