Monday, January 29, 2018

Important Links


scheduler via asp.net, similar to winservice
  1. https://www.codeproject.com/Articles/12117/Simulate-a-Windows-Service-using-ASP-NET-to-run-sc

ReactJS pluncker
  1. https://jscomplete.com/repl/
Powershell script to recursively access the folder strcuture and copy
Good git tutorial
  1. https://www.youtube.com/watch?v=Y9XZQO1n_7c
  2. http://befused.com/git/github-bitbucket-move - move repo from github to bitbucket

Good JS tutorials

  • https://www.youtube.com/watch?v=fju9ii8YsGs
  • https://javascript.info/


Chrome

  1. https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome                                              


Sharepoint + Nodejs + Rest
  1. https://gist.github.com/brennanMKE/ee8ea002d305d4539ef6
  2. https://stackoverflow.com/questions/34482136/mongoose-the-typescript-way
  3. https://gallery.technet.microsoft.com/Application-Example-NodeJS-d632ee2d
  4. http://acdcjunior.github.io/typescript-cast-object-to-other-type-or-instanceof.html
  5. http://2ality.com/2017/08/promise-callback-data-flow.html
.net core authentication authorisation via jwt bearer link
  1. https://auth0.com/blog/asp-dot-net-core-authentication-tutorial/
sql tables objects reference dependencies 
https access on node
  1. https://www.whatsthatlambda.com/nodejs/creating-an-https-server-with-nodejs-and-express?utm_source=medium&utm_medium=medium&utm_campaign=blue
Running large sql server file via command prompt
Tableau & Alteryx
  1. https://www.npmjs.com/package/mssql
  2. https://www.npmjs.com/package/mssql#bulk-table-callback 
  3. https://www.npmjs.com/package/xlsx 
  4. https://stackoverflow.com/questions/17780508/selecting-distinct-values-from-a-json 
  5. http://alteryx.xyz.com/appstore/#!account/settings/studio
  6. http://alteryx.xyz.com/appstore/api-docs/#!/workflows.json/GetStudioAppsGET 
  7. https://onlinehelp.tableau.com/current/server/en-us/trusted_auth_webrequ.htm
  8. file:///C:/Users/Pahuja%20Saurabh/Desktop/App1/tableau/test.html
  9. https://www.tableau.com/products/desktop

SQL (comma separated string into columns n transposing/pivoting a table)
Xamarin & MVVM Light
Restrict access to a AD Group (custom auth attribute sample)

Linq2SQL performance optimisation


Compare 2 sheets in an excel workbook

Zipping and unzipping files in c#


View files and folders in GAC
Power shell script to download VSCode, git, node etc
https://gist.github.com/noelmace/997a2e3d3ced0e1e6086066990036b16

Drawing the sequence diagrams
https://go.gliffy.com/go/html5/launch

SpringBoot

  • https://www.youtube.com/channel/UCYt1sfh5464XaDBH0oH_o7Q



Amazon Lex

  • https://github.com/arun-gupta/lex-java

          Lex Request/Response Java API


  • https://github.com/nicholasjackson/slack-bot-lex-lambda/blob/master/src/dispatcher.js

          functions for close(...), ElicitSlot(...)  etc


  • https://chatbotsmagazine.com/advanced-lex-bot-multi-turn-dialogs-sessions-fbde1c3909d8

          explains dialogs directives, contains link to input event format


  • https://gist.github.com/jonchurch/f83fdf8a942dd53a58179aa489396976

          seeking lambda initial & validation details: ElicitSlot


  • https://docs.aws.amazon.com/lex/latest/dg/lambda-input-response-format.html#using-lambda-input-event-format

          lambda input output formats


  • https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html

          Sharing info btw intents


  • https://app.pluralsight.com/library/courses/getting-started-amazon-lex/table-of-contents

          Good 1 (order in which this should be watched)


  • https://app.pluralsight.com/library/courses/build-chatbot-with-amazon-lex-for-facebook/table-of-contents

          2 (order in which this should be watched)


  • https://www.youtube.com/user/foreglance/videos

          0 (order in which this should be watched)


  • https://www.youtube.com/watch?v=HkMi5xPyz1g

          Good 5 (order in which this should be watched) Java lambda with Lex


  • https://www.youtube.com/watch?v=EAxiratt5_k&t=69s

          Good 4 "AcessKey:see in the drive document, Secret Key: see in the drive document"

No comments:

Post a Comment