unquietwiki / starleader

Unofficial tool to prepare for an Amazon interview using the STAR method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

starleader

Introductory image

What is this?

starleader is my attempt to do two things...

  1. Demonstrate to interviewers my ability to code things ad-hoc, for a particular need.
  2. Be able to guide myself (and others) through an Amazon interview, using their STAR method. This may be useful for other jobs as well.

Resources

How to use

  1. Install Python3
  2. pip3 install PySimpleGUI
  3. src/starleader.py

Disclaimers

WIP: Dec 8, 2020; data saves & loads via JSON. Still want to do an HTML or PDF export too.

  1. This isn't an Amazon tool.
  2. I can't guarantee this will get any of us a job.
  3. If something doesn't work right, you'll need to report an issue and/or submit a patch.

Thanks!!!

About

Unofficial tool to prepare for an Amazon interview using the STAR method

License:Apache License 2.0


Languages

Language:Python 58.4%Language:Nim 41.6%