Difference between revisions of "Devops"

From Lost In Wonderlands
Jump to: navigation, search
(IDEs)
(Visual Programming IDE)
Line 57: Line 57:
 
* Prograph, https://en.wikipedia.org/wiki/Prograph
 
* Prograph, https://en.wikipedia.org/wiki/Prograph
 
* KTechLab , https://en.wikipedia.org/wiki/KTechLab
 
* KTechLab , https://en.wikipedia.org/wiki/KTechLab
 +
 +
=== Dependency , Dependency Managers, Packages Manager ===
 +
* https://devopedia.org/dependency-manager
 +
* https://devopedia.org/dependency-injection
 +
* https://medium.com/prodsters/what-are-dependency-managers-26d7d907deb8
 +
* https://en.wikipedia.org/wiki/Dependency_(project_management)
 +
* https://en.wikipedia.org/wiki/Dependency_hell
 +
* https://en.wikipedia.org/wiki/Coupling_(computer_programming)
 +
* http://wiki.c2.com/?ContextIndependence
 +
 +
list on github for packages and dependency manager
 +
* https://github.com/showcases/package-managers
 +
 +
* Gradle
 +
** https://gradle.org/
 +
* Maven
 +
** https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
 +
* CocoaPods
 +
** https://cocoapods.org/
 +
* Nugets, for .Net/Xamarin
 +
** https://www.nuget.org/
 +
* With Eclipse
 +
* with Ant
 +
* Carthage
 +
** https://github.com/Carthage/Carthage
  
 
== Devops Engines ==
 
== Devops Engines ==

Revision as of 14:27, 18 April 2019

Devops

See Also


Theories Links

IDEs


Visual Programming IDE

Dependency , Dependency Managers, Packages Manager

list on github for packages and dependency manager

Devops Engines

SourceCodeMagamentSystems

AutomaticSourceCodeReviews

Build

BuildChecking

StaticCodeAnalysers

UnitTesting

Tools link

BugTackingSystems

DebuggingUtilities

Books