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

5478 Software courses delivered Online

Cisco Implementing Cisco Catalyst 9000 Series Switches v3.0 (ENC9K)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Network designers Network managers System engineers Overview After taking this course, you should be able to: Review the Cisco Catalyst 9000 Series Switches identify the switches' features and examine the functionalities purpose-built for Cisco DNA and the SD-Access solution. Describe the Cisco Catalyst 9200 Series Switch architecture, model types, port types, uplink modules, components including power supplies, and other switch features and capabilities. Describe the Cisco Catalyst 9300 Series Switch architecture, model types, port types, uplink modules, and components, including power supplies and stacking cables. Describe the Cisco Catalyst 9400 Series Switches, different modular chassis, supervisor and line card options, architectural components, uplink, and power redundancy, and Multigigabit ports Describe the Cisco Catalyst 9500 Series Switches, model types, switch components, RFID support, architecture, and switch profiles. Describe the Cisco Catalyst 9600 Series Switch architecture, supervisor and line card options, and high availability features. Position the different Cisco Catalyst 9000 Series Switch model types in the network, and map older Cisco Catalyst switches to the 9000 family for migration. Examine management capabilities of the Cisco Catalyst 9000 Series Switches. Describe the Cisco Catalyst 9000 Series Switches deployed in a Cisco StackWise Virtual environment and an SD-Access fabric. Describe the new Cisco IOS XE software management, patchability, and Graceful Insertion and Removal (GIR) features on the Cisco Catalyst 9000 Series Switches. Describe the ThousandEyes Enterprise Agent using the Docker environment on the Cisco Catalyst 9000 Series switches. Describe the scalability and performance features supported by the Cisco Catalyst 9000 Series Switches. Describe the Cisco Catalyst 9000 Series Switch support for security, Quality of Service (QoS), and Internet of Things (IoT) convergence features. Describe the Cisco Catalyst 9000 Series support for cloud hosting and connectivity, along with automation features. Explore the SD-Access solution fundamentals, deployment models for the Cisco Catalyst 9000 Series Switch, and the use of Cisco DNA Center to manage infrastructure devices. The Implementing Cisco Catalyst 9000 Switches (ENC9K) v3.0 course introduces you to the architecture, capabilities, and implementation of the Cisco© Catalyst© 9000 switching platform. This hands-on course covers many features of this Cisco IOS© XE platform and describes how to manage devices from a single dashboard called Cisco DNA Center?. You will learn how to use the Cisco Catalyst 9000 family of switches to enable Software Defined Access (SD-Access) and provide end-to-end security and automation with centralized management using Cisco DNA Center. Course Outline Introducing the Cisco Catalyst 9000 Series Switches Introducing Cisco Catalyst 9200 Series Switches Introducing Cisco Catalyst 9300 Series Switches Introducing Cisco Catalyst 9400 Series Switches Introducing Cisco Catalyst 9500 Series Switches Introducing Cisco Catalyst 9600 Series Switches Positioning Cisco Catalyst 9000 Series Switches Examining the Cisco Catalyst 9000 Series Switches Management Capabilities Describing New Features on Cisco Catalyst 9000 Series Switches Describing Scale and Performance Features on Cisco Catalyst 9000 Series Switches Describing Security, QoS, and IoT Convergence Features on Cisco Catalyst 9000 Series Switches Describing Cloud and Automation Features on Cisco Catalyst 9000 Series Switches Describing Cisco SD-Access Solution and Cisco Catalyst 9000 Series Switches Additional course details: Nexus Humans Cisco Implementing Cisco Catalyst 9000 Series Switches v3.0 (ENC9K) 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 Cisco Implementing Cisco Catalyst 9000 Series Switches v3.0 (ENC9K) 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.

Cisco Implementing Cisco Catalyst 9000 Series Switches v3.0 (ENC9K)
Delivered OnlineFlexible Dates
Price on Enquiry

Python With Data Science

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Audience: Data Scientists, Software Developers, IT Architects, and Technical Managers. Participants should have the general knowledge of statistics and programming Also familiar with Python Overview ? NumPy, pandas, Matplotlib, scikit-learn ? Python REPLs ? Jupyter Notebooks ? Data analytics life-cycle phases ? Data repairing and normalizing ? Data aggregation and grouping ? Data visualization ? Data science algorithms for supervised and unsupervised machine learning Covers theoretical and technical aspects of using Python in Applied Data Science projects and Data Logistics use cases. Python for Data Science ? Using Modules ? Listing Methods in a Module ? Creating Your Own Modules ? List Comprehension ? Dictionary Comprehension ? String Comprehension ? Python 2 vs Python 3 ? Sets (Python 3+) ? Python Idioms ? Python Data Science ?Ecosystem? ? NumPy ? NumPy Arrays ? NumPy Idioms ? pandas ? Data Wrangling with pandas' DataFrame ? SciPy ? Scikit-learn ? SciPy or scikit-learn? ? Matplotlib ? Python vs R ? Python on Apache Spark ? Python Dev Tools and REPLs ? Anaconda ? IPython ? Visual Studio Code ? Jupyter ? Jupyter Basic Commands ? Summary Applied Data Science ? What is Data Science? ? Data Science Ecosystem ? Data Mining vs. Data Science ? Business Analytics vs. Data Science ? Data Science, Machine Learning, AI? ? Who is a Data Scientist? ? Data Science Skill Sets Venn Diagram ? Data Scientists at Work ? Examples of Data Science Projects ? An Example of a Data Product ? Applied Data Science at Google ? Data Science Gotchas ? Summary Data Analytics Life-cycle Phases ? Big Data Analytics Pipeline ? Data Discovery Phase ? Data Harvesting Phase ? Data Priming Phase ? Data Logistics and Data Governance ? Exploratory Data Analysis ? Model Planning Phase ? Model Building Phase ? Communicating the Results ? Production Roll-out ? Summary Repairing and Normalizing Data ? Repairing and Normalizing Data ? Dealing with the Missing Data ? Sample Data Set ? Getting Info on Null Data ? Dropping a Column ? Interpolating Missing Data in pandas ? Replacing the Missing Values with the Mean Value ? Scaling (Normalizing) the Data ? Data Preprocessing with scikit-learn ? Scaling with the scale() Function ? The MinMaxScaler Object ? Summary Descriptive Statistics Computing Features in Python ? Descriptive Statistics ? Non-uniformity of a Probability Distribution ? Using NumPy for Calculating Descriptive Statistics Measures ? Finding Min and Max in NumPy ? Using pandas for Calculating Descriptive Statistics Measures ? Correlation ? Regression and Correlation ? Covariance ? Getting Pairwise Correlation and Covariance Measures ? Finding Min and Max in pandas DataFrame ? Summary Data Aggregation and Grouping ? Data Aggregation and Grouping ? Sample Data Set ? The pandas.core.groupby.SeriesGroupBy Object ? Grouping by Two or More Columns ? Emulating the SQL's WHERE Clause ? The Pivot Tables ? Cross-Tabulation ? Summary Data Visualization with matplotlib ? Data Visualization ? What is matplotlib? ? Getting Started with matplotlib ? The Plotting Window ? The Figure Options ? The matplotlib.pyplot.plot() Function ? The matplotlib.pyplot.bar() Function ? The matplotlib.pyplot.pie () Function ? Subplots ? Using the matplotlib.gridspec.GridSpec Object ? The matplotlib.pyplot.subplot() Function ? Hands-on Exercise ? Figures ? Saving Figures to File ? Visualization with pandas ? Working with matplotlib in Jupyter Notebooks ? Summary Data Science and ML Algorithms in scikit-learn ? Data Science, Machine Learning, AI? ? Types of Machine Learning ? Terminology: Features and Observations ? Continuous and Categorical Features (Variables) ? Terminology: Axis ? The scikit-learn Package ? scikit-learn Estimators ? Models, Estimators, and Predictors ? Common Distance Metrics ? The Euclidean Metric ? The LIBSVM format ? Scaling of the Features ? The Curse of Dimensionality ? Supervised vs Unsupervised Machine Learning ? Supervised Machine Learning Algorithms ? Unsupervised Machine Learning Algorithms ? Choose the Right Algorithm ? Life-cycles of Machine Learning Development ? Data Split for Training and Test Data Sets ? Data Splitting in scikit-learn ? Hands-on Exercise ? Classification Examples ? Classifying with k-Nearest Neighbors (SL) ? k-Nearest Neighbors Algorithm ? k-Nearest Neighbors Algorithm ? The Error Rate ? Hands-on Exercise ? Dimensionality Reduction ? The Advantages of Dimensionality Reduction ? Principal component analysis (PCA) ? Hands-on Exercise ? Data Blending ? Decision Trees (SL) ? Decision Tree Terminology ? Decision Tree Classification in Context of Information Theory ? Information Entropy Defined ? The Shannon Entropy Formula ? The Simplified Decision Tree Algorithm ? Using Decision Trees ? Random Forests ? SVM ? Naive Bayes Classifier (SL) ? Naive Bayesian Probabilistic Model in a Nutshell ? Bayes Formula ? Classification of Documents with Naive Bayes ? Unsupervised Learning Type: Clustering ? Clustering Examples ? k-Means Clustering (UL) ? k-Means Clustering in a Nutshell ? k-Means Characteristics ? Regression Analysis ? Simple Linear Regression Model ? Linear vs Non-Linear Regression ? Linear Regression Illustration ? Major Underlying Assumptions for Regression Analysis ? Least-Squares Method (LSM) ? Locally Weighted Linear Regression ? Regression Models in Excel ? Multiple Regression Analysis ? Logistic Regression ? Regression vs Classification ? Time-Series Analysis ? Decomposing Time-Series ? Summary Lab Exercises Lab 1 - Learning the Lab Environment Lab 2 - Using Jupyter Notebook Lab 3 - Repairing and Normalizing Data Lab 4 - Computing Descriptive Statistics Lab 5 - Data Grouping and Aggregation Lab 6 - Data Visualization with matplotlib Lab 7 - Data Splitting Lab 8 - k-Nearest Neighbors Algorithm Lab 9 - The k-means Algorithm Lab 10 - The Random Forest Algorithm

Python With Data Science
Delivered OnlineFlexible Dates
Price on Enquiry

Clickfunnels Affiliate Training Course

4.3(43)

By John Academy

Description Affiliate marketing is among the best means for people to earn cash these days. Choosing the best opportunities which can make a sustainable passive income will make a big difference.  The Clickfunnels Affiliate Program is as easy as providing value to a particular niche vertical, or customer base. The Clickfunnels Affiliate Training Course covers the ClickFunnels affiliate program as well as the software itself from a high level to help all of the beginners out there familiarize themselves. Through the course, you'll learn how to sign up users for various ClickFunnels products & services. Learn how to communicate with your list and get them excited about ClickFunnels. You'll know where to meet other like-minded ClickFunnels users online. You'll know how to share ClickFunnels templates. You'll know how to turn your passion into profit. You'll get my ClickFunnels templates to share with your user base and sign them up under your affiliate URL. Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. 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? Clickfunnels Affiliate Training 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 Clickfunnels Affiliate Training 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. Module: 01 Introduction FREE 00:01:00 Sign Up for ClickFunnels 00:06:00 ClickFunnels Plan Differences. 00:07:00 Walkthrough of Your Affiliate Center 00:07:00 Setup Your Redirect URL in Your Hosting 00:03:00 Setup Your Redirect URL in WordPress 00:02:00 Module: 02 Add Your Affiliate Link to The 301 Redirect 00:01:00 ClickFunnels Facebook Groups 00:03:00 ClickFunnels Template Sharing 00:06:00 ClickFunnels Template Overview 00:18:00 Optin Page Creation 00:16:00 ClickFunnels Settings 00:05:00 Mobile Optimization Secrets in ClickFunnels 00:06:00 Module: 03 Creating an A-B Split Test 00:05:00 The Bridge Page 00:13:00 Adding New Steps in ClickFunnels 00:02:00 OTO Page 00:07:00 How to Share Your First Funnel 00:04:00 Why Email Everyday 00:03:00 Soap Opera Sequence 00:13:00 Seinfeld Email Sequence 00:11:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Clickfunnels Affiliate Training Course
Delivered Online On Demand2 hours 19 minutes
£18

MAC Operating Course

4.3(43)

By John Academy

Are you new to mac? Want to learn how to operate a mac? Want to learn the tips and tricks of having fun with mac? If yes then enrol now to benefit the most out of this course. Description: This course is designed for individuals who are willing to switch from PC to Mac. Mac is continuously bringing up more inventive thoughts to incorporate into the present elements available. In this course, you will have an overview of the Mac desktops and the features that makes it more convenient then other systems. In this course, you will learn how to operate mac using the simplest method. You will also learn about networking process for Mac and how can user network 2 or more macs without any underlying issues usually related to other networking practices. Through this course, you will learn about many other interesting things you can do easily. Our professional, as well as experienced tutors, will make this course more fun and informative. Who is the course for? This course is designed for individuals who are interested in exploring the benefits of using MAC. It is also beneficial for the graphic designers as Mac system is preferable for handling the graphic software. 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: MAC Operating Course is a useful qualification to possess, and would be beneficial for the following careers: Mac operator. Production artist. Pre-press technician. Graphics designer. Creative art worker. Gamers. Video editors. Chapter-01 Introduction to Mac 01:00:00 Chapter-02 Features of Mac Desktops 01:00:00 Chapter-03 Networking System of Mac 01:00:00 Chapter-04 Types of Mac 01:00:00 Chapter-05 Mac your way to cyberspace 00:30:00 Chapter-06 Benefits of Using Mac 01:00:00 Chapter-07 How to print & fax using Mac 01:00:00 Chapter-08 Managing music with iTunes 01:00:00 Chapter-09 Having fun with photos 01:00:00 Chapter-10 Wrapping Up 00:15:00 Mock Exam Mock Exam- MAC Operating Course 00:20:00 Final Exam Final Exam- MAC Operating Course 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

MAC Operating Course
Delivered Online On Demand9 hours 25 minutes
£18

Freelancing Digital Photography

4.3(43)

By John Academy

Description: This digital photography course is very useful for individuals who are looking forward to enhancing their skills and master the advanced techniques of digital photography. This course is ideal for the individuals who intend to develop their skills with the cameras. It will teach you all the necessary skills including snap stunning and marvellous photographs. You will learn about the latest technology cameras arrived in the market and how can they be used. You will also be introduced to the latest editing methods. Who is the course for? For the people who want to become a professional photographer; For the people who wants to make money through photography For individuals who want to learn about professional editing of photograph; For any person who wants to click amazing photos; 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: Social Content Photographer/Designer Digital Imaging Professional Digital Assets Coordinator Visual Arts Technician Creative Art worker Product Still Life Photographer Studio Photographer Photographer/Portrait Consultant Visual Resources Imaging Specialist wedding photographer. Basics of Photography How to Become a Digital Photographer? 02:00:00 Getting into the Scene 02:00:00 Choosing the Right Camera 02:00:00 Making Pictures for a Living 03:00:00 The Tools and Software for Editing the Images 02:00:00 The Most Commonly Asked Questions 01:00:00 Freelancing Digital Photography Introduction 00:30:00 Photographs Everywhere You Look 00:30:00 Do You Have What It Takes? 01:00:00 Choosing a Camera 00:30:00 Photography Basics 01:30:00 The Art of Photography 01:30:00 Sites That Pay for Your Photos 01:00:00 Posting Your Photos Online 00:30:00 Who Buys Photos? 00:15:00 For The Truly Ambitious 00:30:00 Mock Exam Mock Exam- Freelancing Digital Photography 00:20:00 Final Exam Final Exam- Freelancing Digital Photography 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Freelancing Digital Photography
Delivered Online On Demand20 hours 25 minutes
£18

Medical Coding: IP DRG 3M ICD Workshop

4.3(43)

By John Academy

Course Overview Master the skills of medical coding with the Medical Coding: IP DRG 3M ICD Workshop course. Through this course, you will learn the essentials of 3M coding and get the opportunity to prepare yourself to face the challenges of medical coding. From this Medical Coding: IP DRG 3M ICD Workshop, you will receive a detailed introduction to the 3M coding system. The course will help you understand the process of assigning ICD codes using 3M. You will become skilled in setting combination codes. The easy to digest modules will teach you the ins and outs of obesity and malnutrition coding. You will acquire the knowledge required to code COPD Bronchitis Pneumonia, and Cystic fibrosis This Medical Coding: IP DRG 3M ICD Workshop course is a great place to build medical coding skills. Enrol in the course and kickstart your career in the relevant industry. Learning Outcomes Get a detailed understanding of the fundamentals of 3M Learn the process of assigning ICD codes using 3M Understand the strategies of assigning combination codes Know the Code Otitis Conditions, obesity and malnutrition Familiarize with the coding process for COPD Bronchitis Pneumonia and Cystic fibrosis Who is this course for?  The Medical Coding: IP DRG 3M ICD Workshop course is for those interested in enriching their knowledge of medical coding.  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 The Medical Coding: IP DRG 3M ICD Workshop course is a useful qualification to possess and would be beneficial for any related profession or industry such as: Medical Coder 3M Introduction 3M Introduction 00:07:00 Basic 3M Usage Tabs File View and Option 00:11:00 Reference Tab in 3M Software 00:14:00 Reference usage with Addition Tips and shortcut 00:03:00 How to Assign ICD Codes using 3M How to Assign ICD Codes using 3M 00:08:00 How to assign Combination codes How to assign Combination codes Using 3M HTN, CKD, CHF 00:06:00 Digestive System Gastritis Duodenitis 00:13:00 How to Code Otitis Conditions 00:05:00 Obesity and Malnutrition with Tip BMI usage 00:12:00 Combinations with Sleep Apnea 00:05:00 DM Complications 00:11:00 CAD and related combinations using 3M 00:18:00 How to code COPD Bronchitis Pneumonia and Cystic fibrosis 00:18:00 How DRG changes while we change Diagnosis or Procedure using 3M How DRG changes while we change Diagnosis or Procedure using 3M 00:08:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Medical Coding: IP DRG 3M ICD Workshop
Delivered Online On Demand2 hours 19 minutes
£18

Environmental Conservation, Management and Sustainable Development

4.5(3)

By Studyhub UK

Chart Your Course in Environmental Conservation and Sustainable Development Welcome to your journey towards environmental conservation, management, and sustainable development. This comprehensive bundle offers a rich tapestry of 30 courses, each contributing to your understanding of our precious planet and how to protect it. You'll begin your adventure with Course 01, an online course in conservation, laying the foundation for your future environmental efforts. Course 02, Environment Management, will guide you through essential principles in maintaining ecological balance. Understanding the vital link between environmental health and human wellbeing is the focus of Course 03. Course 04, Environmental Law, brings you up to date with the legal aspects of environmental protection. Course 05, Meteorology, explores the science of weather, while Course 06 delves into sustainable energy, development, and environmental impacts, vital topics in today's world. For a deep dive into land conservation and utilization, turn to Course 07, Land Management. Water, a precious resource, takes center stage in Course 08, Diploma in Water Treatment. Courses 09 through 12 explore various aspects of plant life, from forestry to botanical studies. Course 13, Wildlife Rescue and Rehabilitation, teaches you how to care for our animal friends. Course 14 addresses the crucial aspects of cleaning and chemical safety, while Course 15 focuses on COSHH awareness. Be prepared for emergencies with Course 16, Spill Management Training. Green thumbs will appreciate Courses 17 through 26, covering horticulture, gardening, floristry, and more. Dive into marine biology with Course 21. Courses 27 through 30 explore animal science, genetics, ornithology, and biotechnology. With this bundle, you're not just gaining knowledge; you're becoming a steward of the environment. Join us on this educational journey, and together, let's nurture and protect the world we call home. This Environmental Conservation, Management and Sustainable Development Bundle consists of the following 30 CPD Accredited Premium courses - Course 01 :Online Course in Conservation Course 02 :Environment Management Course 03 :Environmental Health Course 04 :Environmental Law Course 05 :Meteorology Course 06 :Sustainable Energy, Development and Environmental Impacts Course 07 :Land Management Course 08 :Diploma in Water Treatment Course 09 :Forestry Course 10 :Agricultural Science Course 11 :Botany Course 12 :Wildlife Rescue and Rehabilitation Course 13 :Architectural Studies Course 14 :Cleaning: Disinfection, Waste Management and Chemical Safety Course 15 :COSHH (Control of Substances Hazardous to Health) - Awareness Course 16 :Spill Management Training Course 17 :Horticulture & Organic Gardening Course 18 :Homesteading Diploma Course 19 :Floristry Academy Diploma Course 20 :Arboriculture Course 21 :Marine Biology Course - Online Diploma Course 22 :Garden Design Course 23 :Reproduction in Flowering Plants Course 24 :Kitchen Gardening Course 25: Mushroom Growing Course Course 26: Carbon Literacy Knowledge Course 27: Animal Science Course 28: Genetics Course 29: Ornithology Course 30: Biotechnology 7 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01 :Career Development Plan Fundamentals Course 02 :CV Writing and Job Searching Course 03 :Interview Skills: Ace the Interview Course 04 :Video Job Interview for Job Seekers Course 05 :Create a Professional LinkedIn Profile Course 06 :Business English Perfection Course Course 07 :Networking Skills for Personal Success Learning Outcome This tailor-made Environmental Conservation, Management and Sustainable Development bundle will allow you to- Uncover your skills and aptitudes to break new ground in the related fields Deep dive into the fundamental knowledge Acquire some hard and soft skills in this area Gain some transferable skills to elevate your performance Maintain good report with your clients and staff Gain necessary office skills and be tech savvy utilising relevant software Keep records of your work and make a report Know the regulations around this area Reinforce your career with specific knowledge of this field Know your legal and ethical responsibility as a professional in the related field This Environmental Conservation, Management and Sustainable Development Bundle resources were created with the help of industry experts, and all subject-related information is kept updated on a regular basis to avoid learners from falling behind on the latest developments. Course 01: Online Course in Conservation Learn the principles and practices of conservation. Understand conservation biology and ecology. Explore strategies for protecting natural resources. Gain knowledge about wildlife conservation. Develop skills for sustainable conservation efforts. Course 02: Environment Management Study environmental management principles. Learn about environmental policies and regulations. Develop strategies for sustainable resource use. Understand environmental impact assessment. Gain skills for effective environmental management. Course 03: Environmental Health Explore the relationship between environment and health. Learn about environmental health hazards. Understand environmental risk assessment. Develop strategies for improving environmental health. Enhance knowledge of public health and the environment. Course 04: Environmental Law Study environmental laws and regulations. Understand legal frameworks for environmental protection. Explore international and national environmental treaties. Learn about environmental litigation and compliance. Develop expertise in environmental law. Course 05: Meteorology Learn the science of meteorology. Understand weather patterns and phenomena. Study climate science and climatology. Gain skills in weather forecasting. Explore the impact of meteorology on the environment. Course 06: Sustainable Energy, Development and Environmental Impacts Study sustainable energy sources and technologies. Explore sustainable development principles. Understand the environmental impacts of energy production. Learn about green energy policies and practices. Develop strategies for sustainable energy solutions. Course 07: Land Management Learn land management techniques and strategies. Understand land use planning and zoning. Study soil conservation and sustainable agriculture. Explore land management for conservation. Gain skills in sustainable land development. Course 08: Diploma in Water Treatment Study water treatment processes and technologies. Learn about water quality and safety. Understand wastewater treatment and purification. Gain knowledge of drinking water regulations. Develop skills in water treatment plant operations. Course 09: Forestry Explore the science and practice of forestry. Study forest ecology and conservation. Learn about sustainable forest management. Understand timber harvesting and reforestation. Gain expertise in forestry techniques. Course 10: Agricultural Science Learn the fundamentals of agricultural science. Understand crop cultivation and plant biology. Study livestock management and animal science. Explore agricultural sustainability and practices. Gain knowledge of modern agricultural technologies. Course 11: Botany Study plant biology and botany. Learn about plant taxonomy and classification. Explore plant physiology and ecology. Understand the diversity of plant life. Gain skills in botanical research. Course 12: Wildlife Rescue and Rehabilitation Learn about wildlife rescue and rehabilitation techniques. Understand wildlife rehabilitation ethics and laws. Study wildlife health and care. Explore the rehabilitation of injured and orphaned animals. Gain knowledge of wildlife conservation through rehabilitation. Course 13: Architectural Studies Study architectural design principles. Learn about architectural history and styles. Explore building materials and construction methods. Understand architectural drawing and drafting. Gain skills in architectural planning and design. Course 14: Cleaning: Disinfection, Waste Management and Chemical Safety Learn cleaning and sanitation principles. Understand disinfection and sterilization techniques. Study waste management and disposal. Explore chemical safety in cleaning. Gain knowledge of hygiene and cleanliness practices. Course 15: COSHH (Control of Substances Hazardous to Health) - Awareness Understand COSHH regulations and guidelines. Learn about hazardous substances in the workplace. Study risk assessment and control measures. Explore safety data sheets and chemical safety. Gain awareness of workplace health and safety practices. Course 16: Spill Management Training Learn spill response and containment strategies. Understand the risks of chemical spills. Study spill prevention and emergency procedures. Explore spill cleanup and disposal methods. Gain skills in managing hazardous material spills. Course 17: Horticulture & Organic Gardening Explore horticulture principles and practices. Learn about organic gardening techniques. Understand plant propagation and cultivation. Study soil health and organic fertilization. Gain knowledge of sustainable horticulture. Course 18: Homesteading Diploma Learn homesteading skills for self-sufficiency. Study gardening, food preservation, and animal husbandry. Understand off-grid living and renewable energy. Explore sustainable living practices. Gain knowledge for modern homesteading. Course 19: Floristry Academy Diploma Study floral design and flower arranging. Learn about different types of flowers and foliage. Understand floristry tools and techniques. Explore wedding and event floristry. Gain skills in creating floral arrangements. Course 20: Arboriculture Learn about tree care and arboriculture. Understand tree biology and anatomy. Study tree maintenance and pruning. Explore tree risk assessment and safety. Gain expertise in tree preservation and urban forestry. Course 21: Marine Biology Course - Online Diploma Explore marine biology and ocean ecosystems. Learn about marine life and biodiversity. Study oceanography and marine conservation. Understand the impact of human activities on the oceans. Gain knowledge of marine research and conservation efforts. Course 22: Garden Design Learn garden design principles and concepts. Understand landscape architecture and planning. Study plant selection and garden layout. Explore garden styles and themes. Gain skills in creating functional and aesthetically pleasing gardens. Course 23: Reproduction in Flowering Plants Understand plant reproduction and pollination. Learn about flower structure and fertilization. Study seed development and dispersal. Explore plant life cycles and reproduction strategies. Gain knowledge of plant reproductive biology. Certification After studying the complete training you will be able to take the assessment. After successfully passing the assessment you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course completely free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 370 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Course 24: Kitchen Gardening Learn the art of kitchen gardening. Understand vegetable and herb cultivation. Study container gardening and small-space gardening. Explore organic gardening techniques. Gain skills in growing your own food. Course 25: Mushroom Growing Course Learn mushroom cultivation techniques. Understand mushroom biology and growth stages. Study different mushroom varieties. Explore mushroom farming and harvesting. Gain knowledge of mushroom nutrition and culinary uses. Course 26: Carbon Literacy Knowledge Understand the concept of carbon literacy. Learn about carbon emissions and climate change. Explore carbon reduction strategies. Study sustainable living practices. Gain knowledge to reduce your carbon footprint. Course 27: Animal Science Study animal biology and physiology. Learn about animal behavior and welfare. Understand animal nutrition and health. Explore animal genetics and breeding. Gain knowledge of animal care and husbandry. Course 28: Genetics Learn the principles of genetics. Understand genetic inheritance and variation. Study DNA structure and genetic engineering. Explore genetic diseases and disorders. Gain knowledge of modern genetics research. Course 29: Ornithology Study the science of ornithology (bird biology). Learn about bird anatomy and behavior. Understand bird ecology and conservation. Explore bird identification and birdwatching. Gain knowledge of avian research and bird species. Course 30: Biotechnology Learn about biotechnology and its applications. Understand genetic engineering and bioprocessing. Study biotechnology in medicine, agriculture, and industry. Explore ethical and regulatory issues in biotechnology. Gain knowledge of cutting-edge biotechnological advancements. Ambitious learners who want to strengthen their CV for their desired job should take advantage of the Environmental Conservation, Management and Sustainable Development bundle! This bundle is also ideal for professionals looking for career advancement. Requirements To participate in this course, all you need is - A smart device A secure internet connection And a keen interest in Environmental Conservation, Management and Sustainable Development Career path Upon completing this essential Bundle, you will discover a new world of endless possibilities. These courses will help you to get a cut above the rest and allow you to be more efficient in the relevant fields. Certificates CPD Accredited Digital certificate - Included CPD Accredited Hard copy certificate - Included

Environmental Conservation, Management and Sustainable Development
Delivered Online On Demand8 days
£299

Sales and Marketing Essentials: Digital Marketing for Business - CPD Certified

4.8(9)

By Skill Up

CPD Certified Diploma| 35-in-1 Premium Bundle| Free PDF & Transcript Certificates| Lifetime Access

Sales and Marketing Essentials: Digital Marketing for Business - CPD Certified
Delivered Online On Demand6 days
£128

Online Teaching Business

4.8(9)

By Skill Up

Description Learn strategies to utilize the power of branding with Build a business teaching course. Increase your sales and grow

Online Teaching Business
Delivered Online On Demand5 hours 29 minutes
£25

Introduction to MongoDB for DBAs (TTDB4680)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This introductory-level course is for experienced DBAs who will be working with MongoDB. In order to gain the most from this course you should have: Prior practical experience in Database Administration Experience working with Linux and be comfortable working with command line Overview This skills-focused course is approximately 50% hands-on. 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, guided by our expert team, attendees will explore: The MongoDB Basic Architecture and Installation MongoDB administration User Management MongoDB security Indexes Backup & Recovery High Availability / Replication Diagnostics & Troubleshooting MongoDB is fast becoming the database of choice for big data applications, being one of the most popular and widely implemented NoSQL databases. Its scalability, robustness, and flexibility have made it extremely popular among business enterprises who use it to implement a variety of activities including social communications, analytics, content management, archiving and other activities. This has led to an increased demand for MongoDB administrators who have the skills to handle cross functional duties. Geared for experienced DBAs, MongoDB for DBAs is a three-day hands-on course that explores the concepts, architecture and pitfalls of managing a MongoDB installation. This course is targeted to the DBA who is familiar with the concepts and tasks of working with a Relational database and is not responsible for a NoSQL MongoDB database. You will learn the critical aspects of MongoDB and use it to solve data management challenges. You will learn to manage MongoDB effectively by gaining expertise in MongoDB administration tools, syntax, MongoDB installations, configurations, security, troubleshooting, backup, scaling and many other features. The focus of this course is on practical skills and applying the DBA existing database knowledge to a MongoDB installation. Introduction to MongoDB Basic Architecture and Installation Differentiate database categories Learn MongoDB design goals List MongoDB tools Describe JSON and BSON Understanding the basic concepts of a Database Database categories: What is NoSQL? Why NoSQL? Benefit over RDBMS Types of NoSQL Database, and NoSQL vs. SQL Comparison, ACID & Base Property CAP Theorem, implementing NoSQL and what is MongoDB? Graph Database Overview of MongoDB, Design Goals for MongoDB Server and Database, MongoDB tools Understanding the following: Collection, Documents and Key/Values, etc., Introduction to JSON and BSON documents Environment setup (live Handson) and using various MongoDB tools available in the MongoDB Package MongoDB Administration Take database backup and restore MongoDB© Export and import data from/ to a MongoDB© instance Check server status and DB status Monitor various resource utilization of a mongod instance Understand various optimization strategies Administration concepts in MongoDB Monitoring issues related to Database Monitoring at Server, Database, Collection level, and various Monitoring tools related to MongoDB Database Profiling, Locks, Memory Usage, No of connections, page fault etc., Backup and Recovery Methods for MongoDB Export and Import of Data to and from MongoDB Run time configuration of MongoDB Production notes/ best practices Data Managements in MongoDB (Capped Collections/ Expired data from TTL), TTL Collection Features GridFS Memory-Mapped Files Journaling Mechanics Storage Engines Power of 2-Sized Allocations No Padding Allocation Strategy Diagnosing Performance Issues Optimization Strategies for MongoDB Configure Tag Sets for Replica Set. Optimize Query Performance Monitoring Strategies for MongoDB . MongoDB Utilities MongoDB Commands MongoDB Management Service (MMS) Data Backup Strategies in MongoDB Copying Underlying Data Files Backup with MongoDump Fsync and Lock MongoDB Ops Manager Backup Software Security Strategies in MongoDB Authentication Implementation in MongoDB . Authentication in a Replica set Authentication on Sharded Clusters Authorization End-to-End Auditing for Compliance User Management Create a User Administrator. Add a User to a Database. Create/Assign User a Role. Verify/Modify a User Access/Privileges. Change a User?s Password MongoDB Security Knowing security concepts in MongoDB Understand how Authentication and Authorisation works Security Introduction Security Concepts Indexes Index Introduction, Index Concepts, Index Types Index Properties Index Creation and Indexing Reference Introduction to Aggregation Aggregation Approach to Aggregation sort Order Pipeline Operators and Indexes Text Indexes Aggregate Pipeline Stages Text Search MapReduce Index Creation Aggregation Operations Index Creation on Replica Set Remove, Modify, and Rebuild Indexes Listing Indexes Measure Index Use Control Index Use Index Use Reporting Geospatial Indexes MongoDB?s Geospatial Query Operators GeoWith Operator Backup & Recovery Import and Export MongoDB Data Restore and recovery of MongoDB(Including point in time Recovery) Restore a Replica Set from MongoDB Backups Recover Data after an Unexpected Shutdown Backup and Restore with Filesystem Snapshots Back Up and Restore with MongoDB Tools Backup and Restore Sharded Clusters High Availability (Replication ) Understand the concept of Replication in MongoDB© ? Create a production like Replica Set Introduction to Replication (High Availability), Concepts around Replication What is Replica Set and Master Slave Replication? Type of Replication in MongoDB How to setup a replicated cluster & managing replica sets etc., Master-Slave Replication Replica Set in MongoDB Automatic Failover Replica Set Members Write Concern Write Concern Levels Write Concern for a Replica Set Modify Default Write Concern Read Preference Read Preference Modes Blocking for Replication Tag Set Configure Tag Sets for Replica set. Replica Set Deployment Strategies . Replica Set Deployment Patterns Oplog File Replication State and Local Database, Replication Administration Diagnostics & Troubleshooting Troubleshoot slow queries Diagnose connectivity problems Understand diagnostic tools Learn common production issues Learn fixes and solutions. Additional course details: Nexus Humans Introduction to MongoDB for DBAs (TTDB4680) 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 MongoDB for DBAs (TTDB4680) 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 MongoDB for DBAs (TTDB4680)
Delivered OnlineFlexible Dates
Price on Enquiry