Senior Software Engineer
Hi, I am a Senior Software Engineer at Atyantik, skilled in Laravel, Livewire, and Filament, with strong knowledge of Core PHP, WordPress, and CodeIgniter. Experienced in payment gateway and API integrations, including OpenAI APIs and Docker. I follow PSR-12 standards, leverage Git and excel in Agile development. A quick learner, problem solver, and reliable team player dedicated to delivering quality solutions.
Do you know why CPU cache is faster than RAM? Most people assume RAM is the fastest memory in a computer. It’s not. Hidden inside every processor is a tiny memory called CPU cache — and it can be up to 100 times faster than your RAM. Here’s why. What Is CPU Cache? CPU cache is a small, ultra-fast memory […]
If you’ve ever peeked inside a WordPress database — even just out of curiosity — you’ve probably stumbled across something that looks like this: a:2:{s:5:"color";s:3:"red";s:4:"size";s:5:"large";} You probably recognized it right away — that’s PHP serialization. And it’s hiding in WordPress databases everywhere — quietly doing its job while most developers never give it a second […]
Introduction Understanding WordPress hooks and request lifecycle is one of the most valuable skills a WordPress developer can have. Every time a user visits a WordPress page, a detailed sequence of events fires behind the scenes — and WordPress hooks let you tap into that sequence at precisely the right moment. This post is your […]
JavaScript has come a long way, and modern features like ES6 and beyond have given developers powerful syntax to solve problems concisely and efficiently. Modern JavaScript One-Liners are a great way to write elegant and expressive code that accomplishes tasks in a single line. Here, we’ll explore some practical, JavaScript one-liners that you can use […]