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

3046 Software Development courses

HTML Web Development for Beginners

4.9(27)

By Apex Learning

Overview Unleash the web development potential with the 'HTML Web Development for Beginners' course. This course is meticulously designed to equip beginners with the essential tools and knowledge to thrive in this burgeoning field.  With comprehensive modules that cover everything from setup and overview, basic tags, headings, lists, links, images, and tables to more advanced topics like meta tags, description lists, presentation, iframe, video, audio, forms, CSS, and JavaScript, the 'HTML Web Development for Beginners' course is your gateway to mastering web development. Grab this opportunity to master the art of web development. Enrol now and take the first step towards a promising and fulfilling career in web development. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this HTML Web Development for Beginners. It is available to all students, of all academic backgrounds. Requirements Our HTML Web Development for Beginners is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 18 lectures • 01:43:00 total length •Module 01: Setup and Overview: 00:10:00 •Module 02: Basic Tags: 00:08:00 •Module 03: Headings: 00:05:00 •Module 04: Lists: 00:06:00 •Module 05: Links: 00:06:00 •Module 06: Images: 00:07:00 •Module 07: Tables: 00:05:00 •Module 08: Advanced Tables: 00:05:00 •Module 09: Meta Tags: 00:06:00 •Module 10: Description Lists: 00:02:00 •Module 11: Presentation: 00:06:00 •Module 12: Iframe: 00:03:00 •Module 13: Video: 00:04:00 •Module 14: Audio: 00:03:00 •Module 15: Forms: 00:09:00 •Module 16: CSS: 00:11:00 •Module 17: JavaScript: 00:07:00 •Resource: 00:00:00

HTML Web Development for Beginners
Delivered Online On Demand1 hour 43 minutes
£12

Oracle 11g PL/SQL Part 2

By iStudy UK

This Oracle 11g PL/SQL Part 2 course will be very advantageous for you to learn about developing database server-side PL/SQL program units within an Oracle database. This course covers a variety of topics which include understanding the basic form and structure of program units stored within the database, building and maintaining stored procedures, functions, packaged programs, and database triggers. In addition to that, you'll take the support of advanced programming techniques such as cursor variables and cursor expressions, which broadly discussed in the course. This course is ideal to prepare yourself for the Oracle certification exams (OCP). Upon successful completion of this course, you'll stand out from your competition while you're chasing your dream job! What Will I Learn? Prepare your environment Introducing Database Program Units Creating and Maintaining Stored Procedures & Functions Creating and Maintaining Packages Advanced Cursor Techniques Using System-Supplied Packages Creating and Maintaining Database Triggers Implementing System Event Triggers Requirements Familiarity with database and programming principles Who is the target audience? Application designers and developers Database administrators Business users and non-technical senior end users Introduction Introduction 00:03:00 Install Oracle XE 00:11:00 SQL Developer Installation 00:00:00 Workstation Setup 00:12:00 Database Program Units Introducing the Database Program Unit 00:19:00 Working with Stored Procedures and Functions Creating Stored Procedures and Functions 00:19:00 Understanding the Parameter Specification 00:23:00 Executing Procedures and Functions 00:26:00 Calling Functions from within SQL 00:13:00 Handling Compilation Errors 00:08:00 Maintaining Stored Procedures and Functions Recompiling and Dropping Programs 00:16:00 Data Dictionary Storage 00:25:00 Managing Dependencies 00:13:00 Tracking Dependencies 00:08:00 Using the Dependency Tracking Utility 00:09:00 Creating and Maintaining Packages What Is a Package? 00:10:00 Creating a Package 00:19:00 Package Definition Information 00:08:00 Advanced Programming Techniques 00:06:00 Using Persistent Global Objects 00:04:00 Including Initialization Logic 00:15:00 Object Oriented Support within Packages 00:14:00 Package Maintenance 00:18:00 Advanced Cursor Techniques Learning to Use Cursor Variables 00:24:00 Advanced Cursor Techniques Weak Cursor Definitions 00:16:00 REFCURSOR Cursor Definition 00:05:00 Using Cursor Expression 00:14:00 Using System Supplied Packages Using the DBMS OUTPUT() Package 00:12:00 Using the UTL FILE() Package 00:30:00 Creating Database Triggers Understanding the Database Trigger 00:23:00 Statement-Level Triggers 00:23:00 Row-Level Triggers 00:12:00 Row Level Trigger Example 1 00:11:00 Row Level Trigger Example 2 00:07:00 Row Level Trigger Example 3 00:08:00 Working with the INSTEAD OF Trigger 00:11:00 Using Triggers within an Application 00:09:00 Trigger Maintenance Using the CALL Statement 00:09:00 Trigger Maintenance Tasks 00:12:00 Work with Multiple Triggers for a Single Table 00:11:00 Handling Mutating Table Issues 00:22:00 Using the Compound Trigger 00:06:00 Working with System Event Triggers What Is a System Event Trigger 00:05:00 Defining Scope 00:04:00 Identifying Available System Events 00:12:00 Conclusion Conclusion 00:02:00 Course Certification

Oracle 11g PL/SQL Part 2
Delivered Online On Demand9 hours 47 minutes
£25

Oracle 11g PL/SQL Part 1

By iStudy UK

The Oracle 11g PL/SQL Part 1 course will focus on giving you the best knowledge of coding and designing PL/SQL and SQL scripts. Initially, you'll learn how to start programming in Oracle PL/SQL. You'll understand the history of PL/SQL, installing Oracle Express Edition, connecting to Database, Relational Database, Oracle SQL in an easy-to-grasp method. This course includes mostly practical examples with explanations which makes it more valuable. Upon successful completion of this course, you can have the pleasure to code in PL/SQL which further help to boost your career. From beginners to expert learner can benefit from this course. So enrol today and see what else is in the Oracle 11g PL/SQL Part 1 course. What Will I Learn? Prepare your environment Work with Oracle database tools Understand and work with language features Work with the DECLARE clause Work with the BEGIN clause Work with the EXCEPTION clause Use explicit cursors Understand and use nested blocks Understand the difference between nested blocks and subprograms Requirements Familiarity with database and programming principles Who is the target audience? Application designers and developers Database administrators Business users and non-technical senior end users Introduction Introduction FREE 00:03:00 Preparing Your Environment Course Setup 00:37:00 Working with Oracle Database Tools Selecting the Appropriate Database Tool 00:31:00 Language Features Understanding PL/SQL 00:18:00 PL/SQL Blocks 00:15:00 Working with SQL Plus 00:11:00 The DECLARE Clause DECLARE Clause Objects 00:16:00 PL/SQL Available Data Types 00:17:00 Declaring Simple Data Types and Assignments 00:12:00 Declaring Complex Data Types and Assignments 00:11:00 Declaring Complex RowTypes and Assignments 00:07:00 Declaring Complex Tables 00:08:00 Declaring Complex Records 00:08:00 Creating and Declaring User-Defined Types 00:09:00 The BEGIN Clause What Can Be Included in the BEGIN Clause 00:07:00 Working with CHAR and VARCHAR2 Variables 00:08:00 Handling String Literals 00:08:00 Working with Numeric Variables 00:07:00 Working with Date Variables 00:06:00 Assigning and Using Boolean Variables 00:08:00 Using Comparison Operators 00:07:00 Using SQL Functions 00:06:00 SQL DML within PL/SQL 00:15:00 Using SELECT 00:07:00 Exceptions and Embedded SQL 00:11:00 Using Sequences 00:14:00 Logic Control and Branching 00:07:00 Using GOTO 00:06:00 Working with LOOPS 00:19:00 Creating and Using the Indefinite Loop 00:07:00 Creating and Using the Conditional Loop 00:08:00 Using Nested Loops 00:12:00 Using the If-Then-Else 00:19:00 Using the CASE Statement 00:18:00 The EXCEPTION Clause What Are the Types of Exceptions 00:06:00 Trapping Exceptions 00:06:00 Identify Exception Details 00:11:00 Creating User-Defined Exceptions 00:11:00 Using SQLCODE and SQLERRM Objects 00:09:00 Understand the Implicit Cursor 00:15:00 Creating User-Defined Events 00:12:00 Explicit Cursors Understanding the Concept and Purpose of Explicit Cursors 00:18:00 Learn about Cursor Attributes 00:10:00 Using the Continue Statement 00:06:00 Working with Updateable Cursors 00:19:00 Creating and Using Cursor Parameters 00:15:00 FOR...LOOP Cursors 00:07:00 Nested Blocks Understanding Nested Blocks 00:11:00 Difference between Global vs Local Objects and Exceptions 00:13:00 Declared Subprograms Subprograms: How They Differ from Nested Blocks 00:18:00 Conclusion Conclusion 00:04:00 Course Certification

Oracle 11g PL/SQL Part 1
Delivered Online On Demand9 hours 54 minutes
£25

iPhone Apps Creating & Marketing Accredited Diploma

By iStudy UK

Apple is one of the leading mobile programs, so developing applications for Apple users can be an immense advantage for a business owner. Apple is appreciated for its high-quality apps and its strict requirements for iOS app developers. Not only is it critical to follow standard practices for acceptance into the App Store, but it's also important for user friendliness and usability. To be able to appreciate these well-developed apps and features, you need to learn about the basic iPhone tricks and updated applications. Through this course, you will learn all about iPhone app development and how you can be part of the organisation which helps in developing iPhone's applications, features, and functions. Course Highlights iPhone Apps Creating & Marketing Accredited Diploma is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed iPhone Apps Creating & Marketing Accredited Diploma into 11 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 6 hours, 30 minutes and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose iPhone Apps Creating & Marketing Accredited Diploma Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? iPhone Apps Creating & Marketing Accredited Diploma is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our iPhone Apps Creating & Marketing Accredited Diploma is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Introduction 00:15:00 Potential Opportunities for Earning 00:30:00 Brainstorming your App Ideas 01:00:00 Developing your App 01:00:00 Marketing your App 01:00:00 Leveraging the App Market 01:00:00 Other Ways to Generate Income with Apps 01:00:00 Conclusion 00:15:00 Resources 00:30:00 Additional Study Material iOS Development 00:00:00 iOS 10 App Essentials 00:00:00 Mock Test Final Exam

iPhone Apps Creating & Marketing Accredited Diploma
Delivered Online On Demand6 hours 30 minutes
£25

Visual Basic and VBScript Masterclass

By Course Cloud

Course Overview Visual Basic is one of the most powerful languages created by one of the largest companies in the world, Microsoft.  In this Visual Basic and VBScript Masterclass, you will learn the basic and advanced functions of Visual Basic - from how to get set up on Windows, to understanding the different data types. It will show you how to perform a wide range of tasks, from working with constructors and destructors, to object orientated programming. Throughout the training, you will be developing your basic programming skills and, which will help you to gain a head start in securing a career in this competitive field. You will gain all the knowledge needed to leverage the incredible technology behind this powerful programming language. This best selling Visual Basic and VBScript Masterclass has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Visual Basic and VBScript Masterclass is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Visual Basic and VBScript Masterclass is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Visual Basic and VBScript Masterclass is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Visual Basic and VBScript Masterclass, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Visual Basic and VBScript Masterclass will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Visual Basic and VBScript Masterclass to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Visual Basic and VBScript Masterclass
Delivered Online On Demand
£25

ChatGPT Masterclass: A Complete ChatGPT Zero to Hero - Level 3 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

ChatGPT Masterclass: A Complete ChatGPT Zero to Hero - Level 3 (QLS Endorsed)
Delivered Online On Demand3 hours
£15

App Development Training: React and Redux

5.0(1)

By Course Gate

Master React and Redux with our comprehensive App Development Training course. Learn to build dynamic web applications, manage state, and integrate with backend services like Firebase. Ideal for aspiring UI/UX developers and frontend developers. Enroll now to start your journey in app development!

App Development Training: React and Redux
Delivered Online On Demand7 hours 18 minutes
£11.99

Coding (C++, Python, JavaScript, Networking & IT)

By Compliance Central

Get ready for an exceptional online learning experience with the Coding (C++, Python, JavaScript, Networking & IT) bundle! This carefully curated collection of 20 premium courses is designed to cater to a variety of interests and disciplines. Dive into a sea of knowledge and skills, tailoring your learning journey to suit your unique aspirations. The Coding, C++ & Python package is dynamic, blending the expertise of industry professionals with the flexibility of digital learning. It offers the perfect balance of foundational understanding and advanced insights. Whether you're looking to break into a new field or deepen your existing knowledge, the Coding, C++ & Python package has something for everyone. As part of the Coding, C++ & Python, you will receive complimentary PDF certificates for all courses in this bundle at no extra cost. Equip yourself with the Coding (C++, Python, JavaScript, Networking & IT) bundle to confidently navigate your career path or personal development journey. Enrol today and start your career growth! This Bundle Comprises the Following Coding (C++, Python, JavaScript, Networking & IT) CPD-accredited courses: Course 01: Introduction to Coding With HTML, CSS, & Javascript Course 02: C++ Development: The Complete Coding Guide Course 03: C# Programming - Beginner to Advanced Course 04: Python Programming: Beginner To Expert Course 05: The Complete MySQL Server from Scratch: Bootcamp Course 06: Kotlin Programming: Android Coding Bible Course 07: Learn Web Development from Scratch Course 08: The Complete Front-End Web Development Course! Course 09: Secure Programming of Web Applications Course 10: JavaScript Project - Game Development with JS Course 11: Bash Scripting, Linux and Shell Programming Course 12: Advanced Diploma in PHP Web Development with MySQL, GitHub & Heroku Course 13: Data Analysis Course 14: R Programming for Data Science Course 15: Learn Ethical Hacking From A-Z: Beginner To Expert Course 16: Cyber Security Awareness Training Course 17: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 18: CompTIA A+ (220-1001) Course 19: Computer Networks Security from Scratch to Advanced Course 20: Microsoft Excel Complete Course What will make you stand out? Upon completion of this online Coding (C++, Python, JavaScript, Networking & IT) bundle, you will gain the following: CPD QS Accredited Proficiency with this Coding, C++ & Python bundle After successfully completing the Coding, C++ & Python bundle, you will receive a FREE PDF Certificate from REED as evidence of your newly acquired abilities. Lifetime access to the whole collection of learning materials in this Coding, C++ & Python bundle The online test with immediate results You can study and complete the Coding, C++ & Python bundle at your own pace. Study for the Coding, C++ & Python bundle using any internet-connected device, such as a computer, tablet, or mobile device. Each course in this Coding (C++, Python, JavaScript, Networking & IT) bundle holds a prestigious CPD accreditation, symbolising exceptional quality. The materials, brimming with knowledge, are regularly updated, ensuring their relevance. This Coding, C++ & Python bundle promises not just education but an evolving learning experience. Engage with this extraordinary collection, and prepare to enrich your personal and professional development. Embrace the future of learning with Coding (C++, Python, JavaScript, Networking & IT), a rich anthology of 30 diverse courses. Our experts handpick each course in the Coding, C++ & Python bundle to ensure a wide spectrum of learning opportunities. This Coding, C++ & Python bundle will take you on a unique and enriching educational journey. The Coding (C++, Python, JavaScript, Networking & IT) bundle encapsulates our mission to provide quality, accessible education for all. Whether you are just starting your career, looking to switch industries, or hoping to enhance your professional skill set, the Coding, C++ & Python bundle offers you the flexibility and convenience to learn at your own pace. Make the Coding, C++ & Python package your trusted companion in your lifelong learning journey. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Coding (C++, Python, JavaScript, Networking & IT) bundle is perfect for: Aspiring Programmers: Individuals interested in learning to program and develop software using popular languages like C++, Python, and JavaScript. IT Professionals: Those working in IT who wish to enhance their programming and networking skills to improve job performance and career prospects. Students in Technology: University or college students pursuing degrees in computer science, information technology, or related fields looking to supplement their studies with practical skills. Career Changers: Professionals aiming to transition into the tech industry and seeking foundational knowledge in programming and network management. Hobbyists and Tech Enthusiasts: Individuals passionate about technology and keen on developing their own projects or improving their understanding of how different aspects of the internet and software work. Requirements You are warmly invited to register for this Coding (C++, Python, JavaScript, Networking & IT) bundle. Please be aware that no formal entry requirements or qualifications are necessary. This curriculum has been crafted to be open to everyone, regardless of previous experience or educational attainment. Career path Upon Coding (C++, Python, JavaScript, Networking & IT) course completion, you can expect to: Software Developer Web Developer Systems Programmer Network Administrator Database Administrator Cybersecurity Analyst Data Scientist AI and Machine Learning Engineer Freelance Programmer Tech Entrepreneur Certificates CPD Certificates Digital certificate - Included

Coding (C++, Python, JavaScript, Networking & IT)
Delivered Online On Demand6 days
£115

Game Testing

4.7(160)

By Janets

Developed and delivered by industry experts, the course materials of this distance learning course will help you hone your game testing abilities. You will learn the procedures of bug testing, logging errors, the general day-to-day operations of working in quality assurance as well as hints and tips for your job search, interviews and putting together an enticing CV. By the end of the course you will be well poised to begin a career in game testing, with an expert diploma attesting to your lesson. 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 Certificate of Achievement Endorsed Certificate of Achievement from the Quality Licence Scheme Once the course has been completed and the assessment has been passed, all students are entitled to receive an endorsed certificate. This will provide proof that you have completed your training objectives, and each endorsed certificate can be ordered and delivered to your address for only £99. Please note that overseas students may be charged an additional £10 for postage. CPD Certificate of Achievement from Janets Upon successful completion of the course, you will be able to obtain your course completion e-certificate. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Endorsement This course and/or training programme has been endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. This course and/or training programme is not regulated by Ofqual and is not an accredited qualification. Your training provider will be able to advise you on any further recognition, for example progression routes into further and/or higher education. For further information please visit the Learner FAQs on the Quality Licence Scheme website. Method of Assessment To successfully complete the course, students will have to take an automated multiple-choice exam. This exam will be online and you will need to score 60% or above to pass the course. After successfully passing the exam, you will be able to apply for Quality Licence Scheme endorsed certificate of achievement. To verify your enhanced skills in the subject, we recommend that you also complete the assignment questions. These can be completed at any time which is convenient for yourself and will be assessed by our in-house specialised tutors. Full feedback will then be given on your current performance, along with any further advice or support. Who is this course for? Game Testing is suitable for anyone who want to gain extensive knowledge, potential experience and expert skills in the related field. This is a great opportunity for all student from any academic backgrounds to learn more on this subject.

Game Testing
Delivered Online On Demand3 weeks
£9.99

JumpStart to Jira for Administrators | Jira Administration (TTDV7540)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This is an introductory-level course for Administrators who are new to Jira (this is NOT for experienced Jira admin or users). Students should have a background in basic administration. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Working in a hands-on learning environment, exploring several practical use cases that provide context as to where and when to use Jira, students will learn about: user management global and project permissions project roles schemes configuration of issue types, workflows, and screens Tracking issues is a critical component of any project management strategy. JIRA provides a web based single repository for creating, tracking and reporting on feature requests, bugs reported, or managing workflow. Geared for administrators new to Jira, JumpStart to Jira for Administrators | Jira Administration is a two-day, hands-on course that explores the most important tasks required to set up Jira, providing students with ample hands-on experience using common administration tasks. This hands-on course enables the Student to administer a JIRA instance and ?learn by doing?. The focus of this course is on Best Practices, and practical skills. Getting started with JIRA Administration JIRA conceptual review Core concepts Terminology Infrastructure JIRA roles Groups vs Roles Overview Project roles Creating a role Project scaling JIRA User management Project Resolution Project status Resolved status Resolution date Schemes Overview Project scope schemes Adding users to schemes Issue type schemes Notification schemes Permission schemes Issue security schemes working with schemes JIRA as a Platform Overview What can be configured Basic JIRA project setup Advanced project setup Workflows Overview Designing a workflow Defining a workflow Implementing a workflow Deploying workflows Workflow events Transitions and sub-tasks Custom Fields Overview Field types Field context Limiting contexts Adding contexts Screens and field configuration Best practices for custom fields User Lifecycle Overview Adding users Adding third-party users Modifying users Deactivating users Remote JIRA Access Overview Emails SQL REST Webhooks XML and RSS Command Line Interface Integrating JIRA with other applications Migrating Data into JIRA Overview Migration steps The CSV importer JIRA cloud migration Summary and Best Practices Looking back at the ?Big Picture? Optional - Jira Certification Prep Review Additional course details: Nexus Humans JumpStart to Jira for Administrators | Jira Administration (TTDV7540) 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 JumpStart to Jira for Administrators | Jira Administration (TTDV7540) 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.

JumpStart to Jira for Administrators | Jira Administration (TTDV7540)
Delivered OnlineFlexible Dates
Price on Enquiry