FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
GitHub Copilot: An AI 'Pair Programmer'

A project that GitHub has been working on in the background for some time with OpenAI. It’s a VS Code extension that uses machine learning to suggest useful code snippets as you type and it works with lots of different languages. Everyone I’ve seen has a lot of mixed feelings about this, but it’s undoubtedly an interesting development. Maybe I need to create a newsletter version of this tool.. - http://amp.gs/jjJdQ

#github #copilot
Using GitHub Copilot for Unit Testing?

Even if you find the idea of a AI tool like Copilot writing production code distasteful, it may have a place in speeding up writing tests. - https://www.strictmode.io/articles/using-github-copilot-for-testing

#copilot #javascript #testing