…ean, Agile, Waterfall; there are dozens of project management methodologies out there, and each one works to abstract your project into a common series of tasks and formulas. When it comes to software engineering, this can become complicated. For instance, it can cause issues between developers and managers whose organization styles…
…ebsites now use some sort of animation to make their landing pages more appealing. Thankfully, there are many libraries which allow you to animate elements on a webpage without doing everything from scratch. In this tutorial, you will learn about one such library called mojs.The library is very easy to…
…e previous tutorial, we used mojs to animate different HTML elements on a webpage. We used the library to mainly animate div elements which looked like squares or circles. However, you can use the Html module to animate all kinds of elements like images or headings. If you actually intend…
…e first and second tutorials of this series covered how to animate different HTML elements and SVG shapes using mojs. In this tutorial, we will learn about two more modules which can make our animations more interesting. The ShapeSwirl module allows you to add a swirling motion to any shape…
…e a must have for every website. They encourage your site visitors to engage with you while potentially lowering the amount of spam you get. For businesses, this engagement with visitors increases the chances of turning them into clients or customers and thus increasing revenue. Whether your need is for a simple…
…espective of the application you're dealing with, testing is an important and often overlooked aspect that you should give the attention it deserves. Today, we're going to discuss it in the context of the Laravel web framework.In fact, Laravel already supports the PHPUnit testing framework in the core itself. PHPUnit…
…e react-router and react-transition-group modules to create multi-page React applications with page transition animations.Preparing the React AppInstalling the create-react-app PackageIf you've ever had the chance to try React, you've probably heard about the create-react-app package, which makes it super easy to start with a React development environment.In this tutorial, we…
…ere are lots of JavaScript frameworks out there. Sometimes I even start to think that I'm the only one who has not yet created a framework. Some solutions, like Angular, are big and complex, whereas some, like Backbone (which is more a library than a framework), are quite simple and…
…e'll focus on finding and fixing poor page load times with Raygun. But before we do that, let's discuss why slightly longer page load times can be such a big deal.One of the most important things that you can do to make a good first impression on potential customers or…
…e lifeblood of web development.It may be a general-purpose scripting language, but it powers WordPress, Drupal, Magento, and more; not to mention the thousands of individual PHP scripts available. If you've got a problem that needs an online solution, more than likely, you can solve it by creating a PHP script—or by downloading…