***24 Hour Limited Time Flash Sale*** Screenwriting: Writing for Film, Cinematography & Television Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Are you a professional feeling stuck in your career, struggling to keep up with the ever-changing demands of the industry? Or perhaps you're a beginner, unsure of where to start or how to break into your desired field. Whichever stage you're in, our exclusive Screenwriting: Writing for Film, Cinematography & Television Bundle provides unique insights and tools that can help you achieve your goals. Designed to cater to the needs of both seasoned professionals and aspiring newcomers, our Screenwriting: Writing for Film, Cinematography & Television bundle is a comprehensive program that will equip you with the essential skills and knowledge you need to succeed. Whether you're looking to advance in your current role or embark on a new career journey, this bundle has everything you need to take your professional life to the next level. But that's not all. When you enrol in Screenwriting: Writing for Film, Cinematography & Television Online Training, you'll receive 30 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Screenwriting: Writing for Film, Cinematography & Television Career Bundle: Course 01: Creative Writing Course 02: Copywriting Course Course 03: Novel Writing and Publishing Course 04: Creative Nonfiction Book Writing Course 05: News Writing: Journalism 101 Course 06: Business Writing - How You Can Become a Great Writer Course 07: Creative Advertising and Graphic Design for Everyone Course 08: Webinar Marketing Write, Design & Market Webinars Course 09: Creative Writing Course - Horror Course 10: Basics of Shopify: Earn through E-books Course 11: Business Writing Course 12: Creative Writing Course - Thriller Course 13: Creative Writing Course - Short Stories Course 14: Business Writing: Influence Your Readers Course 15: Blogger for Beginners Course 16: Email Writing Training Course 17: Creative Writing Course - Novel Course 18: Content Writing & Copy Writing For SEO and Sales Course 19: Diploma in Drama and Comedy Writing Course 20: How to Write a Research Paper in Law and Humanities Course 21: Selling E-books: The Best Way of Earning Online Course 22: Creative Writing Course - Fiction Course 23: Write and Publish a Research Paper: Complete Guide v6 Course 24: Creative Writing Course: Writing Storybooks For Children Course 25: Freelance Masterclass - Become An Expert Copywriter Course 26: CV Writing and Job Searching Course 27: Business Writing Skills Course 28: Poetry Writing Course 29: Medical Writing Course 30: Newspaper Journalism & Report Writing With Screenwriting: Writing for Film, Cinematography & Television, you'll embark on an immersive learning experience that combines interactive lessons with voice-over audio, ensuring that you can learn from anywhere in the world, at your own pace. And with 24/7 tutor support, you'll never feel alone in your journey, whether you're a seasoned professional or a beginner. Don't let this opportunity pass you by. Enrol in Screenwriting: Writing for Film, Cinematography & Television today and take the first step towards achieving your goals and dreams. Why Choose Us? Get a Free CPD Accredited Certificate upon completion of Screenwriting training Get a free student ID card with Screenwriting Training The course is affordable and simple to understand This course is entirely online, interactive lesson with voiceover audio Lifetime access to the Screenwriting course materials The Screenwriting course comes with 24/7 tutor support Start your learning journey straightaway with our Screenwriting Training! Screenwriting: Writing for Film, Cinematography & Television premium bundle consists of 30 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of this course is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification You have to complete the assignment given at the end of the course. After passing the Screenwriting: Writing for Film, Cinematography & Television exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This bundle is ideal for: Students seeking mastery in this field Professionals seeking to enhance their skills Anyone who is passionate about this topic Requirements This Screenwriting: Writing for Film, Cinematography & Television doesn't require prior experience and is suitable for diverse learners. Career path This Screenwriting: Writing for Film, Cinematography & Television 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 - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.
Querying Microsoft SQL Server course description This course covers the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server and provides the foundation for all SQL Server-related disciplines; namely, database administration, database development and business intelligence. This course helps prepare for exam 70-761. Note: This course is designed for SQL Server 2014or SQL Server 2016. What will you learn Write SELECT statements. Create and implement views and table-valued functions. Transform data by implementing pivot, unpivot, rollup and cube. Create and implement stored procedures. Add programming constructs such as variables, conditions, and loops to T-SQL code. Querying Microsoft SQL Server course details Who will benefit: Database administrators, database developers, and business intelligence professionals. SQL power users, namely, report writers, business analysts and client application developers. Prerequisites: Database fundamentals Duration 5 days Querying Microsoft SQL Server course contents Introduction to Microsoft SQL Server Management studio, creating and organizing T-SQL scripts, using books online. Hands on working with SQL Server tools. T-SQL querying Introducing T-SQL, sets, predicate logic, logical order of operations in SELECT statements, basic SELECT statements, queries that filter data using predicates, queries that sort data using ORDER BY. Hands on introduction to T-SQL querying. Writing SELECT queries Writing simple SELECT statements, eliminating duplicates with DISTINCT, column and table aliases, simple CASE expressions. Hands on writing basic SELECT statements. Querying multiple tables cross joins and self joins, write queries that use Inner joins, write queries that use multiple-table inner joins, write queries that use self-joins, write queries that use outer joins, write queries that use cross joins. Hands on querying multiple tables. Sorting and filtering data Sorting data, filtering data with predicates, filtering data with TOP and OFFSET-FETCH, working with unknown values, WHERE clause, ORDER BY clause, TOP option, OFFSET-FETCH clause. Hands on sorting and filtering data. SQL Server data types Introducing SQL Server data types, Character data, date and time data, queries that return date and time data, write queries that use date and time functions, write queries that return character data, write queries that return character functions. Hands on working with SQL Server data types. DML Adding data to tables, modifying and removing data, generating automatic column values, Inserting records with DML, updating and deleting records using DML. Hands on using DML to modify data. Built-in functions Queries with built-in functions, conversion functions, logical functions, functions with NULL, queries that use conversion functions, queries that use logical functions, queries that test for nullability. Hands on built-in functions Grouping and aggregating data Aggregate functions, the GROUP BY clause, filtering groups with HAVING, queries that use the GROUP BY clause, queries that use aggregate functions, queries that use distinct aggregate functions, queries that filter groups with the HAVING clause. Hands on grouping and aggregating data. Subqueries Self-contained subqueries, correlated subqueries, EXISTS predicate with subqueries, scalar and multi-result subqueries. Hands on subqueries. Table expressions Views, inline table-valued functions, derived tables, common table expressions. queries that use views, write queries that use derived tables, Common Table Expressions (CTEs), write queries that se inline Table valued expressions (TVFs). Hands on table expressions. Set operators The UNION operator, EXCEPT and INTERSECT, APPLY, queries that use UNION set operators and UNION ALL, CROSS APPLY and OUTER APPLY operators. Hands on set operators. Windows ranking, offset, and aggregate functions OVER, window functions, ranking functions, offset functions, window aggregate functions. Hands on; windows ranking, offset, and aggregate functions. Pivoting and grouping sets PIVOT and UNPIVOT, grouping sets, queries that use the PIVOT operator, queries that use the UNPIVOT operator, queries that use the GROUPING SETS CUBE and ROLLUP subclauses. Hands on pivoting and grouping sets Executing stored procedures Querying data with stored procedures, passing parameters to stored procedures, simple stored procedures, dynamic SQL, the EXECUTE statement to invoke stored procedures. Hands on executing stored procedures. Programming with T-SQL T-SQL programming elements, controlling program flow, declaring variables and delimiting batches, control-of-flow elements, variables in a dynamic SQL statement, synonyms. Hands on programming with T-SQL Error handling T-SQL error handling, structured exception handling, redirect errors with TRY/CATCH, THROW to pass an error message back to a client. Hands on implementing error handling. Implementing transactions Transactions and the database engines, controlling transactions, BEGIN, COMMIT, and ROLLBACK, adding error handling to a CATCH block. Hands on implementing transactions.
***24 Hour Limited Time Flash Sale*** Script Writing: Beginner to Advance Level Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Are you a professional feeling stuck in your career, struggling to keep up with the ever-changing demands of the industry? Or perhaps you're a beginner, unsure of where to start or how to break into your desired field. Whichever stage you're in, our exclusive Script Writing: Beginner to Advance Level Bundle provides unique insights and tools that can help you achieve your goals. Designed to cater to the needs of both seasoned professionals and aspiring newcomers, our Script Writing: Beginner to Advance Level bundle is a comprehensive program that will equip you with the essential skills and knowledge you need to succeed. Whether you're looking to advance in your current role or embark on a new career journey, this bundle has everything you need to take your professional life to the next level. But that's not all. When you enrol in Script Writing: Beginner to Advance Level Online Training, you'll receive 30 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Script Writing: Beginner to Advance Level Career Bundle: Course 01: Script Writing: Beginner to Advance Level Course 02: Playwriting and Screenwriting Course Course 03: Creative Writing Course 04: Diploma in Drama and Comedy Writing Course 05: Creative Writing Course - Fiction Course 06: Creative Writing Course - Horror Course 07: Creative Writing Course - Thriller Course 08: Creative Writing Course - Novel Course 09: Creative Writing Course - Short Stories Course 10: Creative Writing Course: Writing Storybooks For Children Course 11: Creative Nonfiction Book Writing Course 12: Novel Writing and Publishing Course 13: Copywriting Course Course 14: Content Writing & Copy Writing For SEO and Sales Course 15: News Writing: Journalism 101 Course 16: Blogger for Beginners Course 17: Email Writing Training Course 18: Creative Advertising and Graphic Design for Everyone Course 19: Webinar Marketing Write, Design & Market Webinars Course 20: Basics of Shopify: Earn through E-books Course 21: Selling E-books: The Best Way of Earning Online Course 22: How to Write a Research Paper in Law and Humanities Course 23: Write and Publish a Research Paper: Complete Guide v6 Course 24: Newspaper Journalism & Report Writing Course 25: Business Writing Skills Course 26: Poetry Writing Course 27: Medical Writing Course 28: Information Management Course 29: Document Control Course 30: ChatGPT Masterclass: A Complete ChatGPT Zero to Hero! With Script Writing: Beginner to Advance Level, you'll embark on an immersive learning experience that combines interactive lessons with voice-over audio, ensuring that you can learn from anywhere in the world, at your own pace. And with 24/7 tutor support, you'll never feel alone in your journey, whether you're a seasoned professional or a beginner. Don't let this opportunity pass you by. Enrol in Script Writing: Beginner to Advance Level today and take the first step towards achieving your goals and dreams. Why buy this Script Writing: Beginner to Advance Level? Free CPD Accredited Certificate upon completion of Script Writing: Beginner to Advance Level Get a free student ID card with Script Writing: Beginner to Advance Level Lifetime access to the Script Writing: Beginner to Advance Level course materials Get instant access to this Script Writing: Beginner to Advance Level course Learn Script Writing: Beginner to Advance Level from anywhere in the world 24/7 tutor support with the Script Writing: Beginner to Advance Level course. Start your learning journey straightaway with our Script Writing: Beginner to Advance Level Training! Script Writing: Beginner to Advance Level premium bundle consists of 30 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of the Script Writing: Beginner to Advance Level is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification You have to complete the assignment given at the end of the Script Writing: Beginner to Advance Level course. After passing the Script Writing: Beginner to Advance Level exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Script Writing: Beginner to Advance Level course is ideal for: Students seeking mastery in Script Writing: Beginner to Advance Level Professionals seeking to enhance Script Writing: Beginner to Advance Level skills Individuals looking for a Script Writing: Beginner to Advance Level-related career. Anyone passionate about Script Writing: Beginner to Advance Level Requirements This Script Writing: Beginner to Advance Level doesn't require prior experience and is suitable for diverse learners. Career path This Script Writing: Beginner to Advance Level bundle will allow you to kickstart or take your career in the related sector to the next stage. Certificates CPD Accredited Hard Copy Certificate Hard copy certificate - Included 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 CPD Accredited Digital Certificate Digital certificate - Included
Do you want to become a bookkeeper and work in any business sector you like? No experience but eager to learn? Well then this is the qualification for you. This qualification will give you the skills to become a bookkeeper, and you’ll gain an industry-recognised qualification. Plus, with Eagle you’ll have the option to move onto the full AAT qualification when you finish at no extra cost. The course is made up of two units: Introduction to Bookkeeping (ITBK) and Principles of Bookkeeping Controls (POBC). Recommended study time: 6 to 8 hours per week Estimated completion time: 3 to 5 months About AAT Level 2 Certificate in Bookkeeping Entry requirementsYou don’t need any previous accounting experience or qualifications to start studying AAT bookkeeping, just a willingness to learn. It’s ideal if you’re a school or university leaver, or thinking of changing career.Syllabus By the end of the AAT Level 2 Bookkeeping course, you will be able to confidently process daily business transactions in a manual and computerised bookkeeping system. This course provides comprehensive coverage of the traditional double-entry bookkeeping system which underpins accounting processes world-wide. It usually takes 3-5 months to complete if you spend 6-8 hours a week studying. Topics covered:Introduction to Bookkeeping (ITBK) How to set up bookkeeping systems How to process customer transactions How to process supplier transactions How to process receipts and payments How to process transactions into the ledger accounts Principles of Bookkeeping Controls (POBC) How to use control accounts How to reconcile a bank statement with the cash book How to use the journal How to produce trial balances How is this course assessed? The course is assessed by two exams – one for each unit. Unit assessment A unit assessment only tests knowledge and skills taught in that unit. For Bookkeeping they are: Available on demand Scheduled by and sat at AAT approved assessment venues Marked by the computer Getting your results Assessment results are available in your MyAAT account within 24 hours after you have sat your assessment. AAT approved venuesYou can search for your nearest venue via the AAT websitelaunch.What’s included, and what support will I get? Partnering with the best, you’ll always have access to market leading tutor led online learning modules and content developed by Kaplan and Osborne books. All day, every day for as long as you subscribe Unlimited access to the AAT Level 2 content with the use of all other levels. Empowering you to progress when you’re ready at no extra cost Instant access to our unique comprehensive Study Buddy learning guide Access to Consolidation and Progress Tests and computer and self marked Mock Exams You’re fully supported with access to expert tutors, seven days a week, responding via email within four working hours You’ll be assigned a mentor to help and guide you through the order of subjects to study in, and check that the level you’re starting at is right for you Your subscription includes all the online content you need to succeed, but if you want to supplement your learning with books, Eagle students get 50% off hard copy study materials What could I do next? You could start work as an entry-level bookkeeper. Alternatively, if you want to continue studying, your Eagle subscription gives you unlimited access to all AAT levels, meaning you can continue your studies and move onto the AAT Level 3 Certificate in Bookkeeping at no extra cost. Additional costs If you would like to, you can become a member of the Association of Accounting Technicians (AAT) launch. Fees associated with admission and exam fees are in addition to the cost of the course. Admission and membership fees are payable directly to AAT. Exam fees are paid to the exam centre. AAT one-off Level 2 Certificate in Bookkeeping Registration Fee: £65 AAT Assessment Fees: £70 to £80 per unit Please be aware that these are subject to change.
AAT Courses London AAT courses London campus offers Modern IT Lab, flexible timing and expert tutors. At Osborne Training London Canary Wharf campus, we offer various AAT courses to reach your dream career in accounting. AAT Level 2 Courses in London You can join evening, weekend or weekdays time for AAT Level 2 courses in London. We provide all books and study materials to ensure you are ready for aat level 2 exams. AAT Level 3 Courses in London You may join evening, weekend or weekdays training for AAT Level 3 courses in London. We provide all books and study materials for AAT Level 3 to ensure you are ready for aat level 3 exams and pass them first time. AAT Level 4 Courses in London You may join evening and weekend training sessions for AAT Level 4 courses in London. We provide all books and study materials for AAT Level 4 to ensure you are ready for aat level 4 exams and pass them first time. We also offer AAT Level 4 project support for students. AAT Evening Courses in London Our AAT evening courses mainly run between 6 pm to 9 pm. AAT evening courses in London are suitable for people who are working full time or have other commitments during daytime. We offer AAT Level 2, AAT Level 3 and AAT Level 4 courses in the evening. Our Canary Wharf campus is minutes away from the financial hub of London. AAT Weekend Courses in London Our AAT weekend courses mainly run on Saturdays daytime. AAT weekend courses in London are suitable for people who are working full time (Monday to Friday) or have other commitments during weekdays. We offer AAT Level 2, AAT Level 3 and AAT Level 4 courses in the weekend. Day Release AAT Courses London Our AAT day release courses in London mainly run on Wednesdays. AAT day release courses are suitable for people who can commit at least one day during weekdays. We offer AAT Level 2 and AAT Level 3 day release courses.
Course Title: 3ds Max Essential Training Course Perfect for novice 3ds Max users, our Essentials Training Course, hosted by an Autodesk Certified Trainer, equips you with core skills for creating 3D models and animations. Click here for more info: Website Duration: 16 hours Method: 1-on-1, Personalized Attention, Tailored Content, Flexible Pace, Individual Support Schedule: Tailor your own schedule by pre-booking a convenient hours, available from Mon to Sat between 9 am and 7 pm. Course Highlights: Comprehensive Learning: Covering 3ds Max from the basics, including interface navigation and customization, to essential skills for professional 3D modeling and animations. Expert Guidance: Certified tutors and industry experts provide personalized attention, ensuring a deep understanding of 3D concepts. Flexible Scheduling: Tailor the learning experience to your pace and preferences, with one-on-one sessions available from Monday to Sunday. Interactive Learning: Engage in hands-on exercises and practical projects, enhancing your skills in a real-world context. Job Opportunities: Upon completion, students can pursue careers as: 3D Modelers: Creating detailed 3D models for games, movies, or architectural visualization. Animation Artists: Designing engaging animations for various media platforms. Visual Effects (VFX) Artists: Working on special effects for films, TV shows, and commercials. Architectural Visualizers: Producing realistic architectural renders for construction and design projects. Game Designers: Developing immersive game environments and characters. Recommended Reading: "3ds Max 2022 for Beginners" by CADFolks: A beginner-friendly guide covering fundamental concepts and techniques in 3ds Max. "Mastering Autodesk 3ds Max 2022" by Nicholas Boughen: A comprehensive resource for mastering advanced features and workflows in 3ds Max. "The Animator's Survival Kit" by Richard Williams: A classic animation guide providing valuable insights for aspiring animators. These books offer valuable knowledge and techniques, complementing the skills learned in the course and aiding in future career endeavors. Upon completing the 3ds Max Basic to Fundamentals Training Course, participants will: Master 3ds Max Tools: Gain a deep understanding of the software interface, tools, and navigation, enabling efficient 3D modeling and animation. Create Complex Models: Develop proficiency in creating intricate 3D models, including objects, characters, and architectural elements, using various modeling techniques. Apply Realistic Textures: Learn to apply textures, maps, and materials to enhance the realism of 3D models, understanding diffuse, bump, and reflective materials. Perfect Lighting and Rendering: Acquire skills in setting up various lights, environment lighting, and global illumination for realistic renderings, optimizing rendering settings for quality output. Animate with Precision: Master keyframe animation, path animation, and constraints, bringing 3D scenes to life with smooth and accurate motion. Understand Dynamics and Simulations: Explore basic dynamics and simulations, including particle systems, creating dynamic and interactive 3D environments. Problem-Solve Creatively: Develop problem-solving skills for common challenges in 3D design, using innovative techniques and tools. Professional Project Execution: Apply learned skills to real-world projects, ensuring a professional approach to 3D modeling, animation, and visualization. By the end of the course, participants will be equipped with the knowledge and skills to confidently create visually stunning 3D models, animations, and visualizations, making them proficient 3ds Max users ready for diverse industry applications. Course Highlights: Comprehensive Learning: Covering 3ds Max from the basics, including interface navigation and customization, to essential skills for professional 3D modeling and animations. Expert Guidance: Certified tutors and industry experts provide personalized attention, ensuring a deep understanding of 3D concepts. Flexible Scheduling: Tailor the learning experience to your pace and preferences, with one-on-one sessions available from Monday to Sunday. Interactive Learning: Engage in hands-on exercises and practical projects, enhancing your skills in a real-world context. Job Opportunities: Upon completion, students can pursue careers as: 3D Modelers: Creating detailed 3D models for games, movies, or architectural visualization. Animation Artists: Designing engaging animations for various media platforms. Visual Effects (VFX) Artists: Working on special effects for films, TV shows, and commercials. Architectural Visualizers: Producing realistic architectural renders for construction and design projects. Game Designers: Developing immersive game environments and characters. Recommended Reading: "3ds Max 2022 for Beginners" by CADFolks: A beginner-friendly guide covering fundamental concepts and techniques in 3ds Max. "Mastering Autodesk 3ds Max 2022" by Nicholas Boughen: A comprehensive resource for mastering advanced features and workflows in 3ds Max. "The Animator's Survival Kit" by Richard Williams: A classic animation guide providing valuable insights for aspiring animators. These books offer valuable knowledge and techniques, complementing the skills learned in the course and aiding in future career endeavors. Receive ongoing email support for a lifetime. Access comprehensive handouts and valuable documents. Explore flexible financial support choices, including installment plans and funding through job center plus and DWP (Contact us for specifics). Rest assured with our money-back guarantee: If you're dissatisfied after your initial session, we address your concerns and provide a refund if necessary (Terms and conditions may apply). Get help with computer optimization to enhance software performance in Autocad, 3ds Max, and Photoshop on both PC platforms. Benefit from our industry connections, facilitating portfolio promotion and job opportunities.
Enhance your knowledge of circulating fluidized bed boilers with EnergyEdge's classroom training. Join us to gain valuable insights and skills.
Dive into the world of decarbonization in shipping and marine ports with EnergyEdge's comprehensive course. Gain valuable knowledge and skills today!
About this Training Course Managed Pressure Drilling (MPD) offers opportunities to improve safety and efficiency in drilling, and it is increasingly recognised by operators and regulators. MPD aims to cost effectively resolve chronic drilling problems that contribute to non-productive time. This 3 full-day course provides participants with an understanding of the MPD techniques and equipment. The course starts with the design requirements for an MPD operation. It covers all MPD methods, including constant bottom hole pressure and mud cap drilling operations. It also includes all of the rig types - both onshore and offshore - and MPD. MPD equipment is presented in detail and the design aspects of the well are also examined. Training Objectives This course aims to provide participants with a good understanding of the various aspects of managed pressure drilling. It also enables participants to gain knowledge of planning MPD operations, type of equipment and the equipment requirements for both onshore and offshore and MPD operations. At the end of the course, participants will be able to: Understand the variations in MPD Design MPD operations for various techniques Understand the engineering requirements of MPD Define MPD equipment requirements Understand operational and well control aspects of MPD Target Audience This course is designed for engineers, managers and service providers who are about to use MPD techniques and are trying to better understand the associated complexities and challenges surrounding MPD. Trainer Your expert course leader was born and raised in Nijmegen, Netherlands. He holds an MSc in Drilling Engineering from The Robert Gordon University in Aberdeen and has over 39 years of oilfield experience. He started in the industry back in 1977 as a Mud logger before becoming a wellsite drilling engineer in 1980 working mainly in the Middle East and West Africa. In 1988, he joined Shell in in the Southern North Sea. In 1995, he joined Smedvig in Norway and worked on a number of deepwater wells as well as on underbalanced drilling operations. In 1999, he started Leading Edge Advantage in Aberdeen and worked in coiled tubing, underbalanced and managed pressure drilling. In 2004, he joined Weatherford as Regional Engineering Manager in Singapore and developed the first ultra deepwater MPD systems. In 2010, he joined SPT Group specializing in well control and hydraulics modelling. SPT Group was later acquired by Schlumberger in 2012. At Schlumberger, he was Drilling Adviser, with a focus on well control, relief well planning and MPD. During that time, he was also an instructor for NExT teaching numerous well engineering courses. In 2015, he joined Wild Well as Engineering Manager in Asia and in February 2017, he became an independent consultant concentrating on provision of drilling engineering training. He has written and presented numerous papers and authored several chapters in the SPE Advanced Technology books. He is an active committee member and speaker on numerous SPE Workshops around the world. 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