diff options
author | 53hornet <atc@53hor.net> | 2021-09-07 14:23:27 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-09-07 14:23:27 -0400 |
commit | 2901cf43bf45ff322fb62286c3bf1594b55c20ee (patch) | |
tree | 9c3ce172133e70935f1030524ecf9e460eebf557 /drafts/2020-11-24-i-like-hyper-more-than-actix.php | |
parent | bfaccc32571df8a02f69518d8864244efba3b5b5 (diff) | |
download | 53hor-2901cf43bf45ff322fb62286c3bf1594b55c20ee.tar.xz 53hor-2901cf43bf45ff322fb62286c3bf1594b55c20ee.zip |
chore: rename html to php, add donate/payments page, update cv
Diffstat (limited to 'drafts/2020-11-24-i-like-hyper-more-than-actix.php')
-rw-r--r-- | drafts/2020-11-24-i-like-hyper-more-than-actix.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drafts/2020-11-24-i-like-hyper-more-than-actix.php b/drafts/2020-11-24-i-like-hyper-more-than-actix.php new file mode 100644 index 0000000..33c5d9e --- /dev/null +++ b/drafts/2020-11-24-i-like-hyper-more-than-actix.php @@ -0,0 +1,23 @@ +<h1> + I Like <a href="https://hyper.rs">hyper</a> more than + <a href="https://actix.rs">Actix Web</a> +</h1> + +<article> + <p> + I've been using Actix Web as the HTTP service layer for some web + applications for a while now. I've written several APIs for work and + personal projects on top of Actix and always thought it was pretty spiffy + for what it does: listen for HTTP requests and respond to them with code + I've written. I was always a little bummed about how large the dependency + tree was with the project though, and how long it took to compile. + </p> + + <p> + Recently I've been trying to write or depend on as little code as is + possible to get the job done, so I've been trying to take a look at whether + or not I + <em>need</em> what I've written or imported or even though of implementing + before I've written anything. + </p> +</article> |