avatarTrevor-Indrek Lasn

Summary

The article discusses programming trends predictions for 2020 and beyond, including Rust becoming mainstream, increased adoption of GraphQL, growth of Progressive Web Apps, wider use of Web Assembly, continued dominance of React, and the ongoing importance of JavaScript.

Abstract

The author of the article predicts that Rust will become a mainstream programming language in 2020, with schools starting to introduce it to their curriculum. GraphQL adoption will continue to grow due to its superiority in fetching data compared to traditional REST APIs. Progressive Web Apps (PWAs) will become a force to reckon with as they combine the best features of the web with the top qualities of mobile apps. Web Assembly will see more light as it enables the deployment of high-level languages like C, C++, and Rust on the web. React will continue to reign as the most popular JavaScript library for front-end development. Finally, JavaScript will continue to be a safe bet for developers as it has been the heart of many big tech companies and is used in millions of websites.

Opinions

  • Rust will officially become mainstream in 2020, with schools introducing it to their curriculum.
  • GraphQL is a superior solution to fetching data compared with a traditional REST API.
  • PWAs will become more popular as they allow web developers to create mobile applications.
  • Web Assembly will enable the deployment of high-level languages like C, C++, and Rust on the web.
  • React is the most popular JavaScript library for front-end development.
  • JavaScript will continue to be a safe bet for developers.

2020 and Beyond Programming Trend Predictions

Predicting what programming technologies will emerge in 2020

Photo by Safar Safarov on Unsplash

2020 is almost here, as crazy as that sounds. The year 2020 sounds like it’s derived from science fiction, yet here we are — about to knock on its front door.

If you’re curious about what the future might bring to the programming world, you’re in the right place. I might be completely wrong — don’t quote me on this— but here’s what I think will happen. I can’t predict the future, but I can make educated guesses.

Become a Medium Member to directly support my work. Thanks in advance!

“The best way to predict your future is to create it.”

― Abraham Lincoln

Rust Will Become Mainstream

Rust- https://www.rust-lang.org/

Rust is a multi-paradigm system programming language focused on safety — especially safe concurrency. Rust is syntactically similar to C++, but it’s designed to provide better memory safety while maintaining high performance.

Source: Leftover Salad

We’ve seen four years of strong growth of the Rust programming language. I believe 2020 is the year Rust will officially become mainstream. What is mainstream is up for self-interpretation, but I believe schools will start introducing Rust to their curriculum. This will create a new wave of Rust engineers.

Most loved programming languages from the 2019 StackOverflow Survey.

Rust has proven itself to be a great language with a vibrant and active community. With Facebook building Libra on Rust — its the biggest project ever — we’re about to see what Rust is really made off.

If you’re looking to learn a new language, I would strongly recommend learning Rust. If you’re curious to learn more, I’d start learning Rust from this book. Go Rust!

GraphQL Adoption Will Continue to Grow

GraphQL Google Trends

As our applications grow in complexity, so do our data consumption needs. I’m a big fan of GraphQL, and I’ve used it many times. I think it’s a far superior solution to fetching data compared with a traditional REST API.

While typical REST APIs require loading from multiple URLs, GraphQL APIs get all the data your app needs in a single request.

GraphQL is used by teams of all sizes in many different environments and languages to power mobile apps, websites, and APIs.

Who’s using GraphQL

If you’re interested in learning GraphQL, check out this tutorial I wrote.

Progressive Web Apps Are a Force to Reckon With

Progressive Web Apps (PWA) is a new approach to building applications by combining the best features of the web with the top qualities of mobile apps.

Photo by Rami Al-zayat on Unsplash

There are way more web developers in the wild than native platform-specific developers. Once big companies realize that they can repurpose their web devs to make progressive web applications, I suspect that we’ll be seeing a huge wave of PWAs.

It will take a while for bigger companies to adapt, though, which is pretty normal for technology. The progressive part would generally fall towards the front end development since it’s mostly all about interacting with the Web Workers API (Native Browser API).

Web apps aren’t going anywhere. More people are catching onto the idea that writing a single cross-compatible PWA is less work and more money for your time.

PWA Google Trends

Today is a perfect day to start learning more about PWAs, start here.

Web Assembly Will See More Light

Web Assembly

WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C, C++, and Rust. Wasm also enables deployment on the web for client and server applications. PWAs can use wasm too.

In other words, Web Assembly is a way to bridge JavaScript technologies with more level technologies. Think of using a Rust image processing library in your React app. Web assembly allows you to do that.

Performance is key, and as the amount of data grows, it will be even harder to keep a good performance. That’s when low-level libraries from C++ or Rust come into play. We’ll see bigger companies adopting Web Assembly and snowball from there.

React Will Continue to Reign

Frontend JavaScript frontend libraries

React is by far the most popular JavaScript library for front end development, and for a good reason too. It’s fun and easy to build React apps. The React team and community have done a splendid job as far as the experience goes for building applications.

React — https://reactjs.org

I’ve worked with Vue, Angular, and React, and I think they’re all fantastic frameworks to work with. Remember, the goal of a library is to get stuff done, so focus less on the flavor, and more on the getting stuff done. It’s utterly unproductive to argue about what framework is the “best.” Pick a framework and channel all your energy into building stuff instead.

If you’re feeling inspired, pick something from this list and start building today!

Always Bet on JavaScript

We can say with confidence that 2010s was the decade of JavaScript. We’ve seen a massive spike of JavaScript growth, and it doesn’t seem to be slowing down.

JavaScript developers have been taking some abuse by being called “not real developers.” JavaScript is the heart of any big tech company, such as Netflix, Facebook, Google, and many more. Therefore, JavaScript as a language is as legitimate as any other programming language. Take pride in being a JavaScript developer. After all, some of the coolest and most innovative stuff has been built by the JavaScript community.

Almost all websites are leveraging JavaScript to some degree. How many websites are out there? Millions!

It has never been a better time to be a JavaScript developer. Salaries are on the rise, the community is as alive as ever, and the job market is huge. If you’re curious to learn JavaScript, the “You Don’t Know JS” book series was a fantastic read.

Top languages over time

I wrote earlier on the subject of what makes JavaScript popular — you should probably read that too.

Top open source projects

Let us know which projects or languages deserve more love and attention!

The best way to keep up to date with my content is through my newsletter. Be the first one to get notified.

my newsletter. Be the first one to get notified.
Web Development
Programming
Technology
Software Development
JavaScript
Recommended from ReadMedium