Skip to content

Commit 987d6f6

Browse files
author
David Leger
committed
chore: update readme
1 parent 2d69994 commit 987d6f6

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ While the end product is functionally complete, there are a few things I'd like
1818
- Playwright: for visual regression testing
1919
- Stylelint: for ensuring CSS is clean (I'd especially like to lint for rational-ordering, which keeps properties with similar functionality grouped closely)
2020
- bundlesize: I'd like to add bundlesize check for extreme bloat. Sometimes you can accidentally include deps that are way too heavy for what they do and it's better to just write something yourself.
21+
- motion: for subtle animations
22+
23+
Eventually I'd like to convert this to Astro -- since it's better suited for static sites -- and hook up a git-based CMS.

src/sections/Education/Education.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ const Education = () => {
4040
<p>
4141
Languages most studied in this program included Java
4242
(object-oriented programming, design patterns, algorithms),
43-
Racket/LISP (functional programming), C (machine-level, hardware
44-
programming), SQL (databases), and VHDL (hardware programming).
43+
Racket/LISP (functional programming), C & Assembly (machine-level,
44+
hardware programming), SQL (databases), and VHDL (hardware
45+
programming).
4546
</p>
4647
<p>
4748
As part of my degree, I completed three work terms with Mariner

wordlist.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
amannn
2+
amazonwebservices
3+
Astro
24
bundlesize
35
commitlint
46
cvent
7+
cypressio
58
davejs
69
devicon
710
getkard.com
@@ -13,15 +16,13 @@ marinerinnovations
1316
nextjs
1417
noreferer
1518
Pinia
19+
shadcn
1620
snyk
21+
stenciljs
22+
styledcomponents
1723
Stylelint
1824
svgr
1925
urql
26+
VHDL
2027
vuejs
2128
wordmark
22-
shadcn
23-
amazonwebservices
24-
cypressio
25-
stenciljs
26-
styledcomponents
27-
VHDL

0 commit comments

Comments
 (0)