-
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 » -
Software Development
ESP8266 (ESP32) with Firebase realtime database: IoT Controlled RGB LEDs
This tutorial covers how to build an IoT controlled RGB LEDs (such a LEDs strip) using ESP32 or ESP8266 and…
Read More » -
Core Java
Save your lambdas for a rainy day – save to file
Introduction A short post describing how a Java lambda can be persisted to a file for re-use in a different…
Read More » -
Enterprise Java
Difference Between Servlet and JSP
Both JSP and Servlet are important concepts pertaining to using Java for building web-based applications. Basically, a Servlet is HTML…
Read More »