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

Teach Developer

Articles, Guides & Tips

Category: Tips

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 Send Email from Localhost in PHP

Posted on September 18, 2022September 18, 2022

PHP sends email using the Inbuilt PHP MAIL() function. This tutorial shows you how you can send emails in PHP using the inbuilt PHP mail() function. If you work with PHP, you need to send emails to users like when the user registered with us, send a reset password link in the mail, if any…

Read More “How to Send Email from Localhost in PHP” »

How to, PHP, Tips

How to PHP Get Max Value From Array

Posted on September 18, 2022September 18, 2022

PHP gets the max/maximum/largest value from the array. This tutorial has the purpose to explain to you several easy ways to find or get the maximum or largest value from an array in PHP. Here, we will take e.g. PHP gets the maximum value in an array, get the largest number in the array PHP…

Read More “How to PHP Get Max Value From Array” »

How to, PHP, Tips

How to Recover Deleted WhatsApp Messages

Posted on September 18, 2022

Recover Deleted Messages From Google Drive & iCloud For Android For Android users, one of the best ways to restore your deleted WhatsApp messages is to restore your backup from Google Drive. But It is only possible if you have set your backup option ON in App. If you have not set a backup option…

Read More “How to Recover Deleted WhatsApp Messages” »

How to, Tips

How to Use useLocation Hook in React Router DOM V6

Posted on September 17, 2022September 17, 2022

You are already familiar with the basics of React. Also, having a good understanding of React Router DOM. This post will be totally dependent on these. If you don’t have a React app setup, then you can create it. Else, you can move ahead with the existing React App. Create React App You can create a…

Read More “How to Use useLocation Hook in React Router DOM V6” »

React, How to, Tips

How to Deploy or Host your ReactJS App in cPanel

Posted on August 28, 2022September 17, 2022

This tutorial assumes you already have a cPanel hosting service purchased and a domain name registered. If yes, Let’s go straight to the steps (If No, You can comment, I can give you steps on how to get a domain and hosting service) Step 1. Using the Terminal/CMD in your project directory, create a react…

Read More “How to Deploy or Host your ReactJS App in cPanel” »

How to, Node js, React, Tips

How to check PHP version using the command line

Posted on August 26, 2022September 17, 2022

If you have access to the command line or terminal, then you can check your PHP version by running the php -v or php –version command. Here’s an example of the output: You can see that the command shows the PHP version as PHP 8.1.5. But sometimes you may not have access to the command line, or you may install…

Read More “How to check PHP version using the command line” »

How to, PHP, Tips

Here are 10 platforms where you can find your next remote job as a developer.

Posted on August 21, 2022September 18, 2022

1. remotive. io 2. flexjobs. com 3. producthunt 4. remoteok. com 5. justremote. co 6. weworkremotely. com 7. dailyremote. com 8. hired. com 9. remote. co 10. remoteleaf. com

How to, Tips

How to increase browser zoom level on page load with CSS?

Posted on August 17, 2022August 17, 2022 No Comments on How to increase browser zoom level on page load with CSS?

Sometimes, we want to increase the browser zoom level on page load with CSS. In this article, we’ll look at how to increase browser zoom level on page load with CSS. To increase browser zoom level on page load with CSS, we set the zoom property. For instance, we write to set zoom to 2 on the zoom class. Then the…

Read More “How to increase browser zoom level on page load with CSS?” »

CSS, How to, Tips

Git basics: The simple commands to begin with

Posted on August 17, 2022September 18, 2022 No Comments on Git basics: The simple commands to begin with

Git config command This command is used to configure settings accompanying your use of git on your local machine/computer. Here are the major settings and configurations executed with this command. You can configure these settings on a global or local level. NB:Your username and email should be the same as those on your GitHub or…

Read More “Git basics: The simple commands to begin with” »

Git, Tips

Best Practical CSS Tips

Posted on August 4, 2022August 4, 2022 No Comments on Best Practical CSS Tips

1. First letter drop We can use :first-letter it to drop the first letter of the text. The:first-letter selector is used to specify the style of the first letter of an element, it only applies to block-level elements. The effect is as follows. See the Pen Untitled by TeachDeveloper (@TeachDeveloper) on CodePen. 2. Image text wrapping Shape-outside is…

Read More “Best Practical CSS Tips” »

Tips, CSS

How to Reverse A String with JavaScript

Posted on July 29, 2022July 29, 2022 No Comments on How to Reverse A String with JavaScript

The inverse string problem is a general algorithm problem. In this article, we will consider four JavaScript solutions for that. Reversing a string is, well, reversing a string. Okay, here’s the problem statement: Write a function that reverses a string. If you pass “Teach” to the function, it should return “hcaeT” and “listen” should become…

Read More “How to Reverse A String with JavaScript” »

JavaScript, How to, Jquery, Tips

ES6 classes

Posted on July 28, 2022July 28, 2022 No Comments on ES6 classes

Prior to ES6, classes have been in use in Javascript. ES6 just comes with a clean, nice-looking syntax for defining classes. It’s good to note that JavaScript’s class is just a more convenient way of creating constructor functions, which are very different from traditional classes. In this article, we will focus on: How to define…

Read More “ES6 classes” »

JavaScript, Jquery, Node js, React, Tips

How to check the PHP version

Posted on July 25, 2022July 25, 2022 No Comments on How to check the PHP version

Newer PHP versions come with more features and improvements while deprecating some obsolete features. Old PHP codes might not work with more recent PHP versions and vice versa. It is, therefore, essential to use the correct PHP version for your code. You can check the PHP version on your system by running the php command from the command line. There are also some PHP functions that you can use…

Read More “How to check the PHP version” »

How to, PHP, Tips

10 Programming Habits that every Developer Should Adopt

Posted on March 20, 2022July 20, 2022 3 Comments on 10 Programming Habits that every Developer Should Adopt

Write Human-Friendly Code Always remember that you are not writing code for machines but for others too. So it is essential to come up with a readable code. It is true that programming is like writing a good poem. The tone should be very consistent, the words should be descriptive & sentence well-structured. Here are…

Read More “10 Programming Habits that every Developer Should Adopt” »

Others, Tips

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

How to PHP Get Max Value From Array
How to create the first Git Repository
How to Search Recently Modified Files in Linux
How to trigger a button click from another button click event with JavaScript?
WordPress Installation Steps

Quick Navigation

  • About
  • Contact
  • Privacy Policy

© Teach Developer 2021. All rights reserved