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

2000 Courses

Masterclass in Parent Carer Trauma for Practitioners

5.0(1)

By Born at the Right Time

An E-Learning Course by Born at the Right Time Created by Rachel Wright, with leading voices in the field Welcome to the Masterclass in Parent Carer Trauma Going beyond awareness to meaningful action This powerful and timely course explores the trauma experienced by parent carers. Drawing on the latest research and the expertise of professionals with lived experience, this course offers practical, responsive strategies for professionals working across health, education, and social care. Parent carers are often navigating extreme and ongoing stress while advocating for their children and working alongside hard working practitioners within often fragmented and uncoordinated systems. This course helps to understand, recognise, and respond to that trauma with empathy, authority, and actionable care. As with all Born at the Right Time training, this course will be Rooted in Lived Experience Informed by Research Delivering Actionable Solutions Who This Course is For? This masterclass is for professionals working in Special Educational Needs (SEN), health, education, and social care, including those in face-to-face, managerial, and commissioning roles. This is not a course in clinical diagnosis or treatment of trauma. Rather, it is designed for the many non-trauma specialist professionals who routinely work alongside families. It is for the myriad of practitioners whose interactions can either unintentionally cause harm or become a source of empowerment. What You’ll Gain A clear understanding of how trauma is expressed in parent carers Insight into systems-generated trauma and the unintended potential harm from repetitive assessments, fragmented services, and disempowering practices Knowledge of the impact of trauma on parent carer health and well-being, including suicide risk The unseen negative impact parent carer trauma has on practitioners and the systems they work within Practical strategies to create safe, trusting relationships with parent carers Communication strategies that prioritise empathy, respect, and emotional regulation A trauma-informed lens that supports collaboration, co-production and personalised care Reflection opportunities to consider how you and your service can make meaningful change Learn From Leading Voices This course features insights and teaching from some of the most respected names in the fields of trauma, disability, and parent carer lived experience including: Dr Joanna Griffin – Counselling Psychologist, parent carer, author of Day by Day, and founder of Affinity Hub Dr Julie Calveley – Learning Disability Nurse, Founder of NAC, specialising in trauma and wellbeing in people with complex disabilities Dr Ana Aiello – completed her PhD at the School of Law, University of Leeds. Currently working as the Cerebra Postdoctoral Researcher at Leeds University. Dr Siobhan O’Dwyer – Associate Professor in Social Care at Birmingham University, leading international research into parent carer suicide and homicide Dr George Julian – Journalist and knowledge transfer consultant focused on the deaths of learning disabled and autistic people Elly Chapple – Dynamic speaker, inclusion advocate and change-maker, known for her message to #FlipTheNarrative Why This Matters Parent carers save the UK economy over £132 billion annually through their unpaid labour (Carers UK, 2020), yet face chronic stress and deteriorating health outcomes (Miodrag & Hodapp, 2010; Fraser, 2023). Systems often inadvertently cause further trauma, eroding trust and damaging relationships. As a practitioner, you have the power to reduce harm and promote a safe, collaborative environment. By understanding trauma and responding with empathy, clarity, and purpose—you can help create environments that promote safety, dignity, and growth. Course Features Interactive content and reflection activities Real-life case studies and downloadable tools Evidence-informed strategies you can apply immediately Learn at your own pace, anytime Certificate of completion provided Testimonials Take the Next Step Join a community of professionals who are reimagining what it means to work with families. This course is a call to action—one that moves beyond awareness into meaningful, compassionate practice. ➡️ Enrol now in the Masterclass in Parent Carer Trauma. Inclusion and Diversity Statement We acknowledge that trauma is experienced differently depending on intersectional identities. Race, gender, sexuality, disability, culture, and class profoundly shape how families encounter and navigate trauma. At Born at the Right Time, we are committed to inclusive, equitable practice that recognises and values the rich diversity of all families. We strive to amplify marginalised voices and challenge the structural inequalities that continue to impact outcomes for parent carers and their children. Content Warning This course contains accounts of traumatic lived experiences, including discussions of suicide, homicide, and systemic injustice. We encourage participants to engage with care and consider their own wellbeing while participating in this training. This is a flexible e-learning course, which can also be delivered in-person by Born at the Right Time’s experienced trainers. To book a bespoke session focused on your specific objectives, context and learner needs, email: training@bornattherighttime.com

Masterclass in Parent Carer Trauma for Practitioners
Delivered Online On Demand4 hours
£210

Python With Data Science

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Audience: Data Scientists, Software Developers, IT Architects, and Technical Managers. Participants should have the general knowledge of statistics and programming Also familiar with Python Overview ? NumPy, pandas, Matplotlib, scikit-learn ? Python REPLs ? Jupyter Notebooks ? Data analytics life-cycle phases ? Data repairing and normalizing ? Data aggregation and grouping ? Data visualization ? Data science algorithms for supervised and unsupervised machine learning Covers theoretical and technical aspects of using Python in Applied Data Science projects and Data Logistics use cases. Python for Data Science ? Using Modules ? Listing Methods in a Module ? Creating Your Own Modules ? List Comprehension ? Dictionary Comprehension ? String Comprehension ? Python 2 vs Python 3 ? Sets (Python 3+) ? Python Idioms ? Python Data Science ?Ecosystem? ? NumPy ? NumPy Arrays ? NumPy Idioms ? pandas ? Data Wrangling with pandas' DataFrame ? SciPy ? Scikit-learn ? SciPy or scikit-learn? ? Matplotlib ? Python vs R ? Python on Apache Spark ? Python Dev Tools and REPLs ? Anaconda ? IPython ? Visual Studio Code ? Jupyter ? Jupyter Basic Commands ? Summary Applied Data Science ? What is Data Science? ? Data Science Ecosystem ? Data Mining vs. Data Science ? Business Analytics vs. Data Science ? Data Science, Machine Learning, AI? ? Who is a Data Scientist? ? Data Science Skill Sets Venn Diagram ? Data Scientists at Work ? Examples of Data Science Projects ? An Example of a Data Product ? Applied Data Science at Google ? Data Science Gotchas ? Summary Data Analytics Life-cycle Phases ? Big Data Analytics Pipeline ? Data Discovery Phase ? Data Harvesting Phase ? Data Priming Phase ? Data Logistics and Data Governance ? Exploratory Data Analysis ? Model Planning Phase ? Model Building Phase ? Communicating the Results ? Production Roll-out ? Summary Repairing and Normalizing Data ? Repairing and Normalizing Data ? Dealing with the Missing Data ? Sample Data Set ? Getting Info on Null Data ? Dropping a Column ? Interpolating Missing Data in pandas ? Replacing the Missing Values with the Mean Value ? Scaling (Normalizing) the Data ? Data Preprocessing with scikit-learn ? Scaling with the scale() Function ? The MinMaxScaler Object ? Summary Descriptive Statistics Computing Features in Python ? Descriptive Statistics ? Non-uniformity of a Probability Distribution ? Using NumPy for Calculating Descriptive Statistics Measures ? Finding Min and Max in NumPy ? Using pandas for Calculating Descriptive Statistics Measures ? Correlation ? Regression and Correlation ? Covariance ? Getting Pairwise Correlation and Covariance Measures ? Finding Min and Max in pandas DataFrame ? Summary Data Aggregation and Grouping ? Data Aggregation and Grouping ? Sample Data Set ? The pandas.core.groupby.SeriesGroupBy Object ? Grouping by Two or More Columns ? Emulating the SQL's WHERE Clause ? The Pivot Tables ? Cross-Tabulation ? Summary Data Visualization with matplotlib ? Data Visualization ? What is matplotlib? ? Getting Started with matplotlib ? The Plotting Window ? The Figure Options ? The matplotlib.pyplot.plot() Function ? The matplotlib.pyplot.bar() Function ? The matplotlib.pyplot.pie () Function ? Subplots ? Using the matplotlib.gridspec.GridSpec Object ? The matplotlib.pyplot.subplot() Function ? Hands-on Exercise ? Figures ? Saving Figures to File ? Visualization with pandas ? Working with matplotlib in Jupyter Notebooks ? Summary Data Science and ML Algorithms in scikit-learn ? Data Science, Machine Learning, AI? ? Types of Machine Learning ? Terminology: Features and Observations ? Continuous and Categorical Features (Variables) ? Terminology: Axis ? The scikit-learn Package ? scikit-learn Estimators ? Models, Estimators, and Predictors ? Common Distance Metrics ? The Euclidean Metric ? The LIBSVM format ? Scaling of the Features ? The Curse of Dimensionality ? Supervised vs Unsupervised Machine Learning ? Supervised Machine Learning Algorithms ? Unsupervised Machine Learning Algorithms ? Choose the Right Algorithm ? Life-cycles of Machine Learning Development ? Data Split for Training and Test Data Sets ? Data Splitting in scikit-learn ? Hands-on Exercise ? Classification Examples ? Classifying with k-Nearest Neighbors (SL) ? k-Nearest Neighbors Algorithm ? k-Nearest Neighbors Algorithm ? The Error Rate ? Hands-on Exercise ? Dimensionality Reduction ? The Advantages of Dimensionality Reduction ? Principal component analysis (PCA) ? Hands-on Exercise ? Data Blending ? Decision Trees (SL) ? Decision Tree Terminology ? Decision Tree Classification in Context of Information Theory ? Information Entropy Defined ? The Shannon Entropy Formula ? The Simplified Decision Tree Algorithm ? Using Decision Trees ? Random Forests ? SVM ? Naive Bayes Classifier (SL) ? Naive Bayesian Probabilistic Model in a Nutshell ? Bayes Formula ? Classification of Documents with Naive Bayes ? Unsupervised Learning Type: Clustering ? Clustering Examples ? k-Means Clustering (UL) ? k-Means Clustering in a Nutshell ? k-Means Characteristics ? Regression Analysis ? Simple Linear Regression Model ? Linear vs Non-Linear Regression ? Linear Regression Illustration ? Major Underlying Assumptions for Regression Analysis ? Least-Squares Method (LSM) ? Locally Weighted Linear Regression ? Regression Models in Excel ? Multiple Regression Analysis ? Logistic Regression ? Regression vs Classification ? Time-Series Analysis ? Decomposing Time-Series ? Summary Lab Exercises Lab 1 - Learning the Lab Environment Lab 2 - Using Jupyter Notebook Lab 3 - Repairing and Normalizing Data Lab 4 - Computing Descriptive Statistics Lab 5 - Data Grouping and Aggregation Lab 6 - Data Visualization with matplotlib Lab 7 - Data Splitting Lab 8 - k-Nearest Neighbors Algorithm Lab 9 - The k-means Algorithm Lab 10 - The Random Forest Algorithm

Python With Data Science
Delivered OnlineFlexible Dates
Price on Enquiry

Software Testing

By Compete High

🚀 Unlock the Power of Quality Assurance with Our Software Testing Course! 🚀 Are you ready to take your career in the tech industry to new heights? Dive into the world of software testing and equip yourself with the essential skills needed to ensure top-notch quality in every digital product! Our comprehensive Software Testing course is your gateway to mastering the art of detecting bugs, ensuring functionality, and delivering seamless user experiences.   Why Software Testing Matters? In today's fast-paced digital landscape, flawless software performance is non-negotiable. Every glitch, bug, or malfunction can cost a company its reputation, customers, and revenue. That's where software testing comes into play. By meticulously examining code, analyzing system functionalities, and running rigorous tests, software testers play a crucial role in identifying and rectifying issues before they escalate.   Benefits of Our Software Testing Course Stay Ahead of the Curve: In an industry that's constantly evolving, staying stagnant is not an option. Our course provides you with the latest techniques, tools, and methodologies in software testing, ensuring you're always ahead of the curve. Enhance Product Quality: Become the guardian of quality by learning how to conduct thorough tests that identify even the most elusive bugs. With your expertise, you'll contribute to the creation of robust, reliable software that delights users. Boost Employability: Employers are constantly on the lookout for skilled software testers who can ensure their products meet the highest standards. By completing our course, you'll enhance your employability and open doors to exciting career opportunities. Save Time and Resources: Catching bugs early in the development process saves both time and resources. Our course teaches you how to implement efficient testing strategies, helping companies streamline their workflows and minimize costly rework. Earn Recognition and Respect: As a proficient software tester, you'll earn the respect of your peers and recognition from industry leaders. Your ability to deliver flawless software solutions will position you as a valuable asset in any organization.   Who is This For? Our Software Testing course is perfect for: Aspiring QA Engineers Software Developers looking to expand their skillset IT Professionals interested in quality assurance Students pursuing a career in technology Anyone passionate about ensuring top-notch software quality No matter your background or experience level, if you're eager to dive into the world of software testing, this course is for you!   Career Path Upon completing our Software Testing course, you'll be well-equipped to pursue a variety of exciting career paths, including: Quality Assurance Engineer: As a QA engineer, you'll be responsible for ensuring that software products meet the highest quality standards. You'll design and execute tests, identify defects, and collaborate with developers to resolve issues. Test Automation Engineer: Automation is becoming increasingly essential in software testing. As a test automation engineer, you'll leverage tools and scripts to automate repetitive testing tasks, improving efficiency and accuracy. Software Development Engineer in Test (SDET): SDETs combine development and testing skills to create robust testing frameworks and tools. They play a crucial role in ensuring the reliability and scalability of software systems. Quality Assurance Manager: With experience and expertise, you could advance to a managerial role overseeing QA teams and processes. Quality assurance managers are responsible for setting testing standards, optimizing workflows, and ensuring the overall quality of deliverables.   Don't Miss Out on This Opportunity! Are you ready to embark on an exciting journey into the world of software testing? Enroll in our Software Testing course today and unlock the door to a rewarding career in quality assurance. Join thousands of satisfied students who have transformed their careers with our comprehensive training program. Don't wait - secure your future in tech today!   FAQ (Frequently Asked Questions) - Software Testing Q1: What is software testing, and why is it important? Software testing is the process of evaluating a software application or system to ensure that it meets specified requirements and works as expected. It involves executing a program or system with the intent of finding errors or bugs and verifying that the software meets its quality and performance objectives. Testing is crucial for several reasons: It helps identify and fix defects or bugs early in the development process, reducing the cost of fixing issues later. It ensures that the software meets user requirements and expectations, enhancing user satisfaction. Testing improves the reliability, usability, and performance of software applications, thereby increasing their overall quality. It helps build confidence in the software's correctness and functionality, leading to better adoption and success in the market. Q2: What are the different types of software testing? There are various types of software testing, each serving different purposes and objectives: Unit Testing: Tests individual components or modules to ensure they function correctly in isolation. Integration Testing: Verifies that multiple components work together as expected when integrated. System Testing: Evaluates the entire system's functionality and performance in the context of the intended environment. Acceptance Testing: Validates that the software meets user requirements and is ready for deployment. Regression Testing: Ensures that changes or updates to the software do not adversely affect existing functionality. Performance Testing: Evaluates the software's responsiveness, scalability, and stability under different workload conditions. Security Testing: Identifies vulnerabilities and weaknesses in the software to prevent unauthorized access or data breaches. Q3: When should testing be performed in the software development lifecycle? Testing should be integrated into the software development lifecycle from the early stages and conducted iteratively throughout the process. Ideally, testing starts as soon as individual components or modules are developed and continues through integration, system development, and acceptance testing phases. Iterative testing allows for early detection and resolution of issues, reducing the risk of defects accumulating and impacting the final product. Q4: What are some common challenges in software testing? Incomplete or unclear requirements: Lack of clear specifications can make it challenging to determine what to test. Time and resource constraints: Limited time and resources may restrict the extent of testing that can be performed. Changing requirements: Frequent changes in requirements can lead to scope creep and require retesting. Complexity of software: Testing complex systems with intricate dependencies can be challenging and time-consuming. Test environment setup: Creating and maintaining test environments that mimic production can be complex and costly. Effective communication: Ensuring clear communication among stakeholders, developers, and testers is essential for successful testing. Course Curriculum Module 1 Introduction to Software Engineering Introduction to Software Engineering 00:00 Module 2 Software Design Principles and Testing Software Design Principles and Testing 00:00 Module 3 Software Maintenance and Evolution Software Maintenance and Evolution 00:00 Module 4 Software Project Management Software Project Management 00:00 Module 5 Software Configuration Management Software Configuration Management 00:00 Module 6 Software Project Metrics and Measurement Software Project Metrics and Measurement 00:00

Software Testing
Delivered Online On Demand6 hours
£4.99

Advanced Diploma in Operations Management at QLS Level 7

4.8(9)

By Skill Up

Level 7 QLS Endorsed Diploma | 180 CPD Points | +Gifts: QLS Certificate + PDF Certificate | 24/7 Learner Support

Advanced Diploma in Operations Management at QLS Level 7
Delivered Online On Demand3 weeks
£111

Adobe Captivate 2019 - Beyond The Essentials

By Nexus Human

Duration 2 Days 12 CPD hours Overview - You will learn advanced Adobe Captivate concepts. - You will learn to create highly interactive software simulation and to control the text that appears in the recording?s text captions by editing Captivates text capture templates. - You will create responsive lessons (using Fluid Boxes and Breakpoints) that automatically reflow to fit just about any kind of display including desktops, laptops, tablets, and smart phones. - Learn new features that Captivate now supports; such as, Virtual Reality with 360-degree images and videos along with interactive videos. - Fine-tune your Captivate production skills by leveraging object styles, master slides, themes, and advanced actions. - Engage your learners by adding variables, widgets, and learner interactions (including drag and drop) to your eLearning. - Learn to create object styles, apply them globally, and import and export them. Knock large projects down to size by learning to create branch groups. - Create branching scenarios that allow learners to plot their own path through your course. - You will also learn to create templates. - Ensure your eLearning can be used by people with disabilities by adding such 508-compliant features as accessibility text, keyboard shortcuts, and closed captions. - Enable Captivates reporting features and, along the way, learn about Learning Management Systems, SCORM, SCOs, Manifests, and content packages. A course that teaches the higher-end, more advanced functionality of Adobe Captivate 2019. 1 - INTERACTIVE SOFTWARE SIMULATIONS AND CAPTION PRE-EDITING Rehearse a Script Set Recording Preferences Record a Simulation Edit a Text Capture Template 2 - OBJECT STYLES, PROJECT SHARING, AND BRANCHING Create a New Style Apply an Object Style Globally Export and Import an Object Style Name a Slide Copy/Paste Project Assets Use Buttons to Create a Branch Explore the Branching View Create a Branch Group 3 - VARIABLES AND WIDGETS Add Project Information Insert a System Variable Edit a System Variable Create a User Variable Use a Variable to Gather Learner Data Insert and Format a Widget 4 - INTERACTIVE VIDEOS AND VIRTUAL REALITY Insert an Interactive Video Add Bookmarks Add Slide Overlays Create a Virtual Reality Project Add a Text Hotspot Add an Audio Hotspot Add a Quiz to a Virtual Reality Project 5 - INTERACTIONS Insert a Process Circle Create a Basic Drag and Drop Interaction Manage Drag and Drop Buttons and Write Captions Create a ?Trick? Retry Slide Explore an Advanced Drag and Drop Project Create an Advanced Drag and Drop Interaction Change the States of a Smart Shape Use States to Swap Images 6 - ACCESSIBLE ELEARNING Set Document Information Enable Accessibility Add Accessibility Text to Slides Import Slide Audio Add Shortcut Keys Add Closed Captions Set a Tab Order 7 - ADVANCED ACTIONS Use a Completed Action Name Objects Create a Mask Control Object Visibility Create a Standard Advanced Action, Attach an Action to a Button Group Timeline Objects Create a Variable Create a Conditional Action Create Decision Blocks 8 - PROJECT TEMPLATES AND MASTER SLIDES Work with the Main Master Slide Work with Content Masters Apply a Master to Filmstrip Slides Edit a Master Apply a Theme Create a Custom Theme Review a Template Create a Project Based on a Template Create a Project Template 9 - RESPONSIVE PROJECTS Customize Breakpoints Save a Standard Project As Responsive Insert and Name Fluid Boxes Resize Fluid Boxes Add Content to Fluid Boxes Switch Modes Use the Position Inspector Modify a Single Breakpoint Exclude from View Add a New Breakpoint Position and Link Objects Edit Breakpoint Object Styles 10 - REPORTING RESULTS Set Quiz Reporting Options Create a Manifest File Report a Button Interaction Adjust Slide Object Interaction Preview in SCORM Cloud Publish a Content Package Create an Inquisiq LMS Account Create an LMS Course Attach a Lesson to a Course Test an eLearning Course Additional course details: Nexus Humans Adobe Captivate 2019 - Beyond The Essentials 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 Adobe Captivate 2019 - Beyond The Essentials 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.

Adobe Captivate 2019 - Beyond The Essentials
Delivered OnlineFlexible Dates
Price on Enquiry

An Appreciation of Fine Chocolate: Micro-learning & Tasting Box

By Kathryn Laverack

Are you ready to unlock the secrets of fine chocolate? Whether you're a chocolate lover or just starting your journey into the world of craft chocolate, this beginner-friendly course is your gateway to understanding, appreciating, and distinguishing finely crafted, fine-flavour chocolate from regular chocolate. This self-paced, on-demand video course is designed to guide you through the fascinating journey of chocolate—from its origins to the art of tasting like a professional.

An Appreciation of Fine Chocolate: Micro-learning & Tasting Box
Delivered Online On Demand3 hours
£54.95

The Hot Actors Live Training Course

4.0(1)

By JJFILMworks London Ltd Film School

Transform Your Passion Into Performance** 🌟 Are you ready to take the spotlight and make your acting dreams a reality? Whether you're a budding actor or looking to enhance your skills, our 6-week online acting course is designed to help you shine on stage and screen.

The Hot Actors Live Training Course
Delivered OnlineFlexible Dates
£499

Corporate Process & Maintenance

By NextGen Learning

Corporate Process & Maintenance Course Overview: The "Corporate Process & Maintenance" course provides a comprehensive understanding of core administrative and operational processes within a corporate environment. It covers essential tasks such as managing priorities, maintaining office resources, and effectively communicating expectations. Learners will develop the skills necessary to initiate and complete tasks efficiently while managing administrative responsibilities. The course is designed to enhance organisational abilities and foster professional growth, making it valuable for anyone aiming to streamline corporate operations and improve workplace productivity. By the end of the course, learners will be equipped with the skills to manage office processes with confidence and precision. Course Description: This course delves into key aspects of corporate maintenance and process management, focusing on improving office operations. Key topics include prioritising and completing tasks, mastering communication and expectation management, and leveraging email software for strategic purposes. Learners will explore how to maintain office resources, provide administrative services like document production, and handle meeting necessities. Throughout the course, learners will gain valuable insights into effective office management, improving both individual and organisational performance. The course is structured to facilitate a deep understanding of corporate processes and ensure learners are prepared to handle various office-related responsibilities with efficiency and clarity. Corporate Process & Maintenance Curriculum: Module 01: Responsibility For Initiating And Completing Tasks Module 02: Managing Priorities And Time Module 03: Communicating And Managing The Expectations Module 04: Strategic Approach & Use Of Email Software Module 05: Maintenance Of Office Resources Module 06: Providing Administrative Services: Document Production Module 07: Meeting Necessaries & Documents (See full curriculum) Who is this course for? Individuals seeking to develop their office management skills Professionals aiming to enhance their organisational efficiency Beginners with an interest in corporate operations Those looking to improve administrative capabilities in the workplace Career Path Office Administrator Executive Assistant Administrative Coordinator Operations Manager Office Manager

Corporate Process & Maintenance
Delivered OnlineFlexible Dates
£7.99

Creating Subtitle Files Using AI (On Demand Workshop)

5.0(3)

By Clockwork Eye Video

If you are creating videos and either spending loads of time creating the subtitle files or even paying to have them created then look no further. This simple and easy exercise will enable you to create subtitles in seconds and is as easy as copy and paste.

Creating Subtitle Files Using AI (On Demand Workshop)
Delivered Online On Demand10 minutes
£20

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