Web Dev 8-37 Environment Variables

Опубликовано: 25 Октябрь 2024
на канале: Freeskills
320
19

Support me on patreon!
  / freeskills  

In this video we talk about security issues with leaving sensitive information in your source code. We also discuss how credentials are likely different in your development environment and a live environment. We solve both of these issues by using environment variables.

We are building a content management system (CMS) using object oriented programming (OOP).

The code for this video can be found here https://github.com/parhamcurtis/cms/t...

The code for this project can be found here https://github.com/parhamcurtis/cms

This is part of a complete series to learn web development from absolute beginner to job-ready.

In this series, we are going to learn the following technologies.

HTML
CSS
Javascript
PHP
OOP PHP
MYSQL
Git
MVC
Node.js
React.js