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

2987 Software Development courses delivered Online

Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts)

By Packt

This compact crash course teaches learners to optimize their Microsoft Power BI use, gain insights into circular dependency errors and the new DAX functions, and use Power BI template files to enhance data modeling/analysis. The course provides guidance and real-world examples to streamline Power BI projects and achieve data visualization goals effectively.

Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts)
Delivered Online On Demand2 hours 5 minutes
£41.99

Level 3 Diploma in C++ Programming

4.3(43)

By John Academy

[vc_row][vc_column][vc_column_text] Description: Want to fast-track your career in computer engineering? After learning the programming basics of C++, it's time to take your coding skills to the next level with this Level 3 diploma in C++ Programming Course. C++ is one of the most useful object-oriented programming languages out there, and is the leading language for video game and web development. This online course is designed for those who have prior programming experience. C++ is an object-oriented (OO) programming language which offers greater reliability and efficiency than older, more structured programming methods. It is a well-established, mainstream language used across a broad range of applications. This course covers key topics such as array indexing, unions, function pointers, standard library strings, building blocks and more. Certify your skills in software engineering, join the community of C++ coders and start learning essential computer programming skills from the comfort of your own home! Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Level 3 Diploma in C++ Programming is certified by CPD Qualifications Standards and CiQ. 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 background. Requirements Our Level 3 Diploma in C++ Programming 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 After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market.[/vc_column_text][/vc_column][/vc_row] Level 3 Diploma in C++ Programming Classes and Structs FREE 00:22:00 Enums 00:14:00 Unions 00:16:00 Introduction to Pointers 00:11:00 Pointers and Array Indexing 00:12:00 Using Const with Pointers 00:09:00 Pointers to String Literals 00:12:00 References 00:14:00 Smart Pointers 00:22:00 Arrays 00:15:00 Standard Library Strings 00:13:00 More Standard Library Strings 00:18:00 Functions 00:18:00 More Functions 00:16:00 Function Pointers 00:15:00 Control Statements 00:18:00 Mock Exam Mock Exam- Level 3 Diploma in C++ Programming 00:20:00 Final Exam Final Exam- Level 3 Diploma in C++ Programming 00:20:00 Order Your Certificates and Transcripts Order Your Certificates and Transcripts 00:00:00

Level 3 Diploma in C++ Programming
Delivered Online On Demand4 hours 45 minutes
£21

Build Web Applications with Django and PostgreSQL

By Xpert Learning

About Course Building Web Applications with Django and PostgreSQL: Master the Complete Stack Learn to build modern and robust web applications with one of the most popular and powerful tech stacks: Django and PostgreSQL. In this comprehensive course, you will learn: The fundamentals of Django, including setting up a development environment, creating models, views, and templates, and handling user authentication and authorization. How to work with Django's built-in admin interface and form files. Advanced topics, such as working with Django's ORM (Object-Relational Mapping) to interact with the PostgreSQL database, handling form submissions, and integrating third-party libraries. Best practices for structuring Django projects, handling user sessions, and securing your web applications against common web vulnerabilities. You will also gain hands-on experience in using PostgreSQL as your database backend, including: Designing database schemas Performing CRUD (Create, Read, Update, Delete) operations Optimizing database performance Throughout the course, you will work on practical projects that will allow you to apply the concepts you've learned and build real-world web applications. By the end of this course, you will be able to: Create dynamic and interactive web applications with Django and PostgreSQL. Build secure, scalable, and maintainable web applications. Become a skilled and proficient web developer. This course is perfect for: Beginners who want to learn how to build web applications from scratch. Experienced web developers who want to learn how to use Django and PostgreSQL. Anyone who wants to learn how to build modern and robust web applications. Enroll today and start your journey to becoming a Django and PostgreSQL expert! Bonus: Get access to the instructor's personal collection of Django and PostgreSQL resources. Why learn Django and PostgreSQL? Django and PostgreSQL are two of the most popular and powerful technologies for building web applications. Django is a popular web framework written in Python that allows developers to build robust and scalable web applications quickly and efficiently. PostgreSQL is a powerful open-source relational database management system known for its reliability and performance. Learning Django and PostgreSQL will give you a significant advantage in the job market and allow you to build more complex and sophisticated web applications. Here are some of the benefits of learning Django and PostgreSQL: Django is a popular web framework with a large and active community. This means that there is a wealth of resources available to help you learn Django and get help when you need it. Django is a powerful and versatile web framework that can be used to build a wide variety of web applications, from simple websites to complex e-commerce platforms. PostgreSQL is a powerful and reliable database management system that is known for its performance and scalability. PostgreSQL is also an open-source database, which means that it is free to use and distribute. So what are you waiting for? Enroll in this course today and start your journey to becoming a Django and PostgreSQL expert! What Will You Learn? Comprehensive coverage of Django web framework and PostgreSQL database Practical projects to apply concepts learned Hands-on experience with PostgreSQL as a database backend Best practices for structuring Django projects and securing web applications In-depth understanding of Django's ORM for database interactions Integration of third-party libraries and Import Real-world examples and use cases Course Content Getting Started Introduction Getting started on Windows, MacOS, and Linux How to Ask Great Questions FAQs Setting Up a Python Development Installing Python Installing PyCharm IDE for Development Creating the first Python Project Write and Run Hello World Program Command Line Basics Installation and Access Pip Command Django Setting Up the Project Introduction to Web Framework and Django Installing Django and Setting Up a Project Understanding Django Architecture and Structured Creating a Simple Django App Building a Django App with PostgreSQL Introduction to PostgreSQL and its Advantages for Web Applications Installing PostgreSQL and Setting Up a Database pgAdmin Secure Login and Create Database Connection Django to PostgreSQL Creating a Basic HTTP View Method Request URL Pattern on App Include Apps to Project URLs Installing the Psycopg2 Module for DB Connection Django Models and ORM (Object Relational Mapping) Defining Models and Creating Database Tables Using Djangos Built-in ORM to Interact with the Database Migration to Create DB Tables Assessment Test Solution for an Assessment Test Working with Admin Module Creating Superuser as Admin Authentication and Authorization User Access Permissions Registering User Models to the Admin Dashboard Creating Data Using CRUD Functionality View Data on the PostgreSQL Database Table Django Views and Templates Understanding the MVC - MVT Creating Views and Handling HTTP Requests and Rendering Templates Creating a Template with HTML Page Building Dynamic Form and Handling Django Form Design Creating Bootstrap Template Applying Bootstrap to Django Form Creating Stunning Product Card items Django Project: Registration form - Real world Creating Model Creating Forms Creating Views Applying ORM - Migrations Creating My Form Template Adding URLs Creating Success_View Template Project URLs Update and Adding Installed Apps Run Project and Submit Data to Database Django Reports Creating Report_View Method Creating Report_Template Update URLs Pattern Run Project and Test Reports Course Resources Course Resources A course by Sekhar Metla IT Industry Expert Material Includes Download Resources and Reference Project Source Code Django to PostgreSQL database connection Project Settings file RequirementsBasic knowledge of Python programmingUnderstanding of relational databases and SQL - optionalFamiliarity with web development concepts (HTML, CSS, and JavaScript) - optional Audience Beginners Python Django developers curious about web application development Web developers who want to learn how to build web applications using Django and PostgreSQL Python developers who want to expand their skillset to web development Students or professionals looking to enhance their web development skills with Django and PostgreSQL. Requirements Basic knowledge of Python programming Understanding of relational databases and SQL - optional Familiarity with web development concepts (HTML, CSS, and JavaScript) - optional

Build Web Applications with Django and PostgreSQL
Delivered Online On Demand5 hours
£9.99

Joomla for Beginners

4.3(43)

By John Academy

Description: Have you ever wanted to start a new career by becoming a web developer? If yes, then join this course and learn how to design your website using Joomla from scratch. A decade ago, having a web page was super cool. Today, not having a page is practically primitive. Through a blog or a wiki or a page, everybody nowadays is available on the web, one way or the other. Does that mean everybody who needs to be on the web must be a nerd? No. All you need is a Content Management System. Well, not any CMS would do. What you need is Joomla! It's a progressive open-source framework that is similarly as cool to work with as it sounds. If that you have a page that needs some chipping away constantly, Joomla! is your friend. Download it and disregard coding, programming, planning. Kick back and let Joomla! do all the hard work. In this course, we have attempted to pack in as much information as we could about Joomla! what's more, the wonders it can work for you. Read on and explore more. Who is the course for? Beginners. Students. Web Developers. Web Designers. Graphic Designers. Anyone interested in learning about joomla. Individuals who don't have money to create a website. Individuals who want to start their own development company and earn money. 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. Assessment:  At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, 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 hard copy at a cost of £39 or in PDF format at a 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 recognised 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: Advanced Joomla Course is a useful qualification to possess, and would be beneficial for the following careers: Web designer. Graphic designer. Web developer. Web marketers. Freelancers. Chapter-01 INTRODUCTION TO JOOMLA 00:30:00 Chapter-02 SCOPE OF JOOMLA 00:30:00 Chapter-03 BENEFITS OF JOOMLA 00:30:00 Chapter-04 COMPARISON WITH OTHER CONTENT MANAGEMENT SYSTEMS 01:00:00 Chapter-05 WHY DEVELOPERS DRAWS TO JOOMLA? 00:30:00 Chapter-06 How do I in install Joomla? 03:00:00 Mock Exam Mock Exam- Joomla for Beginners 00:20:00 Final Exam Final Exam- Joomla for Beginners 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Joomla for Beginners
Delivered Online On Demand6 hours 40 minutes
£19

Clustering and Classification with Machine Learning in R

By Packt

The underlying patterns in your data hold vital insights; unearth them with cutting-edge clustering and classification techniques in R

Clustering and Classification with Machine Learning in R
Delivered Online On Demand7 hours 42 minutes
£134.99

Microsoft Excel Beginners 2019

By Packt

Discover Excel 2019 and become confident in using spreadsheets

Microsoft Excel Beginners 2019
Delivered Online On Demand7 hours 29 minutes
£74.99

Facial Animation and More in Unreal Engine 4 3D Animation

By Packt

Create expressive facial animations by using keyframe animation in Unreal Engine 4 and Daz Studio

Facial Animation and More in Unreal Engine 4 3D Animation
Delivered Online On Demand4 hours
£29.99

Introduction to GITHub for Developers (TTDV7551)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This class assumes some prior experience with Git, plus basic coding or programming knowledge. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment led by our expert team, students will explore: Getting Started with Collaboration Understanding the GitHub Flow Branching with Git Local Git Configuration Working Locally with Git Collaborating on Your Code Merging Pull Requests Viewing Local Project History Streaming Your Workflow with Aliases Workflow Review Project: GitHub Games Resolving Merge Conflicts Working with Multiple Conflicts Searching for Events in Your Code Reverting Commits Helpful Git Commands Viewing Local Changes Creating a New Local Repository Fixing Commit Mistakes Rewriting History with Git Reset Merge Strategies: Rebase This is a fast-paced hands-on course that provides you with a solid overview of Git and GitHub, the web-based version control repository hosting service. While the examples in this class are related to computer code, GitHub can be used for other content. It offers the complete distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project. Getting Started with The GitHub Ecosystem What is Git? Exploring a GitHub Repository Using GitHub Issues Activity: Creating A GitHub Issue Using Markdown Understanding the GitHub Flow The Essential GitHub Workflow Branching with Git Branching Defined Activity: Creating a Branch with GitHub Introduction Class Diagram Interaction Diagrams Sequence Diagrams Communication Diagrams State Machine Diagrams Activity Diagram Implementation Diagrams Local Git Configuration Checking your Git version Git Configuration Levels Viewing your configurations Configuring your username and email Configuring autocrif Working Locally with Git Creating a Local copy of the repo Our favorite Git command: git status Using Branches locally Switching branches Activity: Creating a New File The Two Stage Commit Collaborating on Your Code Collaboration Pushing your changes to GitHub Activity: Creating a Pull Request Exploring a Pull Request Activity: Code Review Merging Pull Requests Merge Explained Merging Your Pull Request Updating Your Local Repository Cleaning Up the Unneeded Branches Viewing Local Project History Using Git Log Streaming Your Workflow with Aliases Creating Custom Aliases Workflow Review Project: GitHub Games User Accounts vs. Organization Accounts Introduction to GitHub Pages What is a Fork? Creating a Fork Workflow Review: Updating the README.md Resolving Merge Conflicts Local Merge Conflicts Working with Multiple Conflicts Remote Merge Conflicts Exploring Searching for Events in Your Code What is GitHub? What is Git bisect? Finding the bug in your project Reverting Commits How Commits are made Safe operations Reverting Commits Helpful Git Commands Moving and Renaming Files with Git Staging Hunks of Changes Viewing Local Changes Comparing changes with the Repository Creating a New Local Repository Initializing a new local repository Fixing Commit Mistakes Revising your last commit Rewriting History with Git Reset Understanding reset Reset Modes Reset Soft Reset Mixed Reset Hard Does gone really mean gone? Getting it Back You just want that one commit Oops, I didn?t mean to reset Merge Strategies: Rebase About Git rebase Understanding Git Merge Strategies Creating a Linear History Additional course details: Nexus Humans Introduction to GITHub for Developers (TTDV7551) 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 Introduction to GITHub for Developers (TTDV7551) 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.

Introduction to GITHub for Developers (TTDV7551)
Delivered OnlineFlexible Dates
Price on Enquiry

Power BI Masterclass 8 -Python, Finance, and Advanced DAX

By Packt

This comprehensive training program covers many concepts in Microsoft Power BI. From beginner to advanced levels, learn data visualization, advanced DAX expression, Python integration, custom visuals, data preparation, and collaboration in Power BI service. Develop expertise in Power BI and position yourself for a successful career in data analytics.

Power BI Masterclass 8 -Python, Finance, and Advanced DAX
Delivered Online On Demand3 hours 31 minutes
£56.99

Data Engineering (Online) - CPD Certified

4.7(26)

By Academy for Health and Fitness

If you aim to enhance your Data Engineering skills, our comprehensive Data Engineering course is perfect for you. Designed for success, this Data Engineering course covers everything from basics to advanced topics in Data Engineering. Each lesson in this Data Engineering course is crafted for easy understanding, enabling you to become proficient in Data Engineering. Whether you are a beginner or looking to sharpen your existing skills, this Data Engineering is the ideal choice. With our Data Engineering exclusive bundle, you will get a PDF Certificate, PDF Transcript and Digital Student ID Card (worth £50) Absolutely FREE. Courses are Included in This Data Engineering Bundle: Course 01: Diploma in Data Analysis Fundamentals Course 02: Python for Data Analysis Course 03: Data Analytics with Tableau Course 04: SQL Masterclass: SQL For Data Analytics Course 05: Basic Google Data Studio Course 06: Data Analysis and Forecasting in Excel Why Choose Our Data Engineering Course? FREE Data Engineering certificate accredited Get a free student ID card with Data Engineering Training Get instant access to this Data Engineering course. Learn Data Engineering from anywhere in the world The Data Engineering is affordable and simple to understand The Data Engineering is an entirely online, interactive lesson with voiceover audio Lifetime access to the Data Engineering course materials The Data Engineering comes with 24/7 tutor support So enrol now in this Data Engineering Today to advance your career! Start your learning journey straightaway! This Data Engineering's curriculum has been designed by Data Engineering experts with years of Data Engineering experience behind them. The Data Engineering course is extremely dynamic and well-paced to help you understand Data Engineering with ease. You'll discover how to master the Data Engineering skill while exploring relevant and essential topics. Assessment Process Once you have completed all the courses in the Data Engineering bundle, you can assess your skills and knowledge with an optional assignment. Our expert trainers will assess your assignment and give you feedback afterwards. CPD 60 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Data Engineering bundle is suitable for everyone. Requirements You will not need any prior background or expertise. Career path This Data Engineering bundle will allow you to kickstart or take your career in the related sector to the next stage. Certificates CPD Accredited Digital certificate Digital certificate - Included CPD Accredited Hard copy certificate Hard copy certificate - £29 If you are an international student, you will be required to pay an additional fee of 10 GBP for international delivery, and 4.99 GBP for delivery within the UK, for each certificate

Data Engineering (Online) - CPD Certified
Delivered Online On Demand28 hours
£39