add syntax highlighting
This commit is contained in:
parent
d37c2c05cd
commit
8fd2a381b8
8 changed files with 57 additions and 15 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
<div>
|
||||
<h2>Nick Web Services (NWS)</h2>
|
||||
<i>C#, Kubernetes, Rancher, and HAProxy</i>
|
||||
<a href="https://nws.nickorlow.com">[ Project Website ]</a>
|
||||
<p>
|
||||
Nick Web Services is a cloud infrastructure provider service that I created and run.
|
||||
|
@ -33,6 +34,7 @@
|
|||
|
||||
<div>
|
||||
<h2>CavCash</h2>
|
||||
<i>C#, Kubernetes, SQL Server, and MongoDB</i>
|
||||
<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
|
||||
|
@ -53,16 +55,30 @@
|
|||
|
||||
<div>
|
||||
<h2>SQUIRREL</h2>
|
||||
<i>Rust</i>
|
||||
<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
|
||||
that I am writing in Rust. Currently, it can parse CREATE TABLE commands, and works with the
|
||||
data types varchar and int. I plan to implement basic CRUD operations, then add JOINs, and then
|
||||
try to make it wire-compatible with Postgres.
|
||||
that I am writing in Rust. Currently, it can create tables, insert data into tables, and select all
|
||||
data from a given table. The biggest challenge so far has been writing the parser. My next steps are
|
||||
to add WHERE clauses to SELECT statements, allow column filtering in SELECT statements, and add DELETE
|
||||
statements.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Olney</h2>
|
||||
<i>Rust, Postgres, Svelte, TypeScript, and OpenAI's API</i>
|
||||
<a href="https://github.com/nickorlow/olney">[ GitHub Repo ]</a>
|
||||
<p>
|
||||
Olney is a job application tracker that aims to be better than using a <a href="https://trello.com">Trello</a> board or a spreadsheet.
|
||||
It allows users to create jobs and log custom events such as interviews, assessments, and other communication.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>SEPTA Site</h2>
|
||||
<i>Svelte, TypeScript</i>
|
||||
<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…
Add table
Add a link
Reference in a new issue