CSRF

What is Csrf Token in Laravel?

The popular Laravel framework, while being simple, has many tips and details that require careful and time-consuming learning. One of the important points in the security discussion is CSRF protection in Laravel, which protects web…

What is TTFB? How to improve WordPress TTFB

Site loading speed is an important issue, also known as TTFB. If this rate improves, your site will perform more optimally and users will wait for your site to complete. When it comes to overall…

Full WordPress htaccess tutorial

In this article, we are trying to answer the question, “What is htaccess?” Let’s check together. We will review how to create an htaccess file in WordPress and how to find the location of the…

What is Domain Sharding?

In response to the question of what Domain sharding is, it should be said that it is a technique for dividing resources between several domains. This will improve loading speed and search engine results. When…

The most common mistakes in website design

Errors and mistakes in website design and coding are inevitable that any website designer may make. Some of these mistakes are mentioned below in 3 parts: coding mistakes, design mistakes and SEO mistakes. The list…

What is Angular?

These days, the platform of frameworks has become very wide, and different types have appeared in the computer world. One of these frameworks is the Angular JS framework, derived from the development of the JavaScript…

beginner mistakes in website design

If you have an online or offline business, you understand the importance of having a website and online presence, and mistakes in website design will undoubtedly affect the performance of your website. However, if this…

Important points in website design

The web platform is constantly changing and evolving, and only by paying attention to the hot and important web design issues can you ensure that your website is up-to-date. This article will review the important…

Introduction of appropriate CSS and HTML frameworks

and Today, with the emergence of responsive design techniques, creating websites is done in such a way that they can be viewed in different resolutions of mobile and desktop screens. This trend has led to…
ASP.net

State management in asp.net, first part: cookies

Sometimes it is necessary to receive useful information and use it on other pages. There are several ways to do this; one of these methods is using cookies. Now, in this article, we will discuss…