What is NoSQL Database ?

If you’ve been in a job interview, you’ve probably asked what NoSQL is. Are you familiar enough with it? What is MongoDB? This article will explain NoSQL databases and get acquaintable with them. Maybe soon,…

What is Abstract Programming ?

In the world of programming, the most standard codes are those that have the least code duplication. But there are times when we have to write the same code repeatedly to do almost the same…

What is a data base ?

One of the most common terms in the computer world is a database. You may be wondering what a database is. With the introduction of this concept in applications, a revolution was create in their…

What are Prototype Design Patterns ?

The Gang of Four group classified Pattern designs into three general categories in 1994. Design patterns developed to manage the creation of objects are called creational design patterns. A prototype design pattern is one of…

What is Composer (PHP plugin) ? And how to install it !

If you are planning to become a PHP programmer, this way, you will hear the name Composer tool. Many of the things that programmers do in different projects are often repetitive. A tool called Composer…

Broken Links in WordPress Fixing !

If you are very interested in designing a site using the WordPress system, you must know that one of the biggest problems that may occur to you is the problem of broken links in WordPress.…

WordPress SEO :15 Important Tips !

One of the best ways to design a site is to use the WordPress system; increasing WordPress SEO has always been a concern for people who design the site through this system. If you are…

Image Prism Plugin installation !

One of the biggest problems for programmers is optimizing images in WordPress without reducing the quality; this problem has caused many site developers who use WordPress to design the site to use poor quality images…

What is WordPress Network ?

One of the most important features in WordPress today is the great multi-site WordPress feature. With this feature, you can launch many other sites and assign them to different users just by installing one WordPress.…

Unit Test In JavaScript !

JavaScript is one of the most important programming languages ​​in the field of the web, which is very popular among developers today. JavaScript unit testing makes your program produce much better quality and greatly reduces…