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

1872 Courses in Edinburgh

LEADERSHIP, ORGANIZATIONAL CULTURE AND SUPERVISION SKILLS

5.0(10)

By GBA Corporate

Overview This course is incredibly elegant to feed psychological feature feeling and confidence needed in an everyday work state of affairs so as to run the team and organisation to attain sensible results. it'll facilitate building your trust and loyalty and enhance your skills and your behaviour additionally it'll facilitate setting objectives, motivating and communicating together with your folks.

LEADERSHIP, ORGANIZATIONAL CULTURE AND SUPERVISION SKILLS
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Mastering Financial Planning and Budgeting in the Public Sector

5.0(10)

By GBA Corporate

Overview This course in Public Sector Accounting and Budgeting training seminar is designed to provide a comprehensive briefing on the fundamental principles and key functions in the continuously developing sphere of public sector finance. Non-financial public sector employees and managers are regularly required to both provide input to the budget process and respond to information presented in departmental financial reports.

Mastering Financial Planning and Budgeting in the Public Sector
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Public Sector Accounting and Budgeting

5.0(10)

By GBA Corporate

Overview This course in Public Sector Accounting and Budgeting training seminar is designed to provide a comprehensive briefing on the fundamental principles and key functions in the continuously developing sphere of public sector finance. Non-financial public sector employees and managers are regularly required to both provide input to the budget process and respond to information presented in departmental financial reports.

Public Sector Accounting and Budgeting
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Emotional Intelligence for Managers and Leaders

5.0(10)

By GBA Corporate

Overview This course is very influential as it helps understand the team members and their behavioural personalities. Efficient team management is one of the key skills a manager could have. It is the duty of the manager to hold the leadership skills to manage the team efficiently and get the work done in an effective also along with taking care of their team.

Emotional Intelligence for Managers and Leaders
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Advanced C++ programming

5.0(3)

By Systems & Network Training

Advanced C++ training course description The course will give a broad overview of the C++ Programming language, focusing on modern C++, up to C++17. This course will cover the use of the Standard Library, including containers, iterator, function objects and algorithms. From the perspective of application development, a number of design patterns will be considered. What will you learn Write C++ programs using the more esoteric language features. Utilise OO techniques to design C++ programs. Use the standard C++ library. Exploit advanced C++ techniques Advanced C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C++ programming foundation. Duration 5 days Advanced C++ training course contents Study of a string class Create a string class as a means to investigate many issues, involving the use of operator overloading and including overloading new and delete. Creation of the class will also require consideration of 'const correctness'. Exception handling Consider the issues involved in exception handling including the concept of exception safety. Templates Review definition of template functions, including template parameter type deduction. Introduction to template metaprogramming. Newer features including template template parameters and variadic templates. Creation of template classes. Design patterns Introduction to Design Patterns and consideration of a number of patterns, such as, factory method, builder, singleton and adapter. The standard C++ library (STL) Standard Library features, such as, Containers, Iterator, Function Objects and Algorithms. Introduction to Lambda expressions. C++ and performance The writing of code throughout the course will be oriented towards performant code, including use of R Value references and 'move' semantics. Pointers The use of pointers will be considered throughout the course. Smart pointers will be considered to improve program safety and help avoid the use of 'raw' pointers. Threading This section will consider the creation of threads and synchronisation issues. A number of synchronisation primitives will be considered. Async and the use of Atomic will also be considered. New ANSI C++ features Summarising some of the newer features to be considered are: Auto, Lambdas expression, smart pointers, variadic templates and folds, R Value references and tuple together with structured binding.

Advanced C++ programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Banking and Financial Institutional Analysis

5.0(10)

By GBA Corporate

Overview This course will provide participants with an introduction to the key elements to consider in analysing financial institutions for example factors used in the assessment of the operational performance of financial institutions including but not limited to solvency, liquidity, earnings, management and systems/controls. The program will primarily cover banking institutions but there will also be some sessions devoted to risks associated with insurance companies. 

Banking and Financial Institutional Analysis
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Digital Asset Management

5.0(10)

By GBA Corporate

Overview This course shows participants how to deal with documents in an electronic way to get rid of the paper's hard copy which takes a lot of space and time. It will also update you with the Digital Asset management or EDRMS system and changes that happen to take place with the passage of time. The advanced technology leads to Advance EDRMS systems with enhances features.

Digital Asset Management
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Project Risk Management

5.0(10)

By GBA Corporate

Overview This course will help you manage project risk effectively by identifying, analyzing, and communicating inevitable changes to project scope and objectives. You will understand and practice the elements needed to measure and report on project scope, schedule, and cost performance. You will be equipped with the tools to manage change in the least disruptive way possible for your team and other project stakeholders.

Project Risk Management
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

UI/UX Design Using Adobe XD

5.0(10)

By GBA Corporate

Overview This course will give you a whole tour of how to enhance your skills as a UI/UX Design using Adobe. It is very important to master the basics of web and visual design because that is important for UI design eg designing buttons, typography, drop shadow etc. With having a good foundation in visual and web design become an essential key to become a skilled UI/UX Designer.

UI/UX Design Using Adobe XD
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Introduction to Java programming

5.0(3)

By Systems & Network Training

Java training course description A comprehensive introduction of the Java language and environment. It is important to note that the course will assume that the delegates are already familiar with the C language as this enables more advanced features of the Java language to be covered in the course. The course will also give an overview of areas related to programming in Java. What will you learn Describe the Java architecture. Write Java applets and applications. Debug Java programs. Examine existing code and determine its function. Use multimedia extensions, the awt, multithreading, exceptions within Java Java training course details Who will benefit: Those wishing to program in Java. Prerequisites: Complete C programming Duration 5 days Java training course contents Review of UNIX fundamentals What is Java? What Java is, history of Java, reasons for success. The Java Virtual Machine, Bytecodes, getting up and running with Java, Java resources. Simple Java applications. C features in Java Java data structures, Java flow control, differences from C, arrays, strings and packages. OO features in Java Java classes and objects, inheritance, overloading, packages. Differences from C++. Java applets Applications vs. applets, HTML, the applet tag, applet methods, life cycle, testing and debugging. Multimedia applets Images, sounds, fonts, colours and animation. Java products The JDK in detail, other development environments. Javabeans and JDBC overviews. Abstract Window Toolkit JFC and Swing versus AWT. Event handling (JDK 1.1), GUIs, panels, buttons, lists, scrollbars, text areas, frames… Exception handling and multithreading Handling exceptions. Starting, pausing, stopping threads, producers, consumers, monitoring. More standard classes Java file I/O, Streams, The system class. The networking model, java.net classes. Security and Java Types of attack, the security manager, craplets, securing the network. Integrating legacy code with Java

Introduction to Java programming
Delivered in Internationally or OnlineFlexible Dates
£3,697