Monday, January 29, 2018
Sunday, January 28, 2018
Saturday, January 27, 2018
Monday, January 22, 2018
AWS Lambda Deep Dive
https://www.youtube.com/watch?v=dB4zJk_fqrU
https://algorithmia.com/algorithms/nlp/ProfanityDetection
https://aws.amazon.com/blogs/developer/preview-of-the-aws-toolkit-for-visual-studio-2017/
https://docs.aws.amazon.com/toolkit-for-visual-studio/latest/user-guide/lambda-creating-project-in-visual-studio.html
https://aws.amazon.com/blogs/developer/serverless-asp-net-core-2-0-applications/
Sunday, January 14, 2018
AWS Lamda
AWS Cloud9-based code editor - You can now edit code for your functions in a robust, IDE-like environment that is based on AWS Cloud9.
https://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-create-function.html
Lock/Monitor, Mutex, Semaphore
A lock allows only one thread to enter the part that's locked and the lock is not shared with any other processes.
A mutex is the same as a lock but it can be system wide (shared by multiple processes).
A semaphore does the same as a mutex but allows x number of threads to enter, this can be used for example to limit the number of cpu, io or ram intensive tasks running at the same time.
Monday, January 8, 2018
Saturday, January 6, 2018
Amazon Cognito
https://www.youtube.com/watch?v=vr1njQyqlbk
https://www.youtube.com/watch?v=TowcW1aTDqE
https://www.youtube.com/watch?v=KWjgiNgDfwI
https://medium.freecodecamp.org/user-management-with-aws-cognito-1-3-initial-setup-a1a692a657b3
https://medium.freecodecamp.org/user-management-with-aws-cognito-2-3-the-core-functionality-ec15849618a4
https://medium.freecodecamp.org/user-management-with-aws-cognito-3-3-last-steps-to-full-fledged-73f4a3a9f05e
https://lugassy.net/developing-100m-users-app-from-your-basement-use-amazon-cognito-52dcc261a7c1
JWT
https://www.youtube.com/watch?v=ruo-1XT9xVU
https://medium.com/aws-activate-startup-blog/amazon-cognito-mobile-apps-part1-user-identity-and-simple-aws-authentication-afe7c4486b35
https://serverless-stack.com/chapters/create-a-cognito-user-pool.html
https://developers.onelogin.com/saml
https://auth0.com/
https://developers.onelogin.com/api-docs/1/getting-started/dev-overview
Thursday, January 4, 2018
Tuesday, January 2, 2018
Subscribe to:
Posts (Atom)