Uncategorized

CI/CD: Your best dev friend… or worst emotional enemy?

At some point, we all wanted just a simple pipeline.Now it runs 47 steps, deploys to 6 environments, and fails at step 38 with an error that only exists on Friday evening. GitHub Actions: “Copy-paste this from Stack Overflow, it’ll be fine.”GitLab CI: “Let’s make everything a YAML block. Especially pain.”Jenkins: “I’ve seen things. I […]

CI/CD: Your best dev friend… or worst emotional enemy? Read More »

How IoT Events are transformed in a mediation system?

Do you know how 𝗲𝘃𝗲𝗻𝘁𝘀 generated by your 𝗜𝗼𝗧 𝗱𝗲𝘃𝗶𝗰𝗲𝘀 and 𝘀𝗲𝗻𝘀𝗼𝗿𝘀 can help monitor various parameters and even 𝗮𝘂𝘁𝗼𝗺𝗮𝘁𝗶𝗰𝗮𝗹𝗹𝘆 𝘀𝗲𝗻𝗱 𝗼𝗿𝗱𝗲𝗿𝘀 for purchase if you’re low on grocery items? Check out this image that highlights some key steps!

How IoT Events are transformed in a mediation system? Read More »

Java performance: Native build vs vanilla .jar running on JRE

Have you ever compared the performance of a Java-based application running through the 𝗝𝗮𝘃𝗮 𝗥𝘂𝗻𝘁𝗶𝗺𝗲 𝗘𝗻𝘃𝗶𝗿𝗼𝗻𝗺𝗲𝗻𝘁 with a 𝗻𝗮𝘁𝗶𝘃𝗲 𝗲𝘅𝗲𝗰𝘂𝘁𝗮𝗯𝗹𝗲 compiled using GraalVM? For many years, I strongly associated Java with being an interpreted language that requires the JRE to run applications. However, a few years ago, something big happened, and now there are projects

Java performance: Native build vs vanilla .jar running on JRE Read More »

Warning notification during TricePorter startup in Windows

Some of the Windows users have expressed their concerns about the first startup of the TricePorter application.Upon launching the application, Windows displays a message indicating that the application is not signed and requires additional confirmation to proceed. Additionally, Windows Defender may interfere with the startup process and prompt users to make certain choices.We are aware

Warning notification during TricePorter startup in Windows Read More »