Today, I am happy to introduce you, my beloved readers, to one of my new projects, a universal Language Translator voice/text-messaging chat system. It's still in barely a prototype implementation. But I hope you can experience the idea I am trying to achieve here. Though I have several more works to do in the coming days, I will request you to check this and let me know what … [Read more...] about Web Based Universal Language Translator, Voice/Text Messaging App
If you are a NodeJS application developer, you are developing it in a single-threaded/single-process-based manner by default. If you deploy it on a multi-CPU/core-based server, you are only under-utilizing it. Sure, we can do better, right? Nodejs also provides some facilities to improve its default single-thread nature through its cluster module. Sure, you will have to know … [Read more...] about Create Multi-Process NodeJS Server With ‘Clustered-Node’
This time, I am not going to share a tutorial with you. Instead, I would like to share a resource with you which may help you have a kick-ass beginning on the way of your web application development. So, today, there will be no code examples to share. I am happy to announce the release of 'CodeIgniterPlus,' a Codeigniter bundle project integrated with several popular … [Read more...] about CodeIgniterPlus, The Ultimate CodeIgniter Enhancement