ADM Mat Remote Working
Home | Remote Working | Return To Work | Mental Health | Protective Measures | Leadership | Resources |
Remote Working
The Defence Team is facing new ways of working during the COVID-19 Pandemic. A variety of tools, resources, and information are available for civilian employees, managers, and members of the military. New processes, products, and guidelines are being established to help all members of the Defence Team connect with their colleagues during this challenging time.
General Information
- DND/CAF Security Guide for Teleworking during the COVID-19 Response
- Leveraging communication and collaboration tools during COVID-19
- Working from a Remote Office (Quick steps for setting up your temporary laptop workstation - leaving the Government of Canada website)
- Setting up a Temporary Laptop Workstation (Youtube - leaving the Government of Canada website)
- How to Make Working Remotely a Success – For Managers and Employees (LifeSpeak)
- The use of personal peripherals on DWAN equipment when teleworking
- The Defence Team guide for managing and working remotely
- T-DVPNI Connectivity FAQ (link accessible only on the National Defence network)
- Working remotely – Guidance and resources for the Defence Team members
Civilian Employees
- Your workspace and ergonomic requirements
- Temporary measures: Public Service Health Care Plan (PSHCP)
- HR-GO app
Enable Interoperability
- Expose all functionality as services
- Do not hide services under assumptions that someone would not find value in a service - often innovation can be bred from exposed services beyond it's original plan.
- Follow the 'eat your own dogfood' mantra - in that all functionality should be a service that you consume.
- Use microservices built around business capabilities. Scope each service to a single purpose
- Focus on smallest unit of purpose, and developing a single function.
- Run each IT service in its own process and have it communicate with other services through a well-defined interface, such as a HTTPS-based application programming interface (API)à
- Ensure that services are accessible via common methodologies, and follow the Government of Canada Standards on APIs
- Run applications in containers
- Ensure containers contain a single application, and build the smallest image possible.
- Ensure containers are properly versioned and tagged.
- Leverage the GC Digital Exchange Platform for components such as the API Store, Messaging, and the GC Service Bus
- Ensure APIs are discoverable on the API Store.