Duration 3 Days 18 CPD hours This course is intended for The intended audience for this course is experienced web developers who are new to User Experience (UX) and Responsive Design principles. These professionals typically have a solid understanding of front-end development technologies such as HTML, CSS, and JavaScript but seek to expand their skillset to create more user-centric, adaptable, and accessible web experiences. Roles that would benefit from this course include: Front-end Web Developers Full-stack Developers Web Designers Team Leads and Project Managers Freelance Web Developers Overview Working in a hands-on learning environment led by our expert UX coach, you'll learn to: Understand and apply UX principles and user-centered design processes: Participants will learn to identify the needs and preferences of users, create user personas, and apply UX best practices to develop intuitive, user-friendly web experiences. Design and implement responsive web layouts: Participants will gain the skills to create fluid grid layouts, use flexible images, and apply media queries to design web pages that adapt seamlessly across various devices and screen sizes. Optimize web performance for responsive designs: Participants will learn techniques to improve website performance, including image optimization, responsive images, and minification and concatenation of assets, ensuring a fast and smooth user experience across devices. Implement accessible web designs: Participants will understand the importance of accessibility in web design and learn to apply WCAG principles and accessible design patterns to create websites that are usable by a wide range of users, including those with disabilities. Collaborate effectively with designers, developers, and stakeholders: Participants will gain insights into design collaboration and handoff processes, enhancing their ability to communicate design decisions, provide and receive feedback, and work efficiently with team members and clients. In today's fast-paced digital world, user-centric and adaptable websites are no longer a luxury ? they're a necessity. By embracing UX and responsive design, you'll unlock the potential to elevate your websites, boosting user satisfaction and engagement. This, in turn, leads to higher conversion rates and a stronger online presence for your clients or organization, as well as better collaboration within your team, bridging the gap between designers, developers, and stakeholders.UX Design & Responsive Design for Experienced Web Developers is a three day, engaging hands-on workshop designed to equip you with the latest skills and best practices in User Experience (UX) and Responsive Web Design required to create seamless, user-friendly websites that adapt effortlessly across devices. This course will immerse you in the latest skills, best practices, and hands-on activities, empowering you to create exceptional, accessible websites that excel across devices and captivate users. Throughout the program you?ll explore the fundamentals of UX and responsive design, including user-centered design processes, mobile-first and desktop-first approaches, and design techniques for various devices and screen sizes. You'll gain practical experience creating responsive layouts, optimizing performance, and implementing accessible web designs, all while leveraging popular frameworks and design tools. You'll also gain valuable insights into performance optimization, accessibility, and collaboration strategies, ensuring you have the complete toolkit to excel in your field.By the end of this workshop, you?ll have gained a solid understanding of UX and responsive design principles, as well as hands-on experience in applying these concepts to real-world projects. You?ll be able to create more user-friendly, responsive, and accessible websites, and collaborate more effectively with your design and development teams. Introduction to UX and Responsive Design: Understanding User Experience What is UX? Importance of UX in web development UX principles and best practices User-centered design process Responsive Web Design Basics What is Responsive Web Design? Importance of Responsive Design in modern web development Fluid grid layout, flexible images, and media queries Hands-on Activity: Creating a Responsive Layout Designing a simple responsive layout using HTML, CSS, and media queries Breakdown and explanation of the code Testing responsiveness across different devices Mobile-first vs. Desktop-first Approaches Pros and cons of each approach Deciding which approach to use Designing for Different Devices and Screen Sizes Common breakpoints and device considerations Accessibility and usability across devices Typography, color, and other design elements in responsive design Hands-on Activity: Designing for Different Devices Modifying the previously created responsive layout to optimize for various devices Discussion and feedback on designs Advanced UX and Responsive Design Techniques: UX Research and Testing Importance of UX research Usability testing and user feedback A/B testing and heatmaps Navigation and Information Architecture Designing effective and user-friendly navigation Organizing content and information Common navigation patterns in responsive design Hands-on Activity: Designing Navigation for Responsive Websites Adding navigation elements to the previously created responsive layout Testing navigation on different devices and screen sizes Discussion and feedback on navigation designs Responsive Web Design Frameworks and Tools Overview of popular frameworks (Bootstrap, Foundation, etc.) Pros and cons of using frameworks Introduction to design tools (Sketch, Figma, Adobe XD) Hands-on Activity: Exploring Frameworks and Tools Experimenting with a chosen framework or design tool Redesigning the responsive layout using the selected framework/tool Sharing experiences and discussing the benefits and drawbacks UX and Responsive Design Best Practices: Design Patterns and UI Components Common design patterns in responsive web design Designing reusable UI components Consistency and usability in UI components Performance Optimization Importance of performance in responsive design Image optimization and responsive images Minification and concatenation of assets Hands-on Activity: Optimizing Performance (1.5 hours) Applying performance optimization techniques to the responsive layout Testing the improvements in performance Sharing results and discussing best practices Accessibility in UX and Responsive Design Importance of accessibility in web design Accessibility principles (WCAG) Accessible design patterns and techniques Hands-on Activity: Evaluating and Improving Accessibility Assessing the accessibility of the responsive layout Implementing accessibility improvements Testing and discussing the results Design Collaboration and Handoff Collaborating with designers, developers, and stakeholders Effective communication and documentation Design handoff tools and techniques Hands-on Activity: Simulating Design Handoff Participants will work in pairs to simulate a design handoff Reviewing, discussing, and providing feedback on each other's responsive layouts Sharing experiences and lessons learned
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.
Legal offices need more than qualified solicitors—they need reliable, efficient support staff who understand the language and structure of law. The Legal Secretaries Diploma 20-in-1 bundle is your fast-track to becoming an indispensable asset to any legal team. Don’t let job listings pass you by while others are training. Your legal career support pathway starts here. Description From litigation support to employment tribunals and contract management, legal secretaries are vital in ensuring precision and professionalism behind the scenes. This 20-in-1 bundle was developed to help you become hireable in a variety of legal and business settings—equipping you to assist solicitors, manage sensitive documentation, and communicate with confidence. You'll be building skills employers actually look for: a mix of legal knowledge and business office professionalism. It’s a package that will appeal to firms seeking proactive, organised, and legally literate candidates. Whether you're starting out or looking to switch industries, this training is your chance to future-proof your CV without enrolling in an expensive degree. And with 20 high-impact courses bundled into one diploma, the value is undeniable—but the opportunity won’t wait. FAQ Who is this course best suited for? Anyone targeting roles such as legal secretary, legal PA, court clerk, or general office administrator within legal environments. Will this help me land a job in a law firm? Yes. The skills covered are highly applicable to roles in law firms and legal departments. Do I need any qualifications to start? No—this bundle is open to learners at all levels, including those changing careers. Can this support a move into legal PA roles? Definitely. Legal PAs require the blend of legal and administrative skills this bundle delivers. What makes this bundle worth the price? You’re getting 20 career-aligned courses in one diploma—at a fraction of the cost of traditional legal secretary training. What happens if I wait? Legal admin vacancies fill fast. Training today gives you the edge tomorrow.
Boost your employability in the legal and business sectors with the Legal Secretaries Diploma: 8-in-1 Premium Online Courses Bundle — your toolkit for thriving in legal support, virtual assistance, and law firm admin roles. 📄 This diploma teaches you the professional competencies that employers demand: report writing, proofreading, minute taking, property law, criminal law, and business administration. 🧠 Whether applying to legal offices, corporate law departments, or virtual support roles, this training gives your CV the polish and power it needs. 💬 Compete High is consistently rated 4.8 on Reviews.io and 4.3 on Trustpilot. 📝 Description Legal secretaries play a vital role in how law offices function. From handling confidential documents to drafting communications, accuracy and legal awareness are key. Great for: Virtual legal assistants Admins in legal or compliance teams Office support in law and property firms Entry into paralegal support roles Gain career-defining skills in: Report writing and editing Minute taking and legal documentation Admin and property law fundamentals ❓ FAQ Q: Is this suitable for beginners? A: Yes — it’s perfect for those new to the legal or administrative field. Q: Does this suit remote work goals? A: Absolutely — virtual assistant roles are rising, and this bundle supports those ambitions. Q: Is the provider reputable? A: Compete High scores 4.8 on Reviews.io and 4.3 on Trustpilot for learner satisfaction.
This Mortgage Advisor bundle provides a no-nonsense route through the key areas of financial services, including property law, client identity checks (KYC), anti-money laundering, and regulatory standards. You’ll also get a working grasp of financial tools like Sage and Xero, which keep things organised on the numbers front. Designed for learners aiming for advisory or support roles in finance and property, this bundle offers insight into the industry expectations without burying you in buzzwords. GDPR, financial analysis, and client data protection are covered in a way that makes the rules clear—and the spreadsheets less daunting. Learning Outcomes: Learn principles of mortgage advice and financial regulations. Understand key property law topics relevant to advising. Explore GDPR and data protection responsibilities. Understand AML and KYC procedures and documentation. Build basic skills in Sage and Xero accounting software. Analyse financial data with structured thinking techniques. Who is this Course For: Future mortgage advisors and financial support staff. Finance students preparing for industry-based knowledge. Property managers improving financial literacy. Bank staff seeking advancement in mortgage services. Insurance and loan officers expanding advisory skills. Small business owners managing client finances. Bookkeepers wanting additional finance qualifications. Anyone interested in financial regulations and tools. Career Path: Mortgage Advisor – £37,000/year Financial Assistant – £28,000/year Compliance Officer – £39,000/year Property Manager – £35,000/year Finance Administrator – £26,000/year Bookkeeper – £27,000/year
Launch your career in civil engineering, architecture, and design with the Computer-Aided Design (CAD): 8-in-1 Premium Online Courses Bundle. Featuring Autocad, Drawing, Architecture, Report Writing, Interior Design, UX, Civil Engineering, and Communication Skills, this bundle is packed with high-impact keywords employers want. Master Autocad and Drawing to create detailed designs, apply Architecture and Civil Engineering expertise to structural projects, and enhance environments with Interior Design and UX principles. Professional Report Writing and Communication Skills guarantee effective teamwork and documentation. Stay ahead with this cost-effective bundle from trusted provider Compete High, rated 4.8 on Reviews.io and 4.3 on Trustpilot. 🔹 Description Ideal for roles in civil engineering firms, architectural studios, and design consultancies: Develop technical drafting skills with Autocad and Drawing. Apply Architecture and Civil Engineering knowledge to infrastructure projects. Add creativity with Interior Design and user-focused UX design. Communicate effectively through Report Writing and Communication Skills. These keywords, naturally integrated throughout, enhance your profile’s visibility and hiring potential. 🔹 FAQ Q: Can beginners enroll? A: Yes, the bundle supports learners at all levels. Q: How does this bundle increase employability? A: By targeting critical industry keywords, your CV matches what employers are searching for. Q: What about the course quality? A: Compete High holds 4.8 on Reviews.io and 4.3 on Trustpilot, ensuring trusted, career-focused education.
Medical Transcription: Medical Transcription Course Would you wish to work in a respected field such as medical transcription? If yes, you may acquire the information and abilities needed to succeed as a medical transcriptionist by enrolling in our Medical Transcription: Medical Transcription Course on medical transcription. The Medical Transcription: Medical Transcription Course provides an attractive introduction to Medical Transcription. From the Medical Transcription course, you can learn the purpose of Medical Transcription making and how to make medical reports. This Medical Transcription teaches medical languages with other documentation preparation. Moreover, the Medical Transcription course will explain how to communicate and protect the data of medical clients. Enrol in this Medical Transcription: Medical Transcription Course to get a prestigious career ahead. Why choose this Medical Transcription Course from the School of Health Care? Self-paced Medical Transcription Course, access available from anywhere in the world. High-quality study materials that are easy to understand. Medical Transcription Course developed by industry experts. After each module, there will be an MCQ quiz to assess your learning. Assessment results are generated automatically and instantly. 24/7 support is available via live chat, phone call, or email. Free PDF certificate after completing the Medical Transcription Course. Main Course: Medical Transcription Course Free Courses included with Medical Transcription: Medical Transcription Course Course 01: Medical Receptionist and Secretary Course 02: Office Administration [ Note: Free PDF certificate as soon as completing the Medical Transcription: Medical Transcription Course] Medical Transcription: Medical Transcription Course Course Curriculum of Medical Transcription Course Module 01: Introduction to Medical Transcription Module 02: The What, How, Who, and Why of Medical Transcription Module 03: Understanding Medical Reports Module 04: Medical Language Boot Camp Module 05: Medical Specialties, Procedures, Documentation and Communication Module 06: Data Protection Module 07: Medical Editing and Quality Assurance Assessment Method of Medical Transcription Course After completing Medical Transcription Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Apart from this, you do not need to sit for any other assessments. Certification of Medical Transcription Course After completing the Medical Transcription Course, you can instantly download your certificate for FREE. The hard copy of the certification will also be delivered to your doorstep via post, which will cost £13.99. Who is this course for? Medical Transcription: Medical Transcription Course This Medical Transcription training is suitable for anyone including students, job seekers or recent graduates. Requirements Medical Transcription: Medical Transcription Course To enrol in this Medical Transcription: Medical Transcription Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Medical Transcription Course Be energetic and self-motivated to complete our Medical Transcription Course Basic computer Skill is required to complete our Medical Transcription Course If you want to enrol in our Medical Transcription Course, you must be at least 15 years old. Career path Medical Transcription: Medical Transcription Course After completing this Medical Transcription course, you can get jobs like Medical Transcriptionist, Audio Typist, Medical Office Manager and many more!
The course is intended to help design and implement industry-standard frameworks using Appium with TestNG Maven, Jenkins, GitHub, Apache Log4J2, and Extent Reports.
Master Scrum, a popular framework used to develop software applications, using Agile technology. This course provides you with step-by-step instructions for learning Scrum and gaining a strong foundation toward various Scrum certifications. Learn Scrum with a follow-along experience and apply Scrum in your project team at work.
Lab Technician: Complete Lab Technician Training Are you interested in becoming a lab technician or honing your current abilities as one? If so, enrol in this lab technician course to get the skills you need to become more productive and structured. With an emphasis on Lab technician legal concepts, Lab technician best practices and the underlying expertise, the Lab technician course aimed to provide participants with an in-depth understanding of Lab technicians. The Lab Technician role, laboratory safety, ethics, equipment and instruments are explained in the Lab technician course. You will know the medical terminology, documentation, specimen collection and handling as a Lab technician. All the roles of a Lab Technician in pathology, professional development career paths and many more are explained in this lab Technician. Enrol in the Lab technician course to become more productive at work. Special Offers of this Lab Technician: Complete Lab Technician Training Course This Lab Technician: Complete Lab Technician Training Course includes a FREE PDF Certificates. Lifetime access to this Lab Technician: Complete Lab Technician Training Course Instant access to this Lab Technician: Complete Lab Technician Training Course Get FREE Tutor Support to this Lab Technician: Complete Lab Technician Training Course Lab Technician: Complete Lab Technician Training The Lab Technician: Lab Technician course aimed to give participants a comprehensive understanding of lab technicians with an emphasis on legal concepts, industry best practices, and fundamental competency. The role of the lab technician, as well as laboratory safety, ethics, tools, and equipment, are all explained in the lab technician course. You will be conversant with medical terminology, documentation, and the handling and collection of specimens as a lab technician. This lab technician discusses career options for professional advancement, all of the duties of a lab technician in pathology, and much more. Who is this course for? Lab Technician: Complete Lab Technician Training Anyone who is serious about becoming a skilled lab technician is intended for this Lab Technician: Complete Lab Technician Training Course diploma programme in food microbiology with lab technician courses. Requirements Lab Technician: Complete Lab Technician Training To enrol in this Complete Lab Technician Training Course, students must fulfil the following requirements. To join in our Lab Technician: Complete Lab Technician Training Course, you must have a strong command of the English language. To successfully complete our Lab Technician: Complete Lab Technician Training Course, you must be vivacious and self driven. To complete our Lab Technician: Complete Lab Technician Training Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Complete Lab Technician Training Course. Career path Lab Technician: Complete Lab Technician Training Residents of the UK will benefit from this Lab Technician: Complete Lab Technician Training Course training programme as they look for new employment opportunities as lab technicians.