MCPcopy Create free account
hub / github.com/Everoot/everoot.github.io / ProjectsComponent

Class ProjectsComponent

src/app/components/apps/projects/projects.ts:10–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 styleUrl: './projects.css',
9})
10export class ProjectsComponent {
11 projects = [
12 {
13 name: 'Agent Experience Platform',
14 company: 'Comcast',
15 technologies: ['Angular 16', 'Spring Boot', 'GraphQL-DGS', 'Kafka'],
16 description: 'Data-intensive platform integrating billing, order, and device workflows used by 10,000+ agents, processing millions of monthly transactions.',
17 impact: [
18 'Improved sprint throughput by 23%',
19 'Reduced rollover by 18%',
20 '20% faster peak response times',
21 '30-40% reduction in P1/P2 incident resolution time'
22 ]
23 },
24 {
25 name: 'Oculomics AI Platform',
26 company: 'UT Southwestern / SMU',
27 technologies: ['React', 'Python', 'ECharts', 'Flask'],
28 description: 'Clinical AI research platform supporting ophthalmology studies with dataset visualization, experiment tracking, and real-time result inspection.',
29 impact: [
30 'Paper submitted to IEEE TMI',
31 'Dataset visualization tools',
32 'Experiment tracking system'
33 ]
34 },
35 {
36 name: 'Housing Management System',
37 company: 'Beaconfire',
38 technologies: ['React', 'TypeScript', 'Spring Boot', 'Spring Cloud'],
39 description: 'Employee onboarding platform module with structured, data-driven workflows for housing management.',
40 impact: [
41 '90%+ code coverage',
42 '30% reduction in QA-reported defects',
43 '200+ internal users supported'
44 ]
45 },
46 {
47 name: 'Real-time Analytics Dashboard',
48 company: 'Comcast',
49 technologies: ['Angular', 'RxJS', 'WebSocket', 'Node.js', 'PostgreSQL'],
50 description: 'Real-time monitoring dashboard for system performance metrics, providing live updates and historical trend analysis for operations team.',
51 impact: [
52 'Real-time data updates with <100ms latency',
53 '50% reduction in incident detection time',
54 'Supporting 500+ concurrent users',
55 'Customizable alerting system'
56 ]
57 },
58 {
59 name: 'Microservices Orchestration Framework',
60 company: 'Comcast',
61 technologies: ['Spring Boot', 'Kubernetes', 'Docker', 'GraphQL', 'Redis'],
62 description: 'Distributed system framework for managing microservices communication, service discovery, and load balancing across multiple data centers.',
63 impact: [
64 '99.9% uptime achieved',
65 '40% reduction in service latency',
66 'Automated failover and recovery',
67 'Supporting 50+ microservices'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected