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

5467 Software courses delivered Online

Microsoft SQL Server Development

4.3(43)

By John Academy

Course Overview The database is a must for collecting, saving, sorting and finding out data of your website or software. An effective database can make your software more engaging and interactive. learn how to use Microsoft SQL Server from this Microsoft SQL Server Development course and boost the quality of your software. This Microsoft SQL Server Development course will teach you the functions of databases and querying from scratch. You will learn about Microsoft SQL Server, relational database management systems, various functions, tables and relationships from this course. You will be able to use the database for your software development and management. This course will also teach you the best practices for database development and management. Learning Outcomes Learn how to use Microsoft SQL management studio Familiarize with basic database design Learn how you can use select statements Be able to insert delete or update data into data tables Learn about the best practices for database development Create relationships among multiple tables Learn how you can use foreign keys Be able to create Complex database objects Understand how to backup and restore database Who is this course for? This course is helpful for anyone who wants to learn about the database management system and SQL servers. You will be able to understand the function of the database, logic and usability of the database for your Microsoft SQL server development. Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification After you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path Microsoft SQL Server Development is a useful qualification to possess and would be beneficial for any related profession or industry such as: Software Engineer Web Developers Data Security Officers Database Administrators Database Developers Introduction Introduction to SQL Server and Databases 00:04:00 Download and Install SQL Server Express 00:05:00 Manipulating Tables and Data Connect to Database Instance and Create a Database 00:06:00 Drop or Remove Database 00:04:00 What is a Database Table? 00:02:00 Create an SQL Database Table 00:32:00 Insert Data into the Table with SQL Script 00:15:00 Insert Data into the Table with Management Studio 00:05:00 Select Data from the Table with SQL Script 00:09:00 More Advanced Select Queries Part 1 00:18:00 Update Data in the Table 00:10:00 Update Data in the Table with Management Studio GUI 00:02:00 Delete Data from the Table with SQL Script 00:06:00 Delete Data from the Table with Management Studio GUI 00:01:00 Relationships and Foreign Keys What are Relationships, Foreign Keys and Normalization 00:11:00 Create a Relationship in SQL Server 00:19:00 Insert Records in Related Tables 00:13:00 Run Queries on Related Tables 00:19:00 Left, Right and Full Joins 00:11:00 Group By and Aggregate Functions Grouping Data using SQL GROUP BY Clause 00:12:00 SQL AVG Aggregate Function 00:11:00 SQL COUNT Aggregate Function 00:04:00 SQL MAX and MIN Aggregate Functions 00:04:00 SQL SUM Aggregate Function 00:04:00 Advanced SQL Server Objects and Concepts Create and Manage Views 00:23:00 Scalar Valued Functions 00:27:00 Inline Table Valued Functions 00:09:00 Multi Statement Table Valued Functions 00:12:00 Stored Procedures 00:28:00 Table Triggers 00:19:00 Database Scripting, Backup and Restore 00:15:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft SQL Server Development
Delivered Online On Demand6 hours
£18

Visual Studio Code for C# Developers

By Packt

Visual Studio Code is currently the number #1 IDE among the programmer's community. All the big companies are moving towards using VS Code for active development. Get ahead of the curve and learn to use Visual Studio Code with ease.

Visual Studio Code for C# Developers
Delivered Online On Demand3 hours 12 minutes
£41.99

Introduction to GitLab (TTDV7553)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for The introductory-level course is geared for software developers, project managers, and IT professionals seeking to enhance their understanding and practical skills in version control and collaboration using GitLab. It's also well-suited for those transitioning from another version control system to GitLab, or those responsible for software development lifecycle within their organization. Whether you are an individual looking to boost your proficiency or a team leader aiming to drive productivity and collaboration, this course will provide the necessary expertise to make the most of GitLab's capabilities. Overview This course combines engaging instructor-led presentations and useful demonstrations with valuable hands-on labs and engaging group activities. Throughout the course you'll: Gain a firm understanding of the fundamentals of Git and GitLab, setting a solid foundation for advanced concepts. Learn to effectively manage and track changes in your code, ensuring a clean and reliable codebase. Discover ways to streamline your daily tasks with aliases, stashing, and other GitLab workflow optimization techniques. Develop skills in creating, merging, and synchronizing branches, enabling seamless collaboration and version control. Equip yourself with the knowledge to use Git as a powerful debugging tool, saving time and effort when troubleshooting issues. Understand the basics of continuous integration and continuous deployment (CI/CD) in GitLab, helping you automate the software delivery process. Immerse yourself in the dynamic world of GitLab, a leading web-based platform for version control and collaboration, through our intensive two-day course, GitLab Quick Start. Version control systems, such as GitLab, are the backbone of modern software development, enabling teams to work cohesively and maintain a structured workflow. By mastering GitLab, you can improve efficiency, encourage collaboration, and ensure accuracy and reliability within your projects, adding significant value to your organization. Throughout the course you?ll explore various aspects of GitLab, starting from the fundamental principles of source code management to advanced concepts like rebasing and continuous integration/design. Key topics covered include Git and GitLab basics, reviewing and editing commit history, mastering GitFlow and GitLab Flow, branching and merging strategies, and understanding remote repositories. You'll also learn how to utilize Git as a debugging tool and explore the power of GitLab's built-in CI/CD capabilities. The core value of this course lies in its practical application. You'll learn how to effectively manage changes in code with GitLab, allowing you to maintain audit trails, create reproducible software, and seamlessly move from another version control system. Then you?ll learn how to enhance your workflow efficiency using aliases for common commands, saving changes for later use, and ignoring build artifacts. You?ll also explore GitLab's CI/CD, which will enable you to automate your software delivery process. These hands-on labs will walk you through creating, merging, and synchronizing remote branches, configuring Git, troubleshooting using Git as a debugging tool, and setting up GitLab Runner for CI/CD. Each lab is designed to simulate real-world projects, offering you a first-hand experience in managing and contributing to a version control system like GitLab. Introduction to Source Code Management The Core Principles of Change Management The Power to Undo Changes Audit Trails and Investigations Reproducible Software Changing code-hosting platform Moving from another version control system Git and GitLab Introduction and Basics Introduction to Git GitFlow GitLab Flow Trees and Commits Configuring Git Adding, Renaming, and Removing Files Reviewing and Editing the Commit History Reviewing the Commit History Revision Shortcuts Fixing Mistakes Improving Your Daily Workflow Simplifying Common Commands with Aliases Ignoring Build Artifacts Saving Changes for Later Use (Stashing) Branching Branching Basics Listing Differences Between Branches Visualizing Branches Deleting Branches Tagging Merging Merging Basics Merge Conflicts Merging Remote Branches Remote Repositories Remote Repositories Synchronizing Objects with Remotes Tracking Branches Centralizing and Controlling Access Introduction to GitLab Git Repositories on GitLab Daily Workflow Reviewing Branching and Merging Branch Review Merging Basics Rebasing Rebasing Basics Rebasing with Local Branches Rebasing with Remote Branches Interactive Rebasing Squashing Commits Getting Out of Trouble Git as a Debugging Tool Using the Blame Command to See File History Performing a Binary Search Continuous Integration / Continuous Design (CI/CD) How to install GitLab Runner Adding to our example project Breaking down .gitlab-ci.yml Adding .gitlab-ci.yml to our example project Deconstructing an advanced .gitlab-ci.yml file GitLab CI/CD web UI Optional: Resetting Trees Introduction to Resetting Resetting Branch Pointers Resetting Branches and the Index Resetting the Working Directory Making Good Use of the Reset Command Optional More on Improving Your Daily Workflow Interactively Staging Changes Optional: Including External Repositories Submodules Subtrees Choosing Between Submodules and Subtrees Workflow Management Branch Management

Introduction to GitLab (TTDV7553)
Delivered OnlineFlexible Dates
Price on Enquiry

IT Support Technician Course: Build a Thriving Career in the Tech Industry

4.3(43)

By John Academy

Unlock the doors to a thriving career in the tech industry with our comprehensive IT Support Technician Course. From mastering computer hardware and software to diving into networking, cybersecurity, and cloud computing, gain the skills and knowledge essential for success. Elevate your professional profile with hands-on troubleshooting experience and develop the expertise needed to excel in the dynamic world of information technology. Join us on this transformative journey and build a solid foundation for a rewarding career as an IT Support Technician.

IT Support Technician Course: Build a Thriving Career in the Tech Industry
Delivered Online On Demand
£24.99

No-Code Machine Learning Using Amazon AWS SageMaker Canvas

By Packt

This AWS SageMaker Canvas course will help you become a machine learning expert and will enhance your skills by offering you comprehensive knowledge and the required hands-on experience on this newly launched cloud-based ML tool, by solving real-time industry-based projects, without needing any complex coding expertise.

No-Code Machine Learning Using Amazon AWS SageMaker Canvas
Delivered Online On Demand1 hour 25 minutes
£22.99

SDET/Test Architect Essentials -Road to Full stack QA

By Packt

Advanced Tutorial to Learn essential skills needed to transform your career from QA Engineer to SDET/Test Architect

SDET/Test Architect Essentials -Road to Full stack QA
Delivered Online On Demand15 hours 55 minutes
£37.99

Accredited Web Development Complete Course

By iStudy UK

The Complete guide for Web Development Looking for variety, good pay and career progression? Interested in learning Web developing? Then you have hit the jackpot! The demands are high for web developers as companies try to supersede their competitors' digital presence and e-commerce functionalities. Web developers build and maintain websites and web applications. Although their work usually focuses solely on the underlying software and databases, some web developers work on the interface and visual design while others work on both. In all cases a web developer's primary task is creating reliable and high performing applications and services, which can be accessed over the internet. Web development is also one of the most fastest growing sector of Software development, so the you can guarantee that a job as a Web developer will always be available as long as you keep up with the trend in technology. Accredited Web Development Complete Course is the complete guide on becoming a professional Web Developer and will make you learn all skills demanded by a company when they hire their own Web developer. So take this course and enhance your skills and become a professional Web developer. Course Highlights Accredited Web Development Complete Course 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 Accredited Web Development Complete Course into 263 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 3 days, 5 hours 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 Accredited Web Development Complete Course 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? Accredited Web Development Complete Course 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 Accredited Web Development Complete Course 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.

Accredited Web Development Complete Course
Delivered Online On Demand4 days
£25

Clinical Coding, Medical Coding & Billing Advanced Diploma

4.5(3)

By Studyhub UK

In the ever-evolving landscape of the UK healthcare system, accurate clinical coding has emerged as a critical component for efficient and effective patient care. Recently, the demand for skilled professionals in clinical coding has surged, revealing a pressing need for comprehensive training. Our Clinical Coding, Medical Coding & Billing Diploma offers a robust curriculum designed to equip you with the essential skills to navigate this intricate field. This Clinical Coding, Medical Coding & Billing Diploma Bundle Consists of the following Premium courses: Course 01: Learn Medical Coding Using 3M Software Course 02: Medical coding Training: ICD-10-CM Course 03: Clinical Coding Course 04: Medical & Clinical Administrator Course 05: Medical Coding Training: Develop Inpatient DRG Course 06: Medical Coding Inpatient Training: DRG-PCS Course 07: Clinical Observations Skills Course 08: Human Anatomy, Physiology and Medical Terminology Diploma Course 09: Medical Secretary Course 10: Comprehensive Sepsis Management Course Course 11: Medical Transcription Course 12: Medical Sales Representative Course 13: Medical Terminology Training Course 14: Anaesthetist Training Course 15: Pharmacology Diploma Course 16: Control and Administration of Medicines Online Training Course 17: Consent Training in Healthcare Course 18: Healthcare GDPR Course 19: Infection Control Course Course 20: Medical Law 10 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01: Effective Communication Skills Diploma Course 02: Business Networking Skills Course 03: Influencing and Negotiation Skills Course 04: Delegation Skills Training Course 05: Time Management Course 06: Leadership Skills Training Course 07: Decision Making and Critical Thinking Online Course Course 08: Emotional Intelligence and Social Management Diploma Course 09: Assertiveness Skills Course 10: Touch Typing Complete Training Diploma Learning Outcomes: Upon completion of this Clinical Coding, Medical Coding & Billing Diploma bundle, you should be able to: Decode medical information adeptly using 3M Software for precise coding. Master the complexities of ICD-10-CM, enhancing coding accuracy. Develop in-depth knowledge of clinical coding, including DRG and PCS. Acquire practical clinical observation skills for real-world application. Demonstrate expertise in medical terminology and transcription proficiency. Navigate healthcare administration, pharmacology, and consent training with confidence. Dive into the intricacies of medical coding using cutting-edge 3M Software, master ICD-10-CM coding, and develop expertise in inpatient DRG coding. Immerse yourself in clinical observations, bolstered by a solid foundation in human anatomy, physiology, and medical terminology. From medical administration to anaesthetist training, this diploma covers a spectrum of vital healthcare facets, ensuring you emerge as a well-rounded and sought-after professional. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals aspiring to become proficient medical coders. Professionals seeking to expand their skills in clinical administration. Those interested in medical transcription and healthcare GDPR compliance. Individuals pursuing careers in pharmaceutical sales. Aspiring anaesthetists looking to enhance their medical expertise. Anyone eager to contribute to healthcare through infection control and medical law. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Clinical Coding, Medical Coding & Billing course, all you need is - A smart device A secure internet connection And a keen interest in Clinical Coding, Medical Coding & Billing Career path Clinical Coder: •28,000 - •40,000 per annum Medical Administrator: •22,000 - •35,000 per annum Medical Transcriptionist: •20,000 - •30,000 per annum Anaesthetist Assistant: •25,000 - •45,000 per annum Pharmaceutical Sales Representative: •25,000 - •45,000 per annum Infection Control Officer: •30,000 - •50,000 per annum Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Clinical Coding, Medical Coding & Billing Advanced Diploma
Delivered Online On Demand7 days
£289

C# Object-Oriented Programming for Beginners in C# and .NET

By Packt

Are you feeling confused with various free C# tutorials on OOP? Are you looking for a better approach to learn C# Object-Oriented Programming? Do you feel it is difficult to understand and apply the OOP concepts in C#? Are you seeking a helping hand to learn the object-oriented programming concepts in C# .NET? If you have answered yes to any of the questions above, then this course is for you.

C# Object-Oriented Programming for Beginners in C# and .NET
Delivered Online On Demand2 hours 4 minutes
£41.99

Jewellery Design + 3D Printing using Blender Parametric Smart Objects

By FluidDesigner

Learn to use 3D printing software to design and create your own pendants & earrings. The course is online only but we do also do one to one training as well. If you want to be in the jewellery trade as a designer and seller of modern jewellery or you simply want to create designs for yourself and your family then you should be learning how to create your own designs using apps such as Fluid Designer for 3D Printing.

Jewellery Design + 3D Printing using Blender Parametric Smart Objects
Delivered Online On Demand
£19.99