VOOZH about

URL: https://www.javacodegeeks.com/tag/open-source/page/2

⇱ Open Source Archives - Page 2 of 10 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeOctober 8th, 2021
    0 340

    Signaling and waiting for concurrent state changes

    Java’s concurrency library (java.util.concurrent) provides a mutual-exclusion (mutex) Lock called ReentrantLock. This lock maintains a queue of threads that are…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeOctober 2nd, 2021
    0 152

    Kivakit Build

    A poor man’s multiple-repository build system Refactoring feature branches across multiple repositories A common use case when working with multiple,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeOctober 1st, 2021
    0 125

    KivaKit deployments

    KivaKit applications can be configured using the settings api, but there is an easier way to configure an application for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeSeptember 23rd, 2021
    0 108

    KivaKit resources

    A resource is a stream of data that can be opened, read from or written to, and then closed. KivaKit…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeSeptember 22nd, 2021
    0 112

    KivaKit command line parsing

    The kivakit-commandline module provides the switch and argument parsing used by kivakit-application. Let’s take a look at how this works.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeSeptember 18th, 2021
    0 118

    KivaKit applications

    The kivakit-application module contains building blocks for creating applications and servers. In the diagram below, we can see that the…

    Read More »
  • Core Java👁 Image
    Ram LakshmananSeptember 4th, 2021
    0 131

    Overhead added by Garbage Collection Logging

    Enabling Garbage collection logs on your application has certain advantages. In nutshell, Garbage collection logs will facilitate you to optimize…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasAugust 30th, 2021
    1 758

    Add Grpc to your Java Application

    Grpc is a high performance, open source universal RPC framework.There are various benefits for using gRPC. It simplifies development by…

    Read More »
  • Python👁 Image
    Guglielmo IozziaAugust 10th, 2021
    0 293

    Turning Python Scripts into Working Web Apps Quickly with Streamlit

     I just realized that I am using Streamlit since almost one year now, posted about in Twitter or LinkedIn several…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close