Skip to main content

Posts

Showing posts from February, 2012

Completing a Coursera Specialization for Free

Coursera provides continuing education just like Udacity and offer the full learning experience that I am accustomed to, including lesson videos, reading materials, projects, discussion forums, and graded projects which are peer-reviewed. I recently completed the Full-stack Web Development in React specialization from Coursera, all for free. It’s called a specialization because it is made up of three courses below each with their own certifications and which takes 4-6 weeks each to complete: 1. Front-End Web UI Frameworks and Tools: Bootstrap 4 2. Front-End Web Development with React 3. Server-side Development with NodeJS, Express and MongoDB I started the program in December 2021 and finished it in June 2023 however. The intent of this post is to explain how I was able to fund the entire specialization for free. In December 2021, I read on social media that Coursera allowed for one free course per year if you were a student and had an email address from a partner school. I gave my stu

Joining A Toastmasters Club is a Must

I have started attending the Toastmasters club at the downtown S.U.C.C.E.S.S. office called “Talk for Success Toastmasters” as a guest. It was started by my neighbor Suddhodan and the sessions have been helpful so far. It is held on Wednesdays from noon to 1PM and I’m petrified everytime I attend. Stage fright is the hardest thing to conquer I think but I know I have to get over it. I have yet to take on some of the roles like time keeper, table topic evaluator, speaker, etc and to be honest, I’m not looking forward to it. Their membership benefits include books that clearly spell out the roles, etiquettes, and best practices. I have just attended two sessions and have already learned the following: – Do not apologize and never say ‘sorry’. In previous public speaking engagements, I would apologize in advance at the start of the speech because I wasn’t a skilled speaker. This is apparently a no-no. – Do not draw attention to your gap-fillers like ‘uhms’, ‘ahhs’, ‘you know’ , etc.

Using an external USB drive on your PS3 game console

I have just spent all day today trying to fix what could be mechanical issues on a 115GB Western Digital external USB drive. Every so often, I would hear that deathly clicking noise from the external hard drive and then lose connection to the contents of the drive. I fear that it’s life is numbered so I moved the contents to another location and low-level formatted the disk with hopes of getting more life out of it. In order to use a USB drive with a Sony PS3 game console, it has to be formatted with FAT32 file system. Using the utilities that come with Windows XP SP3, I cannot format the entire drive with FAT32 using “format /fs:fat32″ because of FAT32 file system limitations. I searched around for a utility and found freeware SwissKnife. This software let me format the entire 115GB capacity. After that, I tried to copy all the contents back to the extenal USB drive but I ran into roadblocks again. Using Windows Explorer, the copy would start but fail after a few minutes with an u

Completed a course at BCIT: Relational Database and SQL

Back in December 2011, I just completed a 12-week evening course COMP 1630 at BCIT in downtown Vancouver. This was a great course worth 5 credits, and delved into database design, architecture, a little systems analysis, and a lot of SQL syntax. We learned about Crow’s Foot Notation in building an initial requirements design before translating that into actual tables, columns, indices, contraints, etc. It helped strengthen what I already knew of database systems and look forward to taking database administrator-type courses this year.