Hello\
World
Hello
World
Hello\
World
Hello
World
| from flask import Flask | |
| from flask_restful import Api, Resource, reqparse | |
| app = Flask(__name__) | |
| api = Api(app) | |
| users = [ | |
| { | |
| "name": "Nicholas", | |
| "age": 42, |
This is by no means an exhaustive list. Checkout the project on github to get an idea of popularity and how maintained it is.
| * what it's like to not be technical in the industry | |
| * what you do in tech that people forget is needed | |
| * the most interesting thing you've worked on recently | |
| * what your day-to-day is like | |
| * must-have gifs for every techie | |
| * horrible code from the past that shows I'm much better now | |
| * the best music for hacking | |
| * mistakes you've made that make you groan | |
| * how you've made it at well-known companies | |
| * self-care in the tech bubble |
| #add 'node_modules' to .gitignore file | |
| git rm -r --cached node_modules | |
| git commit -m 'Remove the now ignored directory node_modules' | |
| git push origin <branch-name> |