const Adam_Thomas = {
pronouns: "he" | "him",
location: "UK",
position: "Senior Developer @ WeBuyAnyPhone",
technologies: {
backEnd: {
php: ["Laravel", "Livewire"],
},
frontEnd {
javascript: ["Alpine.js", "Vanilla", "ES6", "jQuery"],
},
devOps: ["Nginx", "Apache", "Docker"],
databases: ["Mongo", "MySql", "SQL server", "PostgreSQL"]
}
}
I'm not the most active on social media as I feel that you can end up spending to much of your life endlessly scrolling and achieving nothing with your time.
Stack Overflow is KING! The number one go to resource to find answers for development questions.
I code everyday on my MacBook Pro, setup to run a local web server using Laravel Herd. My IDE of choice is PHPstorm however if we were to just be going for freely available IDE's I would highly suggest using Microsofts Visual Studio Code. And for my day to day text edting needs I use the wonderful Sublime Text editor.
Whenever I need to check out any API's or test my own developed endpoints Postman is my go to tool for this and you really have to hand it to the developers of this great piece of software, it'e easy to use and the free version covers almost all use cases.