Computing

Content relating to learning coding and computing

Web Site Administration

Setting Up a New Web Page Bitnami Wordpress on AWS Once WordPress has been deployed, the Bitnami applications need to be set and connected to the database. https://docs.bitnami.com/aws/how-to/get-started-wordpress-aws-marketplace-intermediate/ Connect to server using SSH Use a custom domain with Wordpress Deployment Secure WorkPress with SSL Certificate Confirm access to PhpMyAdmin Remove the Bitnami Badge Connect using...

Read more ...

Raspberry Pi – Introduction

https://youtu.be/uXUjwk2-qx4 https://www.raspberrypi.org/help/videos/ What is it? It is a credit-card sized computer, small, portable, and highly adaptable. What can it do? It can do anything a normal computer can do, but on a smaller scale. Why use it? To do basic development activities and have easy access to computing interfaces. How does one start? https://youtu.be/wjWZhV1v3Pk https://www.raspberrypi.org/help/videos/...

Read more ...

Python Programming

Getting Started Python What is Python? It is an object oriented programming language for rapid application development. How does one start to learn Python programming? Recommend going through a basics course on YouTube, LinkedIn learning, or similar learning platforms. Learning by example is a great way to start, such as Automate the Boring Stuff with...

Read more ...