How to Make Your iOS Apps More Secure with SSL Pinning
SSL pinning plays a major role in building highly secure mobile apps which users will be able to use even in countless insecure wireless networks.
SSL pinning plays a major role in building highly secure mobile apps which users will be able to use even in countless insecure wireless networks.
The market is flooded with new languages and frameworks. Many seem promising, and a lot of developers are talking about the death of Ruby and Rails.
Did you ever have to write a nicely indented multiline string in Ruby? There was no out-of-the-box solution until the squiggly heredoc was introduced.
For years, Android developers have been struggling with the Android emulator. Two years ago we switched to Genymontion which is both fast and reliable.
To make the transition to Swift easier and save you from writing some components for your app, here are 10 libraries every iOS developer should know about.
The updated list of our five favorite libraries.
A blog post about things to avoid when writing CSS caught our attention a few days ago. We beg to differ on some of the points raised.
Any CI solution that helps you code is better than nothing, but some are better than others. For us, Circle CI is a better fit than Jenkins.
Apple’s ATS provides secure communication between an application and web services. It does this by ensuring that certain requirements are met .
Everybody that has ever implemented file upload by hand in a Rails app knows that it’s no cakewalk, not to mention a major security risk.
Rails Rumble is the biggest international Rails hackathon; over 500 teams from across the globe, four members fabricating an awesome Rails app in 48 hours.
Refactoring is the craft of improving the design of an existing code without changing its external behavior.