Vanta Logo
SPONSOR
Automate SOC 2 & ISO 27001 compliance with Vanta. Get $1,000 off.
Published
4 min read
Archived

Trevor I. Lasn

Staff Software Engineer, Engineering Manager

Programming Trends to Watch in 2020 and Beyond

Here are my bets on the programming trends

While I can’t predict the future with certainty, I can make some educated guesses about what might happen. Here’s what I think could shape the programming landscape in 2020 and beyond.

Rust Will Go Mainstream

Rust is a systems programming language that’s designed for safety, especially when it comes to handling multiple tasks at once. It’s similar to C++ but offers better memory safety without sacrificing performance.

Over the past few years, Rust has seen steady growth. I believe 2020 is the year Rust becomes mainstream. What does that mean? Schools might start teaching Rust, leading to a new generation of Rust developers. With big projects like Facebook’s Libra using Rust, we’re about to see what this language can really do.

If you’re thinking about learning a new language, Rust is a great choice. It has a strong, active community and is well-suited for modern development needs.

GraphQL Adoption Will Keep Growing

As our apps get more complex, so do our data needs. That’s where GraphQL comes in. Unlike traditional REST APIs, which require multiple requests to different URLs, GraphQL allows you to get all the data your app needs in a single request.

GraphQL is already used by teams of all sizes for mobile apps, websites, and APIs. I expect its adoption to continue growing in 2020. If you haven’t tried it yet, now is a great time to start learning.

Progressive Web Apps (PWAs) Are Here to Stay

Progressive Web Apps (PWAs) combine the best features of web and mobile apps. They’re fast, reliable, and can work offline. With more web developers out there than native app developers, I believe we’ll see a surge in PWAs as companies realize they can repurpose their web teams to build them.

It might take some time for bigger companies to fully adopt PWAs, but the trend is clear. Writing a single cross-compatible PWA is often more efficient and cost-effective than developing separate native apps for different platforms. If you’re interested in PWAs, now is the perfect time to start learning more.

WebAssembly Will Gain More Traction

WebAssembly (Wasm) is a binary format that allows code written in languages like C, C++, and Rust to run in the browser. This can bring significant performance improvements to web applications by enabling the use of low-level libraries.

As data demands grow, performance becomes increasingly important. I expect to see more companies adopting WebAssembly in 2020, especially for performance-critical applications. If you work with web technologies, keep an eye on WebAssembly—it might just be the key to unlocking new possibilities.

React Will Remain King

React is the most popular JavaScript library for front-end development, and for good reason. It’s fun, easy to use, and has a huge community. While other frameworks like Vue and Angular are also fantastic, React’s simplicity and flexibility make it a favorite among developers.

In 2020, React will continue to be a dominant force in front-end development. Whether you’re building new projects or maintaining existing ones, React is a solid choice that will keep you productive.

Always Bet on JavaScript

The 2010s were the decade of JavaScript, and the language shows no signs of slowing down. JavaScript is at the heart of major tech companies like Netflix, Facebook, and Google. It powers almost every website you visit, and new features are constantly being added to the language.

If you’re a JavaScript developer, take pride in your work. The job market is strong, salaries are rising, and the community is as vibrant as ever. If you’re new to JavaScript, now is a great time to start learning. There are plenty of resources available, and the demand for JavaScript skills is only going to increase.

Conclusion

2020 is shaping up to be an exciting year for programming. Whether you’re looking to learn a new language like Rust, adopt new technologies like GraphQL and WebAssembly, or continue mastering JavaScript and React, there’s no shortage of opportunities.

Stay curious, keep learning, and embrace the changes that come your way. The future is full of possibilities, and as developers, we have the power to shape it.

If you found this article helpful, you might enjoy my free newsletter. I share developer tips and insights to help you grow your skills and career.


More Articles You Might Enjoy

If you enjoyed this article, you might find these related pieces interesting as well. If you like what I have to say, please check out the sponsors who are supporting me. Much appreciated!

Webdev
7 min read

Tips for Reducing Cyclomatic Complexity

Cyclomatic complexity is like counting how many ways a car can go. More options make it harder to drive because you have to make more decisions, which can lead to confusion.

Sep 10, 2024
Read article
Webdev
13 min read

10 Essential Terminal Commands Every Developer Should Know

List of useful Unix terminal commands to boost your productivity. Here are some of my favorites.

Aug 21, 2024
Read article
Webdev
5 min read

The Secret to Being a Top Developer Is Building Things

You can only become a great developer if you're willing to put effort into it

Dec 2, 2017
Read article
Webdev
3 min read

Form Validation That Doesn't Annoy Users: CSS :user-valid and :user-invalid

The new pseudo-classes :user-valid and :user-invalid give us a smarter way to style form validation states based on user interaction

Dec 12, 2024
Read article
Webdev
3 min read

The HTML Native Search Element

The search HTML element is a container that represents the parts of the web page with search functionality

Dec 2, 2024
Read article
Webdev
5 min read

WebAssembly (Wasm): When (and When Not) to Use It

Understanding the real use cases for WebAssembly beyond the performance hype

Nov 25, 2024
Read article
Webdev
8 min read

Become a Web Developer in 180 Days

A comprehensive roadmap to becoming a proficient web developer

Oct 29, 2019
Read article
Webdev
7 min read

What Does an Entry-Level Programmer Need to Know Exactly?

Expectations for entry-level programmers

Nov 6, 2019
Read article
Webdev
6 min read

Inside the CSS Engine: CSSOM Explained

A deep dive into how browsers parse and manipulate CSS, its impact on web performance, and why it matters

Oct 25, 2024
Read article

Become a better engineer

Here are engineering resources I've personally vetted and use. They focus on skills you'll actually need to build and scale real projects - the kind of experience that gets you hired or promoted.

Many companies have a fixed annual stipend per engineer (e.g. $2,000) for use towards learning resources. If your company offers this stipend, you can forward them your invoices directly for reimbursement. By using my affiliate links, you support my work and get a discount at the same!


This article was originally published on https://www.trevorlasn.com/blog/2020-programming-trend-predictions. It was written by a human and polished using grammar tools for clarity.