RSS Feed

‘Reviews’ Category

  1. Ruby Essentials Completed

    July 20, 2012 by szabcsee

    I would like to share with you a quick review about the lynda.com Ruby course. It is going to be short as there is not much to say about it.

     

    Do It!

     

    Ok, maybe a bit more details. :) The course covers the first steps of someone who is totally new to Ruby but has some basic idea about programming. It explains the story of the language, gives some background information, references and goes through the steps of installation and configuration on the most popular operation systems.

    Introduces the user to the object types of Ruby ( Objects, Variables, Integers, Floats, Strings, Arrays, Array methods, Hashes, Symbols, Booleans, Ranges, Constants ), the Conditionals (if, else, elsif, unless, case, loops and iterators ) and shows how to work with code blocks, methods, classes, modules. How to manage files, read from them, write to them, etc.

    The final part of the course shows the birth of a Restaurant Finder program. It's pretty simple but covers basically everything what you have learnt through the course.

    It's definitely useful to complete this course and my next step probably is to write a small app on my own and go back to follow up on the different videos to make the information really sink in. And simultaneously I move on to the next courses: Ruby on Rails or the basics of programming. You can get a lot for 25 bucks a month if you have the time to use lynda.com .

     


    Szabolcs Bökönyi

  2. Learn to Program

    January 27, 2012 by szabcsee

    It's going to be just a quick post before I get into some practical details about today's learning. I want to recommend you this book I'm working with at the moment. Actually I have started learning Ruby with this book as based on my readings this is an ideal book for someone who is new to programming not just to the Ruby language. (more...)


  3. Agile Web Development with Rails

    January 5, 2012 by szabcsee

    After getting through the first steps of installing Rails I wanted to jump into deep water but definitely not without a guide. One of the most recommended book to start out with Rails is the Agile Web Development with Rails from Sam Ruby, Dave Thomas and Rails own father David Heinemeier Hansson.

    The book takes you through the steps of installation some basic concepts a few examples and short practices and then delivers a kinda "real life" tutorial of developing a shopping cart for an imaginary client. The explanations are very easy to follow and understand and I basically flew through half of the book and got stuck somewhere the shopping cart part. Some of the conventions the book uses I think already changed in the latest Rails version but maybe I'm wrong. However if you are looking for a good Rails tutorial which teaches you the basics and more than this book is a must have.

    Later on I will write more about this book and its examples as currently I'm trying to work through the tutorial and build my simple web shopping cart (this is what you build in this book).


  4. Redcar

    January 5, 2012 by szabcsee

    I have been looking for a good text editor for Rails for quite a while. Actually I have found the ultimate one, it was not difficult, but it only exist on OSX and this is of course TextMate. I simply love it for its simplicity, great usability. It's superfast with an uncluttered interface and all the nice additions that make your coding life so easy. So with these high expectations it seemed to be a mission impossible to find something on Windows and Ubuntu. (more...)


  5. Railsinstaller

    January 2, 2012 by szabcsee

    Get up & running with Rails

     

    I've had several issues with Rails before being able to make it work on nearly all platforms. First time I tried Rails it was on my iMac with OSX Tiger and it took me days to dig through forums and tutorials to find out what was missing and which is the correct way for which Rails version as there are plenty. Now again I ran into a problem with Ubuntu although it was more about installing Win7 and Ubuntu in the wrong order and messing things up. So this time Ruby and Rails was innocent. However I found Railsinstaller.org and decided now that I have a Win7 and I'm really eager to get working with Rails, I'm going to take this shortcut, forget about rvm and everything, just get a quick fast development environment ready and get coding. And it happened just like this. (more...)