-
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 » -
Enterprise Java
Handling Multiple Browser Tabs With Selenium Automation Testing
Automation testing with Selenium has been a lifeline in grooming budding automation testers into professionals. Selenium being open-source is largely…
Read More » -
Enterprise Java
How to Setup Selenium Grid For Parallel Execution In Different Browsers
Selenium is by far the most used web automation testing tools. One of the reasons behind this huge popularity is…
Read More »