코스 개요
Microsoft 365 for Teams, OneDrive, Planner & Copilot 소개
- 플랫폼 개요 및 라이선스 고려 사항
- 관리자와 사용자의 역할과 책임
- 거버넌스, 컴플라이언스, 데이터 거주지 기본 사항
Microsoft Teams: 협업과 회의
- 팀 및 채널 생성, 구성원 관리
- 회의 설정, 녹화, 실시간 협업 기능
- 채널 조직화와 파일 공유에 대한 베스트 프랙티스
Microsoft Teams: 고급 관리 및 거버넌스
- 팀 정책 구성과 외부 접근 제어
- Teams 콘텐츠에 대한 보존, eDiscovery, 감사 로그
- 앱, 봇, 커넥터와의 통합
OneDrive for Business: 개인 저장 및 공유
- 동기화, 선택적 동기화, 크로스 디바이스 접근
- 파일 공유 권한과 안전한 외부 공유
- 버전 이력, 복원, 저장 공간 관리
Planner: 팀 작업 관리
- 계획 생성, 바킷 설정, 작업 할당
- 진행 상황 추적, 레이블, 마감일
- Planner를 Teams 및 Outlook과 통합
Microsoft Copilot: 실용적인 사용 사례와 제어
- Copilot을 활용하여 이메일, 문서, 회의 요약 작성
- AI 출력의 정확성을 확인하기 위한 프롬프팅 전략
- Copilot 사용에 대한 프라이버시, 데이터 처리, 관리 제어
통합 및 자동화
- Planner, Teams, OneDrive를 Power Automate와 연결
- 승인, 알림, 파일 워크플로 자동화
- 일반적인 비즈니스 프로세스에 대한 커넥터와 템플릿 사용
보안, 컴플라이언스, 관리 베스트 프랙티스
- Microsoft 365의 조건부 액세스 및 MFA 구성
- 데이터 손실 방지, 민감도 라벨, 정보 보호
- 사용자 활동의 감사, 보고, 모니터링
사용자 채택, 교육, 변화 관리
- 역할 기반 교육 및 빠른 참조 가이드 설계
- 채택 성공도 측정 및 사용자 피드백 수집
- 내부 챔피언 창출 및 지속 계획 작성
요약 및 다음 단계
요건
- 조직 협업 요구 사항에 대한 이해
- 이메일 및 기본 생산성 앱 사용 경험이 있음
- 기업 IT 정책과 정보 거버넌스에 대한 이해
대상자
- 협업을 개선하고자 하는 오피스 전문가와 팀 리더
- Microsoft 365 서비스를 관리하고자 하는 IT 지원 직원 및 관리자
- 사용자 채택을 지원하고자 하는 HR 또는 교육 조정자
회원 평가 (5)
**Course Outline****Course Title:** Mastering Mobile App Development**Duration:** 12 weeks**Scope of Material**This course covers the essentials of mobile app development, focusing on both iOS and Android platforms. Students will learn to design, develop, and deploy mobile applications using industry-standard tools and frameworks. The curriculum includes an introduction to mobile app architecture, user interface design, and backend integration. Students will gain hands-on experience with Xcode, Swift, Android Studio, Java, and Kotlin. Additionally, the course will cover best practices for app performance, security, and user experience.**Course Objectives**- Understand the fundamentals of mobile app development for iOS and Android.- Design and implement user interfaces for mobile applications.- Develop and integrate backend services for mobile apps.- Utilize version control systems like Git for collaborative development.- Apply best practices for app performance, security, and user experience.- Deploy mobile applications to the App Store and Google Play.**Course Outline****Week 1-2: Introduction to Mobile App Development**- Overview of mobile app development ecosystem- Setting up the development environment- Introduction to Xcode and Swift for iOS development- Introduction to Android Studio and Java/Kotlin for Android development**Week 3-4: Mobile App Architecture**- Understanding mobile app architecture patterns- Model-View-Controller (MVC) and Model-View-ViewModel (MVVM) architectures- Designing scalable and maintainable mobile applications**Week 5-6: User Interface Design**- Principles of mobile UI/UX design- Creating intuitive and user-friendly interfaces- Using Storyboard and Auto Layout in Xcode- Using XML layouts and ConstraintLayout in Android Studio**Week 7-8: Backend Integration**- Introduction to RESTful APIs and web services- Integrating backend services with mobile applications- Working with JSON and XML data formats- Implementing authentication and authorization**Week 9-10: Advanced Topics**- Working with databases: SQLite, Room, and Core Data- Implementing push notifications- Utilizing third-party libraries and SDKs- Implementing in-app purchases and advertisements**Week 11: Performance and Security**- Optimizing app performance- Ensuring app security and data protection- Conducting thorough testing and debugging**Week 12: Deployment and Best Practices**- Preparing apps for deployment to the App Store and Google Play- Following best practices for app store optimization (ASO)- Monitoring app performance and user feedback- Iterating and updating mobile applications
Marcin - Instytut Energetyki- Panstwowy Instytut Badawczy
코스 - Word dla zaawansowanych
기계 번역됨
**Course Title: Introduction to Big Data and Hadoop****Course Duration:** 40 hours**Course Description:**This course provides an in-depth overview of big data concepts and the Hadoop ecosystem. Participants will gain hands-on experience with Hadoop tools and frameworks, enabling them to process and analyze large datasets efficiently.**Course Outline:****Module 1: Introduction to Big Data**- Understanding Big Data - Definition and characteristics - Importance of Big Data in today's world - Examples of Big Data use cases- Big Data Challenges - Volume, Velocity, Variety, Veracity - Traditional vs. Big Data processing- Big Data Technologies - Overview of Hadoop, Spark, and other tools - Big Data ecosystem components**Module 2: Introduction to Hadoop**- What is Hadoop? - History and evolution - Core components: HDFS, MapReduce, YARN- Hadoop Architecture - Cluster setup and configuration - Data storage and processing workflows- Setting Up Hadoop - Installation on Linux and Windows - Configuration files and settings**Module 3: Hadoop Distributed File System (HDFS)**- Introduction to HDFS - Architecture and components - Data replication and fault tolerance- HDFS Operations - File operations: read, write, delete - Directory operations: create, delete, list- HDFS Best Practices - Data organization and management - Performance tuning and optimization**Module 4: MapReduce Programming**- Introduction to MapReduce - Concepts and workflow - MapReduce programming model- Writing MapReduce Programs - Setting up the development environment - Writing and running MapReduce jobs- MapReduce Examples - Word count example - Custom MapReduce programs**Module 5: Advanced Hadoop Ecosystem**- Apache Hive - Introduction and architecture - Querying data with HiveQL- Apache Pig - Introduction and architecture - Data processing with Pig Latin- Apache HBase - Introduction and architecture - NoSQL database concepts- Apache Zookeeper - Introduction and architecture - Coordination and management services- Apache Sqoop - Introduction and architecture - Data import/export between Hadoop and relational databases- Apache Flume - Introduction and architecture - Data ingestion and streaming**Module 6: Hadoop Administration**- Hadoop Cluster Management - Cluster setup and configuration - Monitoring and maintenance- Security in Hadoop - Authentication and authorization - Data encryption and security best practices- Performance Tuning - Optimizing Hadoop performance - Troubleshooting common issues**Module 7: Real-world Use Cases and Projects**- Case Studies - Real-world applications of Big Data and Hadoop - Success stories and best practices- Hands-on Projects - Designing and implementing Big Data solutions - Working on real-world datasets**Assessment and Certification:**- Participants will be assessed through quizzes, assignments, and a final project.- Upon successful completion, participants will receive a certificate of achievement.
Marcin - Instytut Energetyki- Panstwowy Instytut Badawczy
코스 - MS Word - poziom podstawowy
기계 번역됨
Adam was very knowledgeable and had a great layout.
Corey Reis - Lockheed Martin
코스 - Advanced Slide Design in PowerPoint
이미지 형식 및 템플릿에 관한 몇 가지 작은 요령 - 매우 유용합니다 :)
Natalia Wawrzyniak - Akademia Morska w Szczecinie
코스 - Advanced MS PowerPoint
기계 번역됨
There was a good amount of information for the time of training. Also the trainer was very engaged with the group, especially when people were having troubles or asking questions. It was very nice of him to offer help in case of future ideas.