Teamwork
Skills for certificate:
Teamwork
This is the page displaying all the material related to Teamwork. This can include projects, blogs, certificates, university modules and work experience along with sub-skills.
Material
Noodle
In my second year of university, my group and I started an open-source learning platform project, introducing me to full-stack development. This app helps students manage tasks, assignments, exams, and store notes and resources.
Symphony Translate Bot
A Symphony bot that translates messages in a Symphony chatroom using Language Weaver API. Replaces the old Translate Bot which was originally built using the outdated SDK. Much faster, more reliable, and easier to maintain and more features compared to the old bot.
Symphony CobaGPT Bot
A Symphony bot which interfaces with the Azure OpenAI API to generate text based on user input. This bot improves the workflow of users by providing quick responses to common questions and completing simple or repetitive tasks. This bot is a result of Commerzbank's initiative towards automation using AI.
Symphony Webhooks Bot
A Symphony bot that sends messages to a Symphony chatroom using Webhooks. This bot is used to send messages to a chatroom from an external source.
Symphony MessageML Bot
A Symphony bot for sending messages in Symphony using MessageML. This allows the bot to send messages with more formatting and interactivity similar to HTML.
Symphony Application Status Bot
A Symphony bot responsible for keeping track of various Commerzbank applications' statuses. This then notifies the teams responsible for maintaining the applications on Symphony.
Symphony Business Highlights Bot
A Symphony bot which compiles weekly business reports from various users and generates a summary of the business highlights for the week. Uses Azure Active Directory for managing permissions and access control.
Symphony Interactive Bot Example
A Symphony bot for learning how to create an interactive bot in Symphony. This bot is used to demonstrate how to create an interactive bot in Symphony. This was used to create documentation and tutorials for other developers.
Symphony Headless Bot Example
A Symphony bot for learning how to create a Headless Bot in Symphony. This bot is used to demonstrate how to create a headless bot in Symphony. This was used to create documentation and tutorials for other developers.
Spring Data JPA Template
A template project for using Spring Data JPA with PostgreSQL. This was created for documenting how use SQL databases for our Spring Boot projects.
Spring Data MongoDB Template
A template project for using Spring Data MongoDB. This was created for documenting how use MongoDB databases for our Spring Boot projects.
REST Template Config
A library for Spring Boot allowing for greater configuration of proxies and SSL settings.
Markdown to MessageML Converter
A library for converting Markdown to Symphony's MessageML format. This was created because there was no existing library that could convert Markdown to MessageML. Especially useful for rendering responses from LLMs as they return messages in Markdown format.
Osmos Game
A simple game built with SimpleGUI for a first-year university project. We manually implemented physics using vector theory and physics concepts, relying solely on documentation due to the lack of tutorials.