by Nate Lowry | Jul 2, 2014 | Software Engineering
No debugging adventure is boring. As a case in point, I was recently trying to nail down the cause of some weird behavior experienced by a specific customer with a specific setup on a specific mobile device running EliteForm’s Paperless application. The majority of...
by Nate Lowry | May 28, 2014 | Community Service
We put a lot of time and effort into teaching 3rd-5th graders in Lincoln how to code through Community Learning Centers (CLC). They’re using Scratch, ROBOTS, and being extra creative while learning teamwork and problem-solving skills. We want to expand this program to...
by Nate Lowry | May 9, 2014 | Software Development Tips & Tricks
A lot of people have been asking recently, “How do I get into coding?” We happen to really, really love coding and are happy to share what we know. We realize that everyone’s journey is different and emphasize that there certainly is no silver bullet that guarantees...
by Nate Lowry | Mar 5, 2014 | Community Service
We love when people learn to code and we love teaching folks to code. It’s a great investment in ourselves and our community. Omaha Code School has been in the news lately. They have quite the space. But, like true hipsters, we thought of this first. 🙂 Here are some...
by Nate Lowry | Nov 8, 2012 | Software Development Tips & Tricks
SS and jQuery selectors can be very powerful, but with great power comes great chances to mess things up (yes, you can quote that). One such problem I’ve seen is applying these selectors at a much higher level than is needed. This may work for some cases, but...