Deploying a git server using ansible with notifications via Bugout.dev
Hello, today we will set up our private git server and organize status notification delivery using Bugout.dev. Here is the link to the repository withRead More »
An alternative approach from GPT-3 Copilot to improve developer productivity
To be honest, I’ve always been sceptical about AI-based autocomplete. When I program, I’m deeply focused on a problem and I have my preferences onRead More »
How to use SecretStorage in your VSCode extensions
There are several ways to save user data in VSCode. Until version 1.53.0 all private information used to be kept in Memento objects using workspaceState and globalState or keytar for example. Keeping passwords with tokens in a standard configuration file or using environment variables wasn’t a good idea either, because all that data could be read and cached by other extensions.
Commenting on PRs from GitHub Actions
This is a short note which explains how to set up a GitHub Action to post a comment on a pull request. The GitHub MarketplaceRead More »
Which Python Coders Will Transform AI’s Future?
“He was spoilt from childhood by the Future, which he mastered rather early and apparently without great difficulty.” When we think of developers in AI,Read More »