-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (150 loc) · 11.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html>
<head>
<meta property="og:image" content="http://cjohnson.io/assets/img/photos/the-industrial-revolution-ronald-lampitt.jpg" />
<meta property="og:image:width" content="319" />
<meta property="og:image:height" content="297" />
<meta property="og:description" content="The homepage of Chris Johnson." />
<meta property="og:title" content="Chris Johnson's homepage" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Chris Johnson's homepage">
<meta name="twitter:description" content="The homepage of Chris Johnson.">
<meta name="twitter:image" content="http://cjohnson.io/assets/img/photos/the-industrial-revolution-ronald-lampitt.jpg">
<title>Home page - Chris Johnson</title>
<link rel="preload" href="/assets/fonts/EBGaramond-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="/assets/fonts/EBGaramond-Italic-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="/assets/fonts/Cabin-VariableFont_wdth_wght.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="/assets/fonts/Cabin-Italic-VariableFont_wdth_wght.ttf" as="font" type="font/ttf" crossorigin>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4/css/tachyons.min.css">
<link rel="stylesheet" href="/styles/fonts.css"></link>
<link rel="stylesheet" href="/styles/typography.css"></link>
<link rel="stylesheet" href="/styles/index.css"></link>
</head>
<body class="body-main">
<div class="content-left">
<img class="content-left-logo marg-0" src="/assets/img/logos/logo-cjohnson-clipped.png" />
<p>I'm Chris. I've been making websites for over 15 years. Profesionally I've done a lot of work for some pretty high-volume websites, including Twitch.tv, Urbit, Metromile, and PayIt.</p>
<p>I love working on frontend code and scaling out component libraries interactive web applications moving lots of data.</p>
<p>I currently live in Austin, TX.</p>
<div class="sm-list">
<a href="https://www.facebook.com/christopher.keit.johnson" target="_blank"><img class="sm-icon" src="/assets/img/icons/icon-fb.png"/></a>
<a href="https://www.instagram.com/theboywhocriedinsta/" target="_blank"><img class="sm-icon" src="/assets/img/icons/icon-insta.png"/></a>
<a href="https://www.linkedin.com/in/ckjohnson7/" target="_blank"><img class="sm-icon" src="/assets/img/icons/icon-linkedin.png"/></a>
<a href="mailto:chris@cjohnson.io"><img class="sm-icon sm-icon-email" src="/assets/img/icons/icon-email.png"/></a>
</div>
<p>
If you have a software job that needs doing, <a class="link-primary" href="/work">hire me</a>!
</p>
<p>
If you're looking for work and want to join a squad of focused hackers, join our <a href="https://discord.gg/aVrfcKtUBx" class="link-secondary">discord</a>!
</p>
</div>
<div class="content-main">
<nav class="nav-main">
<a class="link-nav link-active" href="/">Home</a>
<a class="link-nav" href="/work">Work & Services</a>
<a class="link-nav" href="/assets/files/resume.pdf" target="_blank">Resume</a>
<a class="link-nav" href="/samples">Samples</a>
</nav>
<div class="content-main-body">
<div class="content-main-banner">
<a target="_blank" href="/assets/img/photos/the-industrial-revolution-ronald-lampitt.jpg"><img class="content-main-banner-image" src="/assets/img/banner.png" /></a>
<div class="content-main-banner-caption text-caption">
<em>The Industrial Revolution, </em>
<span class="text-bold">R. Lampitt</span></div>
</div>
<h1 class="text-heading-1">General Log</h1>
<div class="content-main-section">
<p><span class="text-bold">Jan 3, 2024</span> - New website open for business! What do you think? Check out the code and leave any comments in <a href="https://github.com/c-johnson/cjohnson-2024" target="_blank" class="link-secondary">Github</a></p>
</div>
<div class="content-main-section">
<p>
<div>
<span class="text-bold">Nov 1, 2023</span>
<span>- Project spotlight -</span>
<a class="link-secondary" href="https://naclo.org" target="_blank">naclo.org</a>
<a href="https://naclo.org" target="_blank">
<img class="logo-inline" src="/assets/img/logos/logo-naclo.png"/>
</a>
</div>
<div class="project-spotlight-details">
<div style="margin-left: 96px;">Project timeline: <em>3 months</em></div>
</div>
</p>
<p>One of my favorite projects to work on in 2023. NACLO runs an international student competition to get high schoolers a head start in computational linguistics. As a volunteer org, development resources to help out with competition logistics have been thin, using a venerable website with a handful of PHP scripts to handle student registration, results tallying, and other administrative capabilities.</p>
<p>We started by designing a green-field application using modern software best practices to overhaul the system with usability, purpose, and a basic but pleasing design. Work on the project is still on going, so looking forward to the whole project recap in 2024!</p>
</div>
<div class="content-main-section">
<p>
<div>
<span class="text-bold">Oct 7, 2023</span>
<span>- Project spotlight -</span>
<a class="link-secondary" href="https://uiskc.com" target="_blank">uiskc.com</a>
<a href="https://uiskc.com" target="_blank">
<img class="logo-inline" src="/assets/img/logos/logo-uiskc.png"/>
</a>
</div>
<div class="project-spotlight-details">
<div style="margin-left: 95px;">Project timeline: <em>1 month</em></div>
</div>
</p>
<p>Client runs an insurance services company based in Kansas City. They've been using a (quite excellent, I'll add!) decade-old application, written in .NET version <em>4</em> -- the same one I used in college -- to process client insurance claims, generate forms, and administer responses from relevant state offices.</p>
<p>This was a bit of a test of a foundation for a freelance enterprise; it's been decades since I worked with any Windows/MSFT-related tech, and I took the project banking that chatGPT can help bridge the gap between my Linux-based toolkit and a now-foreign Azure-based system. I'm happy to report the experiment was a success!</p>
<p>We were able to get the client updated to latest secure patches for some third-party dependencies, re-engineer the deploy process (Kudu is a friend if you're in Azure world, fyi), and set up the codebase for continued development. Overall, it's a joy to work on old systems that still work wonderfully; the initial developer did a great job architecting the application, and it goes to show the power of boring or mundane code that Just Works.</p>
</div>
<div class="content-main-section">
<p>
<div>
<span class="text-bold">Aug 24, 2023</span>
<span>- Left full-time -</span>
<a class="link-secondary" href="https://payitgov.com" target="_blank">payitgov.com</a>
<a href="https://payitgov.com" target="_blank">
<img class="logo-inline" src="/assets/img/logos/logo-payit.png"/>
</a>
</div>
<div class="project-spotlight-details">
<div style="margin-left: 108px;">Job span: <em>15 months</em></div>
</div>
</p>
<p>I'm moving on from my full-time job as a software engineer for PayIt, still the top software development company Kansas City by measure. I had moved down to Austin TX in May, and despite assurances from management and HR that the move was supported, apparently this caused some Corporate Conflicts that I don't fully well understand.</p>
<p>I had the pleasure of working with some truly great and brilliant engineers and managers, and the scale of what the company is accomplishing -- effectively reforming administration of state services like DMV, property tax, etc -- is a one-of-a-kind endeavor, made possible by some of the most brilliant and hardworking people I've encountered in tech.</p>
<p>Much hope for their success and looking forward to where roads take me!</p>
</div>
<div class="content-main-section">
<p>
<div>
<span class="text-bold">May 23, 2023</span>
<span>- Moved down to <a class="link-secondary" href="https://www.google.com/maps/place/Austin,+TX/" target="_blank">Austin, TX</a> -</span>
<a href="https://www.google.com/maps/place/Austin,+TX/" target="_blank">
<img class="logo-inline" src="/assets/img/austin-tx.jpg"/>
</a>
</div>
</p>
<p>After staying in Kansas City for almost four years during covid, it was time to move on to greener pastures. I had tried for a while to make life work as a California tech-head living back in the midwest, but fate pulls you in ways you often can't anticipate.</p>
<p>The reason I chose Austin is because of both the weather (incredible amounts of sunlight per year) and the health culture. I'm inspired by people pushing the front lines of endocrinology, metabolic health, and fitness/nutrition based solutions to common health maladies, and a lot of them are based in Austin!</p>
<p>Besides that, it's remarkably beautiful here.</p>
</div>
<div class="content-main-section">
<p>
<span class="text-bold">June 15, 2022</span>
<span>- Started full-time -</span>
<a class="link-secondary" href="https://payitgov.com" target="_blank">payitgov.com</a>
<a href="https://payitgov.com" target="_blank">
<img class="logo-inline" src="/assets/img/logos/logo-payit.png"/>
</a>
</p>
<p>After a year or so of moving back home, reconnecting with family, and hunkering for covid, it's time to get a new job again. After scouting around the tech scene in Kansas City, PayIt stood out the most sophisticated and modern tech company in the area. And to my surprise it was one of the coolest and most down-to-earth business problems I'd have the pleasure of working on.</p>
<p>PayIt is a software services company that serves dozens of state and local governments across North America. Notably, they provide *world-class* user interfaces for the citizens of North Carolina (of whom now have access to an *actual* digital DMV!) and the city of Toronto in Canada.</p>
<p>I love many aspects of silicon valley, but it's a breath of fresh air to work for a comapny that has a *real* value proposition, and is *serious* about building a lasting business without looking for a quick exit or a cheap advertising dollar. More companies should be built to last, driven by the vision of the founder -- in this case, a well-needed vision for almost everybody -- rather than the inscrutable dynamics of some investor network.</p>
</div>
<div>----------</div>
<div class="content-main-section">
<p>
See more past projects on the <a class="link-primary" href="/work-history">work history</a> page.
</p>
</div>
</div>
</div>
</body>
</html>