Oracle Cloud Applications provide many predefined reports to generate important documents necessary for running a business. These documents support internal operations, communicate with trading partners, or produce legal documentation. Still, they almost always require modifications to include company branding or rearranging and adding data elements to appear similar to legacy documents. Thoughtfully, Oracle Fusion provides […]
Innovation + Product Development
The New Era of Software Testing: Scriptless Test Automation
In the fast-paced world of technology, scriptless test automation is essential to ensuring successful delivery. Automation testing is designed to reduce the manual testing efforts and provide wider testing coverage, resulting in accelerated deployment timelines and increased quality of deliverables. By automating the test cases and user stories, you can significantly accelerate the testing process. […]
Docker Bootcamp – Debug Windows Containers
Welcome back to docker bootcamp. In the previous post, we learned how to switch from Linux containers to Windows containers. In this post we will create a new .net project and deploy to a container. We will also see how to attach the debugger to the code running inside the container. The IIS image we […]
AEM Content Services: Using Sling and Node APIs to Provide Asset collections – Part 1
AEM is a proven framework for application delivery. Intuitive authoring features and HTL (formerly Sightly) driven content views make it easy to put together pages served from an AEM environment. The standard component strategy is great, but AEM offers more flexibility in how you use authored content. AEM Content Services allows authored content to be […]
The Importance of Interacting with the Web by Keyboard or Screen Reader
Keyboards and screen readers are both useful and robust forms of technology used to navigate webpages and apps, giving web users the capability to navigate digital experiences and interact with content that would otherwise be inaccessible to them. Keyboard and Screen Readers – Not All Users Are the Same It’s often assumed that web users […]
Docker Bootcamp – Windows Containers
Welcome back to Docker Bootcamp. Up to this point, all the examples we’ve gone through have used Linux containers. In this post, we’ll switch to Windows containers. All the Docker commands you’ve learned will still work. But now we’ll have access to Windows, PowerShell, and Internet Information Services (IIS) to run .net-based applications. Examples Switch […]
Swagger(OpenAPI specification)
Introduction Swagger/OpenAPI specification are the best for design, document and managing Restful API’s. Since MuleSoft joined the OpenAPI Initiative of the Linux Foundation, MuleSoft’s Anypoint Platform explicitly supports Swagger/OAS for describing APIs. MuleSoft Design Center supports importing an OAS 3.0 specification in JSON or ZIP format from the file system. And we can import an […]
Docker Bootcamp – Docker Use Cases
Welcome back to Docker Bootcamp. We’ve learned a lot about how to use Docker in this series. In this post, we’ll look at when to use Docker. Docker is a great tool, but as with any technology, you should make sure it is the right tool for the job you are trying to accomplish. Why […]
Introduction to API… The effortless definition to understand
What is an API? API (Application Programming Interface) is an interface/intermediate software that allows two different applications to talk to each other. WWW and Remote Servers A WWW (World Wide Web) is about communication between Clients and Servers Clients are browsers. Servers are database/backend of the websites. Every page on the internet is […]
Docker Bootcamp – Using Docker Compose
Welcome back to Docker Bootcamp. In this post, we’ll look at Docker Compose to configure and run multiple dependent containers. Looking back at my first post about linking containers, we used the Docker run command along with an environment variables text file to start two containers. It was important to start the database container before […]
Writing Less Java Code in AEM with Sling Models & Lombok
AEM is a robust platform full of useful APIs and frameworks available at our disposal. Understanding what’s in the box will help us write less code. In my previous blog post, I covered one of the most used frameworks, Sling Models. Plus, I showed a real-world example with multi-fields. For this blog post, we will […]
The Return of Direct-to-Consumer Part 4: Capabilities & Considerations for a DTC Model
In Part 1, and Part 2 of “The Return of Direct-to-Consumer” series I discussed WHAT direct-to-consumer looks like in 2021, how the definition and opportunities have evolved, and what brands are leading and lagging in the DTC world. In Part 3 of this series I outlined WHY a business might consider a direct-to-consumer model and the […]