Skip to content

Commit 10eb38a

Browse files
committed
restructured content
1 parent b2800d6 commit 10eb38a

1 file changed

Lines changed: 50 additions & 37 deletions

File tree

src/pages/index.astro

Lines changed: 50 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -32,62 +32,75 @@ import { Image } from "astro:assets";
3232
<h2 class="text-4xl pb-4">About me</h2>
3333
<ul class="w-[80%] list-[square] list-outside pl-3.5 pb-7">
3434
<li class="pb-3.5">
35-
Inspired by a friend in middle school making websites, I began with
36-
HTML, then quickly moved onto learning the basics of programming with
37-
Python.
38-
</li>
39-
<li class="pb-3.5">
40-
Went on to learn Typescript and other technologies regarding web
41-
development (webpack, et al.), with plugins galore to try to make the
42-
DevEx similar to what vite is today. Picked up other languages like Java
43-
through Minecraft modding.
44-
</li>
45-
<li class="pb-3.5">
46-
Went to university where I honed in on several skills and idioms, like
47-
OOP, Java, Python, Assembly, C, C++. All the way through using
48-
Typescript with <a href="https://tsx.is/">tsx</a> as a handy scripting language.
35+
I'm a software engineer with a B.S. in Computer Science (minor in
36+
Mathematics) from the University of Nebraska at Omaha. My experience
37+
spans both high-level web development and low-level systems programming,
38+
giving me a strong foundation in building performant, thoughtfully
39+
designed software.
4940
</li>
41+
5042
<li class="pb-3.5">
51-
After years of going in and out of school to work and trying to find my
52-
way in life, I finally graduated from <a href="https://www.unomaha.edu/"
53-
>UNO</a
54-
> with a Bachelor's in CompSci with a minor in mathematics.
43+
I've worked with a wide range of technologies, such as Java, C#,
44+
Typescript, C, Assembly, Python, and various web development
45+
stacks/tools. I'm particularly interested in performance-oriented code,
46+
systems programming, and software architecture.
5547
</li>
48+
5649
<li class="pb-3.5">
57-
Recently inspired by the Youtube channel <a
58-
href="https://www.youtube.com/@TsodingDaily">Tsoding Daily</a
59-
> and subsequently Casey Muratori's <a
50+
I draw inspiration from projects like <a
6051
href="https://www.youtube.com/playlist?list=PLnuhp3Xd9PYTt6svyQPyRO_AAuMWGxPzU"
6152
>Handmade Hero</a
62-
>, where I found my interest in C programming with the philosophy of
63-
ground-up understanding, intentful design and architecture,
64-
performance-oriented procedural code.
65-
</li>
66-
<li class="pb-3.5">
67-
Now trying to get around to work on things to show off and improve on as
68-
a developer. :)
53+
> and communities like <a href="https://www.youtube.com/@TsodingDaily"
54+
>Tsoding Daily</a
55+
>, which have shaped my philosophy of writing code that is intentional,
56+
efficient, and built from the ground up with clarity in mind.
6957
</li>
7058
</ul>
7159
<h2 class="text-4xl pb-4">Projects</h2>
7260
<ul class="w-[80%] list-[square] list-outside pl-3.5 pb-7">
7361
<li class="pb-3.5">
7462
<a
7563
class="font-bold italic [font-variant:small-caps]"
76-
href="https://github.com/lith-x/Capstone-project">Capstone project</a
77-
> - For my capstone, I worked with a lovely team for Northrop Grumman. We
78-
collaborated on creating a plugin for the Android application <a
79-
href="https://tak.gov/">ATAK</a
80-
> to geolocate devices outside the network through Bluetooth signalling.
64+
href="https://github.com/lith-x/Capstone-project"
65+
>Capstone Project — Northrop Grumman</a
66+
>
67+
— Collaborated with a team to develop a plugin for the Android application
68+
<a href="https://tak.gov/">ATAK</a>, enabling geolocation of devices
69+
outside the network via Bluetooth signaling.
70+
71+
<ul class="ml-4 list-[square]">
72+
<li>Tech: Java, Android SDK, Bluetooth APIs</li>
73+
<li>
74+
Impact: Delivered a working prototype that extended ATAK's
75+
functionality for field use.
76+
</li>
77+
</ul>
8178
</li>
8279
<li class="pb-3.5">
8380
<a
8481
class="font-bold italic [font-variant:small-caps]"
85-
href="https://github.com/lith-x/leetcode">Leet code</a
86-
> - A repository of leet code problems that have required local development
87-
and/or debugging across multiple platforms.
82+
href="https://github.com/lith-x/leetcode">LeetCode Repository</a
83+
>
84+
— A personal repository of solutions to algorithmic problems, developed and
85+
debugged across multiple platforms.
86+
<ul class="ml-4 list-[square]">
87+
<li>Tech: C, TypeScript, Lua</li>
88+
<li>
89+
Focus: Clean, efficient solutions with an emphasis on performance
90+
and readability.
91+
</li>
92+
</ul>
93+
</li>
94+
<li class="pb-3.5">
95+
<span class="font-bold italic [font-variant:small-caps]">This Site</span
96+
> — Check the bottom of the page!
8897
</li>
8998
</ul>
90-
<div class="fixed bottom-1 left-1 text-[1em] text-violet-300 italic">made by me! <a href="https://github.com/lith-x/lith-x.github.io/">source</a></div>
99+
<div class="fixed bottom-1 left-1 text-[1em] text-violet-300 italic">
100+
made by me! <a href="https://github.com/lith-x/lith-x.github.io/"
101+
>source</a
102+
>
103+
</div>
91104
<script>
92105
import { main } from "../ts/bg-webgl";
93106
main();

0 commit comments

Comments
 (0)