Skip to content
  • Homepage
  • HTML
  • CSS
  • Symfony
  • PHP
  • How to
  • Contact
  • Donate

Teach Developer

Articles, Guides & Tips

Category: Top Tutorials

What is SSH in Linux?

Posted on January 2, 2024January 2, 2024

SSH stands for Secure Shell, and it is a network protocol that provides a secure way to access and manage a remote computer over an unsecured network. In the context of Linux, SSH is widely used for secure command-line access to servers, allowing users to execute commands, transfer files, and perform other administrative tasks on…

Read More “What is SSH in Linux?” »

Tips, Top Tutorials, Ubuntu

How to Delete Files in Ubuntu Command Line

Posted on January 2, 2024January 2, 2024

When you are new to the command line, even the simplest of the tasks may leave you searching the internet. Take the removal of files for example. You don’t have the luxury of right-clicking and opting for the delete option here. But when you know the right commands, things are not as scary. To delete…

Read More “How to Delete Files in Ubuntu Command Line” »

Tips, Top Tutorials, Ubuntu

How to Deploy a React application on a cPanel

Posted on October 8, 2023October 8, 2023

post is about how to deploy React app in a sub-directory on cPanel. So, for this, you need a React Application setup and a cPanel ready for deployment. You can host React app on Firebase or any free hosting as well. That, I will cover in another post. React App cPanel/WHM Once, you are ready, let’s start…

Read More “How to Deploy a React application on a cPanel” »

How to, React, Top Tutorials

How to use events listeners and Event Subscriber in Symfony

Posted on July 21, 2023July 21, 2023

We use events to perform some tasks if an event occurs, these tasks can be achieved by using the followings: 1. Event Subscriber 2. Event Listeners Event Subscriber vs Event Listeners They both serve the same purpose but have different implementations. Both trigger some functions in the specific time of processing data by Symfony. We can declare…

Read More “How to use events listeners and Event Subscriber in Symfony” »

How to, PHP, Symfony, Top Tutorials

How to Convert PHP CSV to JSON

Posted on June 10, 2023June 10, 2023

JSON format is a widely used format when dealing with API development. Most of the existing API responses are in JSON format. Converting CSV content to JSON format in PHP is easy. In this article, we will look at various methods of achieving this conversion. The above quick example in PHP converts the CSV file…

Read More “How to Convert PHP CSV to JSON” »

PHP, Top Tutorials

TOP 10 MOST POPULAR PROGRAMMING LANGUAGES IN 2022

Posted on October 1, 2022October 1, 2022

Most Popular Programming Languages Javascript Python Java C/C++ C# PHP GO Kotlin Scala R 1. JavaScript According to the stats, there are almost 1.8 billion websites in the world. And about 95% of them run with the help of Javascript. A Bit of Javascript History Javascript originated in the labs of Netscape as part of…

Read More “TOP 10 MOST POPULAR PROGRAMMING LANGUAGES IN 2022” »

Top Tutorials

PHP 8.1: read-only properties

Posted on September 25, 2022September 25, 2022

Writing data transfer objects and value objects in PHP have become significantly easier over the years. Take for example a look at a DTO in PHP 5.6: And compare it to its PHP 8.0’s equivalent: That’s already quite the difference, though I think there’s still one big issue: all those getters. Personally, I don’t use them…

Read More “PHP 8.1: read-only properties” »

Top Tutorials

PHP 8: Attributes

Posted on September 25, 2022September 25, 2022

As of PHP 8, we’ll be able to use attributes. The goal of these attributes, also known as annotations in many other languages, is to add metadata to classes, methods, variables, and whatnot; in a structured way. The concept of attributes isn’t new at all, we’ve been using docblocks to simulate their behavior for years…

Read More “PHP 8: Attributes” »

Top Tutorials

Dealing with deprecations

Posted on September 25, 2022September 25, 2022

1. Deprecations are helpful It’s a common complaint: “why do my PHP scripts break with minor version updates??”. And quite right: PHP has a tendency to add deprecation notices in minor releases, which tend to be audibly present when upgrading a project. It’s important to understand what deprecations are about: they aren’t errors, they are notices….

Read More “Dealing with deprecations” »

Top Tutorials

What’s new in PHP 8.2

Posted on September 25, 2022September 25, 2022

PHP 8.2 will be released on November 24, 2022. In this post, we’ll go through all features, performance improvements, changes, and deprecations one by one. Readonly classes rfc This RFC builds on top of them and adds syntactic sugar to make all class properties readonly at once. Instead of writing this: You can now write this: Functionally, making…

Read More “What’s new in PHP 8.2” »

Top Tutorials

Categories

  • Codeigniter (3)
  • CSS (11)
  • eCommerce (1)
  • Framework (1)
  • Git (3)
  • How to (43)
  • HTML (5)
  • JavaScript (15)
  • Jquery (7)
  • Laravel (1)
  • Linux (4)
  • Magento-2 (1)
  • Node js (4)
  • Others (2)
  • PHP (11)
  • React (13)
  • Server (1)
  • SSH (3)
  • Symfony (6)
  • Tips (16)
  • Top Tutorials (10)
  • Ubuntu (3)
  • Vue (1)
  • Wordpress (7)

Latest Posts

  • What is SSH in Linux?
  • How to Delete Files in Ubuntu Command Line
  • How to Deploy a React application on a cPanel
  • How to use events listeners and Event Subscriber in Symfony
  • How to Convert PHP CSV to JSON

WEEKLY TAGS

AJAX (1) Codeigniter (1) Javascript (11) JQuery (1) PHP (16) Programming (1) React (3) Symfony (1)

Random Post

What's new in PHP 8.2
Here are 10 platforms where you can find your next remote job as a developer.
How to Send Email from Localhost in PHP
How to Convert PHP CSV to JSON
How to Add Reset Button in jQuery UI Datepicker

Quick Navigation

  • About
  • Contact
  • Privacy Policy

© Teach Developer 2021. All rights reserved