Best of Azure2022

  1. 1
    Article
    Avatar of spaceliftSpacelift·3y

    The Most Comprehensive List of DevOps Tools for 2023

    The Most Comprehensive List of DevOps Tools for 2023 gathers some of the most useful and commonly used DevOps tools and technologies. Git Git is the most commonly used distributed version control system and is the clear winner in this space. GitHub GitHub is the default and most broadly used code repository management system.

  2. 2
    Article
    Avatar of pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  3. 3
    Article
    Avatar of kdnuggetsKDnuggets·4y

    Free AI for Beginners Course

    A 12 week, 24 lesson curriculum designed to introduce learners to the world of AI. You can see specific course content, laid out lesson by lesson, here. If you are interested in knowing more, you might want to get to know the instructors for the course.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Cloud Certifications!

    The most reliable sources are the sharks in Cloud Service Provider’s market namely: AWS, GOOGLE CLOUD PLATFORM, AZURE etc. There is unquestionably a dearth of qualified cloud experts. 84% of hiring managers say cloud certifications make a candidate more attractive.

  5. 5
    Article
    Avatar of pointerPointer·4y

    milanm/DevOps-Roadmap: DevOps Roadmap for 2022. with learning resources

    This is a step by step guide on how to become a DevOps engineer, with links to relevant learning resources. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hype and trendy.

  6. 6
    Article
    Avatar of vsVisual Studio Blog·4y

    It’s finally here. Bicep is in Visual Studio!

    In less than two years, Bicep’s VS Code extension has grown from zero users to more than 15,000 a month. The extension is now available on Windows for version 17.3 and higher! This release is focused on improving the file authoring experience in Visual Studio.

  7. 7
    Article
    Avatar of gcgitconnected·4y

    Where to Host a Node.js App

    The choice of hosting for Node.js applications depends on your needs. Here is a small list of hosting options that you can explore once you decide to deploy your app and make it public. We will consider simple options that have limited capabilities, and then — more complex, but also have more serious capabilities.

  8. 8
    Article
    Avatar of glcGolang News·3y

    A Golang based SQL console for API queries

    The Steampipe community has grown a suite of plugins that map APIs to tables. The interactive query shell is one way you can query those tables. You can run queries on the command line and include them in scripts. Other commands run benchmarks, launch Steampipes as a service, and start the dashboard server.

  9. 9
    Article
    Avatar of aspnetASP.NET Blog·4y

    .NET 7 is Available Today

    .NET 7 brings your apps increased performance and new features for C# 11/F# 7,. NET MAUI, ASP.NET Core/Blazor, Web APIs, WinForms, WPF and more.NET is for cloud-native apps. NET The APIs exposed through the net7.0 TFM are designed to work everywhere.

  10. 10
    Article
    Avatar of spaceliftSpacelift·4y

    5 Most Useful CI/CD Tools for DevOps (Popular Options List)

    Azure DevOps by Microsoft is an all-in-one CI/CD platform that features entire software delivery in one place. Azure Test Plans offer a great set of If the compilation steps are required, they are specified as well. A successfully built image can therefore be run on any machine that hosts a Docker engine. The Docker engine also takes care of the resource management for each container.

  11. 11
    Article
    Avatar of changelogChangelog·4y

    microsoft/AI-For-Beginners: 12 Weeks, 24 Lessons, AI for All!

    Microsoft Learn is a 12-week, 24-lesson curriculum all about Artificial Intelligence. You will learn: Different approaches to Artificial Intelligence, including the "good old" symbolic approach with Knowledge Representation and reasoning. There are also Labs available for some topics, which give you an opportunity to try applying the material you have learned to a specific problem. Each lesson contains some pre-reading material.

  12. 12
    Article
    Avatar of gcgitconnected·4y

    System Design Interviews: NoSQL Databases and When to Use Them.

    NoSQL databases are high-performance, scalable, and flexible, which make them great for mobile, web, and gaming applications. They have flexible schemas that enable faster and more iterative development. In-memory databases can persist data on disks by storing each operation in a log or by taking snapshots.

  13. 13
    Article
    Avatar of hashnodeHashnode·4y

    Moodflix - Your mood, Our suggestions

    Moodflix is a Netflix-clone built with React and Framer Motion. The frontend is written in React and SCSS and the backend is in .NET 6 and .NET Core 6 and Minimal API. The API receives the base64 string image from the Frontend and sends it to the Azure Face API directly. Backend gets a list of movies based on the user's mood.

  14. 14
    Article
    Avatar of dzDZone·3y

    Docker Use Cases: 15 Most Common Ways to Use Docker

    Docker is a containerization technology that enables developers to package a service into a container along with its dependencies, libraries, and operating system. Join the DZone community and get the full member experience.

  15. 15
    Article
    Avatar of codegurucodeguru·4y

    Best Microsoft Certifications for Developers

    The Microsoft Certified: Azure Developer Associate certification is worth going after if you already have one of the following certifications. With both exams passed, you can now become a developer who works with finance and operations apps in Microsoft Dynamics 365 to implement and extend apps to meet the business’ requirements.

  16. 16
    Article
    Avatar of devtoDEV·3y

    Things I wish I knew when I started learning cloud

    In the cloud, it doesn't matter from which programming background you are coming. You can start learning cloud whether you are from JavaScript, Java, Python, Go, or any. Infact, it is not mandatory to know a programming language. You should be comfortable knowing how the client, server, and network works.

  17. 17
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Azure Developer Certification (AZ-204) – Pass the Exam With This Free 13.5-Hour Course

    The Microsoft Azure Developer Associate (commonly known as the AZ-204) is a Microsoft Azure certification focused on building web-applications on-top of Azure cloud services. You can get the certification by paying the exam fee and sitting for the exam at a test center partnered with Microsoft Azure.

  18. 18
    Article
    Avatar of hnHacker News·4y

    DreamWorks Animation to Release MoonRay as Open Source

    MoonRay is DreamWorks' state-of-the-art MCRT renderer, which has been used on feature films such as How to Train Your Dragon: The Hidden World.

  19. 19
    Article
    Avatar of csharpcornerC# Corner·4y

    How To Use GitLive With Any Git Repository In VS Code

    GitLive now works in offline mode with any Git repository in VS Code. The offline mode uses the data from your local Git repository only and nothing is sent outside your network. You can still sign in to go real-time and see your teammate’s unpushed changes in the team window.

  20. 20
    Article
    Avatar of theregisterThe Register·4y

    Is it time to retire C and C++ for Rust in new programs?

    Microsoft's CTO tweeted that Rust won't replace its older brothers tomorrow. It will take years – indeed decades – but it will happen. We've ignored security for generations, but now that our entire economy depends on secure technology, we can't afford to be so cavalier with our programs. Now, both C and C++ are very flexible,

  21. 21
    Article
    Avatar of awstipAWS Tip·4y

    Serverless website deployment, 100% automated in multiple environments (Test, QA, and Production) using Azure DevOps Repos and Pipelines (CI/CD).

    Serverless website deployment, 100% automated in multiple environments (Test, QA, and Production) using Azure DevOps Repos and Pipelines (CI/CD) Project description: In another project based on a real-world scenario, I worked as a Cloud Engineer using DevOps.

  22. 22
    Article
    Avatar of devblogsDevBlogs·3y

    Build Your Own Podcast App with .NET 7, Blazor, and .NET MAUI

    Build Your Own Podcast App with.NET 7, Blazor, and.NET MAUI The.NET Podcast app was first introduced at.NET Conf 2021 and recently updated to highlight new features in.NET7 at the.NETconf 2022 keynote. The app is ready to use sample application that showcases.NET, ASP.

  23. 23
    Article
    Avatar of pointerPointer·4y

    microsoft/DeepSpeed: DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.

    DeepSpeed trained the world's most powerful language models (MT-530B, BLOOM) Azure and DeepSpeed empower easy-to-use and high-performance model training. DeepSpeed is an important part of Microsoft’s new AI at Scale initiative to enable next-generation AI capabilities at scale. It is not tied to specific PyTorch or CUDA versions.

  24. 24
    Article
    Avatar of communityCommunity Picks·4y

    api-guidelines/Guidelines.md at vNext · microsoft/api-guidelines

    Microsoft REST API Guidelines are a design principle that encourages application developers to have resources accessible to them via a RESTful HTTP interface. This document establishes the guidelines Microsoft REST APIs SHOULD follow so RESTful interfaces are developed consistently. For more information please refer to the README in the Azure folder.

  25. 25
    Article
    Avatar of circleCircleCI·4y

    What is container orchestration?

    Docker Swarm offers decentralized access, making it easy for distributed teams to work on and manage the environment effectively. Mesos Apache Mesos works between the application layer and the OS, making deploying and managing applications in large-clustered environments more straightforward and efficient.