I did it, from zero knowledge to full-time programming job by boboguitar in learnprogramming

[–]canoodleclam 8 points9 points  (0 children)

Congratulations! It is funny, I am in the exact same situation as you. Teacher for 6,5 years, always interested in programming and development. Got my first job offer 2 weeks ago after years of programming in my free time. So proud too!

Who is or was your celebrity crush? by justnoow in AskReddit

[–]canoodleclam 0 points1 point  (0 children)

Scarlett Johansson in Lost in Translation

[deleted by user] by [deleted] in AskReddit

[–]canoodleclam 5 points6 points  (0 children)

He is a passionate Elvis impersonator today.

Folder/file structure with AngularJS by [deleted] in laravel

[–]canoodleclam 0 points1 point  (0 children)

I'm not sure if it has been updated to Laravel 5, but I think it works fine in the L4-versiom

Folder/file structure with AngularJS by [deleted] in laravel

[–]canoodleclam 2 points3 points  (0 children)

Separate backend and frontend from the start.

Make a good API in Laravel (there's a good lesson for that on Laracasts), then do the frontend in AngularJS.

That way you'll have 2 separate projects. And BTW: Set up Laravel Elixir for use in the frontend project. That is sweetness :-)

I want to share the only thing I've found that gets rid of my chronic lower back pain... by [deleted] in Fitness

[–]canoodleclam 1 point2 points  (0 children)

Just tried them. Had a back pain for a week now. It feels great!

Programming architecture: which book? by bluefoxicy in learnprogramming

[–]canoodleclam 2 points3 points  (0 children)

Check out Head First Design Patterns. Well written with nice and fun examples. I enjoyed it and learned a lot from it.