The author selected the COVID-19 Relief Fund to receive a donation as part of the Write for DOnations program. Continue reading “How To Create an Intelligent Chatbot in Python Using the spaCy NLP Library”
What is the Relational Model?
The relational model is an abstract model used to organize data within a database. In order to control access to a database, write data, run queries, or perform any other tasks related to database management, a database management system must have some kind of underlying model that defines how the data within it are organized. Continue reading “What is the Relational Model?”
How To Use Ansible with Terraform for Configuration Management
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Continue reading “How To Use Ansible with Terraform for Configuration Management”
How To Work with the Box Model in CSS
The author selected the Diversity in Tech Fund to receive a donation as part of the Write for DOnations program. Continue reading “How To Work with the Box Model in CSS”
How to Optimize WordPress on Ubuntu 20.04
Introduction
Optimizing WordPress installations gives the clients and individuals who use your sites the performance, speed, and flexibility they’ve come to expect with WordPress. Whether you’re managing a personal site or a suite of installations for various clients, taking the time to optimize your WordPress installations increases efficiency and performance. Continue reading “How to Optimize WordPress on Ubuntu 20.04”
How To Handle Images with GraphQL and the Gatsby Image API
The author selected /dev/color to receive a donation as part of the Write for DOnations program. Continue reading “How To Handle Images with GraphQL and the Gatsby Image API”
What is LAMP?
LAMP refers to a collection of open-source software that is commonly used together to serve web applications. The term LAMP is an acronym that represents the configuration of a Linux operating system with an Apache web server, with site data stored in a MySQL database and dynamic content processed by PHP. Continue reading “What is LAMP?”
How To Install and Use SQLite on Ubuntu 20.04
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Continue reading “How To Install and Use SQLite on Ubuntu 20.04”
What is Django?
Django is an open source Python web framework used for web development. Released in July 2005, Django is popular for its component-based architecture making applications more flexible and scalable as they grow. Continue reading “What is Django?”
What is SELinux?
SELinux stands for Security Enhanced Linux, which is an access control system that is built into the Linux kernel. It is used to enforce the resource policies that define what level of access users, programs, and services have on a system. Continue reading “What is SELinux?”