Found 4 repositories(showing 4)
matschik
🎉 Web component JS frameworks overview by their syntax and features
DevExpress-Examples
.NET, WinForms, XtraEditors Library
gbates1991
You will create an iOS Objective-C application with two main components. First, the user should be able to search Twitter and view the results. Then, the user should be able to save any tweets they find for later, using Core Data. The user should be able to view these saved tweets, and delete them if necessary. It’s up to you to decide what information to save, and any view controller hierarchy/user interface decisions are entirely up to you. The UI should be the lowest priority, though. Feel free to make use of third party libraries (cough http://cocoapods.org*cough*) as much as you’d like, with the following restrictions: 1) You must use the Social and Accounts frameworks to search the tweets; any image fetching can be done any way you like. https://dev.twitter.com/rest/reference/get/search/tweets 2) You must not use any CoreData wrappers.
soumyashreems
Problem StatementAppleBiteCo. is using Cloud for one of their products. The project uses modular components, multiple frameworks and want the components to be developed by different teams or by 3rd-party vendors. The company’s goal is to deliver the product updates frequently to production with High quality & Reliability. They also want to accelerate software delivery speed, quality and reduce feedback time between developers and testers. As development progressed, they are facing multiple problems, because of various technologies involved in the project. Following are the problems:•Building Complex builds is difficult•Incremental builds are difficult to manage, and deployTo solve these problems, they need to implement Continuous Integration & Continuous Deployment with DevOps using following tools: Git–For version control for tracking changes in the code filesJenkins–For continuous integration and continuous deploymentDocker–For deploying containerized applicationsAnsible-Configuration management toolsThis project will be about how to do deploy code to dev/stage/prod etc, just on a click of button. Link for the sample PHP application: https://github.com/edureka-devops/projCert.gitBusiness challenge/requirementAs soon as the developer pushes the updated code on the GIT master branch, a new test server should be provisioned with all the required software. Post this, the code should be containerized and deployed on the test server. The deployment should then be builtand pushed to the prod server.All this should happen automatically and should be triggered from a push to the GitHub master branch.
All 4 repositories loaded