programming

How to build an API using Flask and deploy it to the cloud using Gunicorn

How to build an API using Flask and deploy it to the cloud using Gunicorn Introduction: What is HTTP and What Does it Have to do with Flask? HTTP is the protocol for websites. The internet uses it to interact and communicate with computers and servers. Let me give you an example of how you use it everyday. When you type the name of a website in the address bar of your browser and you hit enter.

Continue reading

Building your blog using blogdown

This will be a very basic introduction to starting a blog/website with blogdown. Essentially, this is a quick and dirty starting point that will get you going in a short amount of time, if you choose to not tweak things too much! In case of emergency! Follow the advice in blogdown Creating Websites with R Markdown by Xie, Yihui. Thomas, Amber. and Hill, A. Presmanes bookcover and the blog post Blogging in About Ten Minutes by Jon The Geek

Continue reading