I agree, however you can reduce fraud load by rate limiting IPs for a start. I'm not sure if shop.oculus.com uses the same infrastructure as www.oculus.com (I'm assuming not). But if it did, caching www would help as well.
Interesting tweet from Palmer (https://twitter.com/PalmerLuckey/status/684772857625231360) on high load and fraud. Always interesting to see large launches not considering load/security on the web app. Out of curiosity, why is www.oculus.com not using a CDN (direct to AWS), and shop.oculus.com not using a CDN with rate control capabilities.
Looks like a bunch of static assets delivered by:
fonts.googleapis.com, fonts.gstatic.com, pbs.twimg.com, and www.youtube.com. Looks similar to what I saw post-defacement/pre-fix.
I literally just ordered flowers from ProFlowers and the whole flower ordering business sucks. I can't stand seeing flowers on a site for $19.99 then on the last page seeing that shipping and handling is another $20 bucks. And seeing an option for a coupon and searching the web for something is also absurd. I'm digging the flat model and speed. I'm not in the SF area, but I'm looking forward to this spreading through the US.
Looking forward to trying this out! As an FYI, you're missing a period in one of your paragraphs for your email copy "...If you’re not sure what to build? ...no worries, I have advice for that too" - that last line should be "too.".
Looks like a good time to join railscasts. Might have to look into Padrino now. Thanks for the info. From a quick search, I couldn't find anything more recent than 2 years old for Sinatra, so net tuts might have to do. Thanks again.
I'm completely okay with moving from where I am to "complete n00b" :). I've always heard great things about Hartl's book, just never had the chance to sit through and keep going through it more than 1 chapter a week. Did you go through all the videos as well? Did you tackle TDD and git along the way?
I would absolutely love to try out hackreactor.com or devbootcamp. The problem is moving and leaving my job, which is something I'm not willing to do right now. I am taking a look at bloc.io, but I want to try the book route again before I drop $5k.
Thanks for the feedback. I do agree that Django will probably be the best way to get into web app development. I do have some Ruby experience, so I might go back and tackle Sinatra first then Rails. But you make a very good point. The first time I looked at the Django project docs they didn't seem very friendly, but I think with the extra time I have now this might not be such a bad idea.
I think that's the biggest key, to implement what you learn. I think now I have a good idea of smaller projects I want to work on, with a bigger project in mind. This was a great motivator. I never felt like I could finish a small app after chapter 3. I'll definitely have to go back and think through it this time around. Thanks!
This is fantastic advice. I've never thought about looking into Sinatra first. I'll definitely be checking out resources for this. Anything you'd recommend before I start my search?
Thanks for the response! I think one of the best lines of advice I've seen online was on Quora: "The language and technologies you learn are not the most important bit when it comes to becoming a programmer. When friends ask me whether they should learn Ruby or Python I respond by asking "Which language do more of your friends know?"" I think that's what keeps bringing me back to Rails, the support around it. I have the same problem as you, trying to find more than 5 hours a week to stick to reading Hartl's book. I think now that I have more time I'll try and go back through the book. Did you have any help with mentors along the way?