VOOZH about

URL: https://www.javacodegeeks.com/author/brian-du-preez

⇱ Brian Du Preez, Author at Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Brian Du PreezMarch 15th, 2017
    1 451

    Consumer Driven Testing with Pact & Spring Boot

    Recently a colleague of mine stumbled across Pact.io,  Our current application had grown to over 50 services and we we’re starting…

    Read More »
  • Enterprise Java👁 Image
    Brian Du PreezAugust 20th, 2014
    1 160

    Upgrading Spring 3.x and Hibernate 3.x to Spring Platform 1.0.1 (Spring + hibernate 4.x)

    I recent volunteered to upgrade our newest project to the latest version of Spring Platform. What Spring Platform gives you…

    Read More »
  • Core Java👁 Image
    Brian Du PreezMay 30th, 2014
    0 235

    Playing with Java 8 – Lambdas, Paths and Files

    I needed to read a whole bunch of files recently and instead of just grabbing my old FileUtils.java that I…

    Read More »
  • Core Java👁 Image
    Brian Du PreezApril 28th, 2014
    4 663

    Playing with Java 8 – Lambdas and Concurrency

    So Java 8 was released a while back, with a ton of features and changes. All us Java zealots have…

    Read More »
  • Software Development👁 Image
    Brian Du PreezAugust 23rd, 2013
    0 132

    Creating a price model using k-Nearest Neighbours + Genetic Algorithm

    Chapter 8 of Programming Collective Intelligence (PCI) explains the usage and implementation of the k-Nearest Neighbours algorithm. (k-NN). Simply put: k-NN is…

    Read More »
  • Enterprise Java👁 Image
    Brian Du PreezJuly 9th, 2013
    2 220

    Mini Search Engine – Just the basics, using Neo4j, Crawler4j, Graphstream and Encog

    Continuing to chapter 4 of Programming Collection Intelligence  (PCI) which is implementing a search engine. I may have bitten off…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Brian Du PreezJune 25th, 2013
    0 120

    Blog Categorisation using Encog, ROME, JSoup and Google Guava

    Continuing with Programming Collection Intelligence  (PCI) the next exercise was using the distance scores to pigeonhole a list of blogs…

    Read More »
  • Desktop Java👁 Image
    Brian Du PreezMay 22nd, 2013
    1 158

    Some Java based AI Frameworks: Encog, JavaML, Weka

    While working through I am working through Programming Collection Intelligence I found myself sending a lot of time translating the Python…

    Read More »
  • Enterprise Java👁 Image
    Brian Du PreezOctober 18th, 2012
    1 208

    Setting up and playing with Apache Solr on Tomcat

    A while back a had a little time to play with Solr, and was instantly blown away by the performance…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close