DEV Community

Discussion on: From Chef to Programmer: Lessons From The Kitchen

 
jeremy profile image
Jeremy Schuurmans

I would say that the best frameworks and projects to use are the ones that excite you. It would be good to have projects that showcase your evolution as a programmer.

My most recent portfolio had a CLI program that connected to the Google Books API and let users put together reading lists, a Ruby on Rails web app that was a wine-lovers' social media page, another Rails app that was a job search organizer, and a small webpage I made that tells you dad jokes when you click a button. All of my projects were written in Ruby, Ruby on Rails, and JavaScript.

CLI programs are really nice to have because they show proficiency with a language. Full-stack web apps are good to include because that's what we work on most of the time, so it's good to be familiar with how they work. Whatever you include, be sure you deploy it to Heroku or some other cloud provider.

Once you start working professionally, all of your learning projects can be replaced with examples of your real-world work, which is a great feeling.

I hope this helps! Let me know if I can give you any more information. I'll try to respond sooner next time.

Thread Thread
 
aelbione profile image
Aelbione

Thanks for this reply. I actually missed it somehow. As one might assume, progress was a little halted due to life's little twists and turns. Been doing a lot of personal chef work since about the time you responded, but I am now a little more balanced and back on the coding path. Thanks again for all that information. Very much appreciated!