Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Microservices & Docker: Building Scalable Architectures

Master microservices with our Docker training. Learn to design, deploy, and manage flexible, scalable services using a modern containerisation approach.

About the course

Our instructor-led Microservices with Docker training course provides hands-on experience designing and creating flexible, scalable services for your enterprise applications. You'll master Docker, the cornerstone containerisation technology, to implement streamlined, lightweight containers. This approach will allow you to modularise an otherwise monolithic architecture and adopt a more Agile strategy for your enterprise deployments.

The course is suitable for all technical backgrounds, with example code available to demonstrate microservices built on a variety of languages, including Java, Node.js, GoLang, and .NET Core. We cover all the necessary software installation during the course, so you just need to bring yourself and your laptop.

We would be delighted to discuss your team’s specific requirements for an in-house or remote training course. Whether you're deploying in the cloud or on-premises, we can take into account your tech stack, use cases, and business domain to deliver a cost-effective and highly relevant tailored course.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

    • Understand Microservices Fundamentals: Grasp the core concepts, benefits, downsides, and real-world use cases of a microservice architecture.
    • Master Containerisation: Learn the fundamentals of containers, what they are, how they work, and their role in a microservices environment.
    • Get Hands-on with Docker: Install, configure, and run your first Docker containers, mastering the key commands and workflows.
    • Develop a Microservice: Build a microservice from scratch, learning how to containerise it using a Dockerfile.
    • Implement Deployment Patterns: Understand and apply key deployment strategies for hosting microservices, such as per-host or per-container models.
    • Integrate Services Effectively: Learn best practices for integrating multiple microservices, including API Gateways and Circuit Breaker patterns to ensure resilience.
    • Build Service Discovery: Discover how to implement client-side and server-side service discovery to ensure services can find and communicate with each other.
    • Manage Data Efficiently: Explore different data management patterns, including Database per Service and Event Sourcing, to maintain data integrity across services.
    • Secure Your Architecture: Learn to apply crucial security principles and considerations across middleware, edge services, and client applications.
    • Establish a DevOps Workflow: Understand how to apply continuous integration and continuous delivery (CI/CD) to build and maintain a scalable, agile software development process.
  • This training is ideal for:

    • Software Developers who want to build modular and scalable applications.

    • Software Architects who need to design a microservice architecture.

    • DevOps and SysAdmins responsible for deploying and managing services.

    • A basic understanding of software development.

    • Comfortable with a command-line interface - ideally on Linux

    • A fundamental understanding of Docker is beneficial but not essential, as the course will cover the basics.

    • Attendees' workstations should have administrative permissions, Git, and Docker installed (we'll give you more details prior to the course)

  • This Microservices course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Microservices Fundamentals

    • The Big Picture: Understand the journey from monolithic to microservice architectures and the reasons for this evolution.

    • What's in a Name? Define what a microservice is and how it differs from a traditional service.

    • Benefits & Downsides: Get a clear overview of the advantages and disadvantages of this architectural style.

    • Real-World Use Cases: Explore successful implementations and identify scenarios where microservices are the right solution.

    Getting Started with Docker

    • Introducing Containers: Learn what a container is, how it works, and its relationship to traditional virtual machines.

    • The Docker Platform: Get hands-on with installing Docker and running your first container.

    • Developing with Docker: Build your first microservice and learn how to write a Dockerfile to define your application's environment.

    • Port Mapping & Multi-Container Hosting: Understand how to manage network communication between containers and the outside world.

    Microservice Design Patterns

    • Deployment Patterns: Master strategies for deploying microservices, from single-instance per host to multi-instance container models.

    • Communication Patterns: Learn about essential patterns like API Gateway and Circuit Breaker to manage communication and handle partial failures.

    • Service Discovery Patterns: Discover how to implement service registries for client-side and server-side discovery, ensuring your services can always find each other.

    • Data Management Patterns: Explore strategies for managing data across services, including Database per Service and Event-Driven Architecture to maintain data integrity.

    Interfaces & Communication

    • RESTful Interfaces: Learn to build standard REST APIs for your microservices, covering HTTP verbs, response codes, and versioning.

    • Other Interfaces: Get an introduction to alternative communication methods like Protocol Buffers and Web Sockets.

    • Asynchronous Requests: Understand how to use message brokers for point-to-point and publish-subscribe models, enabling scalable, asynchronous communication.

    Security & Processes

    • Microservices Security: Learn to apply fundamental security principles and best practices across your entire architecture.

    • Agile Development: Understand how a microservices approach facilitates a more agile software development process.

    • DevOps & CI/CD: Explore the role of Continuous Integration and Continuous Delivery in the development and maintenance of microservices.

    • Docker Official Documentation: The definitive source for all things Docker. This is the best place for detailed guides, a command-line reference, and a deeper dive into topics like Dockerfiles and networking.

    • Microservices.io A comprehensive, vendor-neutral guide to microservices patterns and best practices, covering everything from core concepts to data management.

    • Atlassian - Microservices Design Patterns A clear, practical guide that explains key microservices patterns such as API Gateway, Circuit Breaker, and Event Sourcing, which are crucial for building resilient systems.

    • Kubernetes Official Documentation As the industry standard for container orchestration, a basic understanding of Kubernetes is invaluable. Their documentation offers clear tutorials on how to deploy and manage containerized applications at scale.

Trusted by

OVO Energy company logo University of Glasgow logo/crest

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses