//Technical
WordPress
1. What is WordPress? ◆ WordPress is an open-source software written in PHP (Hypertext Preprocessor) and uses the MySQL database management system. WordPress was first released on May 27, 2003 by its authors Matt Mullenweg and Mike Little. Currently, WordPress is owned and developed by Automattic, a company based in San Francisco, California, USA. ◆..
See more- 51 views
- 0 Comments
SSH Keys Installation Guide
How SSH Key Authentication Works SSH Keys are simply a method of user authentication by matching a private key (private key) and a public key (public key). The private key and public key are tightly linked so they can recognize each other. When an SSH Key is generated, both types of keys are created. The..
See more- 212 views
- 0 Comments
Variable Comparison in PHP
You can code in PHP, use this framework, or that framework, but have you truly understood the meta behind it? Do you really grasp the falsy and truthy values, or the comparisons in PHP? Do you really understand PHP? Can you answer all the questions below? Will the following operations return true or false? **..
See more- 58 views
- 0 Comments
QR Code
1. What is a QR Code? QR (Quick Response) code is a matrix, also known as a 2D barcode, which can be read by a barcode scanner or a smartphone with a camera and specialized barcode scanning app. QR code was developed by Denso Wave (Japan) in 1994 with the primary purpose of tracking vehicles..
See more- 34 views
- 0 Comments
Top 10 Best Practices in MySQL
MySQL is widely used around the world and is an open-source relational database management system. It has become popular due to its fast performance, high reliability, and ease of use. This article outlines some of the best practices in MySQL. 1. Always Use Appropriate Data Types Use data types based on the nature of the..
See more- 98 views
- 0 Comments
Guide to Building “Simple ACL” in Laravel
Laravel’s authentication provides a simplified solution for registration, login, logout, and password reset, making it quicker and easier to implement for web applications. However, if you need to control access to specific parts of a website, enable or disable certain sections for non-admin users, or ensure that a user can only edit their own contacts,..
See more- 50 views
- 0 Comments
UX – User Experience Insights
Websites and web applications have become more complex with the development of technology and new methodologies. One-way communication environments have evolved into rich, highly interactive experiences. However, despite all the changes in the development process, the success of a website still revolves around one thing: how users perceive it. “Does this website provide value to..
See more- 43 views
- 0 Comments
Basics of Node.js and How It Works
1. What is NodeJS? NodeJS is a framework built on the V8 JavaScript Engine, used to build web applications such as video clip sites, forums, and particularly niche social networking sites. NodeJS is an open-source framework widely used by thousands of developers around the world. It runs on multiple platforms such as Windows, Linux, and..
See more- 173 views
- 0 Comments
5 Popular Application Server Setup Methods
Introduction There are many factors to consider when deciding which server model to use for your application, such as performance, scalability, availability, reliability, cost, and manageability. Here is a brief overview of some commonly used server setups, each with a brief explanation of its advantages and disadvantages to help provide a better understanding of web..
See more- 66 views
- 0 Comments
Setting Up Samba File Server for Sharing
★ Windows File Server Structure – Set up a Linux server as a File Server for Windows – Install Samba here, set it up to allow access to the Home Directory of Users from Windows – Additionally, create a Sharing Folder that all Users can access – Configure Samba server access within the internal network..
See more- 59 views
- 0 Comments