It is certain that OpenClaw(formerly Moltbot, Clawdbot) has some merits to it, but is there a way to use it while also keeping your data safe? This is the question I think about every time it is mentioned. Let s first go over what OpenClaw is and then discuss its upsides and downsides. OpenClaw (formerly Clawdbot, Read More The Good, The Bad and The Ugly Of OpenClaw The post The Good, The Bad and…
I am sure If you’re interested enough to read this blog, you are familiar with the zero-day exploit discovered recently in the log4j library which allows remote code execution. I believe we can agree that it is the most dangerous type of vulnerability. In this post, we’ll examine which applications are vulnerable, how this exploit Read More Understanding Log4Shell -A Log4J Zero-Day Exploit The…
Sorting data efficiently has always been a challenging task in computer science but there is also another challenge you will encounter after you tackle the sorting. Keeping your data sorted while updating it. Imagine having a CONTENT table that stores thousands of contents and you allow content management users to manipulate the order of the Read More Lexorank — Managing Sorted Tables With Ease…
Circuit Breakers are one of the best tools in our toolbox to use while creating a backend structure with dependent modules. In this post, I will try to set up a basic Hystrix Circuit Breaker example and demonstrate some different configurations. For demonstrating this concept I ve created two Spring Boot applications called producer and consumer. Read More Basic Hystrix Circuit Breaker…
While Whatsappocalypse continues to grow at a rapid pace I ve decided to take it to the next level and help you pay attention to a different aspect of mobile privacy. Many apps we re using are collecting information about our devices and what s in them. This might sound less creepy than WhatsApp spying on your chat Read More Run Android Apps In Sandbox For Privacy [With Island] The post Run…