Tag: web apps
-
Single Responsibility Principle and Laravel
Reading Time: 9 minutes Developers across the industry are familiar with the Single Responsibility Principle, the idea that our classes, or our functions should have one and only one job to do. This idea helps us better document, understand, write, and update our own code as well as the code of a team member or open source project. The […]
-
Where the hell are all the web apps?
Reading Time: 4 minutes Have you ever downloaded an app on your phone or tablet and then tried to access your account from that app on a browser, only to find out that a web-version of the app doesn’t exist? In the age of iOS and Android app development, it can be surprisingly easy to forget that the first […]