In this politically charged climate I thought it would be fun to sit back and imagine what programming languages our political candidates would use if they were developers. Read full post
Build these apps (or apps that contain the same level of sophistication), and you will be able to clearly showcase your expertise to potential clients, colleagues, and future employers. These projects will also give you a great code library that you can reference for future projects. I’ve lost count of how many times I’ve reviewed past portfolio projects to see how I implemented a specific feature so I could use it on an app I was working on at the moment. Read full post
Most Rails applications are monolithic, which refers to the process of having the entire application in one place. Monolithic applications handle everything, from the small tasks to the big ones. While this might be the most common approach, that doesn’t mean you shouldn’t connect the apps together to create microservices. Read full post
Ruby on Rails is one of the hottest web frameworks out there right now. Because it’s so hot, a lot of people want to dive in immediately, even if they don’t know Ruby. If you find yourself in that position, you probably want to know if you need to know Ruby before you build applications. The answer is yes … and no. Read full post
Programmers are a part of an exclusive club. They are proficient at writing code and developing websites, and because of that, they share some jokes amongst themselves. Some of the best jokes make their way onto memes. These memes are a great way to get a good laugh if you find yourself frustrated during a particularly difficult programming job. Read full post
Models, views, and controllers provide the architecture for Rails. Known as MVC, this format means that the models are objects, the view is the presentation layer, and the controller handles the processes and responses for the various events that occur. Read full post
Dig a little bit deeper to find out which one is right for your next project. Then, you can get started with either Bitbucket or GitHub. Read full post
It’s no secret that Ruby on Rails (referred to as “Rails”) is hot right now. In fact, small businesses and huge corporations use it as a web framework. While some people think this is just a trend, there are lots of benefits that come with using Rails. These benefits prove it is not just a fad. It is here to stay. Read full post
There is a lot of talk about Test Driven Development (TTD) and Behavior Driven Development (BBD). Web developers often wonder which they should use, or if they should implement both at different times. The truth is that both are an important part of web development. Take a look at TDD and BDD, and then you will understand why you should utilize both when developing applications. Read full post
If you want to learn Ruby on Rails, you have a few options at your disposal. While there are lots of choices, MOOCs are becoming the most popular. They offer various benefits that people of all skill levels can enjoy. Read full post