• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

327 Cloud Computing courses

Containerize Spring Boot CRUD App with Docker and Docker Compose

By Packt

If you are someone who wants to learn all about containers and running programs inside them then you are in the right place. A hands-on course with live demonstrations covering core concepts such as utilizing Docker and running apps inside containers, as well as making your own Dockerfile, building a Docker image, launching a container from it and much more. All you need is basic Java and Spring Boot expertise to get started.

Containerize Spring Boot CRUD App with Docker and Docker Compose
Delivered Online On Demand2 hours 39 minutes
£37.99

AWS CloudFormation Master Class

By Packt

With this course, you will master all CloudFormation concepts, and become confident in writing CloudFormation templates using YAML. Throughout the course, you will encounter various interesting examples and activities that will help you to consolidate your learning.

AWS CloudFormation Master Class
Delivered Online On Demand3 hours 35 minutes
£29.99

The Complete Practical Docker Guide

By Packt

Understand how Docker works and learn its core features with this hands-on course. This is 90% practice without any useless demos! Learn how to create different containers such as Node.js, Python, WordPress, MongoDB, MySQL, Redis, Elasticsearch, and much more.

The Complete Practical Docker Guide
Delivered Online On Demand18 hours 29 minutes
£37.99

Windows PowerShell Hands-On Training for Beginners

By Packt

This course is a short and crisp introduction to those who do not have any prior knowledge of scripting or any programming basics. The instructor has tried to explain the concepts in such a simple terminology that even non-technical people will find it very easy to grasp the various Windows PowerShell concepts.

Windows PowerShell Hands-On Training for Beginners
Delivered Online On Demand2 hours 7 minutes
£33.99

Clear and Simple VMware vSphere 6.5 Foundations VCP - Part 1

By Packt

Want to learn about VMware vSphere? This course is full of demos, diagrams, and clear explanations of vSphere concepts.

Clear and Simple VMware vSphere 6.5 Foundations VCP - Part 1
Delivered Online On Demand5 hours 12 minutes
£17.99

Cloud-Based Business Operations Mastery

By Compete High

🚀 Unlock the Future of Business: Master Cloud-Based Operations! 🚀   Are you ready to revolutionize your business operations and propel your success into the digital era? Introducing our groundbreaking online course: Cloud-Based Business Operations Mastery!   🌐 Why Cloud-Based Operations? In today's fast-paced business landscape, agility is key. The cloud offers unparalleled flexibility, scalability, and efficiency. Whether you're a startup, a small business, or a seasoned enterprise, embracing cloud-based operations is the game-changer you've been waiting for.   🔥 Benefits of Enrolling:   Boost Efficiency: Streamline your processes with cloud-based solutions. Cost Savings: Say goodbye to hefty infrastructure costs. Global Accessibility: Access your data and applications from anywhere in the world. Scalability: Grow your business without limitations. Enhanced Security: Fortify your digital assets against evolving cyber threats.   💼 Who Should Enroll? Entrepreneurs and business owners IT professionals and managers Operations and logistics professionals Anyone ready to future-proof their business   🌈 What's Included? Engaging video lessons Interactive quizzes and assessments Real-world case studies Live Q&A sessions Exclusive access to a thriving community of like-minded professionals   🔒 Secure Your Spot Today! Seize this opportunity to propel your business into the future. Enroll in Cloud-Based Business Operations Mastery now and join the ranks of industry leaders who are transforming their operations for unparalleled success.   🚀 Don't be left behind - evolve with the cloud and thrive in the digital age! 🌐   👉 Click [Enroll Now] to embark on your journey to Cloud-Based Business Operations Mastery! 👈   Course Curriculum Basic Overview 00:00 Hardware Needed 00:00 Google Chrome Based Tools 00:00 File Storage 00:00 File Management 00:00 E-Mail Management 00:00 E-Mail Management - Part 2 00:00 Social Media Messaging 00:00 Creating Audio Content 00:00 Audio Editing 00:00 Video Content Creation 00:00 Video Content Editing 00:00 Text and PDF Document Creation - Part 1 00:00 Text and PDF Document Creation - Part 2 00:00 Editing HTML Pages 00:00 Creating And Editing Graphics 00:00 Personal Project Management 00:00 Task Management 00:00 Password Management 00:00 Conclusion 00:00 Advanced Overview 00:00 Administration of Priviledges 00:00 Private Video Presentations 00:00 Semi Public Video Presentations 00:00 Real Time Written Collaboration 00:00 Real Time Public Presentations 00:00 Asynchronous Collaboration 00:00 Audio Content Collaboration 00:00 Written Content-Report Collaboration - Part 1 00:00 Written Content-Report Collaboration - Part 2 00:00 WordPress Collaboration 00:00 Cpanel Management in the Cloud 00:00 Cpanel Collaboration 00:00 JVZoo Collaboration 00:00 Warrior Plus Collaboration 00:00 Amazon S3 Collaboration 00:00 Social Media Collaboration 00:00 Phone SMS Communications 00:00 Collaborative Project Management 00:00 Conclusion 00:00

Cloud-Based Business Operations Mastery
Delivered Online On Demand1 hour
£25

Developing Applications with Google Cloud

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Application developers who want to build cloud-native applications or redesign existing applications that will run on Google Cloud Platform Overview This course teaches participants the following skills: Use best practices for application development. Choose the appropriate data storage option for application data. Implement federated identity management. Develop loosely coupled application components or microservices. Integrate application components and data sources. Debug, trace, and monitor applications. Perform repeatable deployments with containers and deployment services. Choose the appropriate application runtime environment; use Google Container Engine as a runtime environment and later switch to a no-ops solution with Google App Engine flexible environment. Learn how to design, develop, and deploy applications that seamlessly integrate components from the Google Cloud ecosystem. This course uses lectures, demos, and hands-on labs to show you how to use Google Cloud services and pre-trained machine learning APIs to build secure, scalable, and intelligent cloud-native applications. Best Practices for Application Development Code and environment management. Design and development of secure, scalable, reliable, loosely coupled application components and microservices. Continuous integration and delivery. Re-architecting applications for the cloud. Google Cloud Client Libraries, Google Cloud SDK, and Google Firebase SDK How to set up and use Google Cloud Client Libraries, Google Cloud SDK, and Google Firebase SDK. Lab: Set up Google Client Libraries, Cloud SDK, and Firebase SDK on a Linux instance and set up application credentials. Overview of Data Storage Options Overview of options to store application data. Use cases for Google Cloud Storage, Cloud Firestore, Cloud Bigtable, Google Cloud SQL, and Cloud Spanner. Best Practices for Using Cloud Firestore Best practices related to using Cloud Firestore in Datastore mode for:Queries, Built-in and composite indexes, Inserting and deleting data (batch operations),Transactions,Error handling. Bulk-loading data into Cloud Firestore by using Google Cloud Dataflow. Lab: Store application data in Cloud Datastore. Performing Operations on Cloud Storage Operations that can be performed on buckets and objects. Consistency model. Error handling. Best Practices for Using Cloud Storage Naming buckets for static websites and other uses. Naming objects (from an access distribution perspective). Performance considerations. Setting up and debugging a CORS configuration on a bucket. Lab: Store files in Cloud Storage. Handling Authentication and Authorization Cloud Identity and Access Management (IAM) roles and service accounts. User authentication by using Firebase Authentication. User authentication and authorization by using Cloud Identity-Aware Proxy. Lab: Authenticate users by using Firebase Authentication. Using Pub/Sub to Integrate Components of Your Application Topics, publishers, and subscribers. Pull and push subscriptions. Use cases for Cloud Pub/Sub. Lab: Develop a backend service to process messages in a message queue. Adding Intelligence to Your Application Overview of pre-trained machine learning APIs such as Cloud Vision API and Cloud Natural Language Processing API. Using Cloud Functions for Event-Driven Processing Key concepts such as triggers, background functions, HTTP functions. Use cases. Developing and deploying functions. Logging, error reporting, and monitoring. Managing APIs with Cloud Endpoints Open API deployment configuration. Lab: Deploy an API for your application. Deploying Applications Creating and storing container images. Repeatable deployments with deployment configuration and templates. Lab: Use Deployment Manager to deploy a web application into Google App Engine flexible environment test and production environments. Execution Environments for Your Application Considerations for choosing an execution environment for your application or service:Google Compute Engine (GCE),Google Kubernetes Engine (GKE), App Engine flexible environment, Cloud Functions, Cloud Dataflow, Cloud Run. Lab: Deploying your application on App Engine flexible environment. Debugging, Monitoring, and Tuning Performance Application Performance Management Tools. Stackdriver Debugger. Stackdriver Error Reporting. Lab: Debugging an application error by using Stackdriver Debugger and Error Reporting. Stackdriver Logging. Key concepts related to Stackdriver Trace and Stackdriver Monitoring. Lab: Use Stackdriver Monitoring and Stackdriver Trace to trace a request across services, observe, and optimize performance.

Developing Applications with Google Cloud
Delivered OnlineFlexible Dates
Price on Enquiry

Educators matching "Cloud Computing"

Show all 48
ThinCor

thincor

Thincor academy with almost 10years of experience is one of the best training institute for Networking and Programming. It won’t be wrong if it is said that there is a lot of scope for students and professionals who have completed a course in Networking and programming. Thus we as a team have been putting in a lot of time and energy to study the ongoing trend and provide the best coaching. We strive towards providing a different kind of training that helps students choose a better career. It has been our continuous effort to keep in track the latest technology so as to be able to meet the requirements put forward by the students. If you are looking for a course in JAVA, Networking or hardware courses then you are at the place. When it comes to JAVA we provide both basic and advanced JAVA with latest frameworks like Springs,Hibernate, Struts, Spring boot etc. We also conduct free workshops so that the students get an overall idea of the courses and how it will be helpful. In order to provide world class training Thincor is affiliated with many networking and development based company’s .All our training syllabus are designed as per the latest requirements of the corporate sector. Apart from JAVA we have been giving importance to BIG DATA and Hadoop. We believe in providing quality education. Students who have plans of studying any of these courses might have a lot of doubts but be assured that our team of experienced faculty will provide an in depth knowledge leaving no doubts behind. A good teaching environment, best teaching methods, experienced faculty and a well set up lab is what we believe has helped us make the number one training