
Similar Posts
Mastering Laravel 12 Events: How to Define and Control Listener Execution Order with O(1) Complexity
ByAdilIntroduction If you’ve been working with Laravel 12, you already know that the event–listener mechanism is one of the most powerful features of the framework. Events allow you to decouple your application logic, while listeners react to these events with specific actions. But what happens when an event has multiple listeners and their execution order…
Spring AOP and Kotlin coroutines – What is wrong with Kotlin + SpringBoot
ByAdilAre you using Springboot and Kotlin? Have you heard about spring AOP? If not then some of spring annotations like @HandlerInterceptor, @Transactional may not work as you except. What? AOP Proxies and Suspending Functions: Spring AOP primarily relies on creating proxies around your beans. When you apply an aspect to a method, Spring creates a…
Freeware Android Paint with source code…
ByAdilUsing the Android Paint app, one can draw geometrical shapes and free hand drawing on an Android device. In the future version i will refine the app to give the user more drawing options and more regular shapes to draw. To start with, one will have to choose from the menu options and then draw….
Peacemaker season 2 makes a big change to Sasha Bordeaux’s DC comic book origins story, and some fans might not like it
ByAdilPeacemaker’s latest episode reveals Sasha Bordeaux’s DCU origins story, and it’s a departure from her literary counterpart’s backstory. 🎬 Watch the Video
Logitech is calling the new Astro A20 X the ‘ultimate console gaming headset,’ but it’s got two disappointing traits
ByAdilLogitech G’s Astro A20 X offers a lot of connectivity for its price, but the design feels a bit uninspired. 🎬 Watch the Video
Automate CloudWatch Agent Setup on EC2 with Terraform and AWS SSM
ByAdilAutomate CloudWatch Agent Setup on EC2 with Terraform and AWS SSM Managing monitoring agents across EC2 instances can be challenging, but AWS Systems Manager (SSM) simplifies this with seamless automation. This post demonstrates how to use Terraform to deploy the CloudWatch Agent automatically to EC2 instances tagged for monitoring with both Linux and Windows configurations….