Anything under the sun...

Posting everything worth sharing. Topics related and not related to my work. Experiences. Tutorials. Tools.

Tips: Useful WordPress Constants

As a web developer I often deal with wordpress clients wanting to build, change or migrating their websites to a different platform. There are times, you deal with different environment on setting up your configurations.

Continue Reading

Securing Your Website with Let's Encrypt

Let's Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Research Group (ISRG) Prerequisite You should have a working httpd server setup – Apache2 or Nginx before you continue.

Continue Reading

Laravel Passport with Grant Type Password in Postman

Laravel Passport is a great application when building API into your application. Integrating OAuth is now fast and easy. With just few commands, you will have a fully working OAuth server. Having that, we need a client that can interact with our server. Postman is a handy REST API client.

Continue Reading