Friday, June 26, 2015

Updates



Ok so I took a little hiatus from blogging, but I assure you I have not taken hiatus from coding!

I’ve been busy while I was gone…
  • I’ve been putting painstaking hours into trying to understand EmberJS.
  • I’ve been taking courses on how to draw and animate with JavaScript (so fun!)
  • I’ve finally learned Bootstrap.
  • I’ve been finalizing designs for two actor portfolio websites.

Now that my summer vacations are over, I’m ready to get serious with my career-changing plans again. I’ll be posting more of my findings very soon.

Wednesday, June 3, 2015

Enter the JS Universe



Last night I managed to get out to another tech meetup to learn about various front-end development tools and techniques. It was really awesome to sit in a room with a bunch of coders, and listen to them discuss things that I have so far only been reading on forums. It really pumped me up, and I just can’t wait to be a part of a team!

I am baffled by how expansive the universe of JavaScript really is. Lately in my studies it seems that I open door after door to new concepts… new frameworks… new techniques. Last night, I found myself just writing terms in my notebook which I didn’t understand at all.

The page is covered with notes like “What does .map() do?”, “What’s NPM?”, and “splats??”

I learned last night that JavaScript can now be used to make installable iPhone applications via JSX – This was very encouraging to me, as that only opens up more options to where I might land at the end of all this hustle.

It’s really exciting to dive into a new world like this. It’s like exploring a different world that’s inhabited by this thriving and complex civilization who call themselves “developers”. I’ve still got a lot to learn!

Learning MongoDB from MySQL Background

Until this point, I've only had experience with using MySQL databases, but I've been wanting to try MongoDB because it has a fu...