Web News & Insights

PHP 7 vs HHVM – Which One Should You Use?

php 7 vs hhvm

PHP is still considered the favorite scripting language of many web developers, and its newest version greatly outperforms its predecessor; however, a little virtual tool capable of executing PHP code called HHVM has been turning heads for the last half-decade thanks to its superior performance over PHP 5. Now that PHP 7 has been out for almost a year, why is the PHP 7 vs HHVM debate still ongoing?

Read More

Best IDE Software – a List of the Top 10

best ide

Whether you’re a seasoned developer or you’re just learning how to code, staying on top of the latest integrated development environments is a constant challenge. Truthfully, there is no best IDE for everyone. The best IDE is the IDE that works best for you, so below is a selection of 10 of the most popular choices to help you figure out which one to pick.

Read More

Front End Optimization – 9 Tips to Improve Web Performance

front end optimization

In today’s digital world, there are millions of websites accessed every day for a variety of reasons. Unfortunately, many of these websites are clunky and bothersome to use. Poorly optimized websites are plagued with a variety of issues including slow loading times, being non-mobile ready, browser incompatibilities, and so on.

Read More

Running High Traffic Websites – 8 Things to Consider

high traffic

When your website receives thousands of visitors every day, the underlying infrastructure must be able to support the traffic. High traffic means a large number of simultaneous requests from users expecting fast load times. Delays can cost you visitors, reduce revenue and undermine your reputation.

Read More

Icon Library Resources – Top 16 Most Popular

icon library

Icons are some of the most-used graphics in web and application design. They’re so commonplace, in fact, that most non-designers take them for granted. For designers, though, icons are more than just graphical afterthoughts. They’re guideposts that lead web visitors and app users through a complex set of interactions with their favorite sites and tools. Such icons might be flat in design terms, but they’re certainly not lifeless. They’re a crucial component of user experience, and designers must pick them with care.

Read More

What Is the Difference Between IPv4 and IPv6?

difference between ipv4 and ipv6

As a web developer or website owner it is always good to stay informed about how changing protocols, such as IPv4, IPv6, and even HTTP/2 affect us. IPv4 addresses are pretty much exhausted now which means the world is transitioning to IPv6. This enables the internet to continue to grow and ensure that as many devices as possible can connect to the internet. Today, we want to dive into the difference between IPv4 and IPV6, and also touch on the subject of what happened with IPv5.

Read More

Top 10+ Log Analysis Tools – Making Data-Driven Decisions

log analysis tools

We live in a time where data is recorded and logged for just about everything. Whether it is for web server uptime, JavaScript errors, database queries, CDN traffic, Nginx errors, etc. You name it, and you can probably log it. In a previous post, we discussed the importance of integrating a log management service into your DevOps workflow. Having centralized logs can be great, but you also need to be able to analyze them efficiently. So today we want to cover the top 10+ log analysis tools which you can use to better parse your logs, run live tail searches, and query the specific log data you need.

Read More

40+ Best Web Development Blogs of 2016

web development blogs

In the world of web development, those who become experts usually do so by learning from their predecessors. Reading and following the right web development blogs makes it much easier to get a solid education. That’s why in this post, we’ve compiled a list of the top web development blogs that will help you find your footing and acquire essential skills in modern web dev.

Read More

Latency Optimization – Tips for Optimal Performance

latency optimization

Network and DNS latency play a huge part in determining just how fast your website or application loads. It will always be there to some extent as you can’t get past the laws of physics when it comes to delivering content. The further the content has to travel, the greater the latency. However, that doesn’t mean there aren’t ways to decrease it. In today’s post, we want to share with you a few latency optimization tips which will help ensure the fastest load times for your visitors.

Read More

WordPress Performance – Breaking It Down by HTTP Requests

wordpress performance

WordPress can be a tricky beast as they say when it comes to web performance. Especially if you are comparing it against others running static sites. Because WordPress is based on PHP and most of the content is dynamically generated, it means you need to find other ways to optimize. In today’s post, we are going to dive into a fresh WordPress install and take it apart piece by piece, or rather by HTTP requests, to hopefully help you gain a better understanding of WordPress performance. WordPress can load a lot faster than what some people might lead you to believe!

Read More