My GitHub Projects: Difference between revisions

From Vincents CV Wiki
Jump to navigation Jump to search
mNo edit summary
Line 24: Line 24:
=== [https://github.com/VincentDirks/SplunkDockerCompose SplunkDockerCompose] ===
=== [https://github.com/VincentDirks/SplunkDockerCompose SplunkDockerCompose] ===
A simple repo for a docker-compose.yml file for deploying a splunk image to my [app.cloudlets.com.au cloudlets provider].
A simple repo for a docker-compose.yml file for deploying a splunk image to my [app.cloudlets.com.au cloudlets provider].
== C++: Fork of [https://github.com/VincentDirks/OSAQS-Firmware OSAQS-Firmware] (2023) ==
Helping my [https://github.com/CDFER son] with a ESP32 firmware project.


== JavaScript [https://github.com/VincentDirks/SeleniumJestAssessment Selenium Jest Assessment] (2023) ==
== JavaScript [https://github.com/VincentDirks/SeleniumJestAssessment Selenium Jest Assessment] (2023) ==
Line 40: Line 37:
|}
|}


== [https://github.com/vincentd123/Postman-Object-Models Postman Object Models] (2019 & 2020) ==
== JavaScript: [https://github.com/vincentd123/Postman-Object-Models Postman Object Models] (2019 & 2020) ==
This repo contains the code and presentation notes for [https://www.testingmind.com/event/test-automation-and-digital-qa-summit-auckland-2019/ 2019 TestingMind conference in Auckland, New Zealand], as well as at [https://www.testingmind.com/event/test-automation-digital-qa-summit-sydney-2020/ 2020 TestingMind online conference for Sydney, Australia]
This repo contains the code and presentation notes for [https://www.testingmind.com/event/test-automation-and-digital-qa-summit-auckland-2019/ 2019 TestingMind conference in Auckland, New Zealand], as well as at [https://www.testingmind.com/event/test-automation-digital-qa-summit-sydney-2020/ 2020 TestingMind online conference for Sydney, Australia]


It is a demo of how to create and use JavaScript object models inside a Postman collection. It includes a simple API implemented in Node.js used by the Postman collection, and a Postman Collection to demonstrate the Postman Object Model concept.
It is a demo of how to create and use JavaScript object models inside a Postman collection. It includes a simple API implemented in Node.js used by the Postman collection, and a Postman Collection to demonstrate the Postman Object Model concept.
==Miscellaneous==
'''C++: Fork of [https://github.com/VincentDirks/OSAQS-Firmware OSAQS-Firmware] (2023)'''
Helping my [https://github.com/CDFER son] with a ESP32 firmware project.

Revision as of 21:34, 9 June 2024

Check out my current GitHub Profile (as well as one from the past).

All of personal projects, as well as any technical tests I've been asked to do for job applications I tend to load up to GitHub.


TypeScript: Playwright Udemy Course (2024)

I'm doing the Udemy Playwright: Web Automation Testing From Zero to Hero course.

See

After finishing the course I'm going to try use this to test some of my CV Wiki site.

JavaScript, Node.js, Docker: Observability Project (2024)

See Observability Project page for how I'm progressing.

node.js-in-the-cloud

A tiny repo with dummy API to try deploy to my [app.cloudlets.com.au cloudlets provider].

SplunkDockerCompose

A simple repo for a docker-compose.yml file for deploying a splunk image to my [app.cloudlets.com.au cloudlets provider].

JavaScript Selenium Jest Assessment (2023)

Used JavaScript, Jest, and Selenium WebDriver to complete this task for a job interview

Identify at least one test scenario from the website https://magento.softwaretestingboard.com/ and automate it.

Please use Selenium (No framework is necessary if you don't have one, you can use just raw Selenium).

Please keep your code simple and concise.

JavaScript: Postman Object Models (2019 & 2020)

This repo contains the code and presentation notes for 2019 TestingMind conference in Auckland, New Zealand, as well as at 2020 TestingMind online conference for Sydney, Australia

It is a demo of how to create and use JavaScript object models inside a Postman collection. It includes a simple API implemented in Node.js used by the Postman collection, and a Postman Collection to demonstrate the Postman Object Model concept.

Miscellaneous

C++: Fork of OSAQS-Firmware (2023) Helping my son with a ESP32 firmware project.