VOOZH about

URL: https://www.javacodegeeks.com/author/Mark-Needham/page/2

⇱ Mark Needham, Author at Java Code Geeks - Page 2 of 12


  • Enterprise Java👁 Image
    Mark NeedhamOctober 2nd, 2017
    0 152

    AWS: Spinning up a Neo4j instance with APOC installed

    One of the first things I do after installing Neo4j is install the APOC library, but I find it’s a…

    Read More »
  • Software Development👁 Image
    Mark NeedhamSeptember 29th, 2017
    0 219

    Serverless: S3 – S3BucketPermissions – Action does not apply to any resource(s) in statement

    I’ve been playing around with S3 buckets with Serverless, and recently wrote the following code to create an S3 bucket…

    Read More »
  • Software Development👁 Image
    Mark NeedhamJuly 10th, 2017
    0 147

    Pandas/scikit-learn: get_dummies test/train sets – ValueError: shapes not aligned

    I’ve been using panda’s get_dummies function to generate dummy columns for categorical variables to use with scikit-learn, but noticed that…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamMarch 1st, 2017
    0 135

    Neo4j: Graphing the ‘My name is…I work’ Twitter meme

    Over the last few days I’ve been watching the chain of ‘My name is…’ tweets kicked off by DHH with…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamFebruary 23rd, 2017
    0 132

    Neo4j: How do null values even work?

    Every now and then I find myself wanting to import a CSV file into Neo4j and I always get confused…

    Read More »
  • Software Development👁 Image
    Mark NeedhamJanuary 31st, 2017
    2 284

    Go: Multi-threaded writing to a CSV file

    As part of a Go script I’ve been working on I wanted to write to a CSV file from multiple…

    Read More »
  • Software Development👁 Image
    Mark NeedhamJanuary 23rd, 2017
    0 110

    Go vs Python: Parsing a JSON response from a HTTP API

    As part of a recommendations with Neo4j talk that I’ve presented a few times over the last year I have…

    Read More »
  • Software Development👁 Image
    Mark NeedhamDecember 26th, 2016
    0 159

    Neo4j: Graphing the ThoughtWorks Technology Radar

    For a bit of Christmas holiday fun I thought it’d be cool to create a graph of the different blips…

    Read More »
  • Software Development👁 Image
    Mark NeedhamDecember 26th, 2016
    0 88

    Go: First attempt at channels

    In a previous blog post I mentioned that I wanted to extract blips from The ThoughtWorks Radar into a CSV…

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