Laravel and WebAuthn
In my previous article, I provided information about WebAuthn. In this article, I will explain how to implement it with Laravel. First, we include the laragear/webauthn package in our project. compo
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.
In my previous article, I provided information about WebAuthn. In this article, I will explain how to implement it with Laravel. First, we include the laragear/webauthn package in our project. compo
C# is a language that works through Net Frameworks. C# requires Microsoft Visual Studio to be installed on our computer in order to write applications. The necessary frameworks are installed on our c
Nmap is a security scanner software developed by computer networks expert Gordon Lyon (Fyodor) using C/C++ and Python languages. It can map the scanned network, observe the status of services running
Hello, in the previous tutorial, I explained how to use the image upload and resizing class. In this tutorial, I'll show you how to upload multiple images using the same class. First, let's create an
In my previous writings, I talked about integrating Laravel with both Meilisearch and MongoDB separately. In this piece, I'll discuss how to use all three together. As I mentioned in my previous pos
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
Hello, I'm going to show you the image resizing and uploading class I've prepared. In my previous post, I talked about object-oriented programming. The topic I'm going to explain now is a class for im
All connections made on the internet are carried out with specific protocols. TCP-IP structure consists of four layers: Application Transmission Internet Physical Network Application LayerTh
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
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