Posts

Showing posts from July, 2023

AWS Step Functions

  AWS Step Functions is a serverless orchestration service that lets you integrate with  AWS Lambda  functions and other AWS services to build business-critical applications. State Machine Types Standard  Express Sources(s) AWS StepFunction Doc Key Topics intrinsic functions Links https://lumigo.io/blog/testing-strategies-for-step-functions/ https://dev.to/aws-builders/testing-aws-step-functions-flows-2kpn https://www.webiny.com/blog/aws-lambda-time-based-caching-technique

AWS Simple Storage Service (S3)

Amazon S3 offers a range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads. S3 Standard S3 Intelligent Tiering S3 Standard IA (Infrequent Access) S3 One Zone IA (Infrequent Access) S3 Glacier Instant Retrieval S3 Glacier Flexible Retrieval S3 Glacier Deep Archive  S3 Outpost Source(s) Amazon S3 Storage Classes Guide to S3 Cost Blog(s) Amazon S3 Blog

DoToVisit

 https://www.drawit.art/ https://github.com/abelsromero/gateway-with-style https://github.com/eugenp/tutorials/tree/master/messaging-modules/rabbitmq https://github.com/BeJUG https://rathod-ajay.medium.com/senior-java-dev-interview-question-2023-series-17-contains-all-the-interview-questions-till-now-a3dd19121d67 https://www.youtube.com/watch?v=QD2BvPfNc6c << Mico frontends https://architecturenotes.co/database-sharding-explained/ https://aws.plainenglish.io/python-dynamodbs-infinite-playlist-d312f76eef8b https://betterprogramming.pub/evolving-architectures-how-adapting-to-context-leads-to-better-software-solutions-67eabdf9e23b https://theuxcookbook.com/ https://www.infoq.com/articles/complexity-leaders-self-context-awareness/?itm_campaign=rightbar_v2&itm_source=infoq&itm_medium=articles_link&itm_content=link_text Great Leaders Manage Complexity with Self-Awareness and Context Awareness https://aitestkitchen.withgoogle.com/signup https://www.youtube.com/watch?v=xF...

AI - model differences

Image

Google Gen AI - Seven Principals of Responsible AI

 AI should be socially beneficial. AI should avoid creating or reinforcing unfair bias. AI should be built and tested for safety. AI should be accountable to people. AI should incorporate privacy design principles. AI should uphold high standards of scientific excellence. AI should be made available for uses that accord with these principles. Source https://www.cloudskillsboost.google/course_sessions/4027756/video/380917

LLM - Large Language Models

  LLMs can be used for many tasks, including: Writing Translating Coding Answering questions Summarizing text Generating creative content An LLM is a type of artificial intelligence (AI) that can generate human-quality text. LLMs are trained on massive datasets of text and code, and they can be used for many tasks, such as writing, translating, and coding. LLMs have many benefits, including: They can generate human-quality text. They can be used for a variety of tasks. They can be trained on massive datasets of text and code. They are constantly improved.

running Postman test in iterations

 Using Postman (API tool) we can run API tests multiple times and we specific delay between the each request. Postman calls is Postman Runner.