Keeping a web application secure is very important. Here are some links I found that I wanted to keep for later: https://securinglaravel.com/p/security-tip-protect-your-env-file Dude who can audit security
Some Laravel packages I find useful: Agent A PHP desktop/mobile user agent parser with support for Laravel, based on Mobile Detect with desktop support and additional functionality. https://github.com/jenssegers/agent In a nutshell, it will give you information about the tech your user is using to access your laravel app, including whether or not they are a robot. It’s…
When creating mobile phone applications for iOS, there is a whole load of background checking that Apple’s systems do before they’ll let an app run on your iPhone. To the point that it isn’t really your iPhone. It’s theirs that they’re letting you use. A lot of the checking comes down to what is says…
A common question I am asked when I tell people I’m a software engineer is this: “I’ve got an idea for an app. How do I build it?” So in this article I’m going to explain a little bit about how to build mobile apps. Now I don’t mean to be flippant, but asking a…
So we’re going to assume you have a web app, something like RightMove. You can browse properties and if you like them, you can click a little heart icon which will add a particular property to your favourites list. But we’re not going to refresh the search page every time the user clicks the heart.…
As a coder, I regularly find myself trying to do things I’ve never done before, so learning new stuff is still a very big part of my job. This can lead to excruciating days of zero progress on projects. This post is just a few notes about how to code faster. In other words, a…
Between March 2021 and now, I have built an internet platform. All by myself. After qualifying from Makers Academy, this seemed like the ultimate full stack development challenge. The way I saw it, if I succeeded, I’d have my own startup, and if I failed, I’d at least have a great interview story. How many…
I’m sorry to admit that it’s taken me over a year since graduating from Makers to actually get my teeth into mobile development. Now, to be fair, my wife and I have had a baby in that time which does turn your world upside down for a while. But still, a year is a long…
Of course, there are multiple reasons that certain languages and frameworks may or may not be used for certain projects, but for your average CRUD app (which let’s be honest is MOST apps), PHP based framework Laravel for web and backend; and JavaScript based framwork React Native seem to cover all the basis for creating…