2021 is already proving to be a fast-paced year. The tech industry has seen new and exciting developments in a variety of industries. To get you up to speed, we’ve summarized some of the top news and updates that you might have missed.
You’ll see what companies have had big announcements, what programming tools will be getting updates, and more.
This guide at a glance:
75% of developers learn new tech skills at least once a year. Unlock Educative Unlimited for full access to Learning Paths, mini-courses, and early release content.
Start Learning with Educative Unlimited
In early February, Amazon announced that founder Jeff Bezos will be stepping down as chief executive officer that he started nearly 30 years ago. Bezos has announced that he will remain involved with Amazon as an executive chairman. This change will officially occur in the second half of 2021 (Q3).
Jeff Bezos
Bezos appears to be following Microsoft’s lead by promoting the chief executive of Amazon Web Services, Andy Jassy to CEO of Amazon. Jassy joined the company back in 1997 and has led the AWS cloud team from its earliest days. With a cloud expert at the head of the company, many news outlets are predicting success. Others say that this transition will not necessarily bring significant changes to Amazon’s business.
In his announcement email to Amazon employees, Bezos stated that “Amazon couldn’t be better positioned for the future. We are firing on all cylinders, just as the world needs us to. We have things in the pipeline that will continue to astonish.”
On February 18th, Microsoft announced that two new versions of Office will soon be available: a consumer Office 2021 version and Office LTSC for enterprise customers. Available for both Windows and macOS, Office 2021 is designed for users who don’t want to rely on cloud-powered Microsoft 365 tools.
Jared Spataro, head of Microsoft 365, states that they want to meet customers where they are at: “We certainly have a lot of customers that have moved to the cloud over the last 10 months. At the same time, we definitely have customers who have specific scenarios where they don’t feel like they can move to the cloud.”
Some potential features updates Office 2021 may include dark mode support, improvements to accessibility, and features like Dynamic Arrays and XLOOKUP in Excel. Both versions will include the OneNote app and ship both 32- and 64-bit versions. Microsoft has announced that it will not change pricing for the time being.
On February 9, 2021, Microsoft announced that Excel formulas are now Turing Complete. A Turing Complete language is one that can perform any computation. This is exciting news for data scientists who use Excel.
Now, with the use of lambda, you can write reusable functions using the Excel formula language we all know so well. In Microsoft’s announcement, they show how to use Excel to recursively reverse a string and fixed-point combinator. They even plan to add functionality for fully nestable arrays soon.
They also plan to define functions by a whole worksheet, which they are calling sheet-defined functions. These will allow users to define large functions using multiple formulas that are spread out over multiple Excel cells.
The Rust core team recently announced the formation of the Rust Foundation. The announcement by Ashley Williams, the Interim Executive Director, stated that the Rust Foundation is “a new independent non-profit organization to steward the Rust programming language and ecosystem, with a unique focus on supporting the set of maintainers that govern and develop the project”.
Rust has gained a lot of popularity in recent years, and was even voted the “most-loved” language in Stack Overflow’s developer survey five years in a row. This is an important step for Rust. The Rust Foundation aims to become an organization that hosts the language’s infrastructure and drives progress for the future.
Companies like Mozilla have heralded their support for the Rust Foundation, stating that they are proud to see Rust “outgrow its origins” and evolve to meet developer needs. Other members include AWS, Google, Huawei, and Microsoft.
Cats is a Scala library that provides abstractions for functional programming and an ecosystem of pure, typeful libraries. A critical issue in the Cats 2.4.0 update led a quick update. The official Twitter account for Cats urged users to skip 2.4.0 and download the newest hotfix release, Cats 2.4.1.
Some of these fixes include:
EitherTFree.inject to emit new deprecation warningsEmptyK instance for Map, which marks a non-implicit method as implicitJava Development Kit (JDK) is getting an update. In March 2021, Java Development Kit16 is set to release new features, including support for C++ 14, concurrent thread-stack processing for garbage collection, and “elastic metaspace” for returning unused class metadata to the OS.
You can find early-access builds of JDK 16 for most operating systems at jdk.java.net. JDK 16 is a short-term release, and JDK 17, which is targeted for September 2021, will be a long-term support (LTS) release.
Java 8 Update 281 was also released to address security concerns and bug fixes. Oracle strongly recommends that Java SE 8 users upgrade. Some other new features include:
groupname option added to keytool -genkeypair. Now, you can specify a named group when creating a key pair.com.sun.org.apache.xml.internal.security.parser.pool-size, which sets the pool size of the internal DocumentBuilder cache for processing XML Signatures.certificate_authorities extensionOn February 11th, Google announced that it will be increasing its support for the Python Software Foundation (PSF), making Google a Visionary Sponsor. Their aim is to aid and improve the Python language and ecosystem. Python is a key tool for Google Cloud and is a common runtime for many of their hosted services.
Google will be donating more than $350,000 to support PSF projects, such as malware detection for PyPl and a full-time CPython Developer-in-Residence, amongst other goals. Google has supported Python for many years, stating that they are “big believers in Python”. They want to ensure that the Python ecosystem continues to have a viable, exploratory future.
Visual Studio Code, a popular code editor, just released version 1.53 with new feature tools, such as:
worker_threadsNow, you don’t need to edit keybindings to configure a default search UI. The new search.mode setting that allows you to configure UI search commands like “Search: Find in Files” or “Find in Folder". Some of the options include:
view: search using the search view in the sidebarnewEditor: search in a new Search EditorexistingEditor: reuse an existing search from Search EditorThe programming landscape doesn’t stand still, and the past few years have brought some major milestones across popular languages. Here are a few you should have on your radar in 2026:
Java 25 (LTS) – Released in September 2025, this version introduces performance enhancements, new pattern-matching capabilities, and virtual thread improvements from Project Loom.
Python 3.13 – Now the default for most production environments, Python’s latest release adds better error messages, improved performance through PEP 709 (specializing adaptive interpreter), and new standard library modules focused on data science and AI workflows.
Rust 1.80+ – Rust continues its rapid adoption for systems and backend work, now with improved async support and stabilized async fn in traits.
TypeScript 5.6 – Expanded decorator support, configuration simplifications, and better integration with modern frontend frameworks.
These updates all reflect a shift toward developer productivity, async-friendly programming, and AI integration.
Developer tools have evolved far beyond simple code editors — they’re now powered by AI, automation, and deep integration with cloud and CI/CD systems.
VS Code 1.105 – With built-in Copilot suggestions, improved debugging capabilities, and collaborative coding tools, VS Code is now more like a “developer cockpit” than just an editor.
JetBrains AI Assistant – Integrated into popular IDEs like IntelliJ and PyCharm, this feature provides natural language explanations of code, test generation, and inline documentation.
Command-line enhancements – Tools like warp (AI-powered terminal) and Fig (autocomplete for CLI) have significantly improved developer productivity on the command line.
The takeaway: mastering your dev environment is now as important as mastering the language you code in.
No 2026 tech roundup is complete without talking about AI. In just a few years, AI has gone from “interesting experiment” to core part of the development workflow.
Here’s how it’s changing the game:
AI coding assistants (like GitHub Copilot, Codeium, and Amazon Q) now handle boilerplate, suggest test cases, and help debug.
Agentic workflows allow AI to autonomously handle tasks like code reviews, documentation generation, and even deployment scripts.
Semantic search and vector-based code retrieval are redefining how developers navigate and reuse existing codebases.
AI isn’t replacing developers — it’s accelerating them. Teams that learn how to effectively “pair program” with AI will build faster, ship more reliably, and iterate continuously.