Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Microsoft - GitHub to the rescue for developers facing ‘too many options’

#1
GitHub to the rescue for developers facing ‘too many options’

<div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options.jpg" width="150" height="150" title="" alt="" /></div><div><div class="row justify-content-center">
<div class="col-md-4">
<div><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options.jpg" width="58" height="58" alt="Abel" class="avatar avatar-58 wp-user-avatar wp-user-avatar-58 alignnone photo"></p>
<p>Abel</p>
</div>
</div>
</div>
<div class="entry-meta entry-meta-layout">
<p>December 1st, 2020</p>
</div>
<p>By Isaac Levin &amp; Abel Wang</p>
<p>Let’s face it, as the demands of writing software increase, more pressure is put on devs to be as productive as humanly possible. And with this demand, the landscape for being a developer has never been more challenging.</p>
<p>With increased responsibilities and technology options, developers are asked to not just worry about the code they write, but all other aspects of the application development life cycle.</p>
<p>The plethora of tools at a developer’s disposal has also made developer responsibilities even more challenging. Determining what tools and platforms to develop on and with have caused a “too many options” scenario in lots of cases.</p>
<h2 id="github-to-the-rescue">GitHub To The Rescue</h2>
<p>As challenging as this landscape is, there are solutions. One thing that’s abundantly clear, GitHub is <strong>the</strong> place where developers go to learn and collaborate with the community.</p>
<p>GitHub has enabled developers to have the power of the entire Open-Source community at their disposal and the freedom to learn from the work of others to better themselves as a developer. GitHub has unveiled many tools aside from hosting source code to make the ecosystem as comfortable as possible.</p>
<p>One of those tools I am fired up about is “GitHub Actions”. Look, as you all know, <strong><em>I’m a DevOps guy</em></strong> , and I think about DevOps every time I put on my developer hat. I believe that no matter the app, if you are going to send it somewhere that isn’t your local machine, that app deserves to have some continuous integration and continous delivery (CI/CD), simple as that.</p>
<p>The question becomes, if my code is already in GitHub, what is the easiest way to hook CI/CD into my app? The answer is GitHub Actions.</p>
<p>GitHub Actions allow us to easily configure custom workflows, using a bounty of existing community-created workflows to fulfill the needs of our app. It isn’t just starting from scratch as there are workflows to do nearly everything, and your goal is to just build your Action in the way YOU need it. With GitHub Actions, getting your app to the Cloud is super easy.</p>
<h2 id="but-what-about-developing-my-app">But What About Developing My App?</h2>
<p>Talking about where it goes before I write and compile my app seems non-sensical, but I believe that thinking about these things early will allow us to choose the technology/tools we need to be most productive.</p>
<p>In my opinion, one of the best tools to write the code that powers our software is Visual Studio Code. Visual Studio Code is a cross-platform, multi-language editor that provides extensive extensibility to create the perfect environment to write code.</p>
<p>Whether you are writing express apps in Node.js, multi-thread highly scalable applications in Go, or writing cutting-edge modules on your Raspberry Pi with Python, VS Code gives you the ability to work in the way that benefits you the most.</p>
<p>The best part, VS Code offers deep integrations with GitHub, which allows you to clone/pull/push your repositories as well as manage your work on issues and pull requests, without leaving the editor, <strong>HOW COOL IS THAT!</strong> Once you have your repo in VS Code, the editor gives you access to an oversupply of Open-Source extensions to do everything from configure your experience, down to your font and background of choice. Nearly anything is possible with VS Code, and with first-class GitHub support, it truly is one of the best options.</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options.png"><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options.png" alt="Image 0cba4698daf913f579a3813f30b25634441b96a73f1e47c167cbe9ea5bea6d9e" width="1920" height="1080" class="alignnone size-full wp-image-60381"></a></p>
<h2 id="what-should-host-my-app">What Should Host My App?</h2>
<p>With our code being built in VS Code and stored in GitHub and <strong><em>DevOps’d</em></strong> with GitHub Actions, the last thing we need to think about is now what?</p>
<p>Personally, I think Azure is the ultimate Cloud for GitHub. There is no other Cloud that best enables developers to be the most productive, and with integrations to VS Code AND GitHub, you truly have “best of breed” capabilities at your disposal.</p>
<p>Let’s start with VS Code Integrations, and boy there are a ton of them. Existing extensions enable developers to seamlessly connect to their Azure tenants and have full management capability of the resources in their subscriptions, including creation, scaling, configuration, debugging and if we want, even deployment!</p>
<p>Microsoft has built an extension pack called “Azure Tools” which includes extensions to manage every major Azure resource type as well as Azure CLI support AND Docker. There are also other extensions published by Microsoft that connect and manage nearly every Azure Resource. This means when new features come to the platform, they will be coming to the Microsoft published extensions.</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options-1.png"><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options-1.png" alt="Image b056a547a020c75ed168a0979c936e5d85d2d1e20cbae33d3a122aa39fa194af" width="1920" height="1080" class="alignnone size-full wp-image-60383"></a></p>
<h2 id="azure-loves-github">Azure Loves GitHub</h2>
<p>Finally, it is safe to say that Azure loves GitHub and the integrations are plentiful. From Azure Portal authentication with GitHub Ids, to individual services interfacing with GitHub (one great example of this is Azure Static Web Apps, which allow CI/CD to be configured on creation of the resource).</p>
<p>There is no better integration story between GitHub and Azure than “GitHub Actions for Azure” a set of pre-built GitHub Action workflows that helps you automate your app’s story on Azure, from deployment to monitoring and everything in between.</p>
<p>The team has built over 30 of these workflows and they are documented in a way that you will be able to use them without hesitation. One of my favorite examples is container image scan which allows you to scan the container images you are using for known vulnerabilities as well as linting to ensure you are using best practices.</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options-2.png"><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options-2.png" alt="Image 249fb6aa4e0898e90bff8aaa2072d956d527cf2db64defa0290507db862365b7" width="1920" height="977" class="alignnone size-full wp-image-60385"></a></p>
<h2 id="github-universe-2020">GitHub Universe 2020</h2>
<p>This is the messaging we’re delivering at GitHub Universe 2020. Check out our booth video:</p>
<iframe class='youtube-player' width='640' height='360' src='https://www.youtube.com/embed/hr-qu_VQ1Ho?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent' allowfullscreen='true' style='border:0;'></iframe>
<h2 id="conclusion">Conclusion</h2>
<p>GitHub + Visual Studio Code + Azure ensures you as a developer can just trust the tools and get your work done. There are tons of more features that I didn’t talk about here, so please take a look at some of the resources below to get started enhancing your developer productivity.</p>
<h2 id="more-resources">More Resources</h2>
<p><a href="https://azure.github.io/actions?WT.mc_id=devops-11366-abewan">GitHub Actions for Azure | Create workflows to build, test, package, release and deploy to Azure</a></p>
<p><a href="https://docs.microsoft.com/azure/developer/github/github-actions?WT.mc_id=devops-11366-abewan">GitHub Actions for Azure | Microsoft Docs</a></p>
<p><a href="https://docs.microsoft.com/learn/paths/automate-workflow-github-actions?WT.mc_id=devops-11366-abewan">Automate your workflow with GitHub Actions | Microsoft Learn</a></p>
<p><a href="https://code.visualstudio.com/docs/azure/extensions?WT.mc_id=devops-11366-abewan">Visual Studio Code Azure Extensions</a></p>
<p><a href="https://docs.microsoft.com/azure/cost-management-billing/manage/create-free-services?WT.mc_id=devops-11366-abewan">Create free services with Azure free account | Microsoft Docs</a></p>
<div class="authorinfoarea">
<div class="post-authoravatar"><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/12/github-to-the-rescue-for-developers-facing-too-many-options.jpg" width="96" height="96" alt="Abel" class="avatar avatar-96 wp-user-avatar wp-user-avatar-96 alignnone photo"></div>
<h5 class="post-authorname"> <a class="no-underline" aria-label="Abel Wang" href="https://devblogs.microsoft.com/devops/author/xandersparks/"> Abel Wang </a></h5>
<div class="social-links">
<p>Principal Cloud Advocate, DevOps Lead</p>
<p> <strong>Follow </strong><a class="no-underline stayinformed" aria-label="Abel Wang Twitter profile" target="_blank" href="https://twitter.com/AbelSquidHead" rel="noopener noreferrer"><i class="fa fa-twitter"></i></a><a class="no-underline stayinformed hvr-pop" aria-label="Abel Wang RSS Feed" target="_blank" href="https://devblogs.microsoft.com/devops/author/xandersparks/feed/" rel="noopener noreferrer"><i class="fa fa-rss"></i></a></p>
</div>
</div>
</div>


https://www.sickgaming.net/blog/2020/12/...y-options/
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016