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

2672 Code courses in Sheffield delivered Online

Parent Handling Skills for Admin Staff Members

5.0(5)

By TEFL Wonderland - Brilliant Minds

Parent Handling Skills for Admin Staff Members

Parent Handling Skills for Admin Staff Members
Delivered Online On Demand
£38

Security Officer Training Course

5.0(1)

By Course Gate

Enroll in our Security Officer Training course to become a proficient security professional. Learn essential skills such as risk management, crime prevention, and effective security strategies. Complete the course to earn your certification and advance your career in the security field.

Security Officer Training Course
Delivered Online On Demand11 hours 15 minutes
£11.99

jQuery for Application Development: From Fundamentals to jQuery Projects

By Packt

This course covers everything from the basic jQuery syntax, simple through complex selectors, jQuery Ajax, jQuery UI, and much more. There are even a couple of complete jQuery projects included for you to test your skills after you've learned the fundamentals.

jQuery for Application Development: From Fundamentals to jQuery Projects
Delivered Online On Demand4 hours 43 minutes
£74.99

Understanding your Role in Care

5.0(5)

By Wimbledon Training Services

This course will define social care and talk about why people choose it as a career and what its goals and objectives are. It will also cover job descriptions, person centred care, understanding code of practices and the basics of government legislation. Finally it will touch on dealing with conflicts at work.

Understanding your Role in Care
Delivered Online On Demand
£30

SwiftUI - The Complete iOS 16 Developers Resource and Bible

By Packt

With expert guidance and easy-to-understand narration, this course gets you up and running with the SwiftUI framework. You will learn how to use the SwiftUI framework, its tools, and its technology to build applications with ease.

SwiftUI - The Complete iOS 16 Developers Resource and Bible
Delivered Online On Demand23 hours 42 minutes
£88.99

UX Design Process Simplified from User Research to Usability

By Packt

UX Process for Beginners from User Interviews to Personas, User stories, Information architecture to Usability testing

UX Design Process Simplified from User Research to Usability
Delivered Online On Demand4 hours 21 minutes
£56.99

Flask for Beginners

By Packt

Learn Flask, the simple yet powerful Python web framework. This course is a ridiculously simple way to learn Flask in less than a weekend.

Flask for Beginners
Delivered Online On Demand6 hours 32 minutes
£26.99

Event Planner and Management Training

4.7(160)

By Janets

Fast-track your career in the events industry and learn how to plan and coordinate a wide range of events with the Event Planner and Management Training course. Whether you wish to become an official wedding planner or event coordinator, this event planning course provides a complete overview of the event planning process. In this event management training course, you will start by exploring the steps involved in planning, the elements to consider when designing invitations and the rules of setting a dress code. Through audio-visual material and case studies, you will learn how to plan events on a shoestring budget, select a venue, source suppliers, plus much more. The final sections of the course will explore the different types of events, including event planning tips and strategies. Learning Outcomes of The Event Planner and Management Training: Understand the fundamental differences between event planning & event management Gain a solid understanding of the different types of events, and how to plan for them Familiarise with the different stages of planning an event & factors to consider Understand how to conduct venue research and secure a location for your event Learn how to create professional event invitations & get tips on invitation etiquette Explore the events industry in detail & the role and responsibilities of an events manager Develop essential planning, organisation and business management skills Take steps to set up your own event planning and management business Learn how to set tables and gain an understanding of the different types of table setting Why choose this course Earn an e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video Lessons Online study materials Mock exams Multiple-choice assessment Certification After completing the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Course Content Event Planner and Management Event Planning Steps for Planning an Event Invitations, Greetings, and Dress Code Table Manners and Table Settings The Event What is Event Management Types of Events

Event Planner and Management Training
Delivered Online On Demand12 hours 1 minutes
£9.99

AWS Developing Serverless Solutions on AWS

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Developers who have some familiarity with serverless and experience with development in the AWS Cloud Overview In this course, you will learn to: Apply event-driven best practices to a serverless application design using appropriate AWS services Identify the challenges and trade-offs of transitioning to serverless development, and make recommendations that suit your development organization and environment Build serverless applications using patterns that connect AWS managed services together, and account for service characteristics, including service quotas, available integrations, invocation model, error handling, and event source payload Compare and contrast available options for writing infrastructure as code, including AWS CloudFormation, AWS Amplify, AWS Serverless Application Model (AWS SAM), and AWS Cloud Development Kit (AWS CDK) Apply best practices to writing Lambda functions inclusive of error handling, logging, environment re-use, using layers, statelessness, idempotency, and configuring concurrency and memory Apply best practices for building observability and monitoring into your serverless application Apply security best practices to serverless applications Identify key scaling considerations in a serverless application, and match each consideration to the methods, tools, or best practices to manage it Use AWS SAM, AWS CDK, and AWS developer tools to configure a CI/CD workflow, and automate deployment of a serverless application Create and actively maintain a list of serverless resources that will assist in your ongoing serverless development and engagement with the serverless community This course gives developers exposure to and practice with best practices for building serverless applications using AWS Lambda and other services in the AWS serverless platform. You will use AWS frameworks to deploy a serverless application in hands-on labs that progress from simpler to more complex topics. You will use AWS documentation throughout the course to develop authentic methods for learning and problem-solving beyond the classroom. Introduction Introduction to the application you will build Access to course resources (Student Guide, Lab Guide, and Online Course Supplement) Thinking Serverless Best practices for building modern serverless applications Event-driven design AWS services that support event-driven serverless applications API-Driven Development and Synchronous Event Sources Characteristics of standard request/response API-based web applications How Amazon API Gateway fits into serverless applications Try-it-out exercise: Set up an HTTP API endpoint integrated with a Lambda function High-level comparison of API types (REST/HTTP, WebSocket, GraphQL) Introduction to Authentication, Authorization, and Access Control Authentication vs. Authorization Options for authenticating to APIs using API Gateway Amazon Cognito in serverless applications Amazon Cognito user pools vs. federated identities Serverless Deployment Frameworks Overview of imperative vs. declarative programming for infrastructure as code Comparison of CloudFormation, AWS CDK, Amplify, and AWS SAM frameworks Features of AWS SAM and the AWS SAM CLI for local emulation and testing Using Amazon EventBridge and Amazon SNS to Decouple Components Development considerations when using asynchronous event sources Features and use cases of Amazon EventBridge Try-it-out exercise: Build a custom EventBridge bus and rule Comparison of use cases for Amazon Simple Notification Service (Amazon SNS) vs. EventBridge Try-it-out exercise: Configure an Amazon SNS topic with filtering Event-Driven Development Using Queues and Streams Development considerations when using polling event sources to trigger Lambda functions Distinctions between queues and streams as event sources for Lambda Selecting appropriate configurations when using Amazon Simple Queue Service (Amazon SQS) or Amazon Kinesis Data Streams as an event source for Lambda Try-it-out exercise: Configure an Amazon SQS queue with a dead-letter queue as a Lambda event source Writing Good Lambda Functions How the Lambda lifecycle influences your function code Best practices for your Lambda functions Configuring a function Function code, versions and aliases Try-it-out exercise: Configure and test a Lambda function Lambda error handling Handling partial failures with queues and streams Step Functions for Orchestration AWS Step Functions in serverless architectures Try-it-out exercise: Step Functions states The callback pattern Standard vs. Express Workflows Step Functions direct integrations Try-it-out exercise: Troubleshooting a Standard Step Functions workflow Observability and Monitoring The three pillars of observability Amazon CloudWatch Logs and Logs Insights Writing effective log files Try-it-out exercise: Interpreting logs Using AWS X-Ray for observability Try-it-out exercise: Enable X-Ray and interpret X-Ray traces CloudWatch metrics and embedded metrics format Try-it-out exercise: Metrics and alarms Try-it-out exercise: ServiceLens Serverless Application Security Security best practices for serverless applications Applying security at all layers API Gateway and application security Lambda and application security Protecting data in your serverless data stores Auditing and traceability Handling Scale in Serverless Applications Scaling considerations for serverless applications Using API Gateway to manage scale Lambda concurrency scaling How different event sources scale with Lambda Automating the Deployment Pipeline The importance of CI/CD in serverless applications Tools in a serverless pipeline AWS SAM features for serverless deployments Best practices for automation Course wrap-up Additional course details: Nexus Humans AWS Developing Serverless Solutions on AWS training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the AWS Developing Serverless Solutions on AWS course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

AWS Developing Serverless Solutions on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

Flutter App Development with Dart - CPD Certified

4.5(3)

By Studyhub UK

24 Hour Flash Deal **25-in-1 Flutter App Development with Dart Mega Bundle** Flutter App Development with Dart Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Flutter App Development with Dart package online with Studyhub through our online learning platform. The Flutter App Development with Dart bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Flutter App Development with Dart course provides complete 360-degree training on Flutter App Development with Dart. You'll get not one, not two, not three, but twenty-five Flutter App Development with Dart courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Flutter App Development with Dart courses are yours for as long as you want them once you enrol in this course This Flutter App Development with Dart Bundle consists the following career oriented courses: Course 01: Flutter & Dart Development Course Course 02: Building a TodoMVC Application in Vue, React and Angular Course 03: Mobile and Web Development with Ionic & Angular JS Course 04: Learn Spring & Angular Material with a Full Web Application Course 05: Code Your Own Drawing Application in Android Studio Course 06: Learn How To Create a Web App for iPad Course 07: Build Progressive Web Apps with Angular Course 08: Web Applications for Specialisation on Development Course 09: Complete Web Development Course 10: Start Your Career as Web Developer Course 11: Penetration Testing with OWASP ZAP: Mastery course Course 12: Web Application Penetration Testing Course 13: HTML and CSS Coding: Beginner to Advanced Course 14: Basics of WordPress Course 15: PHP Web Development with MySQL Course 16: JavaScript Functions Course 17: jQuery Masterclass Course: JavaScript and AJAX Coding Bible Course 18: Python Basic Programming Course 19: C Programming Language Course 20: C++ Programming Course 21: Advanced Diploma in User Experience UI/UX Design Course 22: Diploma in Front-End Web Development Course 23: Bash Scripting, Linux and Shell Programming Course 24: Responsive Web Design Course 25: Secure Programming of Web Applications The Flutter App Development with Dart course has been prepared by focusing largely on Flutter App Development with Dart career readiness. It has been designed by our Flutter App Development with Dart specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Flutter App Development with Dart Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Flutter App Development with Dart bundle course has been created with twenty-five premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Flutter App Development with Dart Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Flutter App Development with Dart Elementary modules, allowing our students to grasp each lesson quickly. The Flutter App Development with Dart course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. In this exclusive Flutter App Development with Dart bundle, you really hit the jackpot. Here's what you get: Step by step Flutter App Development with Dart lessons One to one assistance from Flutter App Development with Dartprofessionals if you need it Innovative exams to test your knowledge after the Flutter App Development with Dartcourse 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all twenty-five Flutter App Development with Dart courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Flutter App Development with Dart certificate and transcript on the next working day Easily learn the Flutter App Development with Dart skills and knowledge you want from the comfort of your home CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Flutter App Development with Dart training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Flutter App Development with Dart Requirements To participate in this Flutter App Development with Dart course, all you need is - A smart device A secure internet connection And a keen interest in Flutter App Development with Dart Career path You will be able to kickstart your Flutter App Development with Dart career because this course includes various courses as a bonus. This Flutter App Development with Dart is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Flutter App Development with Dart career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Flutter App Development with Dart - CPD Certified
Delivered Online On Demand6 days
£279