DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations

CWYOL: The Future of Software Engineering

See how microservices architecture has enabled the use of a mix of languages and technologies without the risk of losing maintainability and support.

Jalal Kiswani, PhD user avatar by
Jalal Kiswani, PhD
·
Aug. 27, 18 · Opinion
Like (5)
Save
Tweet
Share
8.00K Views

Join the DZone community and get the full member experience.

Join For Free

Current trends in the software development industry, such as DevOps and microservices architecture, emphasize the need for more agility to deliver software faster without compromising quality. One of the approaches used to achieve this goal is giving software developers the ability to decide the technology used, in general, and the programming language in particular for building their components and services, which I like to refer to as the Come With Your Own Language (CWYOL) trend.

The One-Technology-Stack (OTS) approach has been the dominant model, especially in software development houses, I think mainly because of the investment put toward learning that technology to exploit its full features, and also the risk of mixing different technologies in the same system and causing maintainability, support, and resource issues on the long run.

However, all that has changed now. With containerization and microservices architecture, a software engineer can develop applications with his/her favorite programming language, expose its functionality as REST web services, and then integrate it with other services, which could be developed in different technologies and/or different systems.

CWYOL has become the preferred approach with the largest tech companies. For example, when looking into software engineering positions offered by big tech companies like Microsoft, Google, or Amazon, you can see that the required skills include knowledge and experience in one of the modern programming languages, such as Java, C/C++, Python, or JavaScript.

I think that for any language to be considered one of these modern languages, it should support:

  1. HTTP for REST sync model between microservices, the core requirement for microservices architecture.

  2. Reactive Programming for the event-driven async model between microservices and other resources. I believe this will be an essential requirement in the near future, due to the enormous increase of internet edge devices (IoT) and real-time data analysis (Big Data), which demand a new level of scalability.

  3. Explicit Declarative Dependencies Management: Based on the 12-Factor App recommendations, which is the de-facto standard recommendations for designing modern cloud-native applications, having an explicit declarative dependency and using dependency management software, like Maven or Gradle, is significant for any modern applications. In fact, this will be critical to enable application containerization.

The CWYOL approach has benefits such as enabling agility and more creativity due to giving more power to software engineers, standardization, architecture, and code quality may be the primary concerns. However, standard coding convention, exception handling, and API documentation standardization could be hard to achieve since they may contradict the with technology-specific recommendations such as Java coding conventions and JavaDoc.

For more information about microservices architecture, refer to my article "Monolithics and Microservices: Software Architecture in Real-Life Applications."

Software development Software engineering Engineering

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Introduction to Container Orchestration
  • Stop Using Spring Profiles Per Environment
  • DevOps vs Agile: Which Approach Will Win the Battle for Efficiency?
  • [DZone Survey] Share Your Expertise and Take our 2023 Web, Mobile, and Low-Code Apps Survey

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: