Live data from Hacker News

Show HN: Flashcards to learn AWS skills

cloudbite.attejuvonen.fi

11–20 of 120 posts

Re: Show HN: Flashcards to learn AWS skills

#11

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

Content of the cards would probably be easy to convert to other formats, but the cards are formatted with (a little bit of) HTML, so it might take some work to get the cards to look nice in Anki.

Re: Show HN: Flashcards to learn AWS skills

#12
post #8

Earlier quoted context omitted.

Thanks for the feedback! I'll take it into consideration when I create more cards (AWS deck is done, but I will create Azure deck next). I tried to strike a balance between different question types (e.g. "what", "how", "why", "compare", "which"). I thought that this variation in question format is nice when you're plowing through a lot of questions. Maybe I have too many "what" questions. Those are the easiest to thi…

That's great. That way it can cater to both those who are looking to get a certification and those who just want to apply the skills (like myself). Another thought: would you be open to converting the content from HTML-in-JSON to markdown (one file per card, perhaps?). I wanted to fork your repo and create cards for various different skills, but the format kind of put me off.

Try to fork the repo and run it locally. There's a button for creating cards (button appears only when running it locally). It's still HTML-in-JSON, but you get instant preview while editing, and I think it's a nice way to format cards. HTML offers more flexibility in formatting than Markdown does. That said, I totally understand you might prefer a different format, and if you want to work on it, I'm sure you will be able to replace the HTML-in-JSON format with Markdown.

Re: Show HN: Flashcards to learn AWS skills

#14

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

Content of the cards would probably be easy to convert to other formats, but the cards are formatted with (a little bit of) HTML, so it might take some work to get the cards to look nice in Anki.

Formatting in Anki is done via HTML. To the best of my knowledge, it is even possible to include CSS and JavaScript in the card type.

Re: Show HN: Flashcards to learn AWS skills

#15
post #8

Earlier quoted context omitted.

That's great. That way it can cater to both those who are looking to get a certification and those who just want to apply the skills (like myself). Another thought: would you be open to converting the content from HTML-in-JSON to markdown (one file per card, perhaps?). I wanted to fork your repo and create cards for various different skills, but the format kind of put me off.

Try to fork the repo and run it locally. There's a button for creating cards (button appears only when running it locally). It's still HTML-in-JSON, but you get instant preview while editing, and I think it's a nice way to format cards. HTML offers more flexibility in formatting than Markdown does. That said, I totally understand you might prefer a different format, and if you want to work on it, I'm sure you will be…

Hi,

Thanks for creating this.

I have forked and I am running the app locally. But, I don't see any button for creating the cards.

Edit: I had to manually change the visibility style in styles.css and then it worked.

Re: Show HN: Flashcards to learn AWS skills

#16
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)

Very nice. My team is prepping for AWS certs at the moment, and this is helpful.

Passing the exam does mean acting like an AWS Marketing Parrot. That is an unavoidable aspect of it. The exam is AWS certification, not "general IT skills". So I would not call this a flaw of your card content. Your cards show an awareness of this. Your card about SOAP APIs points out that the correct exam answer is technically wrong.

I would strongly suggest that you NOT take hliyan's suggestion of making a "how-to" version of the slides. "How-to" is very different than "pass exam", it would be very difficult to successfully address both needs.

I respect Hhliyan's need (and share it myself often enough); I respect it enough to suggest that it gets addressed in a way which is likely to satisfy it. "Pass the exam" flashcards have another purpose.

Re: Show HN: Flashcards to learn AWS skills

#19
post #14

Earlier quoted context omitted.

Content of the cards would probably be easy to convert to other formats, but the cards are formatted with (a little bit of) HTML, so it might take some work to get the cards to look nice in Anki.

Formatting in Anki is done via HTML. To the best of my knowledge, it is even possible to include CSS and JavaScript in the card type.

> To the best of my knowledge, it is even possible to include CSS and JavaScript in the card type.

Yep. A useful debugger if you want to get started: https://ankiweb.net/shared/info/31746032

Re: Show HN: Flashcards to learn AWS skills

#20
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 restrictions on top and couple that with terribly organized document it makes no fun at all.

I get the need for all those layers of security but without well organized document everyone has to go through the ordeal. What we need now is plethora of how-tos for these common architectural patterns.

Post reply on HN