??
This commit is contained in:
parent
6fb82475c0
commit
29aec69d4a
12 changed files with 47 additions and 19 deletions
|
@ -17,7 +17,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.
|
||||
|
@ -32,9 +32,24 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Anthracite Web Server</h2>
|
||||
<p><i>C++ & Python</i></p>
|
||||
<a href="https://github.com/nickorlow/anthracite">[ GitHub Repo ]</a>
|
||||
<p>
|
||||
Anthracite is a simple web server written in C++. It currently supports HTTP/1.0 and HTTP/1.1.
|
||||
The benchmarking tools for Anthracite are written in Python. Anthracite is optimized for performance
|
||||
and rivals the performance of NGINX & Apache in our testing. It uses a thread-per-connection
|
||||
architecture, allowing it to process many requests in paralell. Additionally, it caches all
|
||||
files that it serves in memory to ensure that added latency from disk reads do not slow down requests.
|
||||
Through writing Anthracite, I have learned to use different C++ profilers as well as some general
|
||||
optimization techniques for C++.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<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
|
||||
|
@ -55,7 +70,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
|
||||
|
@ -68,7 +83,7 @@
|
|||
|
||||
<div>
|
||||
<h2>Olney</h2>
|
||||
<i>Rust, Postgres, Svelte, TypeScript, and OpenAI's API</i>
|
||||
<p><i>Rust, Postgres, Svelte, TypeScript, and OpenAI's API</i></p>
|
||||
<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.
|
||||
|
@ -78,7 +93,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,
|
||||
|
@ -96,6 +111,7 @@
|
|||
<footer>
|
||||
<hr />
|
||||
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2023</p>
|
||||
<p style="margin-top: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
|
||||
<p style="margin-top: 0px; margin-bottom: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
|
||||
<p style="margin-top: 0px;">Powered by <a href="https://github.com/nickorlow/anthracite">Anthracite Web Server</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue