From 2901cf43bf45ff322fb62286c3bf1594b55c20ee Mon Sep 17 00:00:00 2001 From: 53hornet Date: Tue, 7 Sep 2021 14:23:27 -0400 Subject: chore: rename html to php, add donate/payments page, update cv --- .../2020-11-24-i-like-hyper-more-than-actix.html | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 drafts/2020-11-24-i-like-hyper-more-than-actix.html (limited to 'drafts/2020-11-24-i-like-hyper-more-than-actix.html') diff --git a/drafts/2020-11-24-i-like-hyper-more-than-actix.html b/drafts/2020-11-24-i-like-hyper-more-than-actix.html deleted file mode 100644 index 33c5d9e..0000000 --- a/drafts/2020-11-24-i-like-hyper-more-than-actix.html +++ /dev/null @@ -1,23 +0,0 @@ -

- I Like hyper more than - Actix Web -

- -
-

- 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. -

- -

- 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 - need what I've written or imported or even though of implementing - before I've written anything. -

-
-- cgit v1.2.3