In some cPanel environments where your website is hosted on shared hosting, it can be very difficult to find a way to evaluate JavaScript. In this post, I’ll share a method I discovered that allows you to execute JS on a shared host directly from PHP code.
How to Add Integration Tests to a Golang Gin Project
Integration testing helps ensure that different parts of your application work correctly together. This guide will show you how to add integration tests to a Golang project using the Gin framework.
How to collect Users' addresses in Stripe
If you’re working with Stripe and realize that the account didn’t collect old users’ billing addresses, you might need a way to retrieve them. This can be important for legal or compliance reasons.
My workout playlist
Maintaining my physical and mental health is a priority, and running and working out have become key components of that. I try to make time for exercise after work or on weekends when the weather is good and when I have time. It’s a great way to de-stress and stay in shape after long hours at a desk.
Integrate Pac-Man Contribution Graph into Your GitHub Profile
Want to add a fun and interactive touch to your GitHub profile? You can integrate a Pac-Man game into your contribution graph using GitHub Actions! This method automatically updates your profile every 24 hours with a Pac-Man animation that plays across your contributions. Here’s how to set it up: