<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/ghblog/best-of/2021/06" -->

---
title: Best GitHub Blog posts — June 2021 | daily.dev
description: The most upvoted GitHub Blog posts from June 2021, curated by the daily.dev community.
canonical: https://daily.dev/sources/ghblog/best-of/2021/06
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/ghblog/best-of/2021/06
og:type: website
og:site_name: daily.dev
og:title: Best GitHub Blog posts — June 2021 | daily.dev
og:description: The most upvoted GitHub Blog posts from June 2021, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of GitHub Blog — June 2021

1. 1  
[](https://daily.dev/posts/introducing-github-copilot-your-ai-pair-programmer-8c1qkefzk "Introducing GitHub Copilot: your AI pair programmer")  
Article  
![Avatar of ghblog](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/106cf162b88840808484d4b5429b59b1)GitHub Blog · 5y  
Introducing GitHub Copilot: your AI pair programmer  
GitHub Copilot is a new AI pair programmer that helps you write better code. It draws context from the code you’re working on, suggesting whole lines or entire functions. As you type, it adapts to the way you write code to help you complete your work faster.  
240  
21
2. 2  
[](https://daily.dev/posts/introducing-the-new-github-issues-wtzyfmslj "Introducing the new GitHub Issues")  
Article  
![Avatar of ghblog](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/106cf162b88840808484d4b5429b59b1)GitHub Blog · 5y  
Introducing the new GitHub Issues  
Since last year’s GitHub Universe, we’ve shipped more than 20,000 improvements to GitHub for developers, open source communities, and enterprise teams. Maintainers can now limit who can approve and request changes on pull requests. You can also close issues and block users via your phone.  
90  
8
3. 3  
[](https://daily.dev/posts/a-framework-for-building-open-graph-images-tm6itxufz "A framework for building Open Graph images")  
Article  
![Avatar of ghblog](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/106cf162b88840808484d4b5429b59b1)GitHub Blog · 5y  
A framework for building Open Graph images  
GitHub has a new tool for automatically generating social sharing images. It uses the GitHub GraphQL API to collect data, generates some HTML from a template, and pipes it to Puppeteer to “take a screenshot” of that HTML. Open Graph is a set of standards for websites to be able to declare metadata that platforms can pick out.  
16

[See all GitHub Blog archives](/sources/ghblog/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/ghblog/best-of/2021/06#page","url":"https://daily.dev/sources/ghblog/best-of/2021/06","name":"Best GitHub Blog Posts — June 2021","description":"The most upvoted GitHub Blog posts from June 2021, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/ghblog/best-of/2021/06#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/introducing-github-copilot-your-ai-pair-programmer-8c1qkefzk","name":"Introducing GitHub Copilot: your AI pair programmer"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/introducing-the-new-github-issues-wtzyfmslj","name":"Introducing the new GitHub Issues"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/a-framework-for-building-open-graph-images-tm6itxufz","name":"A framework for building Open Graph images"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"GitHub Blog","item":"https://daily.dev/sources/ghblog"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/ghblog/best-of"},{"@type":"ListItem","position":5,"name":"June 2021"}]}]}
```

