Napisane przez: charlie - 26-12-2025, 01:20 - Forum: Propozycje
- Brak odpowiedzi
[center]
Techniques To Work With Ecosystems For Innovation
Published 12/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 401.25 MB[/center] | Duration: 1h 6m
Understand ecosystems, uncover their dynamics and know some of the ways to innovate these. What you'll learn
Know about the ecosystems from the lens of innovating these as per the systematic approach of MijS
Understand the ecosystem as a value network rather than a value chain
Know how entities ("actors") and value exchanges shape innovation within ecosystems
Know about some of the principles adopted by some of the ecosystem innovations around us
Consider going beyond the two-sided business models to multi-sided ones, where applicable Requirements
Understanding of English Language
Willingness to explore higher complexity level innovations i.e. innovate at an ecosystem level
Completion of the course on Introduction to MijS Approach to Innovation
Completion of the course on Techniques to Generate Innovative Thoughts (Ideas)
Completion of the course on The Essentials of People Engagement for Innovation
Completion of the course on Deepening People Engagement for Empathy, Insight, and Collaboration
Completion of the course on Techniques to Explore for Innovation Description
Innovation today rarely happens within the boundaries of a single organisation, product, or function. It increasingly emerges within innovation ecosystems - networks of actors, value exchanges, and interdependencies that shape how value is created, delivered, circulated, and evolved.Fundamentals of Ecosystems for Innovation invites you to understand ecosystems as a foundation for innovation exploration, especially in contexts where innovation depends on multiple participants rather than isolated efforts.The course guides you to know what ecosystems are from an innovation perspective, how they are framed, and how their internal dynamics influence opportunities for change. Attention is placed on actors, value exchanges, formats of value, and flows of interaction that together enable or constrain innovation.Rather than focusing on isolated ideas or linear value chains, the course helps you look at innovation as a system of interactions and evolving value flows-supporting a shift toward value networks where multiple entities co-create and exchange value simultaneously.You will know some of the ways to define an ecosystem's envelope, identify its entities (actors), and make sense of the exchanges that connect them, including both tangible and intangible forms of value.Using structured frameworks such as ecosystem maps, entity profiles, and exchange maps, the course shows how ecosystems can be depicted clearly - making value flows visible and innovation conversations more grounded.The course then highlights common triggers that prompt ecosystem-level innovation. These triggers help surface opportunities to redesign value exchanges, reconfigure value networks, and move beyond two-sided interactions toward multi-sided business models, including platform and ecosystem-based approaches.Designed as part of a broader innovation journey, this course supports professionals seeking systematic approaches to innovation exploration-especially in strategy, product management, design, transformation, and innovation facilitation.By the end of the course, you will have a structured way of looking at ecosystems that strengthens innovation inputs and enables clearer decisions about where and how innovation can emerge.
Professionals seeking systematic techniques to explore for innovation,Practitioners and Leaders who intend to drive higher complexity levels innovations i.e. that go beyond their function or organisation,Product or platform teams engaging with ecosystem and multi-sided / dimensional business models,Facilitators and teams supporting ecosystem-level innovation initiatives,Enthusiasts who wish to explore ecosystem level innovations and how can these be done systematically
Napisane przez: charlie - 26-12-2025, 01:19 - Forum: Propozycje
- Brak odpowiedzi
[center]
Spring Boot Rest Apis Mastery: Build, Secure & Deploy On Aws
Published 12/2025
Created by Swamy Masna
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English | Duration: 126 Lectures ( 10h 24m ) | Size: 7.3 GB[/center] Build Real-Time REST APIs with Java, Spring Boot, Spring Security, JWT, Spring Data JPA, Hibernate, MySQL, AWS Cloud What you'll learn
Learn REST API Fundamentals - REST API, Resource, Sub-resource, URI, HTTP methods, HTTP status codes
Learn REST API Fundamentals - Best Practices
Learn Building Rest API's for E-Commerce App Using Spring Boot, Spring Security, JWT, Spring Data JPA (Hibernate), MySQL Database.
Learn How to Build CRUD REST API's for ONE-TO-MANY Relationship - /customers/{customerId}/orders/{orderId}
Learn How to Build REST API's for Search / Filter REST API in Spring Boot Project
Learn How to Use Lombok Library
Learn Spring Boot REST API Exception Handling
Learn How to Use Spring Security in Spring Boot Project and How to Perform In-Memory and DB Authentication and Authorization
Learn How to Write Query Methods Using Spring Data JPA
Learn How to Test REST API's using Postman REST Client
Learn How to Use JWT with Login API and secure REST APIs using JWT
Learn REST APIs Documentation with Swagger UI
Learn Customizing Swagger REST Documentation with Annotations
Learn Spring Data JPA Fundamentals
Learn REST API Fundamentals - How to Design REST APIs
Learn REST API Differences - GET, POST, PUT, PATCH & DELETE
Learn How to Build CRUD REST APIs in Spring Boot Project
Learn How to Build REST APIs for Pagination and Sorting in Spring Boot Project
Learn How to Build REST API's for Login and Signup in Spring Boot Project
Learn How to Use DTO's
Learn Spring Boot REST API Validation
Learn How to Secure REST APIs ( Role Based Security) in Spring Boot Project
Learn One-To-Many and Many-To-One & Many-To-Many JPA/Hibernate Mappings
Learn What is JWT, How it Works and How to configure JWT ( JSON Web Token) in Spring Security
Learn Important 4 Versioning REST API Strategies
Test Spring Boot REST APIs with JWT using Swagger UI
Learn How to Add Profiles the Spring Boot Project
Learn How to Deploy Spring Boot E-Commerce App on AWS Cloud (Production) Requirements
Requires prior experience on Java programming
No REST API experience needed, you will learn everything you need to know
No Spring Boot experience needed, you will learn everything you need to know
Spring Data JPA basics (But don't worry i have added Spring Data JPA crash course for beginners) Description
In this course, you will learn how to build REAL-TIME REST APIs by developing a complete E-Commerce application and how to deploy it on the AWS cloud.In this course, we will follow the real-time industry-standard project development approach.This course covers Spring Boot REST API development from scratch.This course covers the REST API fundamentals from scratch.The source code and PDF files (class notes) are available for download.* What is REST API?REST stands for Representational State Transfer. It's a set of rules that developers use to build APIs that work over the web, just like the websites you visit in your browser. When an API follows the rules of REST, we call it a REST API.* What is Spring Boot?Spring Boot is an opinionated framework that helps developers build Spring-based applications quickly and easily.The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration repeatedly.Spring Boot is a very popular framework for developing REST web services and microservices.* You will learn the following topics in this course:Learn how to build great REST APIs for E-Commerce App using Spring Boot, Spring Security, JWT, Spring Data JPA (Hibernate), MySQL databaseLearn REST API Fundamentals - REST API, Resource, Sub-resource, URI, HTTP methods, HTTP status codesLearn REST API Fundamentals - How to Design REST APIsLearn REST API Best PracticesLearn the basics of Spring Boot REST API Development along with annotationsLearn how to build CRUD REST APIs for E-Commerce AppLearn how to build REST APIs for ONE-TO-MANY relationships in the E-Commerce AppLearn how to build REST APIs for Pagination and sorting for E-Commerce AppLearn how to build REST APIs for Login/Sign-in and Signup for E-Commerce AppLearn how to use LombokLearn how to use DTOsLearn Spring Boot REST API exception handlingLearn Spring Boot REST API validationLearn how to use Spring Security in the Spring Boot E-Commerce AppLearn Spring Security In-memory and Database authentication and authorizationLearn how to secure REST APIs ( role-based security) in the E-Commerce AppLearn how to write query methods using Spring Data JPALearn one-to-many and many-to-one & many-to-many JPA mappingsLearn how to test REST APIs using Postman REST ClientLearn What is JWT and How it WorksLearn how to configure JWT ( JSON Web Token) in Spring SecurityLearn how to secure REST APIs using JWTLearn how to use JWT with the Login APILearn versioning REST APIsLearn Important 4 versioning REST API strategiesLearn REST API documentation with Swagger UITest Spring Boot REST APIs with JWT using Swagger UILearn Customizing Swagger REST Documentation with AnnotationsLearn how to add profiles (to deploy in different environments) Spring Boot project.Learn Transaction Management with Spring Boot and Spring Data JPALearn how to deploy the Spring Boot E-Commerce app on AWS cloud (production)Tools and Technologies used in this course:* Technologies:JavaSpring BootSpring MVCSpring Data JPA ( Hibernate)Spring SecurityJWTTomcat* IDE:STS IDEA* Database:MySQL database* Tools:Swagger - API documentationPostman - Test REST APIMaven - Build Tool* Deployment on Production:AWS Cloud* Who This Course Is For : Java developers who want to become backend expertsBeginners who want to master Spring Boot REST APIsDevelopers preparing for backend / full-stack job rolesProfessionals who want real-world Spring Boot skillsAnyone looking to deploy apps on AWS cloud* Why This Course Is Different : Step-by-step explanationsReal-world project-based learningCovers end-to-end backend developmentClean coding & best practicesBeginner-friendly yet industry-readyFocused on job-oriented backend skillsSuitable for Beginner → Intermediate → Advanced learners* By the End of This Course :You will be confident in building secure, scalable, and production-ready REST APIs using Spring Boot and deploying them to the AWS cloud - exactly what companies expect from a professional backend developer. Who this course is for
This course is for Spring boot beginners and professionals who want to learn how to build real-time REST API's.
Learn how to Build Real-Time REST APIs with Spring Boot by building a complete step by step E-Commerce Application.
Homepage
Napisane przez: charlie - 26-12-2025, 01:17 - Forum: Propozycje
- Brak odpowiedzi
[center]
Social7skills: The 7 Social Skills To Connect With Others
Published 12/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 12h 13m | Size: 17.1 GB[/center]
Building bridges to connect people
What you'll learn
Social7Skills is designed to teach 7 core social skills for building strong, healthy relationships in the workplace, at home, and in the community.
1. Emotional and Social Intelligence, including Self-awareness, Self-management, Social awareness, and Relationship management.
2. Problem-solving, including Critical thinking, Creativity, and Adaptability / resilience.
3. Communication, including Active listening, Public speaking and presentations, and Networking.
4. Teamwork, including Foundations of teamwork, Being an effective team player, and Team dynamics and collaboration.
5. Leadership, including Inspiring others, Equipping others, Empowering others, and Encouraging others.
6. Conflict resolution, including Understanding conflict dynamics and Resolution strategies and skills.
7. Professionalism, including Work ethic, Organizational skills, Growth mindset, and Positive attitude.
Requirements
There are no prerequisites for this course except a desire to improve your social skills, build strong, healthy relationships, and become an overall awesome person.
Description
Disclaimer: This course contains the use of artificial intelligence.Social7Skills is designed to teach the social skills that people need to build strong, healthy relationships in the workplace, at home, and anywhere else people need to get along with others. The course focuses on 7 core social skills that form a comprehensive, interconnected framework to enable people to understand and work with others in a manner that is mutually beneficial, improves communication, promotes relational harmony, and increases productivity. This course is designed for anyone who has a desire to improve their relationship skills in order to become a better team player, a better leader, and an overall awesome person.The course includes 31 video lectures that cover the 7 core social skills and their related sub-topics in detail. In addition, review and reflection questions are included to help students internalize and apply the truths of each lesson. Course outline: 0. Introduction and Overview a. Social Skills in the Age of AI b. Introduction to the 7 Social SkillsEmotional and Social IntelligenceSelf-awarenessSelf-managementSocial awarenessEmpathy and Relationship managementProblem-solvingCritical thinkingCreativityResilienceCommunicationActive listeningPublic speaking and PresentationsCommunicating to PersuadeNetworkingTeamwork and collaborationThe Effective Team PlayerTeam Dynamics and CollaborationLeadershipInspiring othersEquipping othersEmpowering othersEncouraging othersConflict resolutionUnderstanding Conflict DynamicsResolution Strategies and SkillsProfessionalismWork ethicGrowth mindsetPositive attitudeThis course contains a promotion for live, online discussion groups related to each of the 7 social skills. These discussion groups are held outside of the Udemy platform and are strictly optional.
Who this course is for
This course is designed for adults who want to improve their social skills and learn the tools to build strong, healthy relationships. The course is primarily focused on people in a workplace setting, but the skills developed in this course are valuable for any relationship and any setting.
Napisane przez: charlie - 26-12-2025, 01:16 - Forum: Propozycje
- Brak odpowiedzi
[center]
Sensei Jerry Figgiani's Anti-Bullying Curriculum
Published 12/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 937.74 MB[/center]
| Duration: 0h 31m
The ABCs to Prevent Bullying What you'll learn
To understand bullying and how to identify it
Learn how to be AWARE of bullying
Learn how to set BOUNDARIES so no one makes you uncomfortable
If someone doesn't respect your boundary, learn how to COMMUNICATE to the bully and to others who can help.
Learn how to work the ABCs to prevent bullying Requirements
To anyone that wants to learn how to stop being bullied, or to teach someone you love about bullying. Perfect for school students, work environments, extra curricula activities, and more Description
In answering "Why do we want to have a program that teaches us how to preventbullying?", the answer is simple.1) We all want children to be able to grow up in a world free of fear (as much as isreasonable and possible).20% of students 12 - 18 experience some form of bullying1 out of 5 studentsCan we accept 20% of students not functioning up to their ability?2) Bullying creates an atmosphere of fear that we want to preventAs educators we have seen, and statistics support, Stress, Anxiety, Lowmotivation, poor test scores, Low Self-Esteem, Negative Self-Perception and more can becaused by being bullied, not the ideal atmosphere for learning new and challenging concepts.3) Unfortunately bullying is a reality in the world and we need to give tools for ourstudents to use, to help them avoid and protect themselves from harm.Simple rules and tools that can help prevent lasting damage, tools that can provide life longstrategies for dealing with bullying, and other threatening situations.In Teaching children how to protect themselves we need to help them respectthemselves. Children need to know and show respect so they can be and feel respected.Students must try and learn to "Look, Feel, and Sound confident." This is a theme we will usethroughout these lessons. Teaching students to "Look, Feel and Sound Confident" givesstudents one tool to use and rely on, one that benefits them, and does no harm to others.However, we also teach the ABC's of bullying, which you will learn here in this course.
Students in grades 1 through 12,Children who feel another child isn't treating them right.,Parents who want to be able to teach their children how to prevent and identify bullying,Teachers looking to make their classroom/school a safe environment.
Napisane przez: charlie - 26-12-2025, 01:15 - Forum: Propozycje
- Brak odpowiedzi
[center]
Python In Excel For Beginners: From Zero To Insight
Published 12/2025
Created by Cedric Dezitter
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English + subtitle | Duration: 44 Lectures ( 1h 39m ) | Size: 1.35 GB[/center] Learn Python essentials, apply a 4-step framework to a case study. Practical, concise, and workflow-first. 100% in Excel What you'll learn
Describe how Python is integrated into Excel and navigate the interface to work with Python
Write and execute basic Python code directly in Excel to perform simple programming tasks
Use the pandas library to clean, filter, and transform Excel data for analysis
Automate routine Excel tasks with Python to increase efficiency and accuracy
Apply Python skills to solve real-world business problems, such as gperforming data analysis within Excel Requirements
Basic Excel proficiency like formulas, formatting, charts, filters
Understanding of common Excel use cases like reports, data entry, and tables
Familiarity with Excel workbooks, cells, ranges, and how to work with data in Excel
No prior Python experience required: you will learn some Python in this course
Curiosity and an appetite to learn
Microsoft 365 with Python in Excel enabled Description
Python in Excel for Beginners: From Zero to Insight is a practical, project-driven course for Excel users who want to unlock Python-without leaving Excel. You'll start in the Python-in-Excel environment: how the =PY() function works, what the Python card shows, how to reference ranges with xl(), and how to use the Ribbon tools and the Editor. You'll see exactly how Python and Excel talk to each other, and how to convert Python outputs to native Excel cells.Next, you'll get a focused crash course in just enough Python and pandas to be productive: variables and core types, DataFrames and Series, quick inspection (.head(), .shape, .describe(), .info()), and fixes for real-world issues (casing, spaces, types, missing values, duplicates).Finally, everything comes together in a guided case study. You'll clean a messy sales extract, standardize text and dates, convert currencies, drop duplicates, create helpful columns, and answer real business questions.By the end, you'll be able to clean and analyze data directly inside Excel using Python and pandas-producing repeatable, trustworthy results faster than with formulas alone. No prior Python required; every step is demo-first, with downloadable files and concise, bite-sized lessons you can follow at your own pace.Note: This is not a full Python/pandas course; it's a practical toolkit for Excel workflows. Who this course is for
Excel power users who would like to explore Python
Professionals looking at streamlining data cleaning and automate repetitive calculations
Professionals looking to filter, reshape, and visualize data without leaving Excel
Anyone curious to understand how Python and Excel work together
Anyone willing to transition to more data-driven workflows (especially in finance, operations, or BI roles)
Anyone willing to discover Python without having to setup an environment
Napisane przez: charlie - 26-12-2025, 01:14 - Forum: Propozycje
- Brak odpowiedzi
[center]
Pcep Certified Entry-Level Python Programmer All-In-One
Published 12/2025
Created by Anthony Sequeira
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: All | Genre: eLearning | Language: English | Duration: 75 Lectures ( 7h 32m ) | Size: 3.7 GB[/center]
PCEP Python certification prep-syntax, data types, functions, modules; concise, practice-first. What you'll learn
Understand Python's syntax, keywords, basic concepts, and proper coding practices
Recognize and use built-in Python data types, operators, and expression evaluation
Implement Python loops and conditional statements to control program flow
Create functions and utilize Python's built-in data structures effectively Requirements
No prior programming experience required. You will learn all that you need to for an entry level skill acquisition. Description
Kickstart your coding journey and pass the PCEP - Certified Entry-Level Python Programmer exam with confidence. This beginner-friendly course teaches exactly what PCEP tests-Python syntax, variables and data types, numeric/string operations, input/output, Boolean logic, and control flow (if/elif/else, while/for loops). You'll also master working with core collections (lists, tuples, dictionaries, sets), slicing and indexing, functions (parameters, return values, scope), basic error handling with exceptions, and modules. Each concept is introduced with a crisp lesson, followed by hands-on coding drills, auto-graded quizzes, and mini-projects that mirror real exam tasks.You'll learn how to read and trace code, predict program output, and write clean, testable scripts in the REPL and a simple IDE. Practical sections cover setting up Python, using the help system, reading documentation, and common pitfalls the exam loves to test. To lock in knowledge, you'll complete targeted practice sets, timed checkpoints, and a full-length mock exam with detailed explanations and answer strategies.By the end, you will:Understand the full PCEP syllabus and exam formatConfidently write and debug small Python programsRecognize tricky edge cases and avoid typical mistakesBe ready to schedule and pass your PCEPNo prior experience required-just curiosity and a willingness to practice. Whether you're a student, career-changer, or IT professional seeking a verified foundation and a pathway to PCAP/PCPP, this course gives you structure, repetition, and real-world context. Enroll now and earn your first Python credential.This course includes:Engaging videosQuizzesAssignmentsReviewsOne on One Role PlaysLabs A final examDon't miss your chance to learn Python! Who this course is for
Absolute beginners looking to gain fundamental programming skills with Python
Students and professionals pursuing careers requiring foundational Python knowledge
Educators preparing to teach introductory programming courses
Students and professionals seeking valuable IT related certifications
Managing Customer Relationships and Optimizing Sales Operations with Oracle Fusion Cloud CRM
What you'll learn
Configure and Maintain Sales Master Data
Apply Role-Based Security and User Access Controls
Leverage Automation to Improve Sales Efficiency
Support Sales Operations and System Adoption
Requirements
Basic Understanding of Sales Concepts
General Knowledge of CRM Systems
Basic Computer and Internet Skills
Introductory Knowledge of Oracle Fusion Applications (Optional)
Description
The course "Oracle Fusion CRM - Sales" provides an in-depth introduction to Oracle Fusion Cloud Sales, focusing on how organizations can modernize and streamline their sales operations using a unified, cloud-based CRM platform. This course is designed to help learners understand how Oracle Fusion CRM Sales supports sales teams in building stronger customer relationships, improving visibility into sales activities, and driving consistent revenue growth.Throughout the course, participants will learn how to effectively manage core sales functions such as customer and account management, lead qualification, opportunity progression, and sales activity tracking. The course highlights best practices for organizing sales data, maintaining accurate pipelines, and ensuring that sales teams have real-time access to customer information. Learners will also explore how sales workflows and automation features reduce manual effort and support faster, more efficient sales execution.A key focus of the course is on sales planning and performance management. Learners will gain an understanding of how Oracle Fusion CRM Sales enables territory alignment, quota management, and forecasting to ensure sales strategies are aligned with business objectives. The course also introduces advanced reporting and analytics capabilities that provide actionable insights into sales performance, customer behavior, and market trends.Additionally, the course explains how Oracle Fusion CRM Sales integrates with other Oracle Fusion Cloud applications, creating a seamless flow of data across finance, marketing, and service functions. By the end of the course, learners will be equipped with practical knowledge to confidently use Oracle Fusion CRM Sales in real-world business scenarios, support sales operations, and contribute effectively to an organization's CRM and digital transformation initiatives.
Who this course is for
This course is also highly relevant for CRM consultants, functional analysts, and implementation partners who are responsible for configuring, supporting, or implementing Oracle Fusion CRM Sales solutions for organizations.
Professionals working in IT, ERP, or Oracle Fusion support roles who interact with sales modules will benefit from understanding the end-to-end sales lifecycle and system capabilities.
the course is suitable for graduates, management students, and aspiring CRM professionals who are seeking to develop practical knowledge of a leading cloud-based CRM platform and pursue careers in sales operations or Oracle Fusion consulting.
Introduction to Odoo ERP and Integrated Business Applications
What you'll learn
Understand Odoo Architecture and Core Concepts
Navigate the Odoo User Interface and Core Modules
Understand Basic Business Workflows in Odoo
Identify Odoo Use Cases and Implementation Scope
Requirements
Basic Understanding of Business Processes
Basic Computer and Internet Skills
No Prior Odoo Experience Required
Interest in ERP and Business Management Systems
Optional Knowledge of ERP or Accounting Concepts
Description
The course "Odoo Overview" is designed to provide a comprehensive introduction to Odoo, a powerful and flexible open-source ERP platform used by organizations to manage their core business operations. This course offers learners a clear understanding of how Odoo integrates multiple business functions into a single system, enabling improved efficiency, visibility, and collaboration across departments.Throughout the course, participants will explore the fundamental concepts of Odoo, including its architecture, modular design, and user interface. The course introduces key Odoo modules such as Sales, Purchase, Inventory, Accounting, CRM, and Human Resources, explaining their purpose and how they work together to support end-to-end business workflows. Learners will gain insight into how everyday business activities-such as order processing, invoicing, inventory movement, and customer management-are handled within Odoo.The course also highlights the practical benefits of using Odoo, including real-time data access, automation of routine tasks, and scalability for businesses of different sizes. Learners will be introduced to common business scenarios and use cases, helping them understand how Odoo can be applied across industries to streamline operations and support informed decision-making.This introductory course is ideal for beginners with no prior experience in Odoo or ERP systems. By the end of the course, learners will have a strong foundational understanding of Odoo's capabilities, be able to navigate the system confidently, and be well prepared to pursue further, more advanced training in specific Odoo modules or implementation roles.
Who this course is for
well suited for business users, team leads, and managers who want a high-level overview of how Odoo can support day-to-day operations across sales, purchasing, inventory, accounting, and customer relationship management. It helps non-technical users understand Odoo's capabilities without requiring prior ERP or technical experience.
course is beneficial for functional consultants, aspiring Odoo professionals, and implementation trainees who are new to Odoo and want a structured introduction before moving on to advanced or module-specific training.
Entrepreneurs and small business owners who are considering Odoo for their organizations will also find value in understanding its scope, features, and practical use cases.