Merge branch 'main' of github.com:nickorlow/personal-site
This commit is contained in:
commit
178550a1a8
|
@ -43,7 +43,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Embeddings was chosen as the lookup method that way we don't have to worry about data being parsed out of the email being an exact
|
||||
I chose embedding as the lookup method so that we don't have to worry about the data parsed out of the email being an exact
|
||||
match for what the user inputted. This also allows the lookup to work even when certain things such as location are missing from the
|
||||
email.
|
||||
</p>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<div>
|
||||
<h2>Nick Web Services (NWS)</h2>
|
||||
<i>C#, Kubernetes, Rancher, and HAProxy</i>
|
||||
<p><i>C#, Kubernetes, Rancher, and HAProxy</i></p>
|
||||
<a href="https://nws.nickorlow.com">[ Project Website ]</a>
|
||||
<p>
|
||||
Nick Web Services is a cloud infrastructure provider service that I created and run.
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
<div>
|
||||
<h2>CavCash</h2>
|
||||
<i>C#, Kubernetes, SQL Server, and MongoDB</i>
|
||||
<p><i>C#, Kubernetes, SQL Server, and MongoDB</i></p>
|
||||
<a href="https://cavcash.com">[ Project Website ]</a>
|
||||
<p>
|
||||
CavCash was a company that I founded which built a debit-based payment system similar to
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
<div>
|
||||
<h2>SQUIRREL</h2>
|
||||
<i>Rust</i>
|
||||
<p><i>Rust</i></p>
|
||||
<a href="https://github.com/nickorlow/squirrel">[ GitHub Repo ]</a>
|
||||
<p>
|
||||
SQUIRREL stands for SQL Query Util-Izing Rust's Reliable and Efficient Logic. It is a SQL database
|
||||
|
@ -64,7 +64,7 @@
|
|||
|
||||
<div>
|
||||
<h2>SEPTA Site</h2>
|
||||
<i>Svelte, TypeScript</i>
|
||||
<p><i>Svelte, TypeScript</i></p>
|
||||
<a href="https://github.com/nickorlow/septa-site">[ GitHub Repo ]</a>
|
||||
<p>
|
||||
SEPTA Site is a website that I created which can get your trip history, SEPTA Key balance,
|
||||
|
|
Loading…
Reference in a new issue