Affichage des articles dont le libellé est programmming. Afficher tous les articles
Affichage des articles dont le libellé est programmming. Afficher tous les articles

mercredi 14 octobre 2015

RUBY - The end of tryruby

Yesterday I was finally able to complete the eye-opener course on tryruby.org and let's say that even though I'm not exactly proficient in coding, I now know that there are variables, methods and arrays in ruby. I also know that you can access files on your desktop or even on the internet using ruby and then you can display or modify these files.

The next step is studying using the poignant-guide to ruby. The tryruby course actually links to it.


And so far the course has been mostly about the same things that I've seen in the tryruby course but what makes this course interesting is the fact that the author has these comic characters all over the book and they take your mind away from the "work" you're doing learning ruby. It's a new way to write a book, especially a programming book but it's pretty nice.

dimanche 11 octobre 2015

RUBY - Here we go

So rails study started : I did a bit of "checking out the water" on tryruby.org and I was basically just following the exercises. The site gives you a first experience and makes you believe that coding is not that hard... well we'll see.

I looked around for videos on youtube and this one got to me. In about 15 minutes and even less, a blog type website was made by David Heinemeier Hansson - The ruby on rails creator - using... well, ruby on rails :D (Actually it took 15 minutes because he used something called a scaffold - which are basically code generators that make your life easier.

Today I'll finish up the exercises on the tryruby website and then dive into the rails tutorial.

Wish me luck !

samedi 10 octobre 2015

RUBY - A date with ruby (learning ruby on rails)


I've been meaning to get into some programming for a little while (only aboout 10 years :D) but I've never seemed to be able to get to it.

Firstly it was me not seeing what I would want to do even if I learnt how to program. Then it was me being afraid of the whole programming thing especially when I'd see source code that went on and on and on...

So now I've decided to just do it and take one day at a time learning a little each day.

A video on youtube... two videos actually, suggested that I keep track of the steps I take in order to learn and also take note of difficulties and how I solved them eventually.

For now I'm going to read a lot of material and watch videos on ruby programming, later on I will move on to rails and then get to learning javascript.

Is this the best way to go at it ? I don't know. We'll see how this goes eventually...