Looking for a journey through the corridors of time? Spark Generation is here to help you with this. Uncover the stories that bring history to life with this Cambridge self-paced course provided by Spark Generation.
When life gets chaotic, you need something stable—something grounding. Foundations of Yoga: Poses, Posture & Practice Training is the answer. Thoughtfully designed for those craving calm, balance, and clarity, this training isn’t about flexibility or fitness—it’s about finding stillness in motion and purpose in your presence. With no deadlines and no demands, Foundations of Yoga: Poses, Posture & Practice Training is your chance to reset on your own terms. And with limited-time access pricing, now is the perfect time to start building your foundation before this offer vanishes. Description You don’t need to be “zen” to begin. You just need a reason to try. Foundations of Yoga: Poses, Posture & Practice Training gives you a fresh, self-paced framework for self-growth, grounded in simplicity and mindfulness. Whether you're chasing calm in chaos or seeking space to breathe, this course is the toolkit you didn’t know you needed. Foundations of Yoga: Poses, Posture & Practice Training puts the pressure-free approach back into personal development. You’ll feel more connected, less anxious, and more resilient—with as little as 5 minutes a day. No strain, no shame, no stress. And yes, you’ll finish what you start—because Foundations of Yoga: Poses, Posture & Practice Training was designed to keep you going, even on your busiest days. Benefits ✅ True self-paced design — follow Foundations of Yoga: Poses, Posture & Practice Training at your own speed. ✅ Gentle and restorative — no pressure, just progress. ✅ Designed for balance — create a space in your day that’s truly yours. ✅ Built for clarity — ease mental clutter with every practice. ✅ Incredible value — skip the studio and save big while gaining lifetime benefits. ✅ No guilt, no grind — just small daily steps toward feeling better. ✅ Make it your ritual — with Foundations of Yoga: Poses, Posture & Practice Training, even a few minutes can transform your day. FAQ Q: Do I need to be fit or flexible to take this course? Not at all. Foundations of Yoga: Poses, Posture & Practice Training is for anyone ready to start from the ground up. Q: Is this really beginner-friendly? Absolutely. Even if you've never rolled out a mat before, Foundations of Yoga: Poses, Posture & Practice Training will make you feel right at home. Q: What if I don’t have time every day? That’s okay! This training is flexible. Foundations of Yoga: Poses, Posture & Practice Training lets you dip in whenever life allows. Q: How long do I have access to the course? Once enrolled, it’s yours. Forever. Come back to Foundations of Yoga: Poses, Posture & Practice Training anytime you need a reset. N:B: This is not a Naked Yoga Course
Duration 2 Days 12 CPD hours This course is intended for Business Analysts, Technical Managers, and Programmers Overview This intensive training course helps students learn the practical aspects of the R programming language. The course is supplemented by many hands-on labs which allow attendees to immediately apply their theoretical knowledge in practice. Over the past few years, R has been steadily gaining popularity with business analysts, statisticians and data scientists as a tool of choice for conducting statistical analysis of data as well as supervised and unsupervised machine learning. What is R ? What is R? ? Positioning of R in the Data Science Space ? The Legal Aspects ? Microsoft R Open ? R Integrated Development Environments ? Running R ? Running RStudio ? Getting Help ? General Notes on R Commands and Statements ? Assignment Operators ? R Core Data Structures ? Assignment Example ? R Objects and Workspace ? Printing Objects ? Arithmetic Operators ? Logical Operators ? System Date and Time ? Operations ? User-defined Functions ? Control Statements ? Conditional Execution ? Repetitive Execution ? Repetitive execution ? Built-in Functions ? Summary Introduction to Functional Programming with R ? What is Functional Programming (FP)? ? Terminology: Higher-Order Functions ? A Short List of Languages that Support FP ? Functional Programming in R ? Vector and Matrix Arithmetic ? Vector Arithmetic Example ? More Examples of FP in R ? Summary Managing Your Environment ? Getting and Setting the Working Directory ? Getting the List of Files in a Directory ? The R Home Directory ? Executing External R commands ? Loading External Scripts in RStudio ? Listing Objects in Workspace ? Removing Objects in Workspace ? Saving Your Workspace in R ? Saving Your Workspace in RStudio ? Saving Your Workspace in R GUI ? Loading Your Workspace ? Diverting Output to a File ? Batch (Unattended) Processing ? Controlling Global Options ? Summary R Type System and Structures ? The R Data Types ? System Date and Time ? Formatting Date and Time ? Using the mode() Function ? R Data Structures ? What is the Type of My Data Structure? ? Creating Vectors ? Logical Vectors ? Character Vectors ? Factorization ? Multi-Mode Vectors ? The Length of the Vector ? Getting Vector Elements ? Lists ? A List with Element Names ? Extracting List Elements ? Adding to a List ? Matrix Data Structure ? Creating Matrices ? Creating Matrices with cbind() and rbind() ? Working with Data Frames ? Matrices vs Data Frames ? A Data Frame Sample ? Creating a Data Frame ? Accessing Data Cells ? Getting Info About a Data Frame ? Selecting Columns in Data Frames ? Selecting Rows in Data Frames ? Getting a Subset of a Data Frame ? Sorting (ordering) Data in Data Frames by Attribute(s) ? Editing Data Frames ? The str() Function ? Type Conversion (Coercion) ? The summary() Function ? Checking an Object's Type ? Summary Extending R ? The Base R Packages ? Loading Packages ? What is the Difference between Package and Library? ? Extending R ? The CRAN Web Site ? Extending R in R GUI ? Extending R in RStudio ? Installing and Removing Packages from Command-Line ? Summary Read-Write and Import-Export Operations in R ? Reading Data from a File into a Vector ? Example of Reading Data from a File into A Vector ? Writing Data to a File ? Example of Writing Data to a File ? Reading Data into A Data Frame ? Writing CSV Files ? Importing Data into R ? Exporting Data from R ? Summary Statistical Computing Features in R ? Statistical Computing Features ? Descriptive Statistics ? Basic Statistical Functions ? Examples of Using Basic Statistical Functions ? Non-uniformity of a Probability Distribution ? Writing Your Own skew and kurtosis Functions ? Generating Normally Distributed Random Numbers ? Generating Uniformly Distributed Random Numbers ? Using the summary() Function ? Math Functions Used in Data Analysis ? Examples of Using Math Functions ? Correlations ? Correlation Example ? Testing Correlation Coefficient for Significance ? The cor.test() Function ? The cor.test() Example ? Regression Analysis ? Types of Regression ? Simple Linear Regression Model ? Least-Squares Method (LSM) ? LSM Assumptions ? Fitting Linear Regression Models in R ? Example of Using lm() ? Confidence Intervals for Model Parameters ? Example of Using lm() with a Data Frame ? Regression Models in Excel ? Multiple Regression Analysis ? Summary Data Manipulation and Transformation in R ? Applying Functions to Matrices and Data Frames ? The apply() Function ? Using apply() ? Using apply() with a User-Defined Function ? apply() Variants ? Using tapply() ? Adding a Column to a Data Frame ? Dropping A Column in a Data Frame ? The attach() and detach() Functions ? Sampling ? Using sample() for Generating Labels ? Set Operations ? Example of Using Set Operations ? The dplyr Package ? Object Masking (Shadowing) Considerations ? Getting More Information on dplyr in RStudio ? The search() or searchpaths() Functions ? Handling Large Data Sets in R with the data.table Package ? The fread() and fwrite() functions from the data.table Package ? Using the Data Table Structure ? Summary Data Visualization in R ? Data Visualization ? Data Visualization in R ? The ggplot2 Data Visualization Package ? Creating Bar Plots in R ? Creating Horizontal Bar Plots ? Using barplot() with Matrices ? Using barplot() with Matrices Example ? Customizing Plots ? Histograms in R ? Building Histograms with hist() ? Example of using hist() ? Pie Charts in R ? Examples of using pie() ? Generic X-Y Plotting ? Examples of the plot() function ? Dot Plots in R ? Saving Your Work ? Supported Export Options ? Plots in RStudio ? Saving a Plot as an Image ? Summary Using R Efficiently ? Object Memory Allocation Considerations ? Garbage Collection ? Finding Out About Loaded Packages ? Using the conflicts() Function ? Getting Information About the Object Source Package with the pryr Package ? Using the where() Function from the pryr Package ? Timing Your Code ? Timing Your Code with system.time() ? Timing Your Code with System.time() ? Sleeping a Program ? Handling Large Data Sets in R with the data.table Package ? Passing System-Level Parameters to R ? Summary Lab Exercises Lab 1 - Getting Started with R Lab 2 - Learning the R Type System and Structures Lab 3 - Read and Write Operations in R Lab 4 - Data Import and Export in R Lab 5 - k-Nearest Neighbors Algorithm Lab 6 - Creating Your Own Statistical Functions Lab 7 - Simple Linear Regression Lab 8 - Monte-Carlo Simulation (Method) Lab 9 - Data Processing with R Lab 10 - Using R Graphics Package Lab 11 - Using R Efficiently
Artificial Intelligence brings exciting new opportunities to the field of Conversational User Interfaces (CUI). Learn key concepts and proven design methods to deliver cutting-edge experiences and reach better business outcomes. Silvia Podesta is a Designer in the Client Engineering Team at IBM Nordics. She leverages design thinking, service and UX design to help clients identify opportunities for innovation and pioneer transformational experiences through IBM technology.
Land Surveying is a very lucrative field in the world of construction. You can land a great job working as a full-time or even as a contract land surveyor. Take this Land Surveying course to step into a completely new world of careers.
Learning Outcomes Get the basics of accounting for bookkeeping Understand the manual, computerised system of bookkeeping Deepen your understanding of ledgers, trail balance and coding Know the basics of PNL accounting and balance sheet management Enrich your knowledge of debits, credits, budgeting, and financial analysis as well as identify high and low-risk of companies Description For effective bookkeeping, you have to establish a solid understanding of accounting principles. The Accounting Basics For Bookkeepers course is an excellent place to work on your accounting skills. It will give you the opportunity to get quality training without even stepping out of the house. In this course, you will get an overall understanding of the key aspects of accounting in bookkeeping. Besides providing the fundamental of accounting this course will also teach you manual and computerised bookkeeping systems. Alongside that, it will also show you the procedure of ledgers, trail balance and coding as well in this course. Lastly, the course will talk about PNL accounting, balance sheet management further in the course. So, if you are keen to acquire about all these mentioned topics then enrol in our course and start learning. It will also offer you a CPD- certificate to boost your resume. So, hurry up and join now! Certificate of Achievement After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for 9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for 15.99, which will reach your doorsteps by post. Method of Assessment After completing this course, you will be provided with some assessment questions. To pass that assessment you need to score at least 60%. Our experts will check your assessment and give you feedback accordingly. Career path The knowledge and skills in accounting basics will help you hunt jobs for the mentioned positions: Auditor Tax Accountant Accountant Manager Financial Advisor Financial Executive
Duration 1 Days 6 CPD hours This course is intended for This course is designed for all levels of experience in using Microsoft Project, as well as all levels of experience in project management. In particular, this course is designed for persons who need to author Microsoft Project work schedules including Project Managers and Project Assistants. Overview To be properly introduced, or reintroduced, to Microsoft Project. To gain an understanding of a proven mindset Microsoft Project users should possess each time they open and work Microsoft Project schedules. To gain an understanding of globally accepted project management principles. To be able to effectively apply Microsoft Project into the Initiation and Planning phases of a normal project life cycle. MS Project: Project Initiation and Planning (part 1 of a 3 part series) course provides proven tools and techniques for successfully using Microsoft Project to assist with managing projects. MS Project: Project Initiation and Planning (part 1 of a 3 part series) course provides proven tools and techniques for successfully using Microsoft Project to assist with managing projects.
Take the next step in your fitness journey with our Advanced Diploma in Weight Loss and Fitness. Gain in-depth knowledge and practical skills to lead yourself and others toward sustainable weight loss and optimal fitness levels. Perfect for fitness enthusiasts, trainers, and professionals seeking to specialize in weight management. Enroll now and unlock the secrets to achieving long-lasting results.
How to Get in Front of Conflict Before it Gets in Front of You When the Marine Corps plots a critical incident on a timeline going from left to right, the conflict itself is referred to as 'bang.' What happens to the right of that on the timeline is where the fighting begins; where you WANT to be is on the left - where preparation and enhanced observation skills can combine to help prevent the conflict from occurring. As project professionals, our trenches look a little different than those of the Marines, but our conflict timelines-and the skillsets that can get us in front of workplace conflict-are strikingly similar. In this presentation, we will explore many facets of conflict, including which types to stimulate and which types to minimize in order to keep your teams innovating and collaborating. Drawing on her experience working in conflict and post-conflict zones, Christa will provide insight into: recognizing physiological cues of discomfort; anticipating interpersonal conflict before it occurs; de-escalating emotional situations; mastering difficult conversations; and mediating interpersonal conflict to create a positive outcome. Translating critical scientific findings from an elite Marine Corps training program into the language of projects, she will share tools and techniques aimed to keep you and your projects well to the 'left of bang.'
Firefighting or solving the same problems week after week? Create a problem-solving culture in your business with this proven methodology.