Codetown ::: a software developer's community
James Ward came to Florida and gave a talk on cloud computing for the GatorJUG in Gainesville and the OrlandoJUG this week.
What a great presenter! James gave us such an informative talk. The very first slide of his presentation impressed me practically more than anything else. It described current (newer) trends in software development like continuous releases. I hope James posts it here when he reads this blog post.
James described to us the features of cloud computing (and some specifics about the company James works with, Heroku) that make it such a hit these days. Pay as you go is one big attraction. Instant deployment is another great thing about the Heroku approach, because normally, the Java compile, generate WAR, possibly restart the webserver, etc approach takes so much longer.
One really cool thing about www.heroku.com is that the first dyno is free - meaning that you can try it out and the first "virtual server", called a dyno, doesn't cost anything. James mentioned the JavaPosse are trying it out now. I think James said he's planning to host his popular blog www.jamesward.com there, too. I can't wait give it a try. I can see where cloud computing is so popular these days.
It's got some load balancing features that are very appealing if you expect spurts of high volume use.
If you attended James's talk could you please post your comments and help share what we learned with the rest of the folks at Codetown? And, click on the photo above to see a few more of James's Florida visit.
Comment
Thanks Mike & Joe. Here are the slides from my talk:
http://portal.sliderocket.com/heroku/Deploying-Java--Play-and-Scala...
Great Job Thursday evening James!
Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.
Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.
Check out the Codetown Jobs group.

The Linux Foundation has announced the general availability of Valkey 9.0, the open-source in-memory storage solution developed as a successor to Redis. The latest major version introduces atomic slot migrations, hash field expiration, and full support for numbered databases in cluster mode, enabling scaling to 2,000 nodes and achieving over 1 billion requests per second.
By Renato Losio
At QCon SF 2025, Michelle Brush of Google explored the evolving landscape of software engineering in her keynote, “Humans in the Loop: Engineering Leadership in a Chaotic Industry.” She highlighted the complexities engineers face amid automation and AI, stressing the importance of conscious competence, higher-level problem-solving, and effective leadership in navigating today's challenges.
By Andrew Hoblitzell
Airbnb upgraded Mussel, its multi-tenant key-value store, replacing static per-client rate limits with an adaptive, resource-aware traffic control system. The redesign ensures resilience during traffic spikes, protects critical workflows, and maintains fair usage across thousands of tenants while scaling efficiently.
By Leela Kumili
Emma Yuan Fang explains the Zero Trust mindset required to combat modern software supply chain attacks. She details security controls for dependency management, including SBOM (Software Bill of Materials), artifact signing, Git commit signing, and CI/CD hardening. Learn how to implement security gating, enforce policies as code, and manage secrets across your build and runtime environments.
By Emma Yuan Fang
Google has introduced Code Wiki, a new platform designed to keep software documentation continuously synchronized with the code it describes. The system generates a structured wiki for each repository, automatically updates it after every change, and powers an integrated chat interface that understands the entire codebase.
By Robert Krzaczyński
© 2025 Created by Michael Levin.
Powered by
You need to be a member of Codetown to add comments!
Join Codetown