changing-your-php-version-in-cpanel

Changing your PHP Version in cPanel

The latest versions of cPanel make it easy to choose what version of PHP your site is using. With just a few clicks, you can switch between different versions and even use different versions across sites in the same cPanel. This is especially helpful when upgrading older sites, troubleshooting, or dealing with third-party applications. Let’s…

Read More
live-coding-project-create-an-hour-tracking-app-using-vue-js-part-2-with-gwen-faraday

Live Coding Project: Create an Hour Tracking App using Vue.js (Part 2) – with Gwen Faraday

Watch live as Gwen Faraday uses Vue.js to create an Hour Tracking App. Git Repo for the project: https://github.com/gwenf/vue-nwjs-hours-tracking Check out Gwen’s channel here: https://www.youtube.com/channel/UCxA99Yr6P_tZF9_BgtMGAWA Read moreWhat is the difference between shared & dedicated hosting?— Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://freecodecamp.org/news Read moreKeyword…

Read More
deep-learning-crash-course-for-beginners

Deep Learning Crash Course for Beginners

Learn the fundamental concepts and terminology of Deep Learning, a sub-branch of Machine Learning. This course is designed for absolute beginners with no experience in programming. You will learn the key ideas behind deep learning without any code. You’ll learn about Neural Networks, Machine Learning constructs like Supervised, Unsupervised and Reinforcement Learning, the various types…

Read More
gorilla-chimp

Installing Kubernetes on CentOS 7

Kubernetes is a popular open-source solution for automated software deployments that uses containerized applications. Originally designed by Google, Kubernetes is compatible with most Linux distributions, including CentOS 7 and Ubuntu. When Kubernetes is installed and configured, it is then referred to as a Kubernetes cluster. A Kubernetes cluster involves 2 or more machines that are…

Read More