Thanks for your answers folks. I understand, the decision depends on the interviewer and they've many considerations on selection of candidate like salary package, locality, previous backgrounds... Good news is, I got the offer now. :)
I am a full stack web developer having more than 8 years of experience and I'm also a freelance developer supported many of large scale projects. Keen to work with product developments by analyzing the business logic and providing greater solutions for my clients.
Also, Interested in open source collaboration ( haven't done before but looking for it).
Technologies I'd touched: PHP (CakePHP, CodeIgniter, Yii, and Laravel) HTML Template engine (pug/jade) CSS preprocessors (SASS, Bootstrap, and Materialize) JS (Node js - express, Angular JS 1.x, Angular Material 1.x) DB (MySQL and MongoDB)
Nothing here yet.
No blogs yet.
Thanks for your answers folks. I understand, the decision depends on the interviewer and they've many considerations on selection of candidate like salary package, locality, previous backgrounds... Good news is, I got the offer now. :)
I guess many will caption their books when they learned in college. Personally I admired as developer by using video tutorials, blogs... Still I would caption a good book "OOPS in C++" which I used in my college days.
My confessions that I could taught someone but not followed actually. DRY - I always copy code from my previous project and try to optimize it. :) Work offline - I always lookup in the internet for substring(), strpos(),..etc Love coding - But I hate more than 6 hours of coding. Git branches purposes are well-known but using 'master' alone.
I guess you're trying to send your custom params within your api request. If so then, it is not possible. There is no way to send our query param within the twilio request url instead you can set webhook url ( http://www.example.com/receive.php ) in you twilio console and receive incoming messages. If the user reply from his mobile then you can access the user message from your webhook url (as post request) and check what action should takes place based on his reply. For more: https://www.twilio.com/blog/2012/04/get-started-with-twilio-sms-receiving-incoming-sms-quickstart.html Hope this may helpful to you. Thanks.