Live data from Hacker News

Show HN: Flashcards to learn AWS skills

cloudbite.attejuvonen.fi

41–50 of 120 posts

Re: Show HN: Flashcards to learn AWS skills

#41
post #33
post #22

Amazon has turned developers into consumers. I like the site, I hate how un-hobbyist-friendly the dev world has become.

It was the plan all along. Open source is free for big business to embrace and extend, and they used it to turn us into renters.

It sounds like the machines plan to abstract human involvement over the long term.... first you change the way they think, then it’s your space of thought to commandeer and command.

Re: Show HN: Flashcards to learn AWS skills

#42

At this point AWS has gotten so complex that one has to jump through a dozen hoops to get the simplest of things done. To scale up our reporting I thought it’s a good idea to offload report generation to a lambda function. Read from MySQL, dump into S3 and mail a link to that S3 file, make the link expire after couple of hours. Reasonably simple enough. But by God was it painful!! IAM is a rabbit hole, now later VPC…

Lock-in 101, build a system just as complex but tell the end user it’s easier.

Re: Show HN: Flashcards to learn AWS skills

#43
post #25

Earlier quoted context omitted.

I’m curious, did you build the flash card UI yourself, or use a library? I’m not in the market for studying AWS skills, but I really like the flash card interface!

Thanks! I built the flashcard UI myself with vanilla JS.

Cool, good work! I see someone else posted the GitHub link, I’ll check it out.

Re: Show HN: Flashcards to learn AWS skills

#44
post #31

Flashcards are my favorite way to learn - specifically to pass a test or gain some certification. I've standardized on a simple format of a google sheet with column A being the front side of the card, and column B being the back - and found a few decent iOS flash card apps that allow me to link to a google doc. So, do you have the whole list of questions in a consumable format I could get into a sheet?

https://docs.google.com/spreadsheets/d/1XQ9Ejk2jePCmWU3vzt0w...

Re: Show HN: Flashcards to learn AWS skills

#45

This is terrific, thank you! Have you considered offering the cards as an Anki deck?

https://docs.google.com/spreadsheets/d/1XQ9Ejk2jePCmWU3vzt0w...

Import allowing HTML tags.

Will need a little formatting of the card template for the tags.

PS: Hey Dotan! Been a while, hope you're well

Re: Show HN: Flashcards to learn AWS skills

#46
Some part of me wishes that programming and stuff ought to be of enough complexity so that only serious programmers lead the tech stuff.

Too much of programming education / online stuff is muddled with millions of media items that cater to absolute beginners.

I rarely come across deep, insightful articles that discuss at-least one level beyond the standard stuff. Any search for any programming related question leads to articles that start from installing Node / Python.

Stackoverflow is an exception though.

Re: Show HN: Flashcards to learn AWS skills

#47

At this point AWS has gotten so complex that one has to jump through a dozen hoops to get the simplest of things done. To scale up our reporting I thought it’s a good idea to offload report generation to a lambda function. Read from MySQL, dump into S3 and mail a link to that S3 file, make the link expire after couple of hours. Reasonably simple enough. But by God was it painful!! IAM is a rabbit hole, now later VPC…

I think avoiding the console, getting a solid understanding of IAM and cloudformation are a good basis to build on.

AWS can definitely be poorly documented and buggy at times.

Re: Show HN: Flashcards to learn AWS skills

#48

At this point AWS has gotten so complex that one has to jump through a dozen hoops to get the simplest of things done. To scale up our reporting I thought it’s a good idea to offload report generation to a lambda function. Read from MySQL, dump into S3 and mail a link to that S3 file, make the link expire after couple of hours. Reasonably simple enough. But by God was it painful!! IAM is a rabbit hole, now later VPC…

I felt your pain when I read that.

If it's of any help, I can promise you that creating a Terraform configuration to set this up will improve your life, happiness and general well being in the future.

Yes, Terraform has a learning curve, but it's also a black magic effery for the cloud.

Re: Show HN: Flashcards to learn AWS skills

#50
post #2

Well done! Thanks for those who needs to pass AWS Certs. But on another side after checking few flashcards it seems you will turn into an AWS Marketing Parrot, more than really learning skills (Eg: question about AWS Shield)

I don't think passing a certification deprived people of analytic thought
Post reply on HN