Using Trait Objects That Allow for Values of Different Types Defining a Trait for Common Behavior Implementing the Trait Trait Objects Perform Dynamic Dispatch Using Trait Ob...
Send and Sync Send and Sync How does Rust know to forbid shared access across thread? The answer is in two traits: Send : a type T is Send if it is safe to move a T across...
Preface What you will learn What you should know Typographical Conventions Examples Preface What you will learn This book is an introduction to the Boost C++ Libraries. T...
Considering Portability Know Your Types Other Concerns Considering Portability Know Your Types Most portability issues that generate warnings are because we are not careful...
Migrating from dockershim Find Out What Container Runtime is Used on a Node Check whether Dockershim deprecation affects you Migrating telemetry and security agents from dockersh...
The Dashboard Enabling the Dashboard The Dashboard See What's Going On The dashboard is the central place that shows you the current active routes handled by Traefik. The ...
18 Plugins 18 Plugins Grails is first and foremost a web application framework, but it is also a platform. By exposing a number of extension points that let you extend anything...
Static Typing Static Typing Every value in our program has an associated type with it. This we know before any evaluation has taken place. Our builtin functions also only take...
Next editions Next editions If you plan to organize next edition of Django Girls in your city, you will need to let us know, so that: we know it is happening :) we will setup...