-
Software Development
Behaviors That Will Make You an Unstoppable Programmer
Whether you’re a budding developer with a few Hello Worlds under your belt, or you’re a seasoned software engineer with…
Read More » -
Kotlin
Saving transactions where only a subset of parties are signers
It took a while for me to think of a title that could summarise the contents of this post without…
Read More » -
Enterprise Java
Introducing HttpMate
Nobody wants to write bad code. Nobody starts the application development with the thought “I’m going to create the most…
Read More » -
Core Java
Running a Java class as a subprocess
Running a Java class (not a jar) as a subprocess is something I needed to do this week. More precisely,…
Read More » -
Kotlin
Extending Flows to customise transaction validation
Through the use of flow extension, nodes running the same CorDapp can include extra validation to ensure that a transaction…
Read More » -
Kotlin
Running a Kotlin class as a subprocess
Last week I wrote a post on running a Java class as a subprocess. That post was triggered by my…
Read More » -
React.js
ReactJS Webpack Tutorial
In this article we will look at Reactjs Webpack configuration for a Reactjs Application. Webpack is a hugely popular bundler.…
Read More » -
Software Development
[MEGA DEAL] The Complete C# Master Class Course (93%)
Master C# & the .NET Framework with Code Challenges, Exercises + Real-Life Examples Hey fellow geeks, This week, on our…
Read More » -
Kotlin
Preventing invalid spending of broadcasted states
Corda is super flexible and will allow you to put together the code needed to write many complex workflows. This…
Read More »