Recent Blog ArticlesNewest TopicsMost LikesTagged:TagLearn Live: GitHub Universe 2024 en Español Microsoft te invita a unirte a esta serie en vivo, donde podrás construir tu portafolio con 3 proyectos increíbles. Del 10 al 24 de octubre, aprenderás a usar GitHub Copilot, automatizar con G...Learn Live: GitHub Universe 2024 Live Series GitHub and Microsoft invite you to join this live series so you can build your portfolio with 3 amazing projects! The series starts on October 8th and the last session is October 22nd. These p...Certifícate con GitHub ¡Regístrate a las charlas en vivo de Certifícate con GitHub y descubre como puedes obtener un voucher gratuito para el examen de la certificación GitHub Foundations! How to Optimize your Codespaces: Pro-tips for managing quotas Now that GitHub Codespaces is free for anyone, you might be surprised to see how fast you can hit the free quota. Here are four things you can do to make the most out of the 90 hours you get e...What is GitHub Codespaces and how can Students access it for free? GitHub Codespaces is a new service that is free for anyone to develop with powerful environments using Visual Studio Code. In this post, we'll cover how you can make use of this new technology and ta...How to login to Azure with GitHub Actions To authenticate to Azure from a GitHub Action workflow, you will need a Service Principal account. Creating one with the right permission scopes can get tricky, but if you follow these steps you shou...Prevent surprises in Azure billing with automation! One solution to surprises in your Azure billing statement is to use automation for removing resources. Best if all of the steps happen automatically, are easily maintainable, and doesn't cost anythin...Login to Azure in GitHub Actions If you need to use GitHub Actions and interact with Azure resources, you'll need to authenticate properly. Authenticating is made easy by direct Action support in a workflow, but it requires a Serv...Learn the basics of testing in Python with Pytest The basics of testing in Python with Pytest just came out as part of Microsoft Learn! Azure Databricks with Pandas and Opendatasets Find out how to get a working cluster with Databricks using Azure and then use the full Pandas API operating in the cluster with Open Datasets and a Python Jupyter Notebook.