
5 of The Best Board Games for Software Engineers
Many elements of software development can be found in these 5 board games that enthusiast Brad Huber has carefully selected for your review. Have a look!
Many elements of software development can be found in these 5 board games that enthusiast Brad Huber has carefully selected for your review. Have a look!
Jason says, “Revelry has always been on my radar as a company that works for the community and hires amazing people.”
“There’s nothing you can’t do if you get the habits right.” I’d like to highlight the workspace essentials, processes, and resources that have been most useful in my learning process as an apprentice engineer.
There are a lot of resources out there, and a lot of different ways to leverage the Facebook API. Here’s a look at the process to get up and running as a developer.
As I sit back and reflect on the past year, I realize just how much growth I’ve experienced. Prior to Revelry, I was working primarily in web. I was confident in my work and thought I knew it all when it came to HTML and CSS. Boy was I wrong!
A little over a year ago, I found myself working as a product manager (PM) for a small software company in the field of…
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