Recently I decided to switch from Bootstrap to Bulma because there are so many Bootstrap websites out there and I was ready to try something new. Bulma is fully based on flexbox and does not come with the
Web Development
Recently I decided to switch from Bootstrap to Bulma because there are so many Bootstrap websites out there and I was ready to try something new. Bulma is fully based on flexbox and does not come with the
Let’s Encrypt is a very nice initiative that provides free SSL certificates. The downside is that they are only 4 months valid and need to be renewed after that period. It can be a hassle if you run
Here’s a short guide on how to create a Shopify App with Laravel framework. You can register on Shopify as a partner for free here: https://www.shopify.com/partners After you have registered, you will be able to create a development store where
Having the need to create a Laravel web application that uses oauth to authenticate users, I thought I would share my experiences on how to accomplish this. I will be using Laravel 5.1 and Socialite to accomplish this. Skipping through