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

2681 Code courses delivered Online

English Literature IGCSE Distance Learning Course by Oxbridge

By Oxbridge

Immerse yourself in a literary voyage with our home-study English Literature IGCSE course. šŸ“š From poetry to prose, heighten your analytical and critique abilities while exploring your literary passions. Understand author intent with clarity, and enrich your reading experience through a comprehensive understanding of literary techniques, form, vocabulary and imagery. Secure a solid foundation for A-Level study and improve your analytical skills across various subjects with our IGCSE English Literature course.Ā  An IGCSE qualification is a prized educational standard in the UK, making it a commonly pursued credential for learners aged 16. English language serves as an inspiration and motivation tool, challenging us in numerous ways. This IGCSE Qualification course empowers you to read, understand and analyse various text forms, and write with clarity and precision.Ā  Designed according to the latest specifications, our IGCSE English Literature course maximises your chances of success. Starting with a clear induction and well-structured assignments, we ensure you develop the skills and knowledge necessary to excel in your exam. With our course, IGCSEs truly are Qualifications that count. Your benefits include: A newly developed course that aligns with the latest specifications, packed with dynamic and engaging content šŸ“– Access to our partnership exam centres ensuring a guaranteed exam venue šŸ¢ Fast track option available for 2022 exams šŸš€ Unlimited tutor support, helping you devise a study plan and providing continuous support šŸŽ“ Exam pass guarantee (If you donā€™t pass the first time, weā€™ll support you to the next exam) šŸŽÆ Delve into your love for poetry and prose while honing your analytical and critique skills! About the awarding body Awarding body: Edexcel Our course code: X802 Qualification code: 1ET0 As the UK's largest awarding body, Edexcel has been nurturing success through learning in academic and vocational qualifications for nearly two decades, both domestically and abroad.Ā  Study Hours ā±ļø Allocate between 120 to 150 hours for study time, and additional time for completing assignments. Study Method šŸ‘©ā€šŸ« Our course is delivered via our interactive online learning platform. Fear not if you prefer print, as the learning materials are available for printing. Learning resources span various media including videos, quizzes, and interactive activities. Course Duration šŸ“† You can enrol today, with the course officially starting on 01/09/21. Prior to this date, you will receive your MyOxbridge login credentials, but access to learning materials is restricted until the official start date. Enjoy unlimited tutor support for two years from your course start date. Assessment šŸ“‹ Enrol now for Summer 2022 examinations.Ā  Complete two standard IGCSE written exams, with: Paper 1 ā€“ 1 hour 45 minutes ā€“ 50% of marks Paper 2 ā€“ 2 hours 15 minutes ā€“ 50% of marks We offer a guaranteed exam space in one of our nationwide exam centres. During your course, complete one introductory assignment and nine assignments. Although these do not contribute to your final grade, they give you an opportunity to submit work to your tutor for marking and feedback, helping gauge your progress. Course Outcomes šŸ‘©ā€šŸŽ“ Upon successful course completion, earn an IGCSE in English Literature, issued by Edexcel. We've chosen this syllabus (1ET0) for its suitability to distance learning. Additional Information ā„¹ļø Difficulty - Level 2 Entry requirements - No formal entry requirements, but an intermediate ability to read and write English is recommended. Course Content šŸ“˜ Explore literary masterpieces such as J.B Priestley's "An Inspector Calls", Shakespeare's "Romeo and Juliet", and John Steinbeck's "Of Mice and Men". Engage with a rich anthology of poetry from renowned poets like Rudyard Kipling, D.H Lawrence, Shakespeare, and more. This course promises a comprehensive literary journey, sharpening your analytical skills and enhancing your understanding of English literature.

English Literature IGCSE Distance Learning Course by Oxbridge
Delivered Online On Demand
Ā£475

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python

By Packt

Discover the fascinating world of decentralized trading with Python and DYDX. Build a sophisticated trading bot, harness statistical arbitrage techniques, and automate your trading strategies on the AWS cloud. Gain the skills to navigate the cryptocurrency market and achieve consistent profitability in this comprehensive and hands-on course.

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python
Delivered Online On Demand7 hours 49 minutes
Ā£82.99

Restful API Web Services with PHP and MySQL: Bootcamp

4.8(9)

By Skill Up

Gain the skills and credentials to kickstart a successful career and learn from the experts with this step-by-step

Restful API Web Services with PHP and MySQL: Bootcamp
Delivered Online On Demand4 hours 23 minutes
Ā£25

The Complete Bootstrap Beginners Course with 100+ examples

By Packt

If you are someone who wants to build a modern responsive website, then you are at the right place. Learn to create a responsive website with Bootstrap concepts and advance your website development skills to the next level with thoroughly explained lessons and many examples displayed on screen size for thorough understanding.

The Complete Bootstrap Beginners Course with 100+ examples
Delivered Online On Demand2 hours 35 minutes
Ā£41.99

Querying Microsoft SQL Server

5.0(3)

By Systems & Network Training

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.

Querying Microsoft SQL Server
Delivered in Internationally or OnlineFlexible Dates
Ā£2,797

Business Ethics Level 2 Certificate Course

4.3(43)

By John Academy

Description: Every company goes through an ethics seminar in order to protect itself against certain liabilities. But what really is ethics in today's business world? Now you can answer that question with the help of this Business Ethics Level 2 Certificate Course course. This course will help you differentiate between ethics and morals, see the importance of ethics and identify your own values and principles. It will further teach you about Kohlberg's six stages, avoid ethical dilemmas, develop office code of ethics, utilize decision-making tools and so much more. Combined with the case studies provided, this course can be a very strong arsenal for you. Learning Outcomes: Realise the distinctness between ethics and morals Interpret the worth of ethics Recognise some of your individual values and moral codes Become acquainted with a number of philosophical code of conducts related with ethical decisions Find out some paths to enhance ethical quality of your office Learn what is needed to consolidate an office code of eth Appreciate some mediums to avert ethical dilemmas Get some materials to assist you to take better decisions Get identified with some basic ethical in a fix situation 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? Business Ethics Level 2 Certificate Course 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 Business Ethics Level 2 Certificate 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 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. Course Overview 00:15:00 What are Ethics? 00:15:00 Taking Your Moral Temperature 00:15:00 Why Bother with Ethics? 00:30:00 Some Objective Ways of Looking at the World 00:30:00 What Does Ethical Mean? 00:30:00 Avoiding Ethical Dilemmas 00:30:00 Pitfalls and Excuses 00:15:00 Developing an Office Code of Ethics 00:30:00 22 Keys to an Ethical Office 00:15:00 Basic Decision Making Tools 01:30:00 Ethical Decision-Making Tools 00:45:00 Dilemmas with Company Policy 00:15:00 Dilemmas with Clients 00:15:00 Dilemmas and Supervisors 00:30:00 What to Do When You Make a Mistake 00:30:00 Taking Your Moral Temperature II 00:15:00 Mock Exam Mock Exam- Business Ethics Level 2 Certificate Course 00:20:00 Final Exam Final Exam- Business Ethics Level 2 Certificate Course 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Business Ethics Level 2 Certificate Course
Delivered Online On Demand8 hours 25 minutes
Ā£18

Asynchronous JavaScript for Beginner-Level

4.3(43)

By John Academy

Course Overview Sending updated notifications, analysis reports automatically will make your websites more efficient and improve your performance as well. Learn how you can use asynchronous JavaScript to set functions from this Asynchronous JavaScript for Beginner-Level course and get the best output from your websites. In this Asynchronous JavaScript for Beginner-Level course, you will learn beginner level JavaScript and asynchronous JavaScript functions. You will learn different scenarios of using JavaScript, functions. You'll be able to work with multiple values and set up functions based on your preferences. This course will teach you the function of asynchronous JavaScript from scratch. You will be able to understand the connection between databases and websites and be able to use them effectively. Learning Outcomes Familiarize with the fundamentals of asynchronous JavaScript Be able to perform repeated tasks be able to understand the functions of asynchronous code and promises Learn what generator is and how it works Familiarize with the use of async and await function Understand the functions of generators Learn the usability of the settimeout and set interval functions Who is this course for? This course is ideal for anyone who wants to be a programmer and learn the JavaScript programming language. You will be able to understand asynchronous JavaScript and its functions from this course. 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 Asynchronous JavaScript for Beginner-Level is a useful qualification to possess and would be beneficial for any related profession or industry such as: Programmers JavaScript Developers Web Developers App Designers Software Engineers Asynchronous JavaScript for Beginner-Level An Async Javascript Scenario 00:02:00 Defining Asynchronous / What is Synchronous code? 00:04:00 WORKSHOP -Exploring Synchronicity in JavaScript 00:09:00 All About Asynchronous Code 00:06:00 Course Roadmap 00:01:00 What is setTimeout? 00:05:00 DEMO - Delaying Code Execution with setTimeout 00:10:00 What is setInterval? 00:02:00 DEMO - Repeating Tasks with setInterval 00:07:00 Chapter Summary 00:01:00 What is Async / Await? 00:03:00 What are Promises? 00:02:00 DEMO - Wrapping setTimeout with a Promise 00:05:00 All About Async 00:02:00 DEMO - Performing Asynchronous Tasks Concisely with Async / Await 00:12:00 What are JavaScript Generator Functions? 00:02:00 Demo - Asynchronous JavaScript via generators 00:08:00 Course Summary 00:02:00 Order Your Certificates and Transcripts Order Your Certificates and Transcripts 00:00:00

Asynchronous JavaScript for Beginner-Level
Delivered Online On Demand1 hour 23 minutes
Ā£18

Firebase and Cloud Firestore for Android

By Packt

Learn all about the brand new Firestore, a NoSQL document based technology

Firebase and Cloud Firestore for Android
Delivered Online On Demand5 hours 30 minutes
Ā£37.99

JavaScript Interview Preparation: Practice Problems

By Packt

Succeed in your next JavaScript coding interview by working through practice questions and learning important JavaScript skills and concepts

JavaScript Interview Preparation: Practice Problems
Delivered Online On Demand3 hours 53 minutes
Ā£116.99

Professional Certificate Course in Contractual Dynamics of the Business Environment in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

This course aims to provide students with a comprehensive understanding of the legal and institutional framework of business, as well as the principles and dynamics of contracts. Students will learn the basic requirements of contracts, the genuineness of assets, the statute of fraud, contract modification, discharge of contracts, and third-party remedies. The course will also cover the Uniform Commercial Code, express and implied contracts, quasi-contracts, mutuality, and enforceability. By the end of the course, students will have the knowledge and skills necessary to analyze and negotiate contracts and understand the legal implications of business transactions, thereby enabling them to make informed decisions regarding contracts and business regulations. After the successful completion of the course, you will be able to learn about the following, Contractual Environment: Basic requirements of aĀ contract. Genuineness of assets. Statute of Fraud. Contract Modification. Discharge of a contract. Third-party remedies. The Uniform Commercial Code Express Contract Implied Contract act ContractĀ Implied in Law: Quasi-Contract Mutuality Enforceability This course aims to equip students with a thorough understanding of the legal and regulatory environment of business, including the constitutional basis for business regulation and protecting a business organization, as well as the key principles of law and institutionalization. Students will learn how to analyze the political, legal, and regulatory environment and gain a comprehensive understanding of the contractual environment, including the basic requirements of contracts, the genuineness of assets, the statute of fraud, contract modification, discharge of contracts, third-party remedies, and the Uniform Commercial Code. The course will also cover the different types of contracts and their enforceability, including express and implied contracts, quasi-contracts, mutuality, and enforceability. To provide students with a comprehensive understanding of the legal and regulatory environment of business, including the constitutional basis for business regulation, protecting a business organization, and the role of law and institutionalization. Students will learn to investigate the political, legal, and regulatory environment, and to analyze the various dimensions of law and organizations. VIDEO - Course Structure and Assessment Guidelines Watch this video to gain further insight. Navigating the MSBM Study Portal Watch this video to gain further insight. Interacting with Lectures/Learning Components Watch this video to gain further insight. Contractual Dynamics of the Business Environment Self-paced pre-recorded learning content on this topic. Contractual Dynamics Of The Business Environment Put your knowledge to the test with this quiz. Read each question carefully and choose the response that you feel is correct. All MSBM courses are accredited by the relevant partners and awarding bodies. Please refer toĀ MSBM accreditationĀ in about us for more details. There are no strict entry requirements for this course. Work experience will be added advantage to understanding the content of the course. The certificate is designed to enhance the learner's knowledge in the field. This certificate is for everyone eager to know more and get updated on current ideas in their respective field. We recommend this certificate for the following audience. Contract Analyst Contract Administrator Legal Contracts Manager Contract Specialist Procurement Contract Manager Contract Compliance Officer Contracts Coordinator Contract Negotiator Contract Manager Business Contract Consultant Average Completion Time 2 Weeks Accreditation 3 CPD Hours Level Advanced Start Time Anytime 100% Online Study online with ease. Unlimited Access 24/7 unlimited access with pre-recorded lectures. Low Fees Our fees are low and easy to pay online.

Professional Certificate Course in Contractual Dynamics of the Business Environment in London 2024
Delivered Online On Demand14 days
Ā£34