Remove Availability Remove Exercise Remove Lambda
article thumbnail

AWS and Dynatrace automation hit the jackpot at Perform Las Vegas

Dynatrace

Across the two days, there were sixteen new sessions – delivered for the first time – based on content derived from lab exercises developed and delivered by working with Dynatrace experts and our Partner communicate to showcase Dynatrace’s newest features. Perform 2020 Dynatrace University dashboard. The results.

AWS 245
article thumbnail

Carving an AWS certification path

Dynatrace

Hosted and moderated by Amazon, AWS GameDay is a hands-on, collaborative, gamified learning exercise for applying AWS services and cloud skills to real-world scenarios. What kinds of AWS certifications are available today? ” GameDay was such a hit that Dynatrace is planning more GameDays in the future, likely twice a year.

AWS 246
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

cppfront: Midsummer update

Sutter's Mill

Functions, including unnamed function expressions (aka lambdas), that do nothing but return an expression can now omit everything between ) and the expression. I haven’t had to optimize cppfront much yet because it’s been fast in all my uses, but Max Sagebaum exercised metafunctions heavily for @regex (covered below, in 0.7.2)

C++ 116
article thumbnail

cppfront: Spring update

Sutter's Mill

string interpolation uses std::to_string where available). Allow unnamed objects (not just unnamed functions, aka lambdas) at expression scope. Examples like the following now work… see test file pure2-break-continue.cpp2 for more examples. outer: while i<M next i++ { // loop named "outer" //.

C++ 97
article thumbnail

GotW #102 Solution: Assertions and “UB” (Difficulty: 7/10)

Sutter's Mill

This happen particularly when the calculated value is a pointer, or an integer used as an array index (which, remember, is basically the same thing; a pointer value is just an index into all available memory viewed as an array). b) ACTION; } some_result_value DoSomething( int x ) { ASSERT_OR_FALLBACK( x ! ,

C++ 73
article thumbnail

Educating a New Generation of Workers

O'Reilly

Examples of these skills are artificial intelligence (prompt engineering, GPT, and PyTorch), cloud (Amazon EC2, AWS Lambda, and Microsoft’s Azure AZ-900 certification), Rust, and MLOps. But is training available on the job? A higher completion rate could indicate that the course teaches an emerging skill that is required in industry.

Education 110