Open in app

Sign In

Write

Sign In

Rumiko Acopa
Rumiko Acopa

Home

About

Aug 9, 2021

Attributes

Setter — To have a setter Set the value of an instance variable class Student @first_name @last_name @email @username @password end def first_name=(name)#setter @first_name = name end def to_s "First name" #{@first_name}" end rumi = Student.new rumi.first_name = "Rumi" #(= lets you know it's the setter) #Trying to grab Obj.Rumi(type student class) #Then first_name…

2 min read

2 min read


Aug 2, 2021

Object Oriented Programming

Ruby OOP Very Important concept used in: web applications ios apps android apps OOP uses objects and their interactions to design and program applications. Think of trying to organize records. It could be accessing a specific student, book. article etc. All are objects and when you have the ability to…

3 min read

3 min read


Jul 26, 2021

CityId Mini Project

A Starter Template The main idea of the project is to be able to find a zip code to a certain city with a user input. It’s a great way to just practice the basics. City Info Is a hash with a list with the names of cities & their zip codes. …

3 min read

3 min read


Jul 19, 2021

“Understanding Big O Basics”

“Big O”?… I would have to say I was not introduced to ‘Big O Notation’ until after I finished my bootcamp. Big O Notation is very important to understand before getting into algorithms. You will need to know both if you want to perform well on basic coding exams given to you…

Big O Notation

4 min read

“Understanding Big O Basics”
“Understanding Big O Basics”
Big O Notation

4 min read


Jul 12, 2021

Styling In Ruby

Ruby Got Style! Say ‘Whaaaa’!!! One thing I struggle with and am continuously working on is how my code looks. Esthetics definitely has a different meaning for me now. LOL. I’m not cleansing someones face anymore but rather cleaning up the code by fixing whitespace or making sure I indented correctly. …

2 min read

Styling In Ruby
Styling In Ruby

2 min read


Jul 4, 2021

Have A Little Loop In Your Life…

I built a basic authenticator 1.0 app with ruby. I was able to go over concepts like arrays, hashes and while loop. Here I have an array and each element in the array has a hash. The hash contains two elements in it a username key with the value and…

3 min read

Have A Little Loop In Your Life…
Have A Little Loop In Your Life…

3 min read


Jun 28, 2021

Hashes

My weekly coding… This week was busy but I was able to get in some coding. My focus was on hashes. Figure out how to practice your coding in ruby playground.rb Figure out how to use Repl.it to practice your coding skills as well. Practice, Practice and Practice some more! “Hashing Around” …

2 min read

Hashes
Hashes

2 min read


Jun 21, 2021

Navigating Languages

Playing In The Sandbox One of the best ways to practice your coding skills is by playing in the sandbox, repl.it or even irb. I’ve been practicing some basic JS code for a couple days. Using the console to see real time changes vs. coding blindly definitely helps. …

Learning Coding

3 min read

Learning Coding

3 min read


Jun 9, 2021

Keep Going

A coding life… I am now an official Software Engineer graduate. What I have learned thus far is that we really do not know exactly what we are doing most of the time. …

Software Engineering

2 min read

Software Engineering

2 min read


Apr 8, 2021

React-Router

A Router Library.. A routing library for React, allows us to link to specific URLs then show or hide various components depending on which URL is displayed. Think of React Router, as a collection of navigational components that compose declaratively with your application. To start using routes, you will need…

Software Engineering

3 min read

React-Router
React-Router
Software Engineering

3 min read

Rumiko Acopa

Rumiko Acopa

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams