Alexa Skills - Editing existing live skill in VS Code - edit

I started developing skills for Alexa some time ago. I managed to add one skill to the Alexa Skills Store. Now I would like to make some changes in my code, but I don't want these changes to be deployed in my skill right away. I want them to be deployed on my 'test version'. When that test version works like I want it to, I want that verstion to be deployed as a live skill. It is very easy to do that job in Alexa Developer Console, but I didn't find any solution how to do it in Visual Studio Code. Is there any way to do this? Thanks!!

Hosted Skill in Alexa Developer Console:
Install ASK CLI
Run ask deploy (the code will only be deploy to the dev env and be in prod after you publish the new version)
Hosted Skill yourself:
You have to change the endpoint of your skill in your DEV env.
You can then programmatically upload the code to your lambda (or other backend)

Related

How to convert to a full browser-based web development environment?

I would like to build web software, using only a browser. I'm looking for a third party service that offers me (perhaps a subset of):
Obviously a code editor with intellisense and extensibility
A way to run console commands
To run npm scripts, webpack, gulp that will build my code
To ssh to other computers
To be able to even run my server-side code in a dev environment
node app.js, dotnet run, maybe even apache + php
Ideally I'd be able to have a database in that environment
So, is there a service that will allow web developers to operate completely within a browser?
I imagine it being like a VPS, but with a great web interface that lets you manage installed packages and a custom built text editor that doesn't stink, and a button to open a new bash session, or open existing bash sessions.
I'm looking for recommendations from those who have actually used the service they are recommending, not just people who googled one of the million "Cloud IDE's" or browser based text editors, which offer no other functionality.
In an ideal sense, I'd be able to work on projects with complex development environments, from any phone, any computer, or even an iPad with a keyboard, simply by signing into a website and choosing the project.
You are looking for gitpod.io.
Check it out it does everything you asked for.

SAM broadcaster web integration with spacial.com

I have SAM BROADCASTER PRO and I want to integrate it to my website for live streaming and showing playlist.It will be a great help if I get a solution over here.
I can't write much more as I don't have much experience with it.
And one more thing it is bought from spacial.com
If you look the folder into which you installed Sam Broadcaster. By default I think it goes to /program files(x86)/spacialaudio/ you will find two folders, SamHTMLweb and SamPHPweb. Both of these can be uploaded to a web server and with a little configuration provide you with a dedicated web site for Sam Broadcaster.
If your desire is to intergrate it with an existing website than you can find code in either of these folders that you can incorporate into your existing website.

How to create a build by another developer

I've been working on an Obj-c/XCode project for many months and I've recently hired another developer to finish it off.
We want to put the project on TestFlight so the whole team can test it.
The project is setup on my own Apple developer account.
Is it possible for me to create the certs including the necessary uDID's on my own developer account and then send them to the other developer to include in his build? or is that not possible? if so how can he be able to build the project with the appropriate certs etc?
You have to generating the certificates again with all the UDIDs and then send the cert to other developer . Both of you have to install this cert.

Custom Power Shell for SharePoint2010 Development?

Obviously not asking for code but for functionality. What kind of PS scripts have you written and how have they made your life as a SharePoint2010 developer easier?
Deploy Scripts, Retracted solutions if there, waited for it to actually retract. Then deployed new solution.
Wakeup Scripts which run via schedualed tasks, to wake up application pools
Upload Users profile images
Build scripts, build 1000 of sites from List

no-touch deployment

I am finding all sorts of general descriptions of no-touch deployment and lots of questions and problems, but I can't figure how to just get started with it. What is the method that makes it happen? I'm working in VB.Net 2005. I think assembly.loadform will suit me best since I know all of my users and will deploy via my intranet.
Appreciate any links or suggestions for starting places (other than googling "no-touch deployment", I already did that).
If it's a web application project that you're deploying, one-click publish with Web Deploy may be what you're looking for. Here's a related link:
How to: Deploy a Web Application Project Using One-Click Publish and Web Deploy