Thrilled to announce that I’ll be presenting at Arm DevHub Live: Bengaluru on May 3rd! This exciting event, hosted by @ArmSoftwareDev, is a free day brimming with workshops, demos, and networking opportunities for developers like you and me, all focused on the world of building software on Arm architecture.
What is DevHub Live?
DevHub Live is your chance to dive deep into the world of Arm development. This one-day event is packed with informative sessions, hands-on workshops, and interactive demos. It’s the perfect platform to:
- Expand your knowledge: Learn from industry experts about the latest tools and techniques for developing software on Arm.
- Get hands-on: Participate in practical workshops and gain valuable experience with Arm development tools.
- Connect with the community: Network with other developers, share experiences, and build connections in the Arm development ecosystem.
My Session: Unveiling the Power of Docker Build Cloud
I’m particularly excited to present a session on Docker Build Cloud. Docker Build Cloud enables a faster, more efficient Docker image-building process. Whether you’re a seasoned developer or just getting started, embrace the power of the cloud in your local development environment.
Said that, this session is aimed at developers of all experience levels, from seasoned veterans to those just starting their journey. Whether you’re looking for a refresher or a deep dive, my session will equip you with valuable insights and practical takeaways that you can implement in your projects.
Here’s what you can expect to learn:
- Overview of Inner-loop Development: We’ll kick things off by exploring the concept of inner-loop development and how Docker Build Cloud can significantly accelerate this crucial phase of your development cycle.
- Image-Deep Dive Best Practices: Dive deep into best practices for building efficient and optimized Docker images – the building blocks of containerized applications.
- Docker Build Cloud Fundamentals: Gain a solid understanding of Docker Build Cloud’s core functionalities and how it tackles common causes of slow image builds: limited local resources, slow emulation, and lack of build collaboration across a team.
- Building Efficient Workflows: Explore techniques for creating automated build pipelines that optimize your development workflow for speed and efficiency.
- Faster Build Times: Discover how Docker Build Cloud shifts the build workload from local machines to a remote Buildkit instance – resulting in remarkably faster build times even for multi-platform images!
- Real-World Use Cases: We’ll explore practical examples of how developers are leveraging Docker Build Cloud to build and deploy applications on Arm architecture. Gain valuable insights into how Docker Build Cloud can benefit your own development projects.
Space is Limited, So Register Today!
Don’t miss out on this fantastic opportunity to learn, connect, and explore the exciting world of Arm development. Seats for DevHub Live: Bengaluru are limited, so head over to the registration page and secure your spot now!
Let’s Connect!
I’m looking forward to meeting fellow developers at DevHub Live: Bangalore! Feel free to leave a comment by clicking on our community Slack link if you have any questions about the event or my session, and don’t forget to share this post with anyone you think might be interested! You can even visit our Meetup page and ask if you have queries about the venue location.
Let’s build something amazing together!
#ArmDevHub #DevHubLive #SoftwareDevelopment #Bangalore
-
Testcontainers and Playwright
Discover how Testcontainers-Playwright simplifies browser automation and testing without local Playwright installations. Learn about its features, limitations, compatibility, and usage with code examples.
-
Getting Started with the Low-Cost RPLIDAR Using NVIDIA Jetson Nano
Conclusion Getting started with low-code RPlidar with Jetson Nano is an exciting journey that can open up a wide range of possibilities for building robotics projects. In this blog post, we covered the basic steps to get started with low-code RPlidar with Jetson Nano, including setting up ROS, installing the RPlidar driver and viewing RPlidar…
-
Docker and Wasm Containers – Better Together
Learn how Docker Desktop and CLI both manages Linux containers and Wasm containers side by side.
-
5 Reasons to Switch from Ollama to Docker Model Runner
In recent months, the LLM deployment landscape has been evolving rapidly, with users experiencing frustration with some existing solutions. A Reddit thread titled “How to move on from Ollama?” highlights growing discontent with Ollama’s performance and reliability issues. As Docker enters this space with Model Runner, it’s worth examining why many users are making the…
-
CI for AI: Running Ollama + LLMs in GitHub Actions with Open Source Tools
AI is rapidly transforming how we build software—but testing it? That’s still catching up. If you’re building GenAI apps, you’ve probably asked:“How do I test LLM responses in CI without relying on expensive APIs like OpenAI or SageMaker?” In this post, I’ll show you how to run large language models locally in GitHub Actions using…
-
Dear APIs, Meet POSTMAN : Your New Best Friend
In today’s digital world, APIs (Application Programming Interfaces) are the backbone of modern web and mobile applications. They enable communication between different software systems which helps in seamless sharing of data . As APIs continue to grow in complexity and importance, so does the need for efficient tools to test, manage, and collaborate on API…