Skip to content

Instantly share code, notes, and snippets.

View Salman18's full-sized avatar
👨‍💻
Talk is cheap, show me the code.

Salman Khan Salman18

👨‍💻
Talk is cheap, show me the code.
View GitHub Profile
@ekas
ekas / learn_typescript.md
Last active December 8, 2022 02:14
Let's Gear Up for TypeScript

🚀 🚀 Let's Gear Up for TypeScript 🎉 🎉

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Any browser. Any host. Any OS. Open source.

Basic Types

  • Boolean
let isDone: boolean = false;
@dabit3
dabit3 / aws-exports.js
Created October 4, 2018 21:52
AWS Exports
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "eu-central-1",
"aws_cognito_identity_pool_id": "eu-central-1:d922c508-2d31-4acc-9333-82bcee3d9ce3",
"aws_cognito_region": "eu-central-1",
"aws_user_pools_id": "eu-central-1_2nh2zNHTc",
"aws_user_pools_web_client_id": "4gbuse7iee4enk7e27pekcg3t2",
"aws_appsync_graphqlEndpoint": "https://ig4gywcicbambdxqyfzoulekoi.appsync-api.eu-central-1.amazonaws.com/graphql",
"aws_appsync_region": "eu-central-1",