Coding & Tech Starter Pack
Coding & Tech Starter Pack
Coding & Tech Starter Pack
TECHNOLOGY
Starter Pack
Module 1
Module 2
Lesson 1: Technology Trends in Business
Lesson 2: Software Development Methodologies
Lesson 3: Introduction to Prototyping
Technology Lesson 4: Prototyping with Justinmind
Lesson 5: IT Project Management
Course Outline Lesson 6: Tools for IT Project Management
Lesson 7: E-Commerce
Lesson 8: Technology Career Information
Module 4:
Software Documentation
When working through the technical and practical content,
review the documentation of the software we will be using.
Github
We will be using Github as a repository for our source code.
This will make it a lot easier to share code for the practical
content we will be doing. So be sure to familiarise yourself with
the platform.
Code Editor
For the Web Development part of this course, you will need a
code editor tool. For this course we will be using ATOM. You can
download the software at atom.io – the software is compatible
for both Windows and Mac systems.
File Extensions
It is important to follow best-practise when naming the files
associated with your website. For example, HTML files must
have an extension of .html appended at the end. Similarly, CSS
files must have the keyword .css appended at the end.
Requirement Analysis
For personal projects, it is always best to gather and
process the requirements of your website before you start
development. These requirements will drive which features
and functionality you will incorporate into your web design.
Stack Overflow
Stack Overflow is your go-to platform if your writing code
and for some reason it doesn’t work as you expect it to.
This happens more often than you know, even to the best
developers out there. Stack Overflow allows you to share your
code with other developers and enables you to find solutions
to issues similar to the ones you may be experiencing.
Technical Requirements
Reputable Sources
Module 3 and 4 are quite technical. You will To improve your understanding of the theoretical concepts,
need a scripting tool to write code. always try to read up on reputable technology news platforms
or peer-reviewed journal articles and book.
• ATOM
• Sublime Text 3
• Microsoft Visual Studio Code