Want to quit from a conversation with a bot provided through Dialogflow? You can use an Italian city, too. Imagine that you go to the registry office. The employee has to ask different questions, like your name, birthday, and so on. He just asked the first one, you expect a lot more questions. Second one … Continue Reading
Archives
Exploring Firebase CLI with some Firestore tips
Introduction: Firebase CLI According to the github page of the firebase-tools project, the firebase cli can be used to: Deploy code and assets to your Firebase projects Run a local web server for your Firebase Hosting site Interact with data in your Firebase database Import/Export users into/from Firebase Auth The web console is fine for … Continue Reading
Handling execution time for PHP (FPM)
The problem: setting max_execution_time / using set_time_limit() I don’t get the wanted results If you are here, you are probably looking for an answer to the question: why set_time_limit() is not working properly and the script is killed before? or why ini_set(‘max_execution_time’, X), is not working properly and the script is killed before? The answer is not exactly … Continue Reading
Acer aspire one could be useful to Android development, too
I know that the title is strange and surprising, but in the rest of the post you’ll understand why. Preface I have an OLD Macbook, with a very small RAM. I develop Android app. To develop Android app, I use Eclipse with the ADT plugin. Very often I need a browser to check documentations, search … Continue Reading