Skip to main content

· 3 min read
Iain Cambridge

Building an admin system is a requirement for most plans. But since it's not customer-facing it's not of much importance and the actions are often less complex than the customer-facing system. Often the best way to build your admin system is to use a bundle/package that provides the skeleton framework. Here we'll go over the options.

· 2 min read
Iain Cambridge

Another week, another release! The release train keeps choo-choo'ing. This week it's a rather small release. But it does bring a rather important feature. The ability to limit features on plans. Previously, a plan could only have limits. This meant there was some awkwardness when you wanted to limit a feature that doesn't have limits/countable things to a plan. Today, that awkwardness is over.

· 6 min read
Iain Cambridge

While we all enjoy to write code, we all also need to make a living. Many people get into web development just to make money, and that's fair too. Sometimes people want to use their skills to create some financial safety or freedom for themselves, and we're all for that too. So here is how you can make money as PHP/Web developer.

· 6 min read
Iain Cambridge

Building software is difficult and it's easy to make mistakes. To help developers keep the quality of their code high, developers have created an array of tools to help. From testing tools to ensure the code works to code styling tools to ensure code is consistently readable to Linters.