- Ruby & APIs
- HTML
- JavaScript
- Projects (including some CSS!!)
Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts
Friday, July 26, 2013
Well, I've done it. I completed the Ruby track on Codecademy. I've completed over 500 lessons and successfully submitted my code challenge to AppAcademy. Today I'm starting a track titled, "How to use APIs with Ruby." From there I'll swing over to the HTML track and then back to JavaScript. My schedule has been ridiculously crazy working two jobs. Its been hard to put any real time into these courses but I've been determined to 'code every day' till I get this career going. I feel like at some point I should look into the Codecademy Projects track, but I'm taking it one day at a time till I sort this new life out. Lists, calendars, and schedules - Keep on Track!
Things to do:
Monday, July 8, 2013
The color Red
Saturday night I received my code challenge from App Academy! It's not a JavaScript challenge and so I'll be setting aside JS for a couple days and learning a new language. I'm not sure if I'm allow to say which language specifically , but let me just say the ts really weird to me!
On a different note, I'm still plugging away on my Codecademy lessons and really loving it! I set a record for myself in number of points earned in one day. The achievements bit of Codecadamey really keeps me going and I use it as incentive and motivation. The new job seems to be going well too! Which reminds me... Gotta run!
Friday, July 5, 2013
Coding, Wedding, Coding, App Academy!!
My day has been a bit crazy! I did some coding this morning, worked on some wedding stuff, did a bit more coding... tried to read my book but got distracted by some adorable kittens (they are sleeping now), and then went back to some more coding! :D Today I'm practicing more on inheritance. Things are looking better :D I can do use the proper syntax without peeking at a previous lesson. yeay!! As another surprise - today I applied for App Academy!! I have been thinking about it for a while but finally went ahead and submitted an application today. It is an awesome program with a great curriculum!! Go check it out!!
Tuesday, July 2, 2013
An Instanceof learning ...see what I did there??
Hello! Well today was mostly filled with wedding planning stuff, but I *did* manage to squeeze in some time to read my book (thanks again WonderS!!) and do a bit more on Codecademy. Today I learned the JavaScript operator 'Instanceof ' The syntax goes:
object instanceof constructor
Basically it is used as a test to see if the object you have created is truly an instance of a prior constructor. For example, if you had just made a constructor Car, and now you wanted to make a constructor electricCar you could use the notation:
ElectricCar.prototype = new Car ();
then you could use instanceof to test if ElectricCar had inherited all the atributes of Car. :D Pretty awesome, huh? Well that's all for me today!
Monday, July 1, 2013
Teachers and Tools
Over the weekend I was still really struggling with the Blackjack game. I was soooo frustrated because 1) it was working and 2) I didn't know why. What I *did* know was my lil variable "pleasework" was a necessity..
and that without it my life was in ruins.
Enter a genius programmer, my friend Stu. I emailed Stu Saturday morning with a plea for help. Because he's basically Superman (only cool), he was at our house Saturday afternoon with all these mind-blowing TOOLS to help me work through my problem. Let's just go ahead and say Stu = WonderS. The first TOOL WonderS gave me was jsFiddle. Then, WonderS showed me how to use Chrome's debugger for JavaScript. THEN, WonderS checked to make sure I understood why everything that WAS working was good, and how to piece apart when things WERE NOT working. We discovered a mishap in proof reading was the cause of all my misfortune:
After all the help, intro to a bit of theory, and buying me a book (he also lent me another), WonderS ate a bit of food and left to finish off his weekend.
Your's truly owes this man heaps in progressing/learning JavaScript. This weekend I learned the value of a debugger. Thank you, WonderS!
Friday, June 28, 2013
Honest Methods
So, I have to be a bit honest, yesterday I showed you a snipet of code from the Coderbyte challenge I had been working on. In truth it was because my Blackjack project on Codecademy was failing hardcore. Unfortunately, even though it wasn't working the Codecademy website thought I had done it correctly and was giving me the green go ahead! I've boiled it down to I need to review methods in JavaScript. I can get the whole thing to work using only variables but when I implement them as methods instead... it all falls apart. Today, I'll continue to post until its solved!!
Thursday, June 27, 2013
Coding continued!
Its been a couple of days but I haven't given up! :D I have a six day streak on Codecademy and have passed 7 JavaScript code challenges on the Coderbyte. I'm also the newest CSA at BestBuy and am still picking up shifts at Buca. Overall things are going great! Here's a snipet of my most recent coding challenge:
I'm going to start HTML tomorrow and start working on my own stuff tonight! We'll see how it goes!!
I'm going to start HTML tomorrow and start working on my own stuff tonight! We'll see how it goes!!
Subscribe to:
Posts (Atom)