Answer the question
In order to leave comments, you need to log in
PHP programmer skills
Good afternoon,
how typical are the following skills for PHP developers
PHP - a good level of
Javascript - (Jquery or equivalent) - a good level, you need to write simple scripts on the client side.
CSS + HTML - no one will force to type, but you need to know
SVN
SSH
Linux, Apache - no one will force you to administer, but understanding of the work should be
Mysql - understand what indexes are, understand how joins work
These are the skills of a typical web developer or Senior `huh? If we take Moscow, what is the cost of such a specialist?
PS: I am not recruiting a specialist, I want to understand the market situation.
Answer the question
In order to leave comments, you need to log in
my favorite interview question.
function a1(array $a){
echo count($a)
}
function a1(array &$a){
echo count($a)
}
$a = array(1,2,3,4,5,6,7, 8.9);
a1($a);
function a1(array $a){
which function will be faster and why. the answer to the first part is 60 pieces per hand. answer to the second = 80 on hand.
echo count($a)
}
function a2(array &$a){
echo count($a)
}
$a = array(1,2,3,4,5,6,7,8,9);
a1($a);
a2($a);
(and how to insert php code here?)
PHP - good level of
Javascript - (Jquery or equivalent) - good level of
CSS + HTML
- "Karl Marx and Friedrich Engels are not husband and wife, but four different people." (c)
Do not confuse everything in a bunch please. I would give to different people if the volume of tasks is large. If not big, I would outsource it.
I really don’t know who to consider myself, either a dunce, or someone between a middle or a senior :)
Replace Apache with php-fpm\nginx - it will immediately become a little better.
Hee, all of the above is smoked in a couple of days. What is the difference between joins - mona google for five minutes)
In order to write well on a pearl, you need to smoke it for a couple of months, and pohape - fiii.
The main thing is not to get involved in the invention of bicycles.
I think that a junior should know almost all of this, but may not know 1-2 points. Middle, in theory, owes everything.
This is the usual Junior Developer.
Of course, knowledge of any CMS is also desirable for this (Drupal, Joomla, 1C is more difficult).
Salary of about 40 thousand rubles
Higher level:
+ OOP, Frameworks
+ Development for CMS (plugins, modules)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question