Jun 9How To Install And Configure The AWS CLI On Linux OSThe Amazon Web Service Command Line Interface(CLI) is the fastest and easiest way to connect to AWS services and products. Some instances have the CLI pre-installed such as the Amazon Linux instances while instances like the Red Hat Linux don’t. …AWS2 min read
Sep 15, 2021Object oriented programming (OOP) With PythonObject oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviours into individual objects. Conceptually, objects are like the components of a system. Think of a program as a factory assembly line of sorts. …Python Programming4 min read
Sep 15, 2021PYTHON: THE BEGINNERS GUIDEPYTHON: THE BEGINNERS GUIDE INTRODUCTION Python is an open source, high-level programming language developed by Guido Van Rossum in the late 1980s and presently administered by Pythin Software Foundation. It came from the ABC language that he helped create early on in his career. Python is a powerful language that…Python4 min read
Aug 15, 2021HNGi8 — My Goals And ExpectationsWell, as a tech enthusiast that I am, canvasing around tech related hubs and programs has always been a thing of joy for me. …Hngi 82 min read
Published in Towards AWS·Jun 12, 2021How to Launch an EC2 InstanceAmazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. Amazon EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. It provides you with complete…AWS5 min read
Published in Towards AWS·May 26, 2021Journey Into Cloud ComputingSo, I started a new journey in cloud computing using the Amazon Web Service. The first thing I had to learn was the question of “Who Am I ???” Irrespective of who you are, there are some leadership attributes you ought to exhibit. As leaders, when in a safe environment…Cloud Computing2 min read
May 3, 2021CSS GRIDCSS Grid Layout is a CSS layout method developed for the two-dimensional layout of items on a webpage or an application, meaning it can manage both columns and rows. …CSS1 min read