-
Run
npm i -g typescripton terminal -
Create a new TypeScript file: .ts
-
Run
tsc <file>.tsto get the compiled javascript version of code -
Use the annotation: '@ts-check' to have the javascript file be checked like TypeScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # USAGE | |
| # python detect_barcode.py --image images/barcode_<num>.jpg | |
| # import the necessary packages | |
| import numpy as np | |
| import argparse | |
| import cv2 | |
| # construct the argument parse and parse the arguments | |
| ap = argparse.ArgumentParser() |
- Make affordable health insurance available
- Expand Medicaid to cover low income adults
- Support Medicare delivery methods designed to lower costs
- Important provisions and solutions
- Insurance Mandates
- Deploy onto AWS Lambda(https://keyholesoftware.com/2018/04/26/aws-lambda-with-spring-boot/)
- Deploy onto AWS with Spring Cloud(https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html)
- Simple on AWS S3(https://scotch.io/@blizzerand11/deploy-and-sync-a-react-app-to-amazon-s3)
- React
- HowToGraphQL : Best Way to Get Started with GraphQL IMO
- Mozilla Docs : Become a web wizard
- TogetherJS : Collaborate in real time
- Storybook : Local plyaground for React components
- TodoMVC : Learn the different design patterns implementing the same app
- Scotch.io : Well written tutorial mini-projects
- Egghead.io : Courses