PHP
Generating unique, random-looking voucher codes
Generating one voucher code is easy, but what if you need to generate thousands (or millions) and you need to be sure that each voucher code is unique? In this post, I will explain how Read more…
Generating one voucher code is easy, but what if you need to generate thousands (or millions) and you need to be sure that each voucher code is unique? In this post, I will explain how Read more…
My colleague Brent makes the case for targetting and uses the latest PHP version. Read More
Frank De Jonge recently give a very nice introdution to event sourcing. Here’s the recording If you want to know more about event sourcing, you’ll be happy to know that my team is creating a Read more…
Don’t be afraid of friction when learning new things. Read More
Let’s see what CORS is actually doing, and why it’s actually our friend. Read More
Here are 5 simple Laravel tips and tricks that you can start applying and using in your Laravel applications right now! Read More
My colleague Alex recently fixed a strange problem with Redis. Read More
FullCalendar is a JavaScript library which uses for displays calendar on the website with the scheduled event. It is used for managing events. We can add, modify and delete the event very easily. Here user can only give the title for a Read more…
We know there are LOTS of tutorials on youtube and everywhere for beginners, but what about SSr. and Sr. developers? where do you learn new tricks about PHP? do you have specific sites/blogs to read Read more…
Sending an Email is a very common functionality in any web application. For example, we can send welcome Email when user register on our website, send a newsletter Email, sending an invoice, sending a birthday Read more…