Showing posts with label Resources. Show all posts
Showing posts with label Resources. Show all posts

Node.js learning resource

'node.js' photo (c) 2011, Pedro Lozano - license: http://creativecommons.org/licenses/by/2.0/
Node.js



  What is Node.js? Node.js is a non blocking web server and also it is simple framework to write the web codes. It is written in JavaScript and run at the server side and using event driven model. Non-blocking feature also ease to pain to solve the dead-lock issue. Most of the web server or framework nowadays need you to aware or take care of threading or process dead-lock issue when you are writing code. The non-blocking feature also enable developer to implement real time web solution as it can handle thousand of simultaneous request per time. In case you are Python developer, the example for non-blocking web server for python is Tornado which they use it in the Friendfeed, please goto http://www.tornadoweb.org/ for more information. Please also goto http://nodejs.org/ the official site for more details and you can goto http://nodejs.org/#download to download the latest binaries.

Below are some resources that I found and bookmarked when I am learning it, you can try to start your journey to Node.js from here and please let me know if you have any other interesting site to show:
Learning Resources for beginners:
In case you are hard core developer that like design pattern and like to the art of programming. You can start to learn MVC for Node.js here:
Here are some sample project that using Node.js or some module that for Node.js in case you need it for example NodeJS RESTful module and so on, The most I like is the one eample of Real Time multiplayer game, please do check them out~
Here are some list of companies that provide hosting:
  1. Nodester http://nodester.com/  
  2. Hosting service from Joyent https://no.de/  
  3. NodeSocket http://www.nodesocket.com/ 
Facebook Group for you to refer or join if you are active user for Facebook:
  1. https://www.facebook.com/groups/sg.nodejs/  
  2. https://www.facebook.com/pages/Nodejs/132640106759624 
  3. https://www.facebook.com/groups/104124459678626/ NodeHack  *Updated: October 17,2011
Some Youtube webcast:
  1. Playlist of all Node.js related videos from youtube http://www.youtube.com/watch?v=7tUfDWRIMpw&feature=results_main&playnext=1&list=PLF31C7CF652CDB83A
Blogs about Node.js
  1. http://www.nodecloud.org/
While, ExpressJS is a framework on top of Node.js. I will say it simplify the way of implementing Node.js, this is a site you must check out! Last but not least, below are some or ideas videos from Youtube on how can you leverage Node.js for a better product or productivity tool .



*Please join my Facebook page if you like my post and stay tune with my updates.

Android Icon Designer

'G1 with latest CyanogenMod ROM' photo (c) 2009, okubax - license: http://creativecommons.org/licenses/by/2.0/
Hi readers, sorry that I have been lost in the blogging world for so long. Lately I am developing for some FREE apps. I make it for FREE is because as the Malaysia developers we still cannot sell the commercial product at Android market. Anyway, I am putting some resource that I founded during the development. These two site helps you to create your Android app icon on the fly with some clicks. Both of them are following the guidelines for creating Android icon. (Guideline is here)  The two URLs below are

  1. http://android-ui-utils.googlecode.com/hg/asset-studio/dist/icons-launcher.html#foreground.type=clipart&foreground.space.trim=0&foreground.space.pad=0.4&foreground.clipart=res%2Fclipart%2Ficons%2Fpower.svg&crop=0&shape=square&backColor=303138%2C100&foreColor=fffaff%2C36&foreEffect=2
  2. http://www.androidicongenerator.net/
Please try out for designing some simple Android icon. Anyway you still need Photoshop or Gimp if you need a complex one. Please do let me know if you have any other suggestion! 

Hello Android again

Android FTW















photo © 2009 Lynn Wallenstein | more info (via: Wylio)

I have been busy since few months ago and at last have some free time to continue explore Android development.  I didn't post about Android related topic since last year about 28-December 2009.  I already did some research about the blogs, recommended books, sources and forums that related to Android development since few months ago. I will share some of them here and you may find more resource from my last post that I wrote on 28-December-2009:
Blogs:
Forums
Source codes
Books
Last and not least, I wonder you already aware of 101ftb.com that provides you a chance to win free technical books that in hard copy format. If not mistaken, some of the countries won't have book to ship to them but they will win Amazon gift card of vouchers for example Malaysia. My friend already won twice from that Monthly Raffle. Anyway, you can join it right now and try your luck for the next Raffle.  Please let me know if you have any resource that you think is mandatory to add in. Enjoy the resources and happy Tuesday!

Quiz for Web 2.0

How well do you know AJAX or Web 2.0? Please go through this quiz then you will know well you are? Please kindly comment your marks here and share with us. :D

XNA Game Studio & Resources

I was attracted by Microsoft XNA framework. I learned Direct X before. But, after that I gave up. at last. Now, I am attracted by XNA framework. To me, it is a very cool and robust framework allow you to code and design a game. It is really cool~I just downloaded XNA Game Studio Express and installed in my home desktop. I plan to learn it up and design my game. Wow, really looking for it now. Anyway, I bookmark some links for learning XNA framework and I am putting here:
added (21/12/2006):

Powershell is cool.

Just got free time to play with Power Shell recently. Power Shell is really a cool tech. It enable you to create your custom command or it is called cmdlet in PowerShell and it is created with your familiar technology .NET if you are a .NET developer. For more information you can refer to some blogs and websites stated below:

Links

Books
Hope i will still get some free time after that to post some of my research done lately on PowerShell and DirectShow.