Skip to main content

Microsoft Build 2020 at Glance

Every developer is welcome, with Scott Hanselman and guests

What all happened and what new technologies were talked about at Build 2020??

This was a different kind of Microsoft Build delivered in a new way, creating unique opportunities for us to explore the latest developer trends and tools in a series of detailed, expert-led key segments.

It started with Microsoft CEO's  Satya Nadella keynote speech about empowering every developer in this time of uncertainty, and how they will play a central role in reimagining the world we live in and accelerating our path to recovery.
   Empowering every developer, with Satya Nadella

After the speech, Imagine Cup Finals was conducted among 6 extraordinary teams with different and unique ideas that can create an impact on society and solve its problems from mental health to fake news. With every team pitching their ideas to judges, in the end it was difficult for judges to decide the winner but there had to be a champion and team Hollo who created an app to help people deal with mental health and stress was announced the champion of Imagine Cup 2020.

After the Imagine Cup Finals, Scott Hanselman a Microsoft Employee calls on a number of his friends to explore the modern developer toolkit for every developer with GitHub, Visual Studio, Windows, and much more. The key things they discussed on the stream were:
                    
Codespaces on Github: A platform for developers on Github where they can code, build, test, debug, and deploy their projects in their browser with a complete development environment in the cloud from which you can contribute code from any device anywhere.



Windows Terminal: The all-new widows terminal from where you can run Linux on Windows using newly released WSL2, also you can customize color and themes and set your own keybindings that you feel comfortable with.

Visual Studio Codespaces: A cloud IDE, whether you’re working on a long-term project, a  short-lived feature branch, or want to quickly review a pull request, Visual Studio Codespaces can help you be more productive by providing a fully configured development environment in minutes. By pointing to a Git repo, Visual Studio Codespaces sets up everything you need to focus on being productive.

Windows Package Manager: You can install any app and software using your command line with this application and you no longer need to search the web for software for your system based on its architecture.

Execute winget in Windows Terminal

Github for android and iOS was also released and you can now use GitHub from your handheld devices to make a PR or raise an issue.

Then there was another session on Azure: Invent with Purpose which discussed how Azure is the world's most comprehensive developer toolkit and platform to support developers in their journey to build amazing cloud apps with it to help people in this COVID crisis.

Then another segment at the build discussed to teach and learn how you can build on the world's productivity cloud, leveraging Microsoft Teams and advanced new capabilities like Microsoft Graph and Fluid Framework, to create innovative tools for remote work and learning.

Then there was this segment that I loved was The future of Technology with Microsoft's CTO as they presented the emergent trends that are on the path to reshape software development and what is possible with technology inclusive of AI, large scale machine learning, and convergence of the physical and digital worlds.

 There was also a Student Zone, my favorite which had 30+ Community talks, learning sessions, and skill-building activities exploring Minecraft, MakeCode, Visual Studio, AI, Azure, and more, there is something here for every student and every level of experience! You can check out this link for all the resources for Students at build here.

All new Microsoft learn platform was announced with Microsoft Learn Student ambassador, Learn TV where you get Developer Lead Classes on Microsoft technologies.

Explore more learning opportunities that
                        Microsoft offers 

To know more or to watch all the sessions discussed above visit Microsoft's Build Official website.



 

Comments

Popular posts from this blog

VS Code, Installation and Complete Setup

Let`s Install VS Code: Which is the best source code editor available right now? Without no doubt, we can say that it’s Visual Studio code or simply VS code. VS code is an open-source code editor developed by Microsoft. It has built-in support for C++, JavaScript, Node.js and almost all programing language-based plugins are available in VS studio right now.Let`s install the stable version of VS code on our Windows system: Steps: VS code setup file can be downloaded from the official website. Link is given- https://code.visualstudio.com/ . After opening the website, click on the Download for Windows button.This will download the VS code Setup Wizard on our system as an EXE file. So, the VS code Setup Wizard is downloaded successfully, and we need to run it. 1. Click on the setup file, a preview has been shown: -                  2. Agree to the License ...

Programming Apps For Beginners

ARE YOU A PROGRAMMER OF BEGINNER LEVEL?? Having difficulty with programming or learning new technicla skills. THESE ANDROID APPS ARE FOR YOU… I , as a programmer , would like to suggest you these Apps which help you bring up your programming skills at a whole new level. 1.SoloLearn: Learn to code for Free This not just an Android app , but a large scale platform for enhancing your programming skills. Features *Take lessons of programming languages like C++, C#, Java, CSS, Python 3, JavaScript, PHP, HTML Fundamentals, SQL Fundamentals, jQuery, Ruby and Swift* *Challenge others and take challenges of your known languages to know how much you know.* Get certificates for completion of course. *Badges for your skills.* *Practice questions within the lessons.* Add and verify others’ questions for challenges. *Online Compiler for all languages* *Save progress and sync across devices* Much more. 2.Programming Hub, Learn to code This app has more lan...

The Role Of Data Structure And Algorithms In Programming

Most Computer Science students and working professionals tend to skip learning DSA, especially in India, because they find it quite complicated and also because they do not understand the benefits of it fully. What they fail to understand is that DSA has profound uses in various walks of life and not just in making an application more efficient. Popular programming competitions like IOI (International Olympiad in Informatics) and ICPC (International Collegiate Programming Contest) have not had many winners from India due to various reasons. For instance, it is common knowledge that Indian students are not exposed to core programming skills or the concepts of DSA during their high schools. They are forced to prepare for competitive exams instead.  This means when these students represent India in IOI or ICPC they are put against participants from other countries who have nearly 4-5 years more programming and DSA experience than their Indian counterparts. Reasons to learn DSA Many ...