VOOZH about

URL: https://www.javacodegeeks.com/author/Nick-Boldt

⇱ Nick Boldt, Author at Java Code Geeks


  • DevOps👁 Image
    Nick BoldtJuly 12th, 2019
    0 103

    Creating your own devfile registry

    Prerequisites You need a Kubernetes or OpenShift cluster (eg., minikube or minishift), into which you have installed Che. Follow the…

    Read More »
  • DevOps👁 Image
    Nick BoldtJuly 4th, 2019
    0 57

    Discovering containers loaded by Che 7

    Prerequisites You need a Kubernetes or OpenShift cluster (eg., minikube or minishift), into which you have  installed Che. Follow the…

    Read More »
  • DevOps👁 Image
    Nick BoldtJuly 4th, 2019
    0 51

    Deploying Che 7 to Minishift with chectl

    Prerequisites You need the latest  Minishift and chectl releases. Fetch them like this (or similar): cd ~/bin curl -sSL https://github.com/che-incubator/chectl/releases/download/20190628062929/chectl-linux -o chectl chmod…

    Read More »
  • Enterprise Java👁 Image
    Nick BoldtJune 13th, 2012
    0 99

    Managing Jenkins job configurations

    In JBoss Tools and Developer Studio, we manage a lot of build jobs in Jenkins. In fact, for the 3.2.x/4.x…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Nick BoldtApril 4th, 2012
    0 148

    MANIFEST.MF and feature.xml versioning rules

    I’m forever forgetting what the rules are for dependency declarations in MANIFEST.MF and feature.xml for osgi plugins and features. And…

    Read More »
  • Software Development👁 Image
    Nick BoldtMarch 22nd, 2012
    0 175

    Git vs. SVN – Commandline Syntax Reference

    Learning the git workflow takes a bit of brain retraining, but since I’ve been using SVN almost entirely via commandline…

    Read More »
  • Software Development👁 Image
    Nick BoldtMarch 19th, 2012
    0 82

    Git in colour

    I’ve been using Git for a while now, but only today realized I can have coloured output for diff, grep,…

    Read More »
Back to top button
Close