My Blog

I am NOT taking any more projects for now. Please do not get offended.

Learnings from my plumber

Recently I got my house’s bathroom redone as the pipes had developed leakages. In India you don’t get a trained and certified plumbing professional as they all come in the category of labourers with basic or no formal education. They learn their trade on the job and start their practice. Sometimes, they work as a […]

Read more

I am NOT taking any more projects for now. Please do not get offended.

Clients, you want hand holding? You got to pay for it.

I recently had a meeting with a potential client who wants to get an e-commerce business started and was under the awe of mobile apps (Yes, awe. He wanted a mobile app irrespective whether it is needed or not) and I steered him away from it because it was not the right approach for the […]

Read more

I am NOT taking any more projects for now. Please do not get offended.

Decoupled architecture

When you are creating a software product these days it is imperative to create a decoupled architecture. Gone are those days when everything was done on one server. With the advent of cloud computing, it is cheaper and reliable to not have a single point of failure. I use the following services to create a […]

Read more

I am NOT taking any more projects for now. Please do not get offended.

Restrict the Text Field to have limited characters

In html input we used to put restriction like this on the number of characters: <input type=”text” maxlength=”10″ size=”10″ /> But in nativescript you would need to code it in the code behind file like. var phoneField = view.getViewById(page,’phoneField’); var fArray = []; // 10 is the character length I want to restrict fArray[0] = […]

Read more

I am NOT taking any more projects for now. Please do not get offended.

Gaurav Chandra, Freelance Mobile App Developer Delhi, Noida, Gurgaon, Faridabad.

I am NOT taking any more projects for now. Please do not get offended.