Frontend Stack
- HTML (HyperText Markup Language): For Content
- CSS (Cascading Style Sheets): Used to style the HTML webpage
- JavaScript: Used as the main programming language
Backend Stack
Frontend Stack
- HTML (HyperText Markup Language): Used to structure the content and display final result from OpenWeather API
- CSS (Cascading Style Sheets): Used to style the HTML webpage
- Jinja template engine: Used to parse Python variables and the end result will render in HTML for presentation in a web browser
Backend stack
- Python: Used to make API calls to OpenWeather API and process the received JSON data
- Flask: Used as a lightweight WSGI web application framework
- OpenWeatherMap API: Used to pass location requests and receive Weather data in JSON format
- Hosted on: Python Anywhere
For software developers it is vital to keep a handy reference source which is available quickly, efficiently and from any location.
Before this reference repository was finally hosted on GitHub several methods were used to achieve this goal as follows.
- First iteration was to put reference manuals and important information I found online into a Microsoft Word document and was saved in a folder in the local PC.
Problem with this method was it was only available when working on the PC.
- To solve this problem they were all uploaded to my Google Drive. Problem with this was accessing and searching the reference manuals and data was very cumbersome.
- Hence it was decided to collate all the information and to upload to GitHub so it can be accessed from anywhere, can be easily accessed, can be updated quite easily
and anyone who needs this data is freely available for access.
Frontend Stack
- HTML (HyperText Markup Language): For Content
- CSS (Cascading Style Sheets): Used to style the HTML webpage
Backend Stack
Website designed and built for authorized service centre for LG Electronics, Samsung, Electrolux/Kelvinator/Westinghouse & Teco Australia
Unfortunately company no longer hosts this version on companies Web server. However you can access a live version hosted on my GitHub Pages.
Frontend Stack
- HTML
- CSS / Bootstrap
- JavaScript
Backend Stack
Website designed and built for a local Hair and Beauty saloon in Melbourne.
Frontend Stack
Backend Stack
- Hosted on:: WordPress.com with a custom domain
Simple calculator using JavaScript, HTML and CSS
Frontend Stack
Backend Stack