Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Tech Fun Day at DevNation - a review of Tuesday

April 16, 2014
Jen Krieger
Related products:
Developer Toolset

    WARNING: Shameless plug! If you do nothing else today, you should go to these two Red Hat Summit tracks. Not only are the guys speaking the smartest dudes in the room, closet super heroes and have all held world records for Olympic speed walking, they work in the same department as me and can give you a look into how Red Hat IT is using Red Hat products.

    Meeting the challenge with PaaS: OpenShift in the enterprise - 10:40 with Tom Benninger, Andrew Butcher, and Anderson Silva -- Track Details

    Red Hat JBoss Middleware in the trenches - 3:40 with Tim Bielawa and Andrew Block* -- Track Details *Andrew is in consulting at Red Hat, but since he presenting with my teammate Tim, he gets a shameless plug too. :D 

    Now... let's talk about what I did all day yesterday.

    DevAssistant: What’s in it for you? with Slavek Kabrda

    • What: DevAssistant is a project that is built on the idea developers also need automation for the tedious tasks they have to accomplish before they start to write code.
    • Why: Automate all the things!
    • Who: Beginners or developers changing platforms

    This was a pretty neat demo for me to see, especially after hearing feedback from our development community in Red Hat IT that it takes longer than it needs to to set up environments. Using DevAssistant, Slavek set up his development environment for django in less than 5 minutes. Check it out, and contribute if you feel this is an awesome idea!

    User Experience Bootcamp with Catherine Robson

    Loved this session! It had a lot of practical advice for applying good design principals to every day engineering work. Catherine started the presentation by saying that developers spend 50% of their time solving issues that are avoidable and then proceed to give very usable tips on how to create a design that won't result in rework.

    • User centric design -- understand your users by building personas or "example users" and if you don't have a reason why you are doing something... find out!
    • Usability testing -- test your design with your users and iterate into something that is usable for them based on that feedback (and it doesn't need to take that long... she showed us a design that she iterated through and it took her about 3 hours).
    • Visual design -- practice advice for visual design? strive for simplicity and don't add things to your design that won't add value to your users.

    Containers all the way down: Q&A with the Docker Team with Solomon Hykes

    Most important points you need to know:

    • Docker really has the best logo ever
    • If you want to make coffee, you can use Docker.
    • Docker is awesome
    • Docker 1.0 will be "production ready" and is targeted to be released before DockerCon in June. They are doing their best to release 1.0 without "breaking things."
    • There are many people coming at Docker with a lot of different problems and perspectives. There is a very healthy community of disagreement and exchange and they are going to figure it all out because they have the smartest people on the planet. Find more about their community here.
    • Docker is awesome
    • Wait... what was that? They are getting @#$% done? That sounds familiar.
    • One future for Docker?

    "After we solve one container, we want to solve what it means to have multiple containers working together." -Solomon Hykes

    Software collections: Keeping pace without sacrificing platform stability with Adam Miller

    The first project I worked on with Team Inception required us to write about 33% more code to support older versions of Python. 47 out of 143 “lines” of code was to support our enterprise infrastructure in Red Hat IT. If you value simplicity from a development perspective, Software Collections and what it could do for your teams should be compelling.  Key reasons to want Software Collections:

    • users want the new hotness, difficult to do that and keep things stable
    • developers want to be able to work with the latest tools <--- YES!
    • operations teams require stability to maintain the business infrastructure <--- That too.

    Check out more information about it here, and there are also some great blog articles on the topic on developerblog.

    Linux distros failed us – now what? with Donnie Berkholz

    What have linux distros been doing to support DevOps? Not much. -Donnie Berkholz

    I've been loving the questions that are asked in presentations at DevNation. They encourage me to ask the same questions of my own department. So relevant for our situation today:

    • how are developers shipping apps?
    • do they still care about distributions?
    • what do your current users want?
    • what do other users want?
    • what do distro maintainers want?
    • how have all of these changed over time?

    Things to think about:

    • Things have largely held static in the Linux distro space.  Traditional Linux distribution systems got left in the dust. Whoops.
    • Distro stability vs. rapid release- how do you cope with this? what needs to go out with rapid releases vs. requiring stability
    • New technology is being built on the concept of "how do I not worry about bumping into my distro" essentially doing everything they can to avoid working with distros (Software Collections comes to mind)
    • Windows has a pretty solid ecosystem for package management - Look at NuGet, CoApp, Chocolatey as examples.
    • Using docker as a package manager
    • Still no integrated configuration management in distros

    P.S. Docker is awesome.

    Last updated: February 7, 2024

    Recent Posts

    • What's new in OpenShift Container Platform system management

    • Claude as your performance analysis partner

    • LogAn: Large-scale log analysis with small language models

    • stalld’s BPF Backend: Breaking Free from debugfs

    • Running AI inference on Rebellions ATOM NPU with Red Hat AI

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.