1
 2 // Jwitter project page
 3 // This is deffo my biggest project, if I count the hours put into it
 4 // -------------------------------------------------------------------------------------------------------------------------------------------
 5
 6 class Jwitter: public Project {
 7
 8    name: Jwitter
 9
10    desc: Designed and developed a large-scale microservices-based application with 10 services using
11          Docker and Docker compose. Implemented everything a real social media platform should have.
11          Integrated a content moderation system using GROQ AI API for automatic post deletion based on
11          offensive score thresholds. Tested everything with jest and Selenium.
12
13    tools: MEAN, microservices, QA, Docker, Tailwind, REST
14
15    github_link: Click here
16
17 }
18
19
20
21
22