Edited some drafts
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-08 00:49:28 -04:00
parent e73fa8d7a5
commit 15a1842ebe
2 changed files with 22 additions and 10 deletions

View File

@ -7,7 +7,7 @@ tags: linux
By trade I'm a System Administrator/Network Engineer, so most of my days are filled with deploying applications, dealing with oddball software vendors and their lackluster documentation, licensing (yuck!), and planning/building out infrastructure to support operations. But I also like to do some coding on the side, and in particular I like to see what I can build to maybe be useful one day, and in particular I like spinning up web sites/apps.
Thus enters [Sinatra](https://sinatrarb.com/). It's a very simple and lightweight framework for building web applications using a DSL.
And thus [Sinatra](https://sinatrarb.com/). It's a very simple and lightweight framework for building web applications using a DSL.
## The Exciting First Dance! ##