All articles
github-copilot

Github Copilot — Developer's other half.

Emmanuel Nwanochie

·

2022-04-16

·

1 min read

Originally published on Medium


How fascinating it is to start a line of code, and the next line(s) is completed by Artificial Intelligence. How cool does that sound?

Github Copilot
GitHub Copilot…

Github and Open AI created the Github copilot as a helper and a colleague for every developer. It is powered by GPT-3 and capable of writing code automatically. I discovered Copilot a few months back and it has been wonderful, having it suggest blocks of code has really helped me to speed up the development process. Just write in a descriptive function name or comment and it suggests to you automatically the next block of code(s).

There is this really cool video on youtube by fireship.io that summaries it and also talks about controversies surrounding the copilot.


More articles

Building SelloHQ: Letting an AI Agent Draft Orders from WhatsApp, SMS & Voice

SelloHQ is a business management platform where an owner connects WhatsApp Business, SMS, or a voice line, and an AI agent turns the incoming conversation straight into a drafted order — with payment collected automatically via a Paystack virtual account.

The Layers of a Network Request: nginx stream vs HTTP Proxying

Two backends terminating their own TLS meant I needed end-to-end TLS passthrough, not termination at the proxy — which sent me into the layers of a network request and onto nginx's Layer 4 stream module.

Building CaricatureCam: Real-Time Face Warping in the Browser

How I built a browser-based app that applies real-time facial caricature effects to your webcam at 30+ FPS — entirely on-device, using MediaPipe, React, and a pluggable effects architecture.

© 2026 Emmanuel Nwanochie

Built with Next.js & Chakra UI