It is always fascinating as a developer to build something very quickly like writing a simple print statement with ‘Hello World’ in anything new that you are learning and testing it out. Let’s look at how we can do this for Google Home. Google simplifies development for beginners with less development knowledge with the concept of templates. You can use … Read More
How to install ASK CLI to manage Alexa Skills, AWS Setup
If you are a new Alexa Skills developer seeking for information, the Alexa developer website is pretty much the first place all of you go to create Alexa skills. The Alexa Skills interface in the developer portal has undergone a lot of change since its inception and is today amongst the most user friendly developer sites in terms of its … Read More
Git for Beginners – Basic Commands, Remote Collaboration, Branch
Git is one of the most popular source control systems that is very popular. I am very new to git and I thought, someone like me, who is very new might find this helpful. It is truly for beginners. It doesn’t matter, if you are using Windows, Mac or Linux. The commands are same Git Init : This command is … Read More
How to deploy Alexa Skill Code to AWS Lambda using Zappa
If you are a developer trying to build something, it is always good to build it on the desktop, try it out and then once you are ready, then upload to the server. What we have done is used ngrock and flask_ask to build a flask app and run it locally. Now the server part comes in as we want … Read More
How to setup DynamoDB Locally on Mac
Step 1 : Install Java When you try to setup DynamoDB on Mac, you will need to have Java Installed. If you just go to Java website by Oracle and install, still you may get error on command line tools like below. “To use the java command-line tool, you need to install a JDK.” It asks you to click “More … Read More