The document outlines application lifecycle trends showing a shift from frequent updates for on-premises/boxed products to continuous value delivery through 3-week sprints. It charts the launch and updates of Visual Studio 2012 and 2013 integrated with System Center and Visual Studio Online to enable DevOps practices like agile portfolio management, Kanban customization, and integrated release management through configuration-based deployments.
Working as a Team with Team Foundation Server 2010gueste6f731
This document summarizes a presentation about working with Team Foundation Server 2010. It discusses the branding changes in Visual Studio 2010, how to install and configure TFS 2010, new features for project management like hierarchical work items and Excel integration. It also covers modeling, source control improvements like branching/merging visualizations, build automation enhancements like gated check-ins and architecture validation. Finally, it discusses resources for learning more about TFS 2010 and Scrum tooling.
Team Foundation Server 2010 - Version ControlSteve Lange
The document summarizes Team Foundation Server 2010's version control capabilities. It discusses key concepts like changesets, integrated check-ins, check-in policies, workspaces, and shelving. It also covers labeling, comparing/diffing, branching and merging code, and how version control integrates with other TFS components like build and work item tracking. The presentation aims to explain the architecture and capabilities of TFS version control.
This document provides an overview of Team Foundation Server (TFS) by Phase 2 International, including:
1. TFS is an advanced source control and software development lifecycle (SDLC) management tool that includes work item tracking, project management, document management, and reporting capabilities.
2. TFS requires Windows Server 2003 or 2008 and SQL Server 2005 or 2008 to be installed on a dedicated server.
3. TFS includes features like version control, build automation, a project portal, and add-ons like Team Explorer and integration with Visual Studio and Microsoft Project.
Team Foundation Server (TFS) is a Microsoft product that provides version control, work tracking, reporting, and project management capabilities. It integrates these features into a single collaborative platform that can be accessed through Visual Studio and a web interface. Key capabilities of TFS include version control, branching and merging, work items, builds, and extensible customization options. TFS aims to provide an integrated experience for development teams to collaborate on software projects.
This document provides an overview of administering a Team Foundation Server (TFS) application. It covers the operational architecture including databases and services, backup and restore processes, application administration such as managing users and groups, creating team projects, setting permissions, and other administrative functions. It also discusses maintenance plans for SQL databases, adding and removing users, and data migration from external version control and defect tracking systems.
What's new in Visual Studio 2013 & TFS 2013Danijel Malik
This document summarizes new features in Visual Studio 2013 and Team Foundation Server 2013. Key improvements include bringing back colors to the interface, reintegrating Blend for WPF and Silverlight, and allowing pending changes and build windows to be undocked. New features include enhanced debugging tools, a notifications center, code lenses, and support for Git in Team Foundation Server. For web development, there are updates to ASP.NET, Entity Framework, and TypeScript support. Team Foundation Server also has new features like portfolio backlogs, tags, team rooms, and web-based code reviews.
Team Foundation Server enables teams to work together and organize their efforts to complete a project. It provides version control, allows uploading code, and managing work items like backlogs and sprints. The document outlines how to get started with TFS including connecting to the server, creating a simple app, uploading code, and using version control features like getting latest code and code merging. It concludes with references for additional information.
A full overview of Team Foundation Server 2010 (not just what's new).
Includes 4 main areas:
- Manage & Plan your Project
- Understand Parallel Development
- No More "No Repro" Bugs
- Reporting on your Entire Portfolio.
Screenshots are included.
This document provides an overview of the new capabilities in Visual Studio 2013 Application Lifecycle Management (ALM). It summarizes enhancements to planning, development, testing, build/release management, and reporting. Key updates include improved agile portfolio planning, Git source control integration, code commenting from the web, load testing in the cloud, and application performance monitoring with Application Insights. The goal is to provide an end-to-end ALM solution to help teams continuously deliver high quality software.
What's new in ALM using Visual Studio 2013 and Team Foundation ServiceMicrosoft Visual Studio
The document discusses application lifecycle trends, including frequent updates for on-premises products and 3-week sprints for Visual Studio Online. It also describes a continuous deployment solution for .NET teams that automates deployments from development to production using Release Management Client and Server with full traceability. The solution supports configuration-based deployments across environments.
The document discusses Visual Studio Team System and MSDN subscriptions. It summarizes the key features and editions of Visual Studio Team System, including project management, work item tracking, reporting, build management, code analysis, unit testing, load testing, and database change management tools. It also outlines challenges for development teams that Visual Studio Team System aims to address through integrated tools and defined processes.
This document provides an overview of Microsoft's Visual Studio Team System (VSTS) 2010 application lifecycle management solution. It summarizes the key features and improvements in VSTS 2010 for work items, team architect edition, team developer edition, team test edition, and reporting. The document outlines the software development lifecycle that VSTS supports across requirements, design, development, testing, deployment, and maintenance activities.
This document discusses trends in application lifecycles including more frequent releases, customer responsiveness, stakeholder transparency, and compliance with regulations. It also describes a continuous deployment solution for .NET teams that integrates tools like Visual Studio, System Center, and Release Management to enable continuous integration, testing, and deployment across development, testing, and production environments.
The document summarizes Microsoft's Visual Studio Team System (VSTS) and Visual Studio 2010 products. It discusses key features like integrated development tools, source code management, work item tracking, build automation, testing capabilities, and support for different development processes. VSTS aims to improve team productivity and collaboration through an integrated platform for the entire development lifecycle. Visual Studio 2010 offers various editions that provide features for coding, testing, modeling, database development, and other tasks.
Continuous Delivery with Dynamics CRM - extremeCRM 2014 BarcelonaWael Hamze
Deliver CRM more frequently in the consistent and reliable way. Build and deployment automation using xRM CI Framework, PowerShell, TFS Build and Visual Studio Release Management.
The document proposes an integrated office system using Microsoft technologies like Visual Studio Team Foundation Server, SharePoint Server and Outlook Server. It discusses how these systems can be integrated to provide features like source code control, work item tracking, document management, collaboration and more. Key components discussed include Team Foundation Server, SharePoint Server and how Outlook can be integrated to provide access to SharePoint content.
DevOps with Visual studio Release Management (Pieter Gheysens)Visug
Are you looking for an efficient way to dev/test your applications in Windows Azure and you want to track your release process by automating your deployments for repeatable success? Are you struggling with a manual and error-prone deployment process which frustrates you every day? Are you looking for automation that is the same across different environments (Dev-Test-Acceptance-Production)? Do you need to build/package your application only once and deploy it with the exact same bits to any provisioned environment? Do you want to setup a formal approval workflow to promote a release to the next stage? If so, come and learn about the new release management features in Visual Studio Team Services.
Using PowerShell DSC with AWS Cloud and CloudFormationRavikanth Chaganti
This document discusses various methods for configuring AWS EC2 instances using PowerShell Desired State Configuration (DSC) including push configuration, pull configuration via a pull service running on another EC2 instance, and configuration via the Azure Automation DSC pull service. It also discusses using AWS CloudFormation templates to define the deployment of multi-tier applications on EC2 along with dependencies between tiers. Demos are provided of creating a basic CloudFormation stack, using DSC configuration within a CloudFormation template, and onboarding new EC2 instances via a pull service configuration.
Techniques and Tools to Improve the Salesforce Development CycleSalesforce Developers
The document discusses techniques and tools to improve the Salesforce development cycle. It covers establishing reusable development organizations, managing source code with version control, implementing automated testing, developing features in isolation, and integrating continuous integration practices. Reusable orgs allow multiple developers to work independently. Version control with branching enables collaborative development. Automated testing validates code changes. Isolated feature development prevents conflicts. Continuous integration merges and deploys changes across environments.
The document summarizes new developer tools and features in SharePoint 2010. It discusses Visual Studio 2010 and SharePoint Designer 2010 for development, the developer dashboard for debugging, and new data access technologies like LINQ and the client object model. It also covers list improvements, UI enhancements, and the new sandboxed solution model.
TFS 2015 offers many great Release Management enhancements. A new web interface, dashboards, and tasks for deploying to Windows and Linux platforms among others.
This are the slides of my Visug (Visual Studio User Group) session about how yo can leverage the power of Git with TFS 2013/Visual Studio online and Visual Studio.
Ever since the VSTS Product Team has started working in 3 weeks sprints to deliver new features to the product, it has been a real eye-opener to witness how fast the product is evolving and how many new features has been introduced since the beginning of Team Foundation Service, Visual Studio Online and now the current name of the product: Visual Studio Team Services (VSTS). In this demo-heavy session we will have a quick look at some of the new interesting features that were added in the last couple of months.
This document provides an overview of plugins in Dynamics CRM 2015. Plugins allow custom code to be triggered by specific events on entities, and operate at various stages of the event pipeline before or after the core system operation. The document outlines the different plugin message types that are commonly used, such as Create, Update and Delete, and describes the pre-image and post-image snapshots that are available at each message stage. Finally, it provides guidance on how to develop a plugin by using a class library project template, adding references to the CRM SDK, implementing the IPlugin interface, and signing the assembly for deployment.
This document provides an overview of administering a Team Foundation Server (TFS) application. It covers the operational architecture including databases and services, backup and restore processes, application administration such as managing users and groups, creating team projects, setting permissions, and other administrative functions. It also discusses maintenance plans for SQL databases, adding and removing users, and data migration from external version control and defect tracking systems.
What's new in Visual Studio 2013 & TFS 2013Danijel Malik
This document summarizes new features in Visual Studio 2013 and Team Foundation Server 2013. Key improvements include bringing back colors to the interface, reintegrating Blend for WPF and Silverlight, and allowing pending changes and build windows to be undocked. New features include enhanced debugging tools, a notifications center, code lenses, and support for Git in Team Foundation Server. For web development, there are updates to ASP.NET, Entity Framework, and TypeScript support. Team Foundation Server also has new features like portfolio backlogs, tags, team rooms, and web-based code reviews.
Team Foundation Server enables teams to work together and organize their efforts to complete a project. It provides version control, allows uploading code, and managing work items like backlogs and sprints. The document outlines how to get started with TFS including connecting to the server, creating a simple app, uploading code, and using version control features like getting latest code and code merging. It concludes with references for additional information.
A full overview of Team Foundation Server 2010 (not just what's new).
Includes 4 main areas:
- Manage & Plan your Project
- Understand Parallel Development
- No More "No Repro" Bugs
- Reporting on your Entire Portfolio.
Screenshots are included.
This document provides an overview of the new capabilities in Visual Studio 2013 Application Lifecycle Management (ALM). It summarizes enhancements to planning, development, testing, build/release management, and reporting. Key updates include improved agile portfolio planning, Git source control integration, code commenting from the web, load testing in the cloud, and application performance monitoring with Application Insights. The goal is to provide an end-to-end ALM solution to help teams continuously deliver high quality software.
What's new in ALM using Visual Studio 2013 and Team Foundation ServiceMicrosoft Visual Studio
The document discusses application lifecycle trends, including frequent updates for on-premises products and 3-week sprints for Visual Studio Online. It also describes a continuous deployment solution for .NET teams that automates deployments from development to production using Release Management Client and Server with full traceability. The solution supports configuration-based deployments across environments.
The document discusses Visual Studio Team System and MSDN subscriptions. It summarizes the key features and editions of Visual Studio Team System, including project management, work item tracking, reporting, build management, code analysis, unit testing, load testing, and database change management tools. It also outlines challenges for development teams that Visual Studio Team System aims to address through integrated tools and defined processes.
This document provides an overview of Microsoft's Visual Studio Team System (VSTS) 2010 application lifecycle management solution. It summarizes the key features and improvements in VSTS 2010 for work items, team architect edition, team developer edition, team test edition, and reporting. The document outlines the software development lifecycle that VSTS supports across requirements, design, development, testing, deployment, and maintenance activities.
This document discusses trends in application lifecycles including more frequent releases, customer responsiveness, stakeholder transparency, and compliance with regulations. It also describes a continuous deployment solution for .NET teams that integrates tools like Visual Studio, System Center, and Release Management to enable continuous integration, testing, and deployment across development, testing, and production environments.
The document summarizes Microsoft's Visual Studio Team System (VSTS) and Visual Studio 2010 products. It discusses key features like integrated development tools, source code management, work item tracking, build automation, testing capabilities, and support for different development processes. VSTS aims to improve team productivity and collaboration through an integrated platform for the entire development lifecycle. Visual Studio 2010 offers various editions that provide features for coding, testing, modeling, database development, and other tasks.
Continuous Delivery with Dynamics CRM - extremeCRM 2014 BarcelonaWael Hamze
Deliver CRM more frequently in the consistent and reliable way. Build and deployment automation using xRM CI Framework, PowerShell, TFS Build and Visual Studio Release Management.
The document proposes an integrated office system using Microsoft technologies like Visual Studio Team Foundation Server, SharePoint Server and Outlook Server. It discusses how these systems can be integrated to provide features like source code control, work item tracking, document management, collaboration and more. Key components discussed include Team Foundation Server, SharePoint Server and how Outlook can be integrated to provide access to SharePoint content.
DevOps with Visual studio Release Management (Pieter Gheysens)Visug
Are you looking for an efficient way to dev/test your applications in Windows Azure and you want to track your release process by automating your deployments for repeatable success? Are you struggling with a manual and error-prone deployment process which frustrates you every day? Are you looking for automation that is the same across different environments (Dev-Test-Acceptance-Production)? Do you need to build/package your application only once and deploy it with the exact same bits to any provisioned environment? Do you want to setup a formal approval workflow to promote a release to the next stage? If so, come and learn about the new release management features in Visual Studio Team Services.
Using PowerShell DSC with AWS Cloud and CloudFormationRavikanth Chaganti
This document discusses various methods for configuring AWS EC2 instances using PowerShell Desired State Configuration (DSC) including push configuration, pull configuration via a pull service running on another EC2 instance, and configuration via the Azure Automation DSC pull service. It also discusses using AWS CloudFormation templates to define the deployment of multi-tier applications on EC2 along with dependencies between tiers. Demos are provided of creating a basic CloudFormation stack, using DSC configuration within a CloudFormation template, and onboarding new EC2 instances via a pull service configuration.
Techniques and Tools to Improve the Salesforce Development CycleSalesforce Developers
The document discusses techniques and tools to improve the Salesforce development cycle. It covers establishing reusable development organizations, managing source code with version control, implementing automated testing, developing features in isolation, and integrating continuous integration practices. Reusable orgs allow multiple developers to work independently. Version control with branching enables collaborative development. Automated testing validates code changes. Isolated feature development prevents conflicts. Continuous integration merges and deploys changes across environments.
The document summarizes new developer tools and features in SharePoint 2010. It discusses Visual Studio 2010 and SharePoint Designer 2010 for development, the developer dashboard for debugging, and new data access technologies like LINQ and the client object model. It also covers list improvements, UI enhancements, and the new sandboxed solution model.
TFS 2015 offers many great Release Management enhancements. A new web interface, dashboards, and tasks for deploying to Windows and Linux platforms among others.
This are the slides of my Visug (Visual Studio User Group) session about how yo can leverage the power of Git with TFS 2013/Visual Studio online and Visual Studio.
Ever since the VSTS Product Team has started working in 3 weeks sprints to deliver new features to the product, it has been a real eye-opener to witness how fast the product is evolving and how many new features has been introduced since the beginning of Team Foundation Service, Visual Studio Online and now the current name of the product: Visual Studio Team Services (VSTS). In this demo-heavy session we will have a quick look at some of the new interesting features that were added in the last couple of months.
This document provides an overview of plugins in Dynamics CRM 2015. Plugins allow custom code to be triggered by specific events on entities, and operate at various stages of the event pipeline before or after the core system operation. The document outlines the different plugin message types that are commonly used, such as Create, Update and Delete, and describes the pre-image and post-image snapshots that are available at each message stage. Finally, it provides guidance on how to develop a plugin by using a class library project template, adding references to the CRM SDK, implementing the IPlugin interface, and signing the assembly for deployment.
This document discusses Team Foundation Server (TFS), a Microsoft product for application lifecycle management. It provides links to resources about TFS and compares TFS to other version control and project tracking tools like Visual SourceSafe, Trac, and Subversion. Alternative options for continuous integration, reporting, and customizing builds with TFS are also mentioned.
An overview of the reporting capabilities in Team Foundation Server 2012. Includes explanation of Data warehouse architecture, included reports (SSRS and Excel), and customization.
Team Foundation Server - Tracking & ReportingSteve Lange
Comprehensive presentation detailing reporting and tracking capabilities of Team Foundation Server. Focuses on Excel workbooks and Reporting Services, but touches on other technologies as well.
Introduction to Team Foundation Server (TFS) OnlineDenis Voituron
TFS est la plateforme de collaboration qui se trouve au coeur de la solution de gestion du cycle de vie des applications (ALM) de Microsoft. Pour de petites équipes de développement (5 users), TFS est disponible online et gratuitement.
Lors de cette session, principalement à base d'exemples pratiques, nous aborderons les modules Source Controle, Collaborate (gestion des tâches et des bugs) et Automatic Builds (compilations et déploiements automatisés).
This document summarizes Angela Dugan's presentation on managing TFS structures and security. It discusses how to plan and structure team projects, collections, and teams to ensure effectiveness, scalability, and efficiency. It also provides recommendations on when to create new team projects or collections and how to manage permissions and security across TFS, SharePoint, and reporting services. Additional tools for administering and analyzing TFS implementations are also introduced.
The major features behind version control are
1. A place to store the source code, images, build scripts, and so on needed to build your software project
2. The ability to track the history of changes to those files, and to view the state of the file at various points in the software life cycle
3. Mechanisms and tooling to make it easy to work in parallel with a team of software developers on the same project
The document provides best practice guidelines for developing Angular applications from version 2 to 6. It covers topics such as file structure conventions, naming conventions, coding conventions, component guidelines, directives, services and more. The guidelines aim to promote consistency, readability and maintainability of Angular codebases.
This document describes a hybrid automation framework built with Java using Selenium. The framework uses a combination of data-driven and keyword-driven approaches. It utilizes tools like Log4j, POI Excel files, TestNG, and Maven. The framework architecture includes modules for controllers, tests, data, object repositories, reports, logs, and exception handling. Test cases and test suites are defined and stored in Excel files. The framework execution flow is depicted in a diagram.
Team Foundation Server 2010 provides integrated tools for team collaboration including work item tracking, version control, build automation, and tools for architects, developers and testers. It allows requirements gathering, project planning, issue and bug tracking, test case management, version control, continuous integration, and collaboration across roles. The presentation demonstrates capabilities like work item linking, iteration planning, branching and merging, automated builds, UML diagrams, code analysis, testing and lab management.
The document provides an overview and training on Test Director 7.6 for Intralinks QA team members. It describes the key components of Test Director including access, requirements tracking, test planning, test execution, and defect management. It explains how each component will be used as part of Intralinks' testing process and standard operating procedures.
Mohammed Kharma-A flexible framework for quality assurance and testing of sof...Mohammed Kharma
This document introduces a new flexible framework for testing and quality assurance of software. The framework allows for easy extension of testing environments. It represents target software using an XML document containing inputs, outputs, execution time, and expected return values. The framework includes modules for analysis, a testing manager, and web service APIs that can be extended via plug-ins. It was created to serve future global testing needs in a flexible manner.
This document summarizes Selenium, an open source tool for automating web application testing. It describes the core components of Selenium, including Selenium IDE for recording tests and Selenium RC for running tests. It outlines the Selenium scripting language and provides best practices for writing automated tests with Selenium. Potential issues that may arise during testing are also addressed, along with references for getting more information about Selenium on the internet.
This document summarizes Selenium, an open source tool for automating web application testing. It discusses the Selenium components, advantages, scripting language (Selenese), and how to automate tests using Selenium. It also covers scripting techniques, known issues and workarounds, benefits to organizations, and Selenium references on the internet including forums and source code repositories.
stackconf 2023 | IGNITE: Terraform Practice to Enable Infrastructure Scaling ...NETWAYS
Terraform is a GREAT tool, but like a lot of other things in life, it has its pitfalls and bad practices. In this ignite talk, I’ll cover the preliminary practice you should think of in regards to Terraform – Structuring its code base – And explain how this decision has an effect on Terraform Infra & teams scaling, as well as a crucial effect on the core behaviour of Terraform itself.
This document provides an overview of Angela Dugan's background and experience with ALM tools. It then summarizes key topics around Visual Studio Online vs on-premise, best practices for configuring TFS projects and permissions, and useful administration tools for TFS including the TFS Power Tools, TFS Job Agent, TFS Backup and Restore utility, Best Practices Analyzer, and third party tools like Attrice Sidekicks and Team Project Manager.
The document describes 3 stages for organizations to improve their agility in software development:
Stage 1 focuses on adopting agile practices like Scrum and Kanban to release features faster using story-based requirements and smaller batch sizes. The goal is to reduce lead time from years to weeks.
Stage 2 aims to improve quality by achieving a 90% one-time passing rate through continuous integration, delivery, and deployment. This allows getting feedback and releasing code for each push.
Stage 3 seeks to further increase speed by optimizing value/cost ratios and lead times from weeks to hours through practices like pairing, effective communication, microservices, and simplicity. The overall goal is to continuously deliver value at a lower cost.
Test Automation in Flex - Richa SharmaIndicThreads
Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems.
Test Automation involves automation design and execution of automated tests. The Flex test automation feature provides developers with the ability to create Flex applications that use the automation APIs. These APIs can be used to create automation agents or to ensure that applications are ready for testing.
This session would cover basics of Flex Test Automation. One of the many available tools to be touched upon in this session would be FlexMonkey – a testing framework for Flex applications that provides for the capture, replay and verification of Flex UI functionality.
Implementing TDD in for .net Core applicationsAhmad Kazemi
This is a presentation I made to make decision on which tools and frameworks should we use in our new dotnet core application to implement test driven development.
Older (2008) presentation I gave internally to SunGard to educate developers on C# and LINQ. LINQ still rocks, and the concepts I cover are important language features while C# developers should be asked in interviews event today.
Leveraging TFS for Driving Process Improvement using Lean PrinciplesSrini Kadiam
The document summarizes the experience of using Microsoft Team Foundation Server (TFS) to drive process improvements at an organization providing healthcare services. Key points:
1) TFS was used to visualize workflows, manage flow, standardize reporting, and automate tasks to eliminate waste and improve consistency, transparency, and decision making.
2) Custom tools were built to bridge gaps in TFS reporting capabilities and provide real-time metrics on code reviews, task creation, customizations testing, and more.
3) Significant improvements resulted, including time savings, reduced variations, earlier issue detection, and empowered teams through self-service reporting and process transparency.
The document provides an overview of enterprise architecture foundations, including stakeholders, views and viewpoints, the enterprise continuum, and architecture repositories. It explains that the enterprise continuum classifies architecture and solution artifacts and consists of the architecture, solution, and enterprise continua. The architecture continuum shows the relationships between foundational, common, industry, and enterprise architectures, aiming to discover commonality and eliminate redundancy. It also establishes an architecture repository structure and tool standardization.
Mohammed Zakarya Abdelgawad is seeking a challenging job opportunity where he can utilize his background and interpersonal skills. He has over 10 years of experience in roles such as Enterprise Architecture Consultant, SOA Architect, and Software Architecture Lead. Abdelgawad has extensive technical skills in areas like Enterprise Architecture, Digital Transformation, and IT Strategy, and he has delivered projects for organizations such as Saudi Public Investment Fund, Saudi Customs, and Saudi Post. He is a certified trainer and has taught courses on topics including Togaf, SOA, and Business Process Modeling.
Mohamed Zakarya Abdelgawad has completed several professional development courses and certification programs in areas such as digital strategies, TOGAF, ITIL, ArchiMate, SOA, microservices, and Microsoft technologies. The certificates documented are from academic institutions, IT organizations, and software companies and range from 2013 to 2020, demonstrating Mohamed's ongoing commitment to expanding his technical skills and industry qualifications over an extended period of time.
Mohammed Zakarya Abdelgawad is a senior technology consultant with over 10 years of experience in enterprise architecture, digital transformation, and IT strategy. He holds professional certifications in areas such as TOGAF, ArchiMate, ITIL, and BPMN. Abdelgawad has managed projects for organizations including Saudi Customs, Ministry of Culture, and Saudi Public Investment Fund. He is skilled in areas like enterprise architecture, digital transformation, service management, architecture modeling, and training.
The document congratulates the recipient for completing the first module of the Accenture-INSEAD Online Strategy Certificate Programme. It informs them that they are on track to receive an INSEAD Certificate in "Business Strategy" upon successful completion of the second module. The directors express their delight in the recipient's engagement and performance in the program so far.
The document discusses the structure and competency areas of the Digital and Business Operations Body of Knowledge (DPBOK). It describes how DPBOK is structured into four contexts representing different stages of organizational evolution: individual/founder, team, team of teams, and enduring enterprise. Each context contains competency areas that decompose the skills needed. Context I focuses on competencies for an individual/founder and includes digital fundamentals, digital infrastructure, and application delivery. Digital fundamentals covers understanding digital value methods, contexts and lifecycles. Digital infrastructure discusses IT components, virtualization, containers, cloud-native architectures and configuration management. Application delivery outlines agile development practices and application architectures like microservices and APIs.
This document outlines 12 core capabilities for digital practitioners organized across four levels: individual, team, coordination of teams, and enterprise-wide. The capabilities range from conceiving digital value and using agile development practices as an individual to coordinating across multiple teams, managing security, risk, and performance at scale as an organization. Each capability is briefly described to provide understanding of how digital value is generated, products are developed and delivered, work is managed, and an organization evolves through a digital transformation.
Mohamed Zakaria Abdelgawad has received certification from the DPBoK Foundation for successfully meeting the requirements of the DPBoK Certification for People program. He was certified on November 13, 2020 with certification number 1629, as confirmed by Steve Nunn, President and CEO of The Open Group.
Thomas Erl certified Mohamed Zakaria Abdelgawad as a Microservice Architect. The certificate issued on September 3, 2020 and provided the AITCP ID 109137 to verify Mohamed's certification in microservice architecture. Mohamed completed the requirements to earn the Microservice Architect certification from Arcitura Education.
This document certifies that Mohamed Zakarya Elmetwally Abdelgawad has completed the ITIL 4 Strategist Direct, Plan and Improve certificate. The certificate number is GR678000583MZ and was printed on June 18, 2020 for the individual with identification number 9980012000131561.
Architecture thinking series W001 - present architecture discipline including integrated domains ( business strategy , business architecture and enterprise architecture)
and basic concepts behind Architecture Thinking
Business architecture provides a holistic view of an organization's capabilities, value delivery, information, organizational structure, and how they relate to strategies, products, initiatives, and stakeholders. It represents a blueprint for executing business strategy. The presentation discusses business architecture blueprints such as capability maps, value stream maps, organization maps, and Hoshin kanri matrices. It also covers certification in business architecture from the Business Architecture Guild and The Open Group.
The document provides an agenda for an enterprise architecture presentation covering topics such as EA introductions, frameworks, content modeling, repositories, development methods, and updates to business architecture and EA tools. It includes diagrams to illustrate EA concepts such as relating EA to Lego blocks, architecture domains, and the enterprise continuum for categorizing architecture. The presentation aims to provide an overview of enterprise architecture and discuss best practices.
This document is a certificate for Mohamed Zakarya Elmetwally Abdelgawad, with identification number GR671038456MZ, certifying that he has completed the ITIL Foundation Certificate in IT Service Management for the ITIL 4 Edition as of July 20, 2019.
Thomas Erl certified Mohamed Zakaria Abdelgawad as a SOA Professional. The certification was issued on April 13, 2019 and provided the certification ID number 109137. Abdelgawad completed the requirements to be recognized as a certified SOA Professional.
Odoo Inventory Rules and Routes v17 - Odoo SlidesCeline George
Odoo's inventory management system is highly flexible and powerful, allowing businesses to efficiently manage their stock operations through the use of Rules and Routes.
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schoolsdogden2
Algebra 1 is often described as a “gateway” class, a pivotal moment that can shape the rest of a student’s K–12 education. Early access is key: successfully completing Algebra 1 in middle school allows students to complete advanced math and science coursework in high school, which research shows lead to higher wages and lower rates of unemployment in adulthood.
Learn how The Atlanta Public Schools is using their data to create a more equitable enrollment in middle school Algebra classes.
A measles outbreak originating in West Texas has been linked to confirmed cases in New Mexico, with additional cases reported in Oklahoma and Kansas. The current case count is 817 from Texas, New Mexico, Oklahoma, and Kansas. 97 individuals have required hospitalization, and 3 deaths, 2 children in Texas and one adult in New Mexico. These fatalities mark the first measles-related deaths in the United States since 2015 and the first pediatric measles death since 2003.
The YSPH Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by faculty and graduate students at the Yale School of Public Health in response to the 2010 Haiti Earthquake. Each year, the VMOC Briefs are produced by students enrolled in Environmental Health Science Course 581 - Public Health Emergencies: Disaster Planning and Response. These briefs compile diverse information sources – including status reports, maps, news articles, and web content– into a single, easily digestible document that can be widely shared and used interactively. Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The “unlocked" format enables other responders to share, copy, and adapt seamlessly. The students learn by doing, quickly discovering how and where to find critical information and presenting it in an easily understood manner.
CURRENT CASE COUNT: 817 (As of 05/3/2025)
• Texas: 688 (+20)(62% of these cases are in Gaines County).
• New Mexico: 67 (+1 )(92.4% of the cases are from Eddy County)
• Oklahoma: 16 (+1)
• Kansas: 46 (32% of the cases are from Gray County)
HOSPITALIZATIONS: 97 (+2)
• Texas: 89 (+2) - This is 13.02% of all TX cases.
• New Mexico: 7 - This is 10.6% of all NM cases.
• Kansas: 1 - This is 2.7% of all KS cases.
DEATHS: 3
• Texas: 2 – This is 0.31% of all cases
• New Mexico: 1 – This is 1.54% of all cases
US NATIONAL CASE COUNT: 967 (Confirmed and suspected):
INTERNATIONAL SPREAD (As of 4/2/2025)
• Mexico – 865 (+58)
‒Chihuahua, Mexico: 844 (+58) cases, 3 hospitalizations, 1 fatality
• Canada: 1531 (+270) (This reflects Ontario's Outbreak, which began 11/24)
‒Ontario, Canada – 1243 (+223) cases, 84 hospitalizations.
• Europe: 6,814
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...larencebapu132
This is short and accurate description of World war-1 (1914-18)
It can give you the perfect factual conceptual clarity on the great war
Regards Simanchala Sarab
Student of BABed(ITEP, Secondary stage)in History at Guru Nanak Dev University Amritsar Punjab 🙏🙏
The ever evoilving world of science /7th class science curiosity /samyans aca...Sandeep Swamy
The Ever-Evolving World of
Science
Welcome to Grade 7 Science4not just a textbook with facts, but an invitation to
question, experiment, and explore the beautiful world we live in. From tiny cells
inside a leaf to the movement of celestial bodies, from household materials to
underground water flows, this journey will challenge your thinking and expand
your knowledge.
Notice something special about this book? The page numbers follow the playful
flight of a butterfly and a soaring paper plane! Just as these objects take flight,
learning soars when curiosity leads the way. Simple observations, like paper
planes, have inspired scientific explorations throughout history.
This chapter provides an in-depth overview of the viscosity of macromolecules, an essential concept in biophysics and medical sciences, especially in understanding fluid behavior like blood flow in the human body.
Key concepts covered include:
✅ Definition and Types of Viscosity: Dynamic vs. Kinematic viscosity, cohesion, and adhesion.
⚙️ Methods of Measuring Viscosity:
Rotary Viscometer
Vibrational Viscometer
Falling Object Method
Capillary Viscometer
🌡️ Factors Affecting Viscosity: Temperature, composition, flow rate.
🩺 Clinical Relevance: Impact of blood viscosity in cardiovascular health.
🌊 Fluid Dynamics: Laminar vs. turbulent flow, Reynolds number.
🔬 Extension Techniques:
Chromatography (adsorption, partition, TLC, etc.)
Electrophoresis (protein/DNA separation)
Sedimentation and Centrifugation methods.
Social Problem-Unemployment .pptx notes for Physiotherapy StudentsDrNidhiAgarwal
Unemployment is a major social problem, by which not only rural population have suffered but also urban population are suffered while they are literate having good qualification.The evil consequences like poverty, frustration, revolution
result in crimes and social disorganization. Therefore, it is
necessary that all efforts be made to have maximum.
employment facilities. The Government of India has already
announced that the question of payment of unemployment
allowance cannot be considered in India
Understanding P–N Junction Semiconductors: A Beginner’s GuideGS Virdi
Dive into the fundamentals of P–N junctions, the heart of every diode and semiconductor device. In this concise presentation, Dr. G.S. Virdi (Former Chief Scientist, CSIR-CEERI Pilani) covers:
What Is a P–N Junction? Learn how P-type and N-type materials join to create a diode.
Depletion Region & Biasing: See how forward and reverse bias shape the voltage–current behavior.
V–I Characteristics: Understand the curve that defines diode operation.
Real-World Uses: Discover common applications in rectifiers, signal clipping, and more.
Ideal for electronics students, hobbyists, and engineers seeking a clear, practical introduction to P–N junction semiconductors.
The Pala kings were people-protectors. In fact, Gopal was elected to the throne only to end Matsya Nyaya. Bhagalpur Abhiledh states that Dharmapala imposed only fair taxes on the people. Rampala abolished the unjust taxes imposed by Bhima. The Pala rulers were lovers of learning. Vikramshila University was established by Dharmapala. He opened 50 other learning centers. A famous Buddhist scholar named Haribhadra was to be present in his court. Devpala appointed another Buddhist scholar named Veerdeva as the vice president of Nalanda Vihar. Among other scholars of this period, Sandhyakar Nandi, Chakrapani Dutta and Vajradatta are especially famous. Sandhyakar Nandi wrote the famous poem of this period 'Ramcharit'.
Geography Sem II Unit 1C Correlation of Geography with other school subjectsProfDrShaikhImran
The correlation of school subjects refers to the interconnectedness and mutual reinforcement between different academic disciplines. This concept highlights how knowledge and skills in one subject can support, enhance, or overlap with learning in another. Recognizing these correlations helps in creating a more holistic and meaningful educational experience.
As of Mid to April Ending, I am building a new Reiki-Yoga Series. No worries, they are free workshops. So far, I have 3 presentations so its a gradual process. If interested visit: https://www.slideshare.net/YogaPrincess
https://ldmchapels.weebly.com
Blessings and Happy Spring. We are hitting Mid Season.
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetSritoma Majumder
Introduction
All the materials around us are made up of elements. These elements can be broadly divided into two major groups:
Metals
Non-Metals
Each group has its own unique physical and chemical properties. Let's understand them one by one.
Physical Properties
1. Appearance
Metals: Shiny (lustrous). Example: gold, silver, copper.
Non-metals: Dull appearance (except iodine, which is shiny).
2. Hardness
Metals: Generally hard. Example: iron.
Non-metals: Usually soft (except diamond, a form of carbon, which is very hard).
3. State
Metals: Mostly solids at room temperature (except mercury, which is a liquid).
Non-metals: Can be solids, liquids, or gases. Example: oxygen (gas), bromine (liquid), sulphur (solid).
4. Malleability
Metals: Can be hammered into thin sheets (malleable).
Non-metals: Not malleable. They break when hammered (brittle).
5. Ductility
Metals: Can be drawn into wires (ductile).
Non-metals: Not ductile.
6. Conductivity
Metals: Good conductors of heat and electricity.
Non-metals: Poor conductors (except graphite, which is a good conductor).
7. Sonorous Nature
Metals: Produce a ringing sound when struck.
Non-metals: Do not produce sound.
Chemical Properties
1. Reaction with Oxygen
Metals react with oxygen to form metal oxides.
These metal oxides are usually basic.
Non-metals react with oxygen to form non-metallic oxides.
These oxides are usually acidic.
2. Reaction with Water
Metals:
Some react vigorously (e.g., sodium).
Some react slowly (e.g., iron).
Some do not react at all (e.g., gold, silver).
Non-metals: Generally do not react with water.
3. Reaction with Acids
Metals react with acids to produce salt and hydrogen gas.
Non-metals: Do not react with acids.
4. Reaction with Bases
Some non-metals react with bases to form salts, but this is rare.
Metals generally do not react with bases directly (except amphoteric metals like aluminum and zinc).
Displacement Reaction
More reactive metals can displace less reactive metals from their salt solutions.
Uses of Metals
Iron: Making machines, tools, and buildings.
Aluminum: Used in aircraft, utensils.
Copper: Electrical wires.
Gold and Silver: Jewelry.
Zinc: Coating iron to prevent rusting (galvanization).
Uses of Non-Metals
Oxygen: Breathing.
Nitrogen: Fertilizers.
Chlorine: Water purification.
Carbon: Fuel (coal), steel-making (coke).
Iodine: Medicines.
Alloys
An alloy is a mixture of metals or a metal with a non-metal.
Alloys have improved properties like strength, resistance to rusting.
*Metamorphosis* is a biological process where an animal undergoes a dramatic transformation from a juvenile or larval stage to a adult stage, often involving significant changes in form and structure. This process is commonly seen in insects, amphibians, and some other animals.
10. Team foundation build –Terms
Build Definition
Build Process
Build Trigger Type
Build Queue
Queue Processing Type
Staging Location ( Drop Folder)
Build Source Settings
LESSON
3
14. TFS Administration –Terms
Team Project Collection
Team Project
Mail Alert
Group Membership
Build Configuration Team Room
Team Members
Version Control Permissions
TFS Group
Users Security Permissions
LESSON
5