Tag: GitHub Project
All the articles with the tag "GitHub Project".
-
Creating Developer Tool - Part 2
Continuing series on crafting your very own developer tool, we're delving into the heart of the process! Explore the intricacies of modeling log entries and building a dynamic filtering system that tailors to your needs.
-
Creating a developer tool - part 1
Crafting a dev tool? Here's how I'm implementing an easy-to-use toggle to unveil a more complex UI for my latest project.
-
Simple way to scrape web with Ruby
MyFitnessPal didn't give me API access, so I wrote some Ruby to get it anyway. Logging in into MyFitnessPal, go to Reports Tab.
-
Playgrounds for Objective C
Playgrounds are one of the niftiest features of Swift. They allow you to quickly test out bits of code and see results in real time without going through...
-
iOS Project Bootstrap
If you are looking for some good quality project settings and scripts, I've open-sources my bootstrap for upcoming 2015.
-
Implementing image comparison view in 20 minutes
Did you ever see image split available in Kaleidoscope? It's really easy to implement similar one in iOS with some CoreAnimation code.