Recording screen, mic input and audio output with one app
March 26, 2021The open-source app Kap allows you to record your screen, audio output and audio input with a simple toggle of 2 settings.
Fighting the software engineer imposter syndrome, one blog post at a time.
The open-source app Kap allows you to record your screen, audio output and audio input with a simple toggle of 2 settings.
What if you want to use a different email address to author your commits depending on which project you are working on?
A short review of alternative solutions to Google Analytics for a simple blog website, focused on privacy, clean user interface and low price.
Solving the error message "[Errno 2] No such file or directory: b'-T'"
A step by step guide on integrating Vuetify on top of Vue.js with the bootstrap project of the DFINITY SDK.
A step by step guide on integrating Vue.js with the bootstrap project of the DFINITY SDK.
How to create a git alias to clean up already merged local branches. And some things to watch out for.
Be careful with your linting and code formatting settings. There might be some unexpected conflicts.
Pay attention that the queries you build are taking into account your security rules. Firebase will return an error in case you are querying for resources that the authenticated user has no access to.
A (short) story on how I tried to fix the no-mutating-props error using the store of Vuex and why I decided to go with custom inputs and v-model instead.
I need to set-up an SFTP server. How do I do it? Where do I start? What is available out there? This is how I did it. A detailed step-by-step guide on gathering requirements, listing and evaluating options, trying things out and documenting the final solution. Spoiler alert: I chose sftpgo.