I recently came across Fast.AI, an online deep learning course. Being describe as no BS, practical course, I decided to give it a try. I’m on my 3rd lecture and have learned some nice concepts like finetuning, activation functions and some cool linux tricks too.
After purchasing a domain, comes the dilema of finding a good place to host it. Same was the case with my domain http://mayankrajoria.com. Since this is my personal website, I decided it would essentially be a static one. Now for such websites, AWS S3 is pretty much the cheapest and most reliable way of hosting. The S3 service provided by Amazon gives you “buckets”, into which you can store files. We make use of the fact that these files can then be served to the internet easily. So here are the steps for getting you started with S3 hosting for your own static website.
Hey, there! This is the first post on my blog. The customary ‘Hello, World!’ one. I shall hopefully post about things that interest me, on this blog. In the next blog post I shall probably describe the setup of my website an this blog. I am using AWS entirely for hosting. This will probably reduce costs and I will learn about new stuff too. Stay tuned for next updates.