VOOZH about

URL: https://www.javacodegeeks.com/author/alan-hamlett

⇱ Alan Hamlett, Author at Java Code Geeks


  • Web Servers👁 Image
    Alan HamlettApril 30th, 2021
    0 226

    Maximize your concurrent web server connections

    For production web servers, most people assume scaling means needing faster (and more expensive) hardware. Before spending more money on…

    Read More »
  • DevOps👁 Image
    Alan HamlettFebruary 28th, 2021
    0 203

    Latency of DigitalOcean Spaces vs AWS S3

    WakaTime’s infra is split across DigitalOcean and AWS. We use DigitalOcean Droplets for compute resources, AWS S3 to store code stats, and DigitalOcean Spaces for backups. You can find…

    Read More »
  • DevOps👁 Image
    Alan HamlettFebruary 26th, 2021
    0 196

    Using a disk-based Redis clone to reduce AWS S3 bill

    Redis is an in-memory database with very high write and read speed, and a limitation that data sets can’t be larger…

    Read More »
  • Desktop Java👁 Image
    Alan HamlettFebruary 16th, 2015
    0 1,129

    How To Write a NetBeans Plugin

    Want to add a feature or automate something in your NetBeans IDE? Follow along as we write your first plugin…

    Read More »
Back to top button
Close