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

2223 Developer courses

Unreal Engine 4: The Complete Beginner's Course

By Packt

Unreal Engine 4: The Complete Beginner's Course teaches you the fundamentals of video game development using Unreal Engine 4. Whether you have prior programming knowledge or not, this course will help you leverage the cutting-edge 3D game design software in developing the video games you always wanted.

Unreal Engine 4: The Complete Beginner's Course
Delivered Online On Demand10 hours 11 minutes
£142.99

BCS Foundation Certificate in Agile

5.0(12)

By Duco Digital Training

The course is relevant to anyone requiring an understanding of the use of Agile or looking to adopt it. This includes, but is not limited to, organisational leaders and managers, marketing executives and managers, and/or all professionals working in an Agile environment, including software sesters, developers, business analysts, UX designers, project management office (PMO), project support and project coordinators.

BCS Foundation Certificate in Agile
Delivered OnlineFlexible Dates
£850

Battery Energy Storage Systems (BESS) in Electricity Markets and Trading

By EnergyEdge - Training for a Sustainable Energy Future

About this Course Batteries are going to play an increasingly important role in the energy grid. An increasing number of developers are looking to add battery storage systems (BESS) into their existing projects. However future cash flows are highly uncertain and they are often unsure exactly how battery technology can be monetised. A strong revenue model requires stacking of different revenue sources. As the share of variable renewable sources in electricity systems further increase, battery systems are expected to play a growing role by providing frequency control and operational reserves as well as for wholesale arbitrage, while helping reduce grid integration costs. The more volatile electricity prices are, the greater the earning potential of batteries trading electricity on various electricity markets. BESS can generate revenue streams in several different ways; through a frequency response contract with the TSO, by providing grid services in other ways or by arbitrage through buying cheap power and selling power for a higher price in a liquid wholesale market. Because batteries are efficient, the round trip efficiency is also high. They can spread arbitrage trading much better than other storage types and in many cases, other asset classes. For companies that combine a battery with other tasks, for example to store power from their own panels, or to avoid a costly heavy power connection, the investment is less risky than for those that purely focus on arbitrage trading. It is uncertain whether electricity prices will fluctuate more violently in the coming years, or whether the peaks will actually level off. During this highly interactive training, the trainer will provide you with the latest insights and best practices on how to obtain the maximum economic benefits when participating with BESS in the electricity market. Training Objectives By the end of this course, the participants will be able to: Discover the different BESS battery technologies and their impact on the grid Understand the role of storage in providing flexibility to the power system Examine the potential revenue streams from BESS models Learn how profit can generated with BESS trading strategies Determine how to optimize the value from BESS projects Find out how to combine BESS with renewable PPAs Target Audience Professionals and executives from Power Utilities, Energy Companies, Financial & Investment Banks, Renewable Power Project Developers, Transmission System Operators and Energy Industry Regulators will find this training course useful. Electricity Marketing and Traders New Venture or Business Development Executives Corporate Finance and Treasury Executives Audit and Risk Management Executives Power or Utility Market Research Analysts Investment Managers for Renewable Power Projects Origination Professionals Regulation, Compliance and Documentation Officers Lawyers and Accountants Power Transmission and Distributions Engineers Trainer Our key expert is a skilled and accomplished professional with over 25 years' of extensive senior management / board level experience in the energy markets worldwide. Next to advising energy companies, banks, consultants and regulators regarding PPAs, our key expert has also conducted several highly successful training courses about Power Purchase Agreements, Power Project Finance, IPPs, and Project Risk Management to over 1,000 high level participants from Asia, Africa, Europe and Middle East. He was a member of the expert commission of the Dutch Government for 2 offshore wind parks, Hollandse Kust (zuid) Wind Farm Zone Sites 3 and 4 that advised on which of the 5 applicants did provide the best security and solutions associated with the electricity and green certificate prices, the construction and operational risks of the project. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Battery Energy Storage Systems (BESS) in Electricity Markets and Trading
Delivered in Internationally or OnlineFlexible Dates
£2,837 to £3,299

Front-End Web Development with Modern HTML, CSS, and JavaScript

By Packt

Learn all the core fundamentals of modern web design, covering all the commonly used syntax for HTML, CSS, JavaScript, and JavaScript DOM with the help of this beginner-friendly course. Go from a static web page to an interactive one with JavaScript. This course is designed to get you started quickly and easily with creating web pages.

Front-End Web Development with Modern HTML, CSS, and JavaScript
Delivered Online On Demand9 hours 51 minutes
£41.99

Certificate in Cryptocurrency Training at QLS Level 3

4.8(9)

By Skill Up

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

Certificate in Cryptocurrency Training at QLS Level 3
Delivered Online On Demand14 days
£107

ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)

By Packt

This comprehensive .NET Core course will provide a strong foundation in clean architecture, SOLID principles, and help implement the CQRS and Mediator patterns. You will also learn to build and consume APIs in a Blazor WebAssembly application. The course content is fully compatible with .NET 6 and .NET 7, ensuring you are up-to-date with the latest version.

ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)
Delivered Online On Demand10 hours 3 minutes
£41.99

Diploma in Microsoft Azure at QLS Level 5

4.8(9)

By Skill Up

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

Diploma in Microsoft Azure at QLS Level 5
Delivered Online On Demand14 days
£100

Kubernetes for App Developers

By Nexus Human

Duration 3 Days 18 CPD hours Overview In this course you?ll learn how to: Containerize and deploy a new Python script Configure the deployment with ConfigMaps, Secrets and SecurityContexts Understand multi-container pod design Configure probes for pod health Update and roll back an application Implement services and NetworkPolicies Use PersistentVolumeClaims for state persistence And more In this vendor agnostic course, you will use Python to build, monitor and troubleshoot scalable applications in Kubernetes. Introduction Objectives Who You Are The Linux Foundation Linux Foundation Training Preparing Your System Course Registration Labs Kubernetes Architecture What Is Kubernetes? Components of Kubernetes Challenges The Borg Heritage Kubernetes Architecture Terminology Master Node Minion (Worker) Nodes Pods Services Controllers Single IP per Pod Networking Setup CNI Network Configuration File Pod-to-Pod Communication Cloud Native Computing Foundation Resource Recommendations Labs Build Container Options Containerizing an Application Hosting a Local Repository Creating a Deployment Running Commands in a Container Multi-Container Pod readinessProbe livenessProbe Testing Labs Design Traditional Applications: Considerations Decoupled Resources Transience Flexible Framework Managing Resource Usage Multi-Container Pods Sidecar Container Adapter Container Ambassador Points to Ponder Labs Deployment Configuration Volumes Overview Introducing Volumes Volume Spec Volume Types Shared Volume Example Persistent Volumes and Claims Persistent Volume Persistent Volume Claim Dynamic Provisioning Secrets Using Secrets via Environment Variables Mounting Secrets as Volumes Portable Data with ConfigMaps Using ConfigMaps Deployment Configuration Status Scaling and Rolling Updates Deployment Rollbacks Jobs Labs Security Security Overview Accessing the API Authentication Authorization ABAC RBAC RBAC Process Overview Admission Controller Security Contexts Pod Security Policies Network Security Policies Network Security Policy Example Default Policy Example Labs Exposing Applications Service Types Services Diagram Service Update Pattern Accessing an Application with a Service Service without a Selector ClusterIP NodePort LoadBalancer ExternalName Ingress Resource Ingress Controller Labs Troubleshooting Troubleshotting Overview Basic Troubleshooting Steps Ongoing (Constant) Change Basic Troubleshooting Flow: Pods Basic Troubleshooting Flow: Node and Security Basic Troubleshooting Flow: Agents Monitoring Logging Tools Monitoring Applications System and Agent Logs Conformance Testing More Resource Labs Additional course details: Nexus Humans Kubernetes for App Developers 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 Kubernetes for App Developers 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.

Kubernetes for App Developers
Delivered OnlineFlexible Dates
Price on Enquiry

Higher Level Teaching Assistant Qualification

5.0(10)

By Apex Learning

Course Overview Ready to elevate your role in the world of education? Empower yourself with this comprehensive Higher Level Teaching Assistant Qualification course that can help you provide quality teaching support. This course is your key to stepping into a classroom fully prepared, empowered, and aware of the intricate dynamics that drive students' growth and development. As the course progresses, you'll be introduced to advanced modules covering child development, special educational needs, and effective teaching strategies, ensuring a comprehensive understanding of the subject. Enrol now and empower the next generation with the best academic support! Advantages you'll receive: CPD certificate 24/7 Learning Assistance Updated learning materials Compliance with standards Recognised qualification Exceptional customer service Qualification Level 4 Certificate for Higher Level Teaching Assistants (RQF) Description Advance your career potential with the 'Higher Level Teaching Assistant Qualification'. Key topics include: Role and Purpose of a Higher-Level Teaching Assistant Importance of Team Work and Workplace Collaboration Stages of Physical, Social and Intellectual Development of Children Frameworks that support child well-being Legislation and Practices Promoting Equality and Diversity Addressing and managing challenging behaviour Effective teaching strategies and communication techniques Utilising ICT for enhanced learning Constructive feedback and assessment methods Monitoring and evaluating learner's progress Qualification Purpose This qualification aims to equip learners with the in-depth knowledge and skills necessary to excel as a Higher Level Teaching Assistant. Through direct instruction and experience sharing, participants will understand their role, its impact on student outcomes, and how to navigate the complexities of primary education. Who is this course for? This Higher Level Teaching Assistant Qualification certification is: Tailored for those desiring to step into the world of teaching assistance and significantly impact primary education. Perfect for professionals already in the field but keen to elevate their skills and knowledge to a higher level. Suited for individuals passionate about teaching and looking for a comprehensive course that blends foundational understanding with advanced techniques and strategies. Entry Requirements Minimum age of 16 years to be eligible for this qualification. Employment as a teaching assistant within a school setting. Progression Successful learners may want to progress to teaching qualifications such as: Level 3 Award in Education and Training Level 4 Certificate in Education and Training Level 5 Diploma in Education and Training Total Qualification Time The Total Qualification Time (TQT) combines the hours spent on directed learning with the estimated time a student will spend on independent activities related to their studies, like homework or assessments. The overall learning time determines the credit value of a qualification, where every 10 hours of study is worth one credit. For this course, the TQT is set at 360 hours. Guided Learning Hours 'Guided Learning Hours' refers to when a student is actively guided or taught by an educator, whether a teacher, coach, or other training professional. Students receive 108 hours of guidance or direct instruction for this specific course. Method of Assessment: Assessor observation - completed observational checklists on related action plans Witness testimony Learner product Worksheets Assignments/projects/reports Record of oral and written questioning Learner and peer reports Recognition of prior learning (RPL) Career Path The Higher Level Teaching Assistant Qualification course will give you edges in various professions. Here are some careers with average UK average salaries: Higher Level Teaching Assistant: £22,000 Primary School Teacher: £30,000 Special Educational Needs Coordinator: £35,000 Education Welfare Officer: £28,000 Learning Mentor: £24,000 School Counsellor: £29,000 Child Psychologist: £40,000 Educational Consultant: £45,000 School Administrator: £23,000 Curriculum Developer: £37,000 Course Curriculum 54 sections • 74 lectures • 00:00:00 total length •Getting Started With the Course: 00:00:00 •Induction Form: 00:00:00 •Registration Entry Form: 00:00:00 •Focus Awards Level 4 Certificate for Higher Level Teaching Assistants (quals): 00:00:00 •Assignment Preparation Guideline: 00:00:00 •Beginners Guide to Referencing: 00:00:00 •Guideline for the Observation Session: 00:00:00 •1. Purpose of a Higher Level Teaching Assistant: 00:00:00 •2. Role of a Higher Level Teaching Assistant: 00:00:00 •1. Purpose of CPD and How it Affects Practice: 00:00:00 •2. Use of Advice and Feedback to Improve Performance: 00:00:00 •1. Importance of Team Work and Identifying Different Team Roles: 00:00:00 •2. Workplace Collaboration: 00:00:00 •3. Managing and Developing the Effective Practice of Appropriate Team Members: 00:00:00 •HLTA Unit 01: 00:00:00 •1. Stages of Physical, Social and Intellectual Development: 00:00:00 •1.External and Personal Factors that Affect Child Development: 00:00:00 •2.Theories to Support Development: 00:00:00 •3. Types of Changes That Affect a Child's Development or Wellbeing: 00:00:00 •4. Referral Assessment of Special Educational Needs: 00:00:00 •1. Parents and Carers Contributions for the Development and Well-being of Children and Young People: 00:00:00 •1. Frameworks That Support Development and Well-being of Children: 00:00:00 •HLTA Unit 02: 00:00:00 •1. Legal Entitlement of Children and Young People with Special Educational Needs: 00:00:00 •1. Legislation and Codes of Practice to Promote Equality and Diversity: 00:00:00 •2. Experience and Impact of Prejudice and Discrimination and Applying Principles of Equality, Diversity and Inclusion: 00:00:00 •1. Types of Special Educational Needs and Ways of Supporting Children and Young People with Learning Difficulties: 00:00:00 •1. Effects of a Disability on Children and Young People: 00:00:00 •2. Nature of Sensory or Physical Needs and Roles and Responsibilities of Others and Assistive Technology: 00:00:00 •1. Language and Vocabulary Appropriate to the Age of the Learner, Level of Understanding and Proficiency: 00:00:00 •2. Ways of Introducing Words and Language Structures: 00:00:00 •HLTA Unit 03: 00:00:00 •1. Policies and Procedures to Promote Positive Behaviour: 00:00:00 •2. Importance of Consistency and Fairness When Applying Boundaries and Rules for Behaviour: 00:00:00 •1. Promoting Positive Values, Attitudes and Behaviour: 00:00:00 •2. Ways of Establishing Ground Rules: 00:00:00 •3. Effective Strategies to Promote Positive Values, Attitudes and Behaviour: 00:00:00 •1. Patterns and Triggers of Challenging behaviour and Actions: 00:00:00 •2. Inappropriate and Challenging Behaviour Management: 00:00:00 •3. Supporting Children and Young People to Identify and Avoid Inappropriate Behaviour: 00:00:00 •4. How to Deal with Bullying, Harassment or Oppressive Behaviour: 00:00:00 •1. Contributing to Reviews of Behaviour and Behaviour Policies: 00:00:00 •Observation Report - Unit 4: 00:00:00 •HLTA Unit 04: 00:00:00 •1. Preparing the Resources Required for Planned Learning Activities: 00:00:00 •2. Developing and Adapting Resources to Meet the Needs of Individuals and Group: 00:00:00 •3. Learning Support Strategies to Meet the Needs of Individuals and Group: 00:00:00 •4. Health, Safety, Security and Access Requirements of the Learning Environment: 00:00:00 •5. Giving Attention to Learners for Balancing the Needs of Individuals and Group: 00:00:00 •6. Assessing Learners' Participation and Progress in Activities: 00:00:00 •7. How to Provide Feedback Effectively: 00:00:00 •8. Evaluating How Own Knowledge, Understanding and Skills Impact on Practice of Individuals and Group: 00:00:00 •HLTA Unit 05: 00:00:00 •1. Effective Communication with Children and Colleagues: 00:00:00 •2. Communicating Effectively with Parents and Carers: 00:00:00 •3. Commitment to Collaborative and Cooperative Working with Colleagues: 00:00:00 •Observation Report - Unit 6: 00:00:00 •HLTA Unit 06: 00:00:00 •1. Teaching Strategies: 00:00:00 •2. Designing Opportunities for Learners to Develop Their literacy, Numeracy, ICT and Thinking and Learning Skills: 00:00:00 •3. How Learners' Prior Knowledge and Attainment Enables Them to Meet Learning Objectives: 00:00:00 •4. Appropriate Language to Suit the Age and Ability of Learners: 00:00:00 •5. Management of Individual, Group and Whole-Class Learning: 00:00:00 •6. Appropriate Teaching to Suit the Stage of the Lesson and the Needs of the Learners: 00:00:00 •1. Opportunities for Using ICT to Support Pupils' Learning and Its Impact: 00:00:00 •2. Encouraging Pupils to Use ICT to Solve Problems, Work Collaboratively and Find Out New Information: 00:00:00 •1. Providing Constructive Feedback: 00:00:00 •2. Supporting and Guiding Learners: 00:00:00 •3. Using Assessment to Diagnose Learner's Needs: 00:00:00 •1. Monitoring Learners' Learning Progress: 00:00:00 •Observation Report - Unit 7: 00:00:00 •HLTA Unit 07: 00:00:00 •Assignment Submission Checklist: 00:00:00 •Submit Your Assignments: 00:00:00

Higher Level Teaching Assistant Qualification
Delivered Online On Demand
£12

Zeroconf and Bonjour for engineers

5.0(3)

By Systems & Network Training

Zeroconf and Bonjour training course description A hands on training course focusing on Microsoft and Apple implementations of Zeroconf. The course covers all three main areas: Interface configuration, name resolution and service discovery. Hands on with Apple Bonjour and Microsoft UPnP compliment all the major theory sessions. What will you learn Explain how mDNS and LLMNR work. Explain how DNS-SD and SSDP work. Recognise the role of service discovery gateways. Zeroconf and Bonjour training course details Who will benefit: Technical staff working with Zeroconf. Developers using Zeroconf. Prerequisites: TCP/IP Foundation for engineers Duration 2 day Zeroconf and Bonjour training course contents What is Zeroconf? Zeroconf, architecture, Microsoft UPnP, Apple, Bonjour, devices, components. Home networks, enterprise networks, BYOD. Plug and play without Zeroconf DHCP, DNS, A, PTR, SRV records, DDNS. Hands on DHCP configuration. Address selection IPv4 link local addresses, IPv6 link local addresses. Hands: Addresses without DHCP. Name resolution mDNS, finding names, announcing names, .local DNS namespace, LLMNR. Hands on Names without DNS. Role of multicasting Multicast addresses, multicasts and switches, multicasts and routers. Hands on Multicasts, TTL. Service discovery DNS-SD, SRV and TXT lookups, SSDP, HTTP. Hands on Browsing for services Zeroconf in a routed environment Service Discovery gateways, configuration, service filters, DNS-LLQ, NAT-PMP. Miscellaneous Security, automatic multicast addresses, wireless auto configuration.

Zeroconf and Bonjour for engineers
Delivered in Internationally or OnlineFlexible Dates
£2,477