Skip to content

Instantly share code, notes, and snippets.

@aaBoustani
Last active December 9, 2016 17:37
Show Gist options
  • Select an option

  • Save aaBoustani/2b8b5d45a6bd8edf1af402b11447ed3f to your computer and use it in GitHub Desktop.

Select an option

Save aaBoustani/2b8b5d45a6bd8edf1af402b11447ed3f to your computer and use it in GitHub Desktop.
This is my Software Engineering project cheat sheet. Feel free to fork it or do whatever you want with it. I will add more links soon.

Hosts

000webhost:

  • Stores your website files and its database. It can be used to store PHP files to act as connector to your desktop/mobile applicaiton.
  • The free verison can be a pain to work with (the server may crash or prevent you from connect to your files or database).

heroku:

  • You can use the free version, but you still need to provide them with an international credit card account to deploy.

Keep&Share:

  • Allows you to store files and gives you the link to access them
  • Useful if you don't want to store data files in your application and want to access them through webview

Populate Database

Mockaroo:

  • A very powerful and realistic data generator

Front End:

Material Design:

  • It has EVERYTHING
  • Useful for websites, desktop apps, and mobile apps.

Materialize:

  • A framework based on Material Design

Swiper:

  • Mobile touch slider with many options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment