There are dozens of great languages to learn. Today we’ll be breaking down the differences between two of the best: PHP vs Python. Which one is best for your application? Which is going to give you the best return on your development time? We’ll pit these two head-to-head and find out which is the best choice for you. Ease of …
Symfony Performance Improvements: Tips and Techniques
Perhaps you came upon this post while looking at ways to improve Symfony performance. Or maybe you read our comparison of Laravel and Symfony and want to know more. You could have gotten here because you want to write a performant app from the start. Then again, you could just love reading all of Stackify’s blog posts. And who could blame …
Laravel vs Symfony: PHP Framework Comparison
Choosing a good PHP framework provides the right building blocks to make developing your app a breeze. Today we’re going to look at two PHP frameworks: Laravel and Symfony. We’ll compare them, score them, and declare a winner. Along the way, you’ll choose the framework that’s right for you and your product. PHP Framework Similarities Both Symfony and Laravel provide …
PHP Performance Monitoring: A Developer’s Guide
As applications are getting more complex, it’s becoming harder to deliver high-quality applications. Tools like Application Performance Monitoring (APM) are essential for the development process. To get good performance data, developers need to deal with the rising trends of containerization, microservices, heterogeneous cloud services, and big data. To simplify this, and mitigate the amount of in-depth involvement and the time developers spend …
How to Log to Console in PHP
PHP is one of the most popular server-side scripting languages for building web applications because it’s easy to use. No matter what you build, making it easy to log errors is key to ensuring a short code-test-learn feedback cycle. Because PHP was developed way before today’s modern browsers, it didn’t really have an easy way to log errors to the …
PHP Error Log Basics
When developing PHP applications, error logs tend to be underutilized due to their apparent complexity. The reality is that PHP error logs are extremely helpful, especially when configured and used properly. While there are advanced tricks to truly squeeze every last drop of utility out of error logs, this article will cover the basics of configuration and the most common …
A Detailed Guide to PHP Debugging
If you use PHP or you find yourself “adopting” a PHP app (like I did a few years ago), you must know how to debug PHP. In this detailed guide to PHP debugging, you’ll see some debugging techniques that apply to almost any programming language. But don’t worry. I’ll get into the specifics that apply to PHP, from the basics all …
Comparison: Node.js vs. PHP
Both Node.js and PHP are popular platforms for websites, APIs, and other types of web content. They have a few similarities, but their differences far outweigh those similarities. In this post, we’ll take a look at how they stack up against each other. It’s Node.js vs. PHP… let’s get ready for the showdown! Similarities First, let’s take a deeper look at …
PHP Profiling: How to Find Slow Code
I use performance monitoring tools primarily to find slow and buggy code. At the start of development, I typically use the tools more for finding software bugs. Once the codebase is at a relatively stable phase, then I shift my focus toward finding less performant code. Which is why I turn to tools like Retrace to help with profiling for …
PHP Performance Optimization Guide
When developing a web application based on PHP, it’s not enough to just solve the problem and project requirements. Server resources like storage, memory, and number of CPUs contribute to the price of the hosting; that’s why developers should take into consideration these resources when developing web applications. On top of all of these, the application must run smoothly. There …
Stackify Retrace Releases Support for PHP
Stackify was founded with the goal of giving developers the all the tools they need to troubleshoot and monitor their applications. We are very excited to announce that we now have support for PHP monitoring to go along with support for .NET and Java applications. What is Retrace? Retrace is an application performance management (APM) solution that combines code-level performance …
PHP Performance: Five Types of Tools You Need To Know
To all the developers out there, it is highly advisable that every application you build should have tools that will monitor performance and ensure that it runs correctly. There are a variety of tools available that can monitor your application’s performance. Choosing the right tool that caters to your organization’s needs should be a priority. In general, with the numerous …
Display All PHP Errors: Basic & Advanced Usage
If you are having problems with your PHP web application and need to display all the errors and warnings, you are in the right place. In this tutorial, we will explain all the different ways to enable PHP errors and warnings. We will also discuss how to write the errors to a log file and even collect them via the …
PHP Try Catch: Basics & Advanced PHP Exception Handling Tutorial
When PHP version 5 was released, it incorporated a built-in model to catch errors and exceptions. Handling errors in PHP with try catch blocks is almost the same as handling errors in other programming languages. When a PHP exception is thrown, the PHP runtime looks for a catch statement that can handle that type of exception. It will continue checking …
Learn PHP with the Top 25 PHP Tutorials: Resources, Websites, Courses
Selecting the best websites to learn PHP is a nice entrance to the programming world. If you are interested in learning this language, searching online provides tons of PHP tutorial results. Stay calm and don’t get discouraged. PHP skills, though highly technical in nature, can be acquired with the right resources. And by resources, we mean the vast amount of …
Top 8 PaaS Providers for Deploying PHP Applications
Platform as a Service (PaaS) is an innovative cloud computing model that helps to deliver applications over the web. In this model, a cloud provider offers hardware and software tools, typically those required for application development, to the users as a service. The cloud infrastructure provides the ability to efficiently and quickly design and deploy apps and have them functioning …
Top Laravel Tutorial Sites and Resources
At present, Laravel is very popular among PHP frameworks. Despite being an open source framework, it has become a desired technology among PHP developers. It has a neat syntax and comes with a powerful toolkit, especially with the latest releases. There’s no surprise that it is the preferred framework by modern web developers as it is equipped with powerful features …
Get Detailed PHP Tracing with Retrace
Tracing bugs in your PHP code can be very time-consuming. In order to find bugs quickly in your PHP applications, you can use PHP tracing tools. Stackify provides two tools, Retrace & Prefix, which can help with tracing what happens within a web request or transaction. Retrace is a very affordable application performance monitoring solution that provides centralized logging, error …
- Page 1 of 2
- 1
- 2




















