By Yukiji
It’s been about 10 weeks since I started a part-time online software engineering course. How does it affect my life? Oh well, it already gives me a lot of thought and I am discovering new things and new parts of me every day.
I am writing about my first CLI - Command Line Interface - project in Ruby.
Loops are used to execute the same block of code a specific number of times. If we want to output “I love Ruby!” message certain times, we can use loops and set a counter to count how many times it is looping over.
Today I worked on Ruby string methods to check if the string is palindrome. I was thinking to write down whole process of coding, but it turned out the blog was going to be very long. I want to write down some string methods I learned and want to keep in my mind.
Why a software engineer?