PinnedRevolutionized Concurrency ? Introduction to Java 21 Virtual Threads.Threads has been the atomic unit of concurrency in Java for generations. Via various methods like Runnable , Thread , ExecutorService etc…Aug 25, 2023233Aug 25, 2023233
PinnedCreating JAX-RS RESTful APIs with Apache CXF and TomcatApache CXF is a opensource web services framework which supports multiple types of APIs such as JAX-RS (REST) and JAX-WS (SOAP) and multple…May 18, 202217May 18, 202217
PinnedPublished inTDS ArchiveGoing Serverless: 3-Tier Architectures Made Easy With AWS LambdaA multi-tier architecture is a design pattern that is embraced by millions of developers around the world mainly because of its way of…Nov 28, 20201432Nov 28, 20201432
Published inChoreo Tech BlogChat With Your PDFs — Deploying a Simple RAG Application with Langchain, OpenAI and ChoreoLarge Language Models have turned the technology world upside down in the past two years and continue to disrupt the technology landscape…Sep 7, 202422Sep 7, 202422
Published inChoreo Tech BlogMonitoring and Debugging Python Applications in Production with ChoreoIn the recent years of the programming ecosystem, Python has been gaining popularity as a programming language amongst beginner and…Aug 26, 2024157Aug 26, 2024157
Published inChoreo Tech BlogDeveloping and Deploying LLM-Powered APIs with Spring AI and OpenAI on ChoreoIn the past couple of years, the technology landscape has been completely turned upside down with the rise of Large Language Models (LLMs)…Aug 9, 2024110Aug 9, 2024110
Published inChoreo Tech BlogEffortless Spring Boot Deployments Using WSO2 ChoreoJava as a language has been the choice of many enterprise application developers because of its rich ecosystem and the tools it offers for…Jul 17, 202451Jul 17, 202451
Introduction to Spring GraphQLWith the popularity of service oriented architectures, inter service communication technologies like SOAP and REST became heavily used in…Mar 19, 20245Mar 19, 20245
How Java Works ? Demystifying the Java Virtual MachineJava Virtual Machine (JVM) is the runtime which programs written with the Java programming language executes on. When running/developing…Aug 12, 202371Aug 12, 202371
Introduction to Serverless and Azure Functions with Java and IntelliJ IDEA.ServerlessAug 1, 202343Aug 1, 202343