summaryrefslogtreecommitdiff
path: root/programming
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-11-27 10:34:19 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-11-27 10:34:19 -0500
commit0d26219384c908999fbfa942c30e10d44c487899 (patch)
tree93193ffd91f21d6e22ace0a8ad3378bf129377ae /programming
parentdb88cf6a17bf89759bf555647b14233b99be673c (diff)
download53hor-0d26219384c908999fbfa942c30e10d44c487899.tar.xz
53hor-0d26219384c908999fbfa942c30e10d44c487899.zip
added posts as html, fixed nav, updated styles and images
Diffstat (limited to 'programming')
-rw-r--r--programming/2020-11-24-i-like-hyper-more-than-actix.html23
-rw-r--r--programming/what-is-a-scripting-language-really.md11
2 files changed, 23 insertions, 11 deletions
diff --git a/programming/2020-11-24-i-like-hyper-more-than-actix.html b/programming/2020-11-24-i-like-hyper-more-than-actix.html
new file mode 100644
index 0000000..33c5d9e
--- /dev/null
+++ b/programming/2020-11-24-i-like-hyper-more-than-actix.html
@@ -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>
diff --git a/programming/what-is-a-scripting-language-really.md b/programming/what-is-a-scripting-language-really.md
deleted file mode 100644
index 88ad7fd..0000000
--- a/programming/what-is-a-scripting-language-really.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-permalink: /posts/{{categories}}/{{slug}}
-excerpt_separator: "\n\n\n"
-title: What Is a Scripting Language Really?
-categories:
- - technology
-tags: []
-layout: post.liquid
-is_draft: true
----
-Start writing already...