Insights
Thoughts, ideas and opinions on all things software strategy, design, and development – from the emerging tech experts at Revelry
3 Bits of CSS I’m Going to Start Using Everyday
Viewport Sized Typography, CSS Columns, and Using CSS Shapes as Text Wrap
Skinny Everything (Part 3 of 3)
Any software developer who deals with MVC frameworks has most likely come across the mantra “Fat Model, Skinny Controller”. This is not a good philosophy. It is a bad idea to have a fat model. In fact, it is a bad idea to have a fat anything. Instead, you should strive for Skinny Everything.
Faster Software Development with (Smart) Technical Debt
“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…
Sassy Ampersands Are… Beefy
Ampersands can handle situations like reverse nesting, extending class and id names, and even adjacent sibling selection.
Concerns: Skinny Everything, Part II
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
Decorators: Skinny Everything, Part I
While it is definitely good to have a slim controller for sake of code reusability, readability, and testing, it is also good to have a skinny model (for the exact same reasons). In fact, its just good to have a skinny everything.
The Evolution of an Idea to MVP
Every Idea Needs Validation. We’re all selling, monetary transaction or not, something that solves a problem. I stopped asking for feedback from friends about…
Quick Color with Sass
With powerful tools like Foundation and Bootstrap, along with Sass, designing as you code feels much more natural than trying to replicate a static mockup in the browser. One issue I’ve had, however, is finding the right colors without having to go back to Photoshop. Luckily, Sass has some pretty amazing color functions that can automate your color choosing process.
Someone Should…It would be awesome if…
I have a friend who likes to plan social events. He puts a lot of time and energy into it, and while everyone is…
Categories
- Apprenticeship (8)
- Artificial Intelligence (29)
- Back-End Engineering (122)
- Blockchain / Crypto (10)
- DevOps (4)
- Elixir / Phoenix (26)
- Front-End, UI / UX Engineering (39)
- Growth (3)
- Insights (65)
- Java / Javascript (20)
- Leadership (23)
- Meet The Team (17)
- Mobile Applications (3)
- Off the Beaten Path (5)
- Peerbot (3)
- Process (18)
- ProdOps (1)
- Product Management (30)
- React / React Native (7)
- Remote Work (17)
- Revelry News (13)
- RevTWIL (23)
- Ruby / Ruby on Rails (4)
- Startup Studio (3)
- Technical Consulting (21)
- Testing and Security (7)