Best of MicrosoftAugust 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Monorepo Explained

    There are many great monorepo tools, built by great teams, with different philosophies. We chose these tools because of their usage or recognition in the Web development community. The tools we'll focus on are: Bazel (by Google), Gradle Build Tool (by Gradle, Inc), Lage (by Microsoft), Lerna.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Why Does Email Development Have to Suck?

    An email is essentially just an HTML document, like a web page, except it's visualized in an email client, rather than a web browser. Both browsers and email clients rendered HTML pretty much the same way and had the same functionalities. While web standards evolved and browsers started implementing them, email clients didn't change much.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Earn a Free C# Certification from Microsoft and freeCodeCamp

    Microsoft and freeCodeCamp have teamed up to bring you a new free professional certification: the Foundational C# Certification. This professional certification includes 35 hours of training from Microsoft and an online certification exam. By the end of this process, you'll have earned your own verified certification that you can add to your Résumé, LinkedIn, or CV.

  4. 4
    Article
    Avatar of asayerasayer·3y

    Over-The-Air updates: the revolutionary way to update React Native apps

    Over-the-Air updates are the revolutionary way to update React Native apps. This method is called Over-The-air updates. It allows a React Native developer to push updates to the JavaScript code and other assets of their apps directly to users’ devices without needing to download a new version from the app store.

  5. 5
    Article
    Avatar of discdotDiscover .NET·3y

    Microsoft Kills Visual Studio for Mac -- Visual Studio Magazine

    Microsoft kills Visual Studio for Mac after a years-long effort to get the IDE up to par with the Windows version. Development problems caused VS 2022 for Mac to debut about six months after that Windows version last year. Support will officially end in one year, on Aug. 31, 2024.

  6. 6
    Article
    Avatar of discdotDiscover .NET·3y

    Background Tasks Are Finally Fixed in .NET 8

  7. 7
    Article
    Avatar of auth0Auth0·3y

    How to Validate JWTs in .NET

    This article will explain why you need to validate a JWT, what it means in general, and how to do it in the.NET platform.NET. JWTs are an open standard that defines how to share information between parties using the JSON format. The meaning of the token depends on the specific context or application.

  8. 8
    Article
    Avatar of circleCircleCI·3y

    DevOps language trends 2023: Top tools used by elite software delivery teams

    DevOps language trends 2023: Top tools used by elite software delivery teams. Python leapfrogged JavaScript and Ruby to become the second-most commonly used language. Python is a fast-growing developer favorite due to its versatility, easy-to-read syntax, and extensive ecosystem of libraries and frameworks.