Remove c
article thumbnail

Legacy Architecture Modernisation With Strategic Domain-Driven Design

Strategic Tech

Architecture modernisation tools and techniques for each phase (these lists are not exhaustive) Business Strategy Alignment Software architecture is the significant technical decisions that have business consequences. This means a software architecture should be purposely designed for the most favourable business consequences.

article thumbnail

A Day with Kotlin

Software Architecture

val a = "abc" // type inferred to String val b = 4 // type inferred to Int val c: Double = 0.7 // type declared explicitly val d: List<String> = ArrayList() // type declared explicitly Explicit conversions are also supported. Type Inference Kotlin infers data types of variables and properties.

Java 100
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Another New Talk: Elements of Design

Sutter's Mill

At C++ and Beyond next week (and in December) I’ll also be giving a brand-new half-day talk on Elements of Design. Although those areas are pretty diverse, they also have a lot of commonalities, and the insights and learnings apply directly to mainstream classes-and-libraries production software design. Elements of Design.

Design 40
article thumbnail

Cloud Adoption in 2020

O'Reilly

Technical leads and architects (about 11%) are next, followed by software and systems architects (9+%). However, a notable minority—some 15%—occupy C-level or executive roles. We didn’t attempt to define serverless precisely, but for many people in our audience, serverless means “function-as-a-service” (for example, AWS Lambda).

Cloud 141