#GitHub – How to display the status badge for a GitHub Action 🟢🔴

Hi ! Last week I wrote 2 posts about How to create and publish an Azure Static Website How to add an API (HTTP Function) to the site It’s a super cool feature ! 😁 GitHub Actions, are an important part of this series, and on the online event, I had this question: How do…… Continue reading #GitHub – How to display the status badge for a GitHub Action 🟢🔴

#Azure ☁️ – Adding an API to an Azure Static Web Apps 🕸️ 2/N

Hi ! Yesterday I wrote a quick tutorial about how to publish a static website using Azure Static Web Pages, using GitHub and GitHub Actions. Really simple, and all from Visual Studio Code ! Azure ☁️ – Adding an API to an Azure Static Web Apps 🕸️ 1/N Today, I’ll show how to also add…… Continue reading #Azure ☁️ – Adding an API to an Azure Static Web Apps 🕸️ 2/N

#Event – Introducción a GitHub con Visual Studio @Code online desde @msftreactor

Buenas ! Basado en los resultados de una encuesta, este próximo jueves tendremos esta sesion en vivo y online desde Microsoft Reactor: Introducción a GitHub con Visual Studio Code📝 En esta sesión aprenderemos a trabajar con Visual Studio Code y GitHub. Veremos diferentes temas, incluida la autenticación, la publicación de repositorios y la visualización en…… Continue reading #Event – Introducción a GitHub con Visual Studio @Code online desde @msftreactor

#Event – Introduction to GitHub in Visual Studio Code 📝at @msftreactor

Hi ! After a quick poll, the following event was the winner for a live session from Microsoft Reactor: Introduction to GitHub in Visual Studio Code 📝 In this session we will learn how to work with Visual Studio Code and GitHub. We will learn different topics, including authentication, publishing repos, and viewing your repo…… Continue reading #Event – Introduction to GitHub in Visual Studio Code 📝at @msftreactor

#LemonCode 🍋 – GitHub SSH + Personal Access Token en #Windows 🪟

Buenas ! Los amigos de Lemon Code nos recuerdan que partir del 13 agosto de 2021 Github no va a dejar clonarte un repo usando el protocolo HTTPS. Para los que trabajamos con Windows, han publicado una serie, donde explican paso a paso como habilitar otras opciones. Personal Access Token Hasta ahora, la forma más…… Continue reading #LemonCode 🍋 – GitHub SSH + Personal Access Token en #Windows 🪟

#GitHub – Tip: how to get a github profile photo 🖼️ , just add .png

Hi ! So, I learned this some time ago, and now is my preferred method to share my photo for events and more. Let’s start. This is my profile in GitHub: https://github.com/elbruno/ And, if I want to access the profile photo, I just need to add a .png on the profile url: https://github.com/elbruno.png Super easy…… Continue reading #GitHub – Tip: how to get a github profile photo 🖼️ , just add .png

#GitHubCoPilot 🤖 – Real Scenario: let’s send a tweet! 🐦

Hi ! Next question on the line: how useful is CoPilot in day to day tasks? So, I decided to use copilot to help me solve a current problem: send a tweet. Usually I’ll perform a couple of search, test some libraries, etc. I’ll do this at full speed with the CoPilot suggestion. This is…… Continue reading #GitHubCoPilot 🤖 – Real Scenario: let’s send a tweet! 🐦

#GitHubCoPilot 🤖 – Is CoPilot sharing security credentials ? Let’s take a look. Spoiler: NO

Hi ! One of the most common questions that I see around CoPilot, is related to sensitive information, like keys, database connection strings, etc. So, I decided to make a couple of tests and show that CoPilot is not sharing sensitive information from public data sources. Let’s start with a simple book class, and the…… Continue reading #GitHubCoPilot 🤖 – Is CoPilot sharing security credentials ? Let’s take a look. Spoiler: NO

#GitHubCopilot 🤖 – General experience with C#, generating unit tests, security keys and more.

Hi ! I used mostly Copilot with Python, and I have to admit that it generates super accurate Machine Learning and TensorFlow code. I don’t to a lot of C# code in Visual Studio Code, I’m old school I use Visual Studio 2022 for C#. However, I decided to give it a try and here…… Continue reading #GitHubCopilot 🤖 – General experience with C#, generating unit tests, security keys and more.