Skip to content

Solve imposter syndrome by building typing memory of code.

Notifications You must be signed in to change notification settings

ThirDecade2020/memory_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Code

Memory Code is a web application designed to address common challenges faced by software developers when writing code from memory and during technical interviews. It provides a platform for repetitive training and challenges to strengthen memory of code snippet syntax.

Problems Solved

  1. Problem 1: Software developers have difficulty writing code from memory and need a tool to help them train on code snippets.

    • Solution 1: Memory Code strengthens the memory of code snippet syntax through repetitive training and challenges.
  2. Problem 2: Software developers struggle with writing code on the fly from memory during technical interviews.

    • Solution 2: Memory Code provides a platform for training on code snippets, helping developers strengthen their memory and perform better in technical interviews.

Stack

Frontend:

  • HTML templates
  • Jinja2 (templating engine)
  • CSS (for styling)

Backend:

  • Python
  • Flask (micro web framework)
  • SQLAlchemy (ORM library)

Database:

  • Utilized by Flask-SQLAlchemy extension

Web Server:

  • Flask's built-in development server (for development)

Other Dependencies:

  • Blinker
  • Click
  • Greenlet
  • Importlib-metadata
  • Itsdangerous
  • MarkupSafe
  • Typing-extensions
  • Zipp

JavaScript (if needed):

  • Mentioned in HTML comment, but not explicitly present in the provided code.

Usage

  1. Clone this repository.
  2. Install the required dependencies listed in requirements.txt.
  3. Run the Flask application using python app.py.
  4. Access the application in your web browser at http://localhost:5000.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Solve imposter syndrome by building typing memory of code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published