This course will teach you how to deploy and manage large language models (LLMs) in production using AWS services like Amazon Bedrock. By the end of the course, you will know how to: Choose the right LLM architecture and model for your application using services. Optimize cost, performance and scalability of LLMs on AWS using auto-scaling groups, spot instances and container … [Read more...] about GenAI and LLMs on AWS
Software Development
Form Validation with Cypress: Build Robust Web Test
In this hands-on guided project, you’ll learn how to use Cypress, a powerful end-to-end testing framework, to ensure your web forms are user-friendly, bug-free, and robust. We’ll be testing on a real form, simulating actual user interactions to validate form behavior, catch errors, and ensure a smooth experience. Whether you’re a developer, tester, or product manager, this … [Read more...] about Form Validation with Cypress: Build Robust Web Test
Enabling Sensitive Data Protection Discovery for Cloud Storage
This is a self-paced lab that takes place in the Google Cloud console. In this lab, you implement continuous monitoring and protection for Cloud Storage data using Sensitive Data Protection. … [Read more...] about Enabling Sensitive Data Protection Discovery for Cloud Storage
Design and Implement Build and Release Pipelines
This is the third course of the Exam Prep AZ-400: Microsoft DevOps Engineer Expert Specialization. This course focuses on how to create and manage package repositories to ensure effective dependency management and explore pipeline creation and testing strategies. Discover how to implement deployment strategies and utilize IaC for automating resource provisioning. Explore … [Read more...] about Design and Implement Build and Release Pipelines
Java Data Access – SQL Primer
This course will introduce the student to the basic concepts of SQL for interaction with Relational Databases. It will illustrate basic SQL statements to create and query tables, leverage table relationships through joins and subqueries, insert and update table rows. It is, however, only intended to cover the basics needed in order for the student to progress onto the Java … [Read more...] about Java Data Access – SQL Primer