I’ve been exploring more and more tooling around iOS ecosystem. One tool I really enjoy using those days is Github Action as a continuous integration for my projects. Today we’ll dive into tips and tweaks to make the most of it. Github Action is a docker environment that allows you to execute different steps around […]
A big part of the developer journey is make sure our code behaves as expected. It’s best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. […]
You’ve probably heard the word “retracement” or “retrace” quite frequently if you’re interested in trading the financial markets. But do you actually know what price retracements are, why they’re so important and how to properly take advantage of them? Perhaps not, but even if you do, today’s lesson is going to shed new light on […]