|
You are here |
michaelscodingspot.com | ||
| | | | |
blog.elmah.io
|
|
| | | | | Learn how to integrate with the Stack Overflow API from C#. In this post, I'll build a Visual Studio extension that shows SO results within VS. | |
| | | | |
www.programmersranch.com
|
|
| | | | | A blog created to help others learn various aspects of programming. It features regular articles that are concise rather than comprehensive. | |
| | | | |
dougseven.com
|
|
| | | | | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension... | |
| | | | |
jinyuz.dev
|
|
| | | There was a pull request on GitHub and it contains a feature I wanted to test. I didn't know how to test it locally. Should I just copy the changes to my local since the changes weren't that big? But what if it was? Luckily, I found some answers by googling and decided to write it up for future reference. Git provides a command for it and here is the sample syntax | ||