In this post, I am going to introduce a Java library called “cardano-client-lib”. You can use this library in a Java application to interact with Cardano blockchain. Why a Cardano Client Java Library ? Currently, I am working on a project called “Cardano IntelliJ IDEA plugin (IntelliAda)”, which is a Catalyst Fund 3 funded project. You can check the Catalyst ...
Read More »Call Plutus V2 contract from off-chain Java code using Cardano Client Lib
In this post, we will go through the steps required to invoke a Plutus smart contract from a Java application using Cardano Client Lib. Cardano-client-lib is a Java client library for Cardano blockchain. It simplifies the interaction with Cardano blockchain from Java applications. Using this library, you can perform various types of transactions including smart contract calls in a Java ...
Read More »Enabling Seamless Test Analytics With LambdaTest And Sumo Logic
As modern software development requires fast and quality releases, implementing continuous testing has become crucial for engineering teams. It ensures quality checks at every stage of software development and avoids unwanted glitches during the later stages of software application development. Organizations increasingly prioritize quality and need to ship software products at light speed. As a result, end-to-end testing is crucial ...
Read More »Cardano-client-lib: New composable functions to build transaction in Java— Part I
Cardano-client-lib is a Java client library for Cardano blockchain. It simplifies the interaction with Cardano blockchain from a Java application. Using this library, you can perform various types of transactions in a Java application. Cardano-client-lib is a Java client library for Cardano blockchain. It simplifies the interaction with Cardano blockchain from a Java application. Using this library, you can perform various types of ...
Read More »Workflows Tips #39: Get Day of the Week From Date, Convert an Object to a List, and Build First No-Code Workflow Meetup Recording
Welcome to another Okta Workflows Tips post. Read all previous tips. In this post: How to get the day of the week from the Date & Time cardHow to convert an object to a listOnline meetup replay: Build Your First No-Code Workflow Automation in 25 Minutes How to get the day of the week from the Date & Time card ...
Read More »Test Orchestration: What, Why, and How?
Automated testing strengthens the continuous testing cycle by reducing human intervention, thereby reducing error frequency. Test scripts, scalable & reliable test infrastructure, and efficient test data are the major building blocks of automated testing and have since become central to the continuous testing cycle. Asynchronous progression is a common feature in automation testing, especially used during the process of end ...
Read More »The 2023 Premium Learn to Code Certification Bundle
Stack Up Your Coding Expertise with 244 Hours of Content on Python, C++, Django, SwiftUI, & More Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offering a massive 98% off on The 2023 Premium Learn to Code Certification Bundle. Get it now with only $39,99 instead of the original price of ...
Read More »Debezium Server with PostgreSQL and Redis Stream
Debezium is a great tool for capturing the row level changes that happen on a Database and stream those changes to a broker of our choice. Since this functionality stays in the boundaries of a Database, it helps on keeping our applications simple. For example there in no need for an application to emit events on any database interactions. Debezium ...
Read More »Automatic Refactoring With Spring Boot Migrator
Spring Boot Migrator is a tool to migrate applications to Spring Boot. In this article, we are going to see how it works and how you can use it. This may seem a narrow topic, but it is an interesting example of an application that can manipulate your code. The reason is that the tool deals with transforming code and ...
Read More »