Learning sources for UWP (Universal windows platform) [closed] - win-universal-app

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Can you give me some good learning sources for UWP App development?
Currently I use the "Windows 10 development for absolute beginners" series on channel9. But it's not going in the depth.
I'd like to learn more about the anatomy of UWP apps and also some more advanced topics.

I recommend looking at MVA courses on the topics and level you need.
This one is a very comprehensive course. You can pick the modules of your interest - just note that it was updated in Aug 2015 and some things might have changed in the meantime. There are plenty of other resources that you can look at after that.

Please check below sources:
First one is official UWP guideline how to create apps. You can find here many different descriptions how to implement design of your app. Below you can download it as a PDF file:
http://go.microsoft.com/fwlink/p/?LinkId=626098
Second source can be official MSDN website with samples and descriptions related to Universal Windows 10 Apps:
https://developer.microsoft.com/en-us/windows/design
If you would like to create first simple Universal Windows 10 App I also recommend my blog where you can find many different articles connected with UWP:
https://mobileprogrammerblog.wordpress.com/2015/08/23/first-windows-10-universal-application-jump-start/
Hope this will help you.

Also check Windows-universal-samples from github. You can find code samples for everything you want to do with the platform straight from Microsoft.

Related

Electron Application with plugin modules [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking to build an application that has cross platform with a plugin architecture. I see that Electron is a good fit for kind of requirement, however I am unable to understand how the plugin architecture can be implemented in electron.
Think of this as a tool that will evolve over time with team adding new functionalities over time. I am looking at making this as a plugin and delivered to the app to enable new features (UI + Logic) once the application is deployed.
I am really new to both NodeJs and electron so this may sound very basic ask, however I have been looking around the net but can't see any explanation on how to address my requirement. Can someone please help me point to the right resources on the net.
Regards
Kiran
I am using Vue and Vuetify at work. I tried to implement them on electron and I can suggest you to do same thing. There are some plugins that automatically add vue support to your current electron project without any effort. Once you add vue support its like developing a web client but only difference is you have node.js functionalities. After you do that you can make a project structure that you split your modules how ever you want. I may share the project structure that I use in my projects if you want. I can edit my post depending on your questions if you want to go on this way. Cheers!!

Site Layout, Features for new SharePoint sites [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm new to SharePoint and I'm looking for resources to exemplify a good layout for a project management oriented site. I've made a Project site, but that's as far as I've gotten. Has anyone run across any good resources for this?
If you've started with a Project Site, your Task List and Calendar are going to do quite a bit for you. There's a few options you'll want to turn on, such as the Timeline in the Task List. Dig around your available Apps and experiment with what you see. You'll likely need a List for something, so check out custom lists while you're experimenting (they operate a bit like an Excel spreadsheet).
Since you're new to SharePoint, you might consider looking for O'Reilly's Information Architecture for the World Wide Web. If you'll be doing much more site design, that book will help you determine what sites need and how they should be organized. It's a fantastic book and not difficult to read, although the second half of the book is pretty specific to coded web design, which isn't what SharePoint is for new users.

Node JS app hosting [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am relatively new to Node JS, I've built three small application I would like to host. Is there anyone who could provide a good starting point to learn how to deploy an app to one of the many services available? So far I am astonished by the lack of support from the companies who offer this service, as well as the vast amount of problems I am running into so if anyone has any tips, please help.
This is cloud platforms compatible with node.js. The most popular heroku, nodejitsu, appfog (my choice).
Heroku
https://www.heroku.com/
It's super easy to use and provides easy integration of mongo db
Also If in future u create ionic app , u can host them too
I've been trying several of those options, and on my opinion Nodejitsu is by far the best, the thing is that is not free (just the first month). So, because of that you may wanna try Heroku (it didnt like me). Another option in beta is Cloudno.de.

Node.js CMS options more active & featureful than Calipso? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
After trolling through quite a number of Node.js CMS hopefuls, it seems that Calipso is the most active / well developed CMS so far. Am I missing other options or projects that are more robust and mature at this point in time?
Update: Calipso is now dead. We are currently using Apostrophe CMS which in my opinion is more feature-full and better architected for a node.js based cms.
We use Calipso for some of the projects here in my company and it works out fine. If you have love for node you should be fine :)
We constantly review other node based cmses, and so far Calipso is most active and favorite.
I highly recommend KeystoneJS, it's still relatively new but i'm already using it in several commercial projects, give it a go! (I also contribute to the project).
DocPad seems to be nearly as active as Calipso - 831 commits from 22 developers vs 1023 commits in Calipso. DocPad has nice docs and lots of plugins.
Check out enduro.js. It is minimalistic, extensible by node.js and has a pretty nice auto-generated admin interface.

is there a free bug tracking system that does not have to be installed and set up [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I know this question has been asked before but I am looking for bugtracking system that is free and is just online.
We are not looking for anything fancy, just want the test team to be able to log something so that testers can go back and go through the bugs.
I've looked at bugzilla but it has to be installed and the installation seems very long. Basically looking for something quick and dirty...
If this is a class project (e.g., a university course project), you can get a free FogBugz account for the duration of the project. Joel has mentioned it several times on the Stack Overflow Podcast. I only suggested this because you didn't give any details about what type of project you are working on. This may not apply to your situation.
You can use Google Code. It's for open source projects, so your bugs will be visible, but it is free to use.
Also this.
you could always create your own using google docs.
We use veoproject.com to track our bugs. It's a fully-featured project management system, but works great for our needs. They have a basic free account that works really well.
I like BugHost.

Resources