development
-
Laravel with InertiaJS
I’m not sure when this whole backend vs frontend battle started in my head. But I’m mainly a backend developer. Ever since…
-
User Roles Many to Many
Another way to design user roles in your application is to create a many to many relationship. This means many users can have many roles.
-
Vagrant and Laravel Timed Out While Waiting for the Machine to Boot
I have been able to develop Laravel applications on my Windows 10 environment for quite some time using Homestead. Recently, I have…
-
User Roles One to Many
There are many ways to handle user roles in an application. One way is to create a role(s) that have many user(s) or a one to many relationship.
-
Laravel Dev Environment in Ubuntu 18.04
Here is how to set up a Laravel dev environment on Ubuntu 18.04 LTS Bionic Beaver.
-
Laravel Homestead on Windows Issues
I really want to use Windows and Laravel Homestead as a dev environment so that I don’t have to keep pulling out…
-
Laravel Development on Windows 10 Using Linux Subsystem
This is a guide on how to configure Windows 10 using the Fall Creators Update released in October 2017. I will be…
-
Laravel 5.4 with Foundation 6.3
I wanted to share how I got Foundation Site 6.3 to work with Laravel 5.4 and webpack. I tried this on a…
-
Curl Error 60 with SSL Certificate
I am writing an app using the TMDB API. It uses CURL to access the API. I get the following error. …
-
Configuring Windows Server 2012 to Run a Laravel Application
My latest project required me to use the Laravel framework and use a MSSQL Server backend. To do this, I will be…
-
Moving back from Jekyll to WordPress
A few years ago I shared that I will be moving away from WordPress to Jekyll – a static site generator.…
-
Using Windows for Development
It’s been a few months since my 2011 Macbook Pro died. I’ve tried to find a replacement since. With rumors of a new Macbook Pro announcing soon, I haven’t found any justification to replacing it with another. I did however, purchased a 2015 12” Macbook. I bought for my son and I was planning to use it as a secondary development machine. I’m not expecting it to be a powerhouse laptop which is why it won’t be a primary device. I will share my thoughts on that once I play with it more.
-
Upgrading to Jekyll 3
On October 26, 2015, Jekyll 3.0 was released. You can check out the blog post athttp://jekyllrb.com/news/2015/10/26/jekyll-3-0-released/. I decided to try it out…
-
Developing on OSX Yosemite
I shared how I configured Windows 10 for my web development needs. In this post, I will share how I configured OSX…
-
Using SSL Certificate for Websites hosted in AWS S3
I have been hosting static websites on Amazon’s S3 service for a few years now and it’s been great. It’s affordable, simple,…
-
Developing on Windows
I recently started running Microsoft’s latest operating system Windows 10. As a developer, I have preferred developing on OSX or a Linux…