It AI-n't What You Think!
Innovations have transformed human lives in ways that make us wonder how people managed before. Yet, despite these advancements, we often resist embracing innov...
Read MoreInnovations have transformed human lives in ways that make us wonder how people managed before. Yet, despite these advancements, we often resist embracing innov...
Read MoreWhat does the future of software architecture hold? In this keynote, Mark Richards dives deep into four current and emerging trends in software architecture tha...
Read MoreArchitectural decisions are often influenced by blindspots, biases, and unchecked assumptions, which can lead to significant long-term challenges in system desi...
Read MoreDomain-Driven Design (DDD) has been guiding large development projects since 2003, when Eric Evans’ seminal book was released. DDD is divided into two parts: St...
Read MoreHow does designing microservices differ from designing more traditional applications? What is a better way to learn than to take a problem, analyze the requirem...
Read MoreMost of us aren’t building our own Large Language Models (LLMs); instead, we’re consuming and integrating them into enterprise applications. And guess what? Jav...
Read MoreJava bytecodes and class files deliver on the original vision of "write once, run anywhere." The Just-in-Time (JIT) compiler enables JVM-based applications to c...
Read MoreMastering the System Design Methodology is a must-attend talk for developers and architects seeking to elevate their system design skills to new heights. In thi...
Read MoreThe event-driven paradigm has become one of the most popular architectural styles for microservices, promising to make enterprises more reactive and adaptable t...
Read MoreFunctional Programming (FP) is often perceived as "mathy" and academic, yet many developers are finding that it offers practical advantages for building reliabl...
Read MoreBaseline provides a snapshot of the web features supported by all browsers, but feature availability is just the first step in creating the best modern web expe...
Read MoreAccessibility is a key part of software development, and feedback is an integral part of agile development, where we verify if things work the way they are supp...
Read MoreMany of us have significant experience in Java. Yet, from time to time, we get tripped up by some code that doesn’t behave the way we expect. In this presentati...
Read MoreJoin us for an immersive journey into the heart of modern cybersecurity challenges. In this groundbreaking talk, we will explore the intricacies of securing dig...
Read MoreWhat does it really mean to build RESTful APIs? In this interactive session, we’ll break down the essential considerations for building and maintaining robust R...
Read More“Humans became behaviorally modern the moment they committed to storing abstract information outside their brains.” —Lyn Wadley As architects, we often bridge ...
Read MoreMuch like how design patterns can help us communicate design decisions, architectural patterns can help us crystallize architectural decisions and plan how to a...
Read MoreJakarta EE 11 marks the first release under the new release cadence, allowing it to incorporate features from the latest Java Long-Term Support (LTS) releases. ...
Read MoreA common saying among software architects is, “that’s an implementation detail.” Too often, we treat software architecture and implementation as two separate ph...
Read MoreProject Amber within OpenJDK focuses on introducing smaller, productivity-oriented Java language features. One key area of innovation from Project Amber is patt...
Read MoreSome people aim for leadership positions such as team lead, manager, director, or VP, while others find themselves in these roles due to opportunities that aris...
Read MoreHave you been working on legacy projects with outdated codebases, suboptimal documentation, and reliance on obsolete technologies? Have you been told that fixin...
Read MoreReading and understanding large Java OSS (open-source software) projects can be challenging for many developers, especially when navigating unfamiliar, vast cod...
Read MoreEveryone knows that performing tests during development is essential. But when it comes to data-driven test cases, how do we ensure clean environments, reproduc...
Read MoreIn this session, we will discuss architectural concerns regarding security. How do microservices communicate securely with one another? What are some of the ess...
Read MoreTools should aid and help a team to be productive and reach their full potential. We should never turn tools into a stick to punish, but rather into a carrot to...
Read MoreMicroservices architecture has become a buzzword in the tech industry, promising unparalleled agility, scalability, and resilience. However, according to Gartne...
Read MoreThreads are lightweight, but they do not scale well. That's one of the reasons we have been focused on the elastic capabilities of the cloud. Unfortunately,...
Read MoreIn this session, we will discuss the Vector API in preview in Java. We will begin by introducing SIMD (Single Instruction/Multiple Data) and explore how it can ...
Read MoreLarge Language Models (LLMs) have revolutionized natural language processing, but challenges with accuracy and explainability persist. This talk introduces Grap...
Read MoreIn this talk, we explore the fusion of AI, particularly ChatGPT, with data-intensive architectures. The discussion covers the enhancement of big data processing...
Read MoreBy their very nature, distributed applications have to communicate. But, how do we exchange data and what are the consequences of choosing one solution over the...
Read MoreThe age of hypermedia-driven APIs is finally upon us, unlocking a radical new future for AI agents. By combining the power of the Hydra linked-data vocabulary w...
Read MoreIn software development, distinguishing between domain logic and side effects is essential for maintaining clarity, consistency, and composability within a syst...
Read MoreIn the early 2010s, the tech landscape was vastly different: Docker was a job title, K8S sounded like a boyband, Kafka evoked existential anxiety, and "Chaos En...
Read MoreThis session explores recent developments in autonomous agents, focusing on their integration with Large Language Models (LLMs). We’ll dive into the emerging fi...
Read MoreOne of the coolest aspects of Java is the fact that the newer features do not live in isolation, but interplay quite nicely with each other. A place where this ...
Read MoreMost people think that event-driven architecture is all about events—services triggering events and asynchronously passing data to other services that respond. ...
Read MoreIn the competitive world of online retail, digital barriers can lead to abandoned carts, lost sales, and frustrated customers. But what are the root causes of t...
Read MoreWith ChatGPT taking center stage since 2023, developers who have yet to explore Artificial Intelligence or Machine Learning may find the new terminologies overw...
Read MoreGet ready to transform legacy Java 8 code into a modern Java application that fully leverages the language improvements and performance enhancements from Java 8...
Read MoreConcurrency is a fundamental part of modern software development, but the many approaches available differ significantly in how they handle cancellation and err...
Read MoreDiscover how AI can revolutionize your coding experience in Apache NetBeans IDE! This session will explore how AI-driven features like intelligent code completi...
Read MoreLet us peer into the future of Java with the Foreign Function and Memory Interface, the new way to interact with native code. This session will cover the essent...
Read MoreThis talk explores how cutting-edge technologies and trends will shape the future of enterprise software development, creating opportunities for innovation and ...
Read MoreThis presentation will explore the modern features of JavaScript that make it a pleasant language to use. Come to this presentation to get a quick jumpstart on ...
Read MoreCanary deployments are the final piece of any Continuous Delivery or Continuous Deployment rollout. A canary deployment is a strategy that releases an applicati...
Read MoreIn recent years, application modernization has become a crucial focus for businesses looking to harness disruptive innovations in platform technologies. Moderni...
Read MoreIn an industry obsessed with the next big thing, it’s easy to forget the foundation that brought us here. Progress isn't built solely on novelty—it's bu...
Read MoreDividing a large problem into subproblems that are scheduled to run on different threads is a commonly used solution. We’ve used executors and the fork/join poo...
Read MoreSince ChatGPT rocketed the potential of generative AI into the collective consciousness, there has been a race to add AI to everything. Product owners are excit...
Read MoreIn this session, you’ll explore how Retrieval-Augmented Generation (RAG), the primary architectural pattern of the Generative AI revolution, has evolved over th...
Read MoreYou’ve created an architecture and have plenty of diagrams to illustrate your solution. Now, you need to communicate that architectural solution to various stak...
Read MoreHave you ever wondered why the sensible defaults in software engineering in 2024 work so well? We adopt key metrics from Accelerate, team structures from Team T...
Read MoreIt is very rare that a single action causes failure. Success or failure often depends on many factors, including how we communicate, trust, execute, and more. C...
Read MoreBlack Friday and Cyber Monday mark the busiest time of the year in retail, both in-store and online. During this critical period, businesses rely heavily on rob...
Read MoreThis session explores the integration of cutting-edge AI technologies into software architecture, offering senior developers and architects actionable insights ...
Read MoreThe cloud environment offers many benefits, including elasticity, the ability to scale up and scale down instances based on time or load, and load balancing to ...
Read MoreKnowledge graphs have been quietly powering the future, unlocking new capabilities that were unimaginable just a few years ago. However, a few visionaries have ...
Read MoreA new paradigm called Effect-Oriented Programming (EOP) has emerged as a powerful approach for building reliable, composable, and maintainable software. By expl...
Read MoreIn the world of AI, context is king—a phrase that has gained even more relevance with the rise of Large Language Models (LLMs). While LLMs are evolving rapidly,...
Read MoreThis presentation explores the integration of event-driven data streaming techniques with multi-agentic generative AI workflows, offering a powerful approach to...
Read MoreWe rely heavily on polymorphism when programming with the object-oriented paradigm. That has served us really well, especially to create extensible code. Howeve...
Read MoreConfiguration is often one of the most error-prone aspects of application and infrastructure management, where small mistakes can lead to catastrophic failures....
Read MoreBy 2030, 80 percent of heritage financial services firms will either go out of business, become commoditized, or exist only in a formal sense without competing ...
Read More