Hi, I am Djole Arsenovic
Pragmatic Code for Real-World Apps.
I’m a web developer from Serbia 🇷🇸. I write about Laravel, React, JavaScript, Testing, and building robust applications that solve real problems.
// Welcome to djolecodes.com
class Developer
{
public string $backEnd = 'Laravel & PHP';
public string $frontEnd = 'JS & React';
public bool $employeed = true;
public string $location = 'Serbia 🇷🇸';
public function getMission(): string
{
return 'Share pragmatic solutions';
}
}// djolecodesLatest Articles
My latest thoughts and tutorials on development.

About me
I’m Djole Arsenovic.
I’m a pragmatic web developer from Serbia 🇷🇸 with a passion for building real-world applications. With over 8 years of experience, I specialize in backend development with Laravel, Testing with Pest, and modern frontend technologies, like React.
This blog is my digital garden — a place where I share my solutions to the problems I’ve faced, hoping they can help you, too. I believe in clean code, robust testing, and continuous learning.
When I’m not coding, you can find me exploring new technologies, contributing to open-source, or enjoying a good cup of coffee.