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.
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.
The field of web technology is constantly changing, so as a web developer a part of your skill set must be learning. Learning is great and gives you new skills and knowledge to help you get better at your job. But the longer you spend learning, the less money you are earning! This post will go through some other ideas of different ways of learning.
Recently I was asked for some advice helping a guest house to promote their business online. I gave a few suggestions of the top of my head, but I thought I would try and explain some of these ideas in more detail.
A friend of mine has recently introduced me to the Laravel php framework, and I have to say I am very impressed! I have been developing with php for a few years now, but it has mostly been building on top of what others have already built and I hadn’t really started my own project from scratch. This time, I thought I would use Laravel for my new project.
Latest Posts
I would like to introduce a new Laravel package I have been working on for a little while called Bulma Blade UI. It offers a set of reusable Blade components with the Bulma html structure and CSS classes, as well as basic authentication views for use with Laravel Fortify, ready to go with minimal setup.
I recently discovered that you can test an artisan console command very easily in Laravel 8 and make assertions on the output. In this example we are going to make a console command to import some products into our database from a csv file and then test they are all added as expected.
Sometimes, no matter what solution you use to build your system, there comes a point where everything tends to grow a bit big and edges towards being unmanageable. Luckily Livewire offers a solution to this problem.