Add more flexibility to your Quarkus application by having configurable properties, allowing features/beans to be changed before runtime.
Category: Programming
Quarkus Guide: Contexts and Dependency Injection
Learn the basics of Quarkus with a demo and explanation of the concepts of Contexts and Dependency Injection (CDI).
Dependency Injection – IoC
In this post, I explain a technique used to implement Inversion of Control, namely Dependency Injection.
Some ideas for creating an Antivirus
In this post I discuss some ideas I've had and captured from my little experience in this hard topic.
What are Multi-Level Pointers
Whether you're a programmer or a reverse-engineer, you have probably dealt with those before, maybe even had a hard time understanding them.
Even if you have already used them in game hacking there's a high chance you don't know what they are at the high-level (C/C++)!