We use cookies on this site to enhance your user experience
By clicking the Accept button, you agree to us doing so. More info on our cookie policy
We use cookies on this site to enhance your user experience
By clicking the Accept button, you agree to us doing so. More info on our cookie policy
Its easy to start writing code without thinking about the organisation, but take some time to plan and it will reward you later. Sometimes a new project is so exciting you just want to start coding and making things work, thinking that you will sort out the structure at a later date. After all, who cares as long as it works, right?
There is a great tool available called Page Speed insights. It gives you an easy to use tool that you can use to measure the speed of your site out of 100. It gives you hints and tips about how you can improve the score of your site, through compressing JavaScript, reducing server response time and eliminating render blocking JavaScript and CSS. The idea being it gives visitors to your website the best experience.
What’s the best way to show what you can do? With your own website of course! That’s why I’ve decided to redesign my website.
Whenever I search for an example of how someone has produced an effect or animation in JavaScript the majority of the time I end up finding jQuery examples instead of native JavaScript.
No matter how great your office environment is, sometimes you need to escape and spend some time in the real world. The office can be a great place to work, with everything you need in easy reach, like your favourite coffee mug and your chair in just the right position and it can feel like you are making real progress. Sometimes, its too easy to get carried away with designing and creating something you think people need, but you haven’t actually asked if they need it!
Don’t you just hate writers block, whether its writing an email, a blog post or the latest chapter in your novel… umm, where was I? Oh yes, here are some ideas to help keep your creativity and the words flowing.
Latest Posts
There are lots of possible hosting solutions available for Laravel, from Forge, to Vapor to the new Laravel Cloud. I’ll start out by saying that these other solutions are much easier to get up and running than beanstalk, but I thought I’d share some of the “fun” I had getting it up and running.
I recently had to write a test for a React component that opened a new browser window. To open the new window I made use of window.open() in my code. This made the component easy to write, but I had to think a bit differently about how to write the test for this.
There has been a lot of discussion on Threads recently about becoming a writer, but don’t give up your day job. I have seen a lot of arguments from all sides, some people saying they became a successful full time writer, others saying they would never give up their job, then there are others who became writers full time then went back to another job. Writing has always been a hobby for me, but this discussion has made me think more about why I write.