Coding Creativity 05: Platform Revolution with Geoff Parker
We chat with Geoff Parker. professor of management science at Tulane University and the co-author of Platform Revolution.
We chat with Geoff Parker. professor of management science at Tulane University and the co-author of Platform Revolution.
A conversation with Ryan Freitas, director of product design at uber, about the role of the product designer and ‘opinionated products.’
This purpose of this article is simply to give an up-to-date example of a React Google Maps component using ES6.
I use relatively few plugins and try to keep my VIM environment as simple as possible. Here are the plugins I really like for a simple vim setup.
Awards and Accolades AI-DRIVEN, LEAN AGILE Process Accelerating Product Development Building software is hard. At Revelry, we’ve optimized our product delivery workflows into a…
Upon first starting to work at Revelry, Gerard told me, “Eventually we’ll have you designing in the browser and you won’t need to mock everything up in Illustrator, Photoshop or Sketch.” To be quite honest, this terrified the living you know what out of me…
We work with our customers and partners to define project goals and objectives from a high level. Then we design and build. Then we release a thing and we start over. There is no point in detailing specifics on how we achieve our collective goals and objectives at the beginning of a project.
One of our goals this year has been to systematize things in the Revelry process as much as possible.
Every Tuesday night in New Orleans the developer community gets together for Hack Night. We rave and argue about old and new technologies and…
I never thought I would become a programmer. I stumbled into web development while I was studying music in college. Believe me, I was surprised when I ended up becoming a professional web developer.
About a year ago I made the switch from mocking up my designs in Photoshop to using Illustrator instead. After listening to UI designer Jeremy Miller of Radolo talk on this topic, I walked away with one thing: “Learn to Love Illustrator.” And that I did.
“technical debt” noun. the sum of costs owed to one’s computational progeny for past transgressions against their design and future well-being If you’re like…
Concerns are modules you can use to extract code out of models and controllers. This is useful for various reasons. An obvious one is that this makes things skinnier, which we’ve already established is good. Another is that you can use these concerns to mix into other models and controllers