
Getting started with GitHub Copilot part 2, streamable responses
Streamable responses constitutes a better experience for the end user as the result is show chunk by chunk instead of having to wait for the full response

Author profile
https://twitter.com/chris_noring Cloud Developer Advocate at Microsoft, Google Developer Expert
Browse the latest writing surfaced through DevArt.

Streamable responses constitutes a better experience for the end user as the result is show chunk by chunk instead of having to wait for the full response

Get started with GitHub Copilot CLI: A...

This article explains what GitHub Copilot SDK is and why use it

How YOU can build a Web API in Java and Spring boot

In this article, we'll look at arrays and slices.

Deploy your resume in 2 min using Azure Static Web apps

this article will show how decorators work, some uses for decorators and a bigger example building the start of test framework.

build your first Canvas app for Microsoft Power platform, learn about control, events and state

In this interview problem you learn how to implement FizzBuzz and how to solve it with code and communication.

In this article, we look at two different ways of handling errors.

This covers Docker, images, containers and some basic commands

I've got a YouTube channel to complement my writing, what do you want to see?

How YOU can boost your developer productivity with Snippets for VS Code

Learn how to manage control flow with if, else-if, else

learning should be fun. Learn some web dev skills while learning in gamified setting.

Managing a project with dependencies, metadata and more is made easy with the very competent tool Cargo

This will teach you how to do Mock testing in .NET Core and C# with the library Moq

In this seventh part, we are looking at how to create functions to remove repetition in our code and make it more flexible

In this sixth part, we are looking at learning how to read user input from the console


Here's a new free book on Go. You can either download it from LeanPub or read it online

Regular Expressions are really powerful but do you know how to use them and what to use them for? This primer will take you through your first steps to some really advanced looking patterns.
![[React course] How YOU can create your first React project and create your first component](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
learn how to create your first react project, your first component and pass some data into your component.

There are many ways to iterate in JavaScript. Let's look at the most common ones.

10 JavaScript features you should adopt today

This Rust tutorial covers working with functions

In this fifth part, we are looking at learning how to use for-loops and how they can be used to repeat a set of statements.

In this fourth part, we are looking at converting between different data types

In this second part, you'll learn how to work with variables, declare, assign them values and so on.

This is the third part of a series on Go, in this part we cover boolean logic, how to work if, else if and else and how that creates different execution paths in your program