We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8ee1f commit e3c64eeCopy full SHA for e3c64ee
1 file changed
src/components/Content/TimelineEntries.tsx
@@ -32,7 +32,12 @@ export const experience: TimelineEntry[] = [
32
years: 'Feb . 2026 - present',
33
positions: ['Principal Engineer'],
34
organizations: ['c3', 'c3 integrations'],
35
- highlights: ['mesh network control dashboard', 'Telegraf output sink'],
+ highlights: [
36
+ 'mesh network control dashboard',
37
+ 'Telegraf output sink',
38
+ 'RF Propagation Simulator',
39
+ 'RF Signal Quality Visualizations',
40
+ ],
41
tags: [
42
'react',
43
'typescript',
@@ -46,6 +51,9 @@ export const experience: TimelineEntry[] = [
46
51
'pkg',
47
52
'telegraf',
48
53
'influx',
54
+ 'agentic workflows',
55
+ 'gis',
56
+ 'OIDC',
49
57
],
50
58
},
59
{
0 commit comments