Skip to content

Commit f8a8fb0

Browse files
committed
February 2026 Updates
1 parent a8a9eb2 commit f8a8fb0

1 file changed

Lines changed: 16 additions & 11 deletions

File tree

src/components/Content/TimelineEntries.tsx

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,27 @@ import washULogo from '../../assets/washu.png';
2525

2626
import { TimelineEntry } from '../Timeline/Timeline';
2727

28-
export const experience: TimelineEntry[] = [{
29-
logo: rrai_logo,
30-
title: 'forterra',
31-
years: 'Feb . 2026 - present',
32-
positions: ['Principal Engineer'],
33-
organizations: ['c3', 'c3 integrations'],
34-
// highlights: [''],
35-
tags: [
28+
export const experience: TimelineEntry[] = [
29+
{
30+
logo: rrai_logo,
31+
title: 'forterra',
32+
years: 'Feb . 2026 - present',
33+
positions: ['Principal Engineer'],
34+
organizations: ['c3', 'c3 integrations'],
35+
highlights: ['mesh network control dashboard', 'Telegraf output sink'],
36+
tags: [
3637
'react',
3738
'typescript',
3839
'git',
3940
'command',
4041
'control',
4142
'communications',
4243
'c3',
43-
'c2'
44+
'c2',
45+
'bazel',
46+
'pkg',
47+
'telegraf',
48+
'influx',
4449
],
4550
},
4651
{
@@ -80,7 +85,7 @@ export const experience: TimelineEntry[] = [{
8085
'Designed + developed Variety of visualizations and filtering for data modeling and analysis',
8186
'Reusable GH workflows',
8287
'Service Directory services + frontend / backend utilities for accessing that API',
83-
'Reverse Geocoder services'
88+
'Reverse Geocoder services',
8489
],
8590
tags: [
8691
'react',
@@ -111,7 +116,7 @@ export const experience: TimelineEntry[] = [{
111116
'microservices',
112117
'micro frontends',
113118
],
114-
images: [vl2, vl3, vl4, vl5, vl6, vl7, vl8, vl9, vl10, vl11]
119+
images: [vl2, vl3, vl4, vl5, vl6, vl7, vl8, vl9, vl10, vl11],
115120
},
116121
{
117122
title: 'anedot',

0 commit comments

Comments
 (0)