Remove c
article thumbnail

Legacy Architecture Modernisation With Strategic Domain-Driven Design

Strategic Tech

Most organisations go through an architecture modernisation effort at some point as their systems drift into a state of intolerable maintenance costs and they diverge too far from modern technological advances. What architecture will be optimal for enabling that business vision? How are we going to deliver the new architecture?

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. First, our survey didn’t ask respondents if they (or their organizations) have adopted microservices architecture. Serverless Stagnant.

Cloud 141