
Automated Code Review With codebeat
Code reviews are an important part of our day-to-day life as developers. They improve the codebase and they help us learn. When we review code, especially when we're under pressure, we could rush...

Code reviews are an important part of our day-to-day life as developers. They improve the codebase and they help us learn. When we review code, especially when we're under pressure, we could rush...

fastlane is a very popular automation tool for developers. It can do so much for you: manage code signing, create screenshots, publish betas, upload release builds to iTunes Connect, manage your...

There's a lot of boring tasks that you can automate in your development career. Taking screenshots is definitely one of them. fastlane comes bundled with a nice little tool that makes this very...

If you ever worked in a team you know how messy certificates and provisioning profiles can get. Lately Xcode mitigates most of these age-old problems, but there's one little tool that brings a whole...

Last year I wrote about cloud based CI systems (nevercode and travis CI). Buddybuild is also one of the cloud based CI. In this post I'll go over setting buddybuild up, and distributing your apps for...

I was poking around GitHub a while back and in the Firefox repo, I saw badge that led me to codecov. This is an awesome little tool for generating code coverage reports. It's simple to use and...

Travis is a cloud-based continuous integration server that works really well. It's quite well-known in the open source community because it's free for open source projects and it integrates perfectly...

We've all heard of continuous integration (CI), and we've been using it for a while now. CI pipeline can be very tedious to setup, luckily there are some cloud based solutions that work really well....