Blog
Notes on development, tools and lessons learned.
5 result(s)
- Coding problem: Get the product of all the other elements
Given an array of integers, return a new array such that each element at index i of the new array is the product of all the numbers in the original array except the one at i.
daily coding problem · arrays
- Most used Git commands
The git command line is one of the best tools a developer has at their disposal. Here are the most useful commands.
git · common · commands
- How do you work with multiple PHP versions on Windows?
Working with multiple PHP versions — whether with WordPress, Symfony or Laravel — is almost always a headache. Not any more; here's how.
multi · php · versions · windows
- What are end-to-end tests and how do you carry them out?
In this post I write about the software testing methodology called end to end, to share and preserve what I learned in the Cypress course. First, what is it? Second, what for? And finally, how?
end-to-end · web · js · cypress
- Tools I wish I had known when I started programming
Do you feel like you code slowly or aren't making enough progress on your projects? Maybe you're not using the right tools.
tools · vscode · chrome · git · postman · cypress