Posts Weekly Five 131
Post
Cancel

Weekly Five 131

Welcome to Weekly Five! This week’s links:

  • Things your manager might not know Is “managing-up” always bad? Being good at telling your manager the right information at the right time and asking for what you need is a superpower. It makes you way more valuable to have on a team (because your manager knows they can trust you to give them the information they need), and it’s more likely that you’ll get what you want (because you’re making it easy for them to do that!).

  • GitHub Copilot With GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor.

  • C# 9 in-process Azure Functions C# 9 has some amazing features. Azure Functions are have two modes: isolated and in-process. Whilst isolated supports .NET 5 (and hence C# 9), in-process supports .NET Core 3.1 (C# 8). This post shows how we can use C# 9 with in-process Azure Functions running on .NET Core 3.1.

  • Google’s new tool to analyze dependencies Google’s new tool that analyzes code, security vulnerabilities, licenses, recent releases, and more in systems like npm, Go, Maven and Cargo.

  • ES2021 Features! ES2021 has been approved. This is a very quick look at the features.

  • Here’s how Android apps on Windows 11 are going to work Microsoft is building an Android framework on top of the Windows Subsystem for Linux.

The goal of Weekly Five emails is to raise awareness of important technologies, be up to date with news in the industry and to try to make our life, work and code a little bit better every week.

This post is licensed under CC BY 4.0 by the author.