This article serves as the first of a series on unit testing in PHPUnit aimed at providing a fundamental understanding of unit tests at a basic level through ex...
One of the most prominent ways to create access to a microservice today is through a RESTful API. REST has great advantages over other protocols like sockets th...
My first experience on CentOS is on my first job after graduation — 2009 and it’s about 2 years plus experience on CentOS at that time. Never really had an idea...
Shorty is an intrepid, self-hostable open-source link shortening web application with a robust API. It allows you to host your own URL Shortener, to brand your...
One way you will communicate with your users is via emails. But under large loads, sending emails can become expensive with your server resources. The steps tha...
The key element is the .pem file that is generated from the .p12 file. To generate .pem, place the .p12 file in a folder in desktop. Terminal will ask the passw...
With Laravel I truly feel like an artisan. I run laravel new idea and I suddenly I have a powerful, unobtrusive, fast, and beautiful project ready to craft. Fra...
Sharp is an open source content management framework built with care for Laravel. You can find several presentation posts on Medium, starting here, and the repo...
While working on a JavaScript project, I discovered a highly useful practice called linting. Linting is performed by software called linters, which detect codin...
This very day, the long life of PHP 5 as ended. Announced in 2014, PHP 5.6 became the final version from the team behind the language, as they decided to take a...
For me the tooling to do my development is mostly sticking the same for every year because I have habits just like you do. I also don’t like change. Figuring ou...
Why UTC? Because it’s Coordinated Universal Time. Universal means it’s a standard understood anywhere. This way you can reuse your code anywhere move safely you...
lionix/seo-manager package will provide you an interface from where you can manage all your pages metadata separately and get dynamically changing content. Let’...
Pada tutorial kali ini, saya akan mendemonstrasikan bagaimana memanfaatkan React sebagai front-end framework dan Laravel sebagai back-end-nya. Pada dasarnya kit...