fix &
This commit is contained in:
parent
c46822bf9a
commit
c07f9f5738
17 changed files with 105 additions and 104 deletions
|
@ -14,25 +14,25 @@
|
|||
|
||||
<h1>Side Project Log 3/20/2023</h1>
|
||||
<p>Spring break just wrapped up. I wrote a <a href="">blog</a> last week about the side projects that I was planning on
|
||||
doing. I wanted to provide an update on what I got done, and figured I{{ body_area }}#39;d turn it into a recurring thing.</p>
|
||||
doing. I wanted to provide an update on what I got done, and figured I'd turn it into a recurring thing.</p>
|
||||
<p>This side project log covers work done from 3/13/2023 - 3/20/2023</p>
|
||||
<h2 id="-personal-website-facelift-https-github-com-nickorlow-personal-site-"><a href="https://github.com/nickorlow/personal-site">Personal Website Facelift</a></h2>
|
||||
<p>I managed to move my website over to tab-based navigation pretty early on in the break. It just involved setting
|
||||
up a navbar component and then using react-navigation to navigate between pages. I also managed to
|
||||
update my projects page to be more compact and readable. </p>
|
||||
<p>There is still work to be done on making it look better, but I mostly believe that
|
||||
it{{ body_area }}#39;s just going to be somewhat minor tweaks.</p>
|
||||
it's just going to be somewhat minor tweaks.</p>
|
||||
<h2 id="-mahantongo-https-github-com-nickorlow-mahantongo-"><a href="https://github.com/nickorlow/mahantongo">Mahantongo</a></h2>
|
||||
<p>I managed to finish this one. I learned a lot about Rust and I{{ body_area }}#39;ve gained an appreciation for
|
||||
Rust{{ body_area }}#39;s enforcement of good programming habits, and I really like how error handling is done.</p>
|
||||
<p>Working with Serenity was pretty easy as it mirrored some of the other Discord SDKs I{{ body_area }}#39;ve used
|
||||
<p>I managed to finish this one. I learned a lot about Rust and I've gained an appreciation for
|
||||
Rust's enforcement of good programming habits, and I really like how error handling is done.</p>
|
||||
<p>Working with Serenity was pretty easy as it mirrored some of the other Discord SDKs I've used
|
||||
before.</p>
|
||||
<hr>
|
||||
<p><strong>The below projects had minimal/no work done on them:</strong> RingGold, NWS Container Deployment Service, and VerifiedBot </p>
|
||||
|
||||
<footer>
|
||||
<hr />
|
||||
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2023</p>
|
||||
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2025</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue