Agile Web Developer
Cape Town, SA
21 December 2001
Some text..
Hey there I see you've stumbled apon my page , pretty neat for a rookie huh? It'll get better with time though. Well let me tell you abit about me. Where to start, right My name is Uyabongeka Kagiso Vuyani Hadebe (yeah its along name honestly I think 3 names was way too much for one person to handle.) you can call me Kagiso though or KG . I was born in the year 2001 on the 21st of December , Im Sagittarius not really into all those star signs I just know my own just to answer when people as about it. So for the first half of my life I lived in a small town called Harrismith found in the Free State, attened Harrismith primary school from the years 2008 until 2012 after that I moved to Durban and thats where the second half of my life took place. I attended grade 6-7 at Isipingo Beach Intermediate School, there after completed high school at Isipingo Secondary School. I finished High school last year and well I always knew school wasnt for me so thats why I kinda didnt bother applying at any university , all I wanted to do was code. The idea of creating my own software and websites has always driven me and now Im living the dream, I live in the city Ive always wanted to live in (Cape Town) and Im doing what I love. What more could I ask for , currently studying at Code X Code X and Im living my best life!
So here is a basic webpage I created using Html and simple grid , its a bit sloppy because it was my first time with the grid css but Ive improved , well Id like to think so atleast .
this right here is my first ever webpage again abit sloppy mostly because I had no Idea what I was doing , hopefully who ever sees it will be understanding.
A command-line interface processes commands to a computer program in the form of lines of text. The program which handles the interface is called a command-line interpreter or command-line processor
Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows git
The browser exposes the DOM (the Document Object Model) which allows you to create rich user experiences in the browser using JavaScript. DOM stands for Document Object Model, which is an Object tree for a webpage page (Document). Every page loaded into a web browser has a DOM, which you can use to make it interactive with JavaScript my DOM
In computer programming, unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use. my unit tests
Testing DOM widgets this may seem like a breeze at first but as you write tests for DOM projects , you have to remember that the tests have to work alongside the DOM that righ there results in having to link the factory function to the DOM code which suddenly isnt so fun anymore my DOM tests
The localStorage and sessionStorage properties allow to save key/value pairs in a web browser. The localStorage object stores data with no expiration date. The data will not be deleted when the browser is closed, and will be available the next day, week, or year. The localStorage property is read-only. My localStorage
HTML
CSS
JavaScript
C++
SQL
Java
Python