Charles Draniforcdranicdrani.hashnode.net·Jan 26, 2023LAMP StackLAMP (Linux Apache MySQL PHP, Perl, or Python) is a web stack with the following open-source technologies: Linux: Operating System Apache: Web Server MariaDB or MySQL: Relational Database Management System PHP, Python, or Perl: Programming Language. ...Discuss·33 readsDevOps PBLpbl
Charles Draniforcdranicdrani.hashnode.net·Jan 31, 2023MEAN StackMEAN Stack is a combination of the following components: MongoDB (Document database) – Storage and retrieval of data Express (Back-end application framework) – Makes requests to Database for Reads and Writes. Angular (Front-end application framewo...Discuss·35 readsDevOps PBLpbl
Charles Draniforcdranicdrani.hashnode.net·Jan 25, 2023PBL: Project Based LearningIn my efforts to learn Cloud & DevOps this year and transition into a Cloud/DevOps Engineer, I have steeled myself to follow a program to implement 25-30 projects with ever-increasing difficulty to gain experience in working with tools/services like ...DiscussDevOps PBLDevOps Journey
Charles Draniforcdranicdrani.hashnode.net·Feb 7, 2023DevOps PBL: DevOps Tooling SiteWe want to implement a tooling website solution that makes access to DevOps tools within the corporate infrastructure easily accessible. The tools we want our team to be able to use are well-known and widely used by multiple DevOps teams, so we will ...Discuss·48 readsDevOps PBLpbl
Charles Draniforcdranicdrani.hashnode.net·Feb 6, 2023Devops Apache Load BalancerYou might have noticed the implications of having multiple web servers from the previous project - each web server has 3 different IP addresses or DNS names. This issue will be further exacerbated if we need to add more web servers. So why do we both...Discuss·43 readsDevOps PBLpbl
Charles Draniforcdranicdrani.hashnode.net·Feb 2, 2023Onboard UsersIn this project, we want to onboard 20 new Linux users onto a server. Create a shell script that reads a CSV file of a list of users to be onboarded. Each user requires the following: Must have a default /home directory, ie /home/cdrani/ for user cd...Discuss·43 readsDevOps PBLpbl
Charles Draniforcdranicdrani.hashnode.net·Jan 31, 2023Client-Server Architecture With MySQLClient-Server refers to an architecture in which multiple computers are connected over a network to send and receive requests from one another. In their communication, each machine has its role: the machine sending requests is usually referred to as ...Discuss·39 readsDevOps PBLpbl
Charles Draniforcdranicdrani.hashnode.net·Jan 31, 2023MEAN StackMEAN Stack is a combination of the following components: MongoDB (Document database) – Storage and retrieval of data Express (Back-end application framework) – Makes requests to Database for Reads and Writes. Angular (Front-end application framewo...Discuss·35 readsDevOps PBLpbl
Charles Draniforcdranicdrani.hashnode.net·Jan 28, 2023LEMP StackLEMP refers to a collection of open-source software that is commonly used together to serve web applications. The term LEMP is an acronym that represents the configuration of a Linux operating system with an Nginx (pronounced engine-x, hence the E in...Discuss·33 readsDevOps PBLDevOps Journey
Charles Draniforcdranicdrani.hashnode.net·Jan 26, 2023LAMP StackLAMP (Linux Apache MySQL PHP, Perl, or Python) is a web stack with the following open-source technologies: Linux: Operating System Apache: Web Server MariaDB or MySQL: Relational Database Management System PHP, Python, or Perl: Programming Language. ...Discuss·33 readsDevOps PBLpbl
Charles Draniforcdranicdrani.hashnode.net·Jan 25, 2023PBL: Project Based LearningIn my efforts to learn Cloud & DevOps this year and transition into a Cloud/DevOps Engineer, I have steeled myself to follow a program to implement 25-30 projects with ever-increasing difficulty to gain experience in working with tools/services like ...DiscussDevOps PBLDevOps Journey