---
title: "GitHub Copilot blew my mind on a code-along exercise"
url: https://daily.dev/posts/github-copilot-blew-my-mind-on-a-code-along-exercise-m8odrhwv9
source_url: https://devdojo.com/colocodes/github-copilot-blew-my-mind-on-a-code-along-exercise
type: article
source: "DevDojo"
published: 2021-11-09T07:22:09.751Z
updated: 2026-03-15T03:52:40.501Z
tags: ["devtools", "general-programming", "github"]
reading_time: 3
upvotes: 15
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub Copilot blew my mind on a code-along exercise

**[DevDojo](https://daily.dev/sources/devdojo)** · 3 min read · 15 upvotes · 3 comments

## Summary

GitHub Copilot is an extension that can be installed in most IDEs and text editors. It suggests lines of code, or entire functions, based on the OpenAI engine. This tool uses our code to, in turn, suggest code right back to us. It speeds up the development process greatly and helps to reduce mistakes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devdojo.com/colocodes/github-copilot-blew-my-mind-on-a-code-along-exercise>

## Community discussion

Top comments from developers on daily.dev.

**@orionxix** · 1 upvotes

> One of the biggest help and advantage I derived from Copilot was that I no longer had to search through the documentation of various 3rd party APIs (Google Maps, Weather API etc.) to implement something in my code. I just write a comment describing the service I want to use and the functionality/result desired and boom copilot autocompletes it for me along with the relevant service endpoint!

**@crypt0** · 1 upvotes

> This is awesome! I am using in in my corporate project and it is wonderful! It is so so helpful

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#devtools](https://daily.dev/tags/devtools), [#general-programming](https://daily.dev/tags/general-programming), [#github](https://daily.dev/tags/github)

[View this post on daily.dev](https://daily.dev/posts/github-copilot-blew-my-mind-on-a-code-along-exercise-m8odrhwv9)
