This workshop uses Ruby for the backend portion of web development, but a lot of the ideas and concepts presented here apply to any backend programming language like Python, PHP, Java, or C#. For example, take a look at the documentation on how to build a [minimal web application with Python using Flask](https://flask.palletsprojects.com/en/3.0.x/quickstart/#a-minimal-application) (Flask is similar to Sinatra but is for Python applications) and notice the similarities in the concepts to what we learned in this workshop.
0 commit comments