Posts under “talks” tag

The power of Vim presentation

Recently, I gave a talk for the Software Crafters Barcelona community. For many years, I’ve been using Vim and Vim extensions in various IDEs. Vim gives us great power to do things faster and more efficiently. But efficiency is not the key; the key is the Vim’s philosophy. In the talk, I explore the philosophy of Vim and I explain ways to harness this power and use it in modern IDEs (Intellij, VSCode) to improve the development workflow.
to my presentation The power of Vim »

My presentation "Mocks aren't stubs: What are test doubles and how to use them?"

Recently, I gave a talk for the Software Crafters Barcelona community. For the last few years, I was really into testing. At some point, I realized that I wanted to share my knowledge and came up with the presentation about test doubles and how to use them. This is my presentation “Mocks aren’t stubs: What are test doubles and how to use them?” and some afterthoughts on it.
to my presentation Mocks aren't stubs »