We’ve all been there, asked someone a question and instead of answering your question they ask you another question. I’m guilty of it myself, I’ll freely admit it. So what’s the best way of getting a quick decision out of someone?
We’ve all been there, asked someone a question and instead of answering your question they ask you another question. I’m guilty of it myself, I’ll freely admit it. So what’s the best way of getting a quick decision out of someone?
What’s the most non environmentally friendly thing you can think of? How about the road. Let’s change that!
Last week I went on holiday abroad and as data was not included on my contract for that country I had to turn data roaming off. I also had to go into aeroplane mode on the flights there and back. The result was no app notifications for a week.
I’m a web developer by day for a large business. Luckily, they are already very well established and they get lots of visits each day. But starting from scratch with promoting my own website has been very daunting, but also very rewarding.
The other week I was lucky enough to get a ticket to Generate Conference by .net Magazine. There were some really interesting talks, some technical, others more inspirational.
I was recently asked to update the website for Orkos House. The old website was built with a free website creator and used tables for the page layout. It had some great images and I saw a lot of potential for this site.
Latest Posts
I have been using prettier for a few years to automatically format code, especially JavaScript and TypeScript projects, as it helps standardise the output on a shared code project. I have maintained a few different Jekyll themes over the years and wanted to use the power of prettier to automatically format code consistently.
I decided to try out React Native to build a native app and see how it works. I’m an experienced web developer but have limited knowledge of apps. I helped build an app using Apache Cordova and PhoneGap many (many) years ago and also worked on another app using the ionic framework a few years later. If I’m honest I can’t really remember how they worked as it was so long ago, so it was kind of like starting fresh for me.
A while ago I wrote about how to use a many to many relationship in Laravel, (all the way back in April 2019). Now I want to build on this example and show how you can query many to many relationships, but also how you can add additional constraints to the query to further filter your results.