Articles by Dave Orweller
February 19 2024
Lessons Learned in My First Year
I just wrapped up my second year as a developer, so I’m far from having fully arrived. (Check out My Story below if you’re curious about how I got here.) But with that said, I’ve been in it long enough to learn a few things along the way. The following are my top 6 lessons learned in my first year as a web developer at Tithely.
June 2 2021
Rails Dependency Licenses
We recently had to evaluate all of our repositories for dependency licenses that would potentially cause problems, e.g. mimemagic breaking Rails. It’s better to be proactive about these things, so we decided to do this during a recent coding cool down.