I was finally hired as a programmer. But I know “nothing”
I've finally got my first opportunity as a Php web developer. The thing is: I know very ,very little of Php... I studied programming logic while i was still in the college, and as my IT career went on (I've always worked with IT infraestructure, plus 3 months as a Php developer... Six years ago), I also learned OOP with Java. Well, I know I'm not completely noob at coding, but I know I'm light years away from full-time developers. They hired me... I hope I was clear enough by saying I know very, very little of Php. Again: the hired me. I'm happy but somewhat insecure.
What you guys would recommend me , in order to to accelerate my learning process? Considering I was hired and immediately kicked into the frontline haha
By the way, I've just had my second day at the office, and I'm still struggling with GIT ,wich I'm not familiarized with, at all...
work-environment work-experience developer
New contributor
add a comment |
I've finally got my first opportunity as a Php web developer. The thing is: I know very ,very little of Php... I studied programming logic while i was still in the college, and as my IT career went on (I've always worked with IT infraestructure, plus 3 months as a Php developer... Six years ago), I also learned OOP with Java. Well, I know I'm not completely noob at coding, but I know I'm light years away from full-time developers. They hired me... I hope I was clear enough by saying I know very, very little of Php. Again: the hired me. I'm happy but somewhat insecure.
What you guys would recommend me , in order to to accelerate my learning process? Considering I was hired and immediately kicked into the frontline haha
By the way, I've just had my second day at the office, and I'm still struggling with GIT ,wich I'm not familiarized with, at all...
work-environment work-experience developer
New contributor
add a comment |
I've finally got my first opportunity as a Php web developer. The thing is: I know very ,very little of Php... I studied programming logic while i was still in the college, and as my IT career went on (I've always worked with IT infraestructure, plus 3 months as a Php developer... Six years ago), I also learned OOP with Java. Well, I know I'm not completely noob at coding, but I know I'm light years away from full-time developers. They hired me... I hope I was clear enough by saying I know very, very little of Php. Again: the hired me. I'm happy but somewhat insecure.
What you guys would recommend me , in order to to accelerate my learning process? Considering I was hired and immediately kicked into the frontline haha
By the way, I've just had my second day at the office, and I'm still struggling with GIT ,wich I'm not familiarized with, at all...
work-environment work-experience developer
New contributor
I've finally got my first opportunity as a Php web developer. The thing is: I know very ,very little of Php... I studied programming logic while i was still in the college, and as my IT career went on (I've always worked with IT infraestructure, plus 3 months as a Php developer... Six years ago), I also learned OOP with Java. Well, I know I'm not completely noob at coding, but I know I'm light years away from full-time developers. They hired me... I hope I was clear enough by saying I know very, very little of Php. Again: the hired me. I'm happy but somewhat insecure.
What you guys would recommend me , in order to to accelerate my learning process? Considering I was hired and immediately kicked into the frontline haha
By the way, I've just had my second day at the office, and I'm still struggling with GIT ,wich I'm not familiarized with, at all...
work-environment work-experience developer
work-environment work-experience developer
New contributor
New contributor
New contributor
asked 58 mins ago
user10847903
31
31
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It's absolutely okay to struggle with Git. I think I only sort of figured it out after about a year of using it full-time, and that's me using source control systems for 12+ years previous. A few years on, I'm very comfortable with it, but still have to google some rare corner cases.
As to getting familiar with PHP, like with anything else, there's nothing better than regular practice. Upskill by writing your own code, by asking people to review it, by looking at their code. Check out edx.org or udemy.com for any courses specifically on PHP and server-side scripting in general.
There's many rewards for curious programmers, so stay curious and you will learn and improve.
Hey , pal! Well, some other people have just told the same as you regarding GIT. And considering your experience with that, i feel more relaxed by reading it hehe. Curiosity is something I have (I think that's why I've chosen to work with IT). I've been wandering on the last days if I could develop something ,at home, to help me out with anything in my routine... I'll take your advice seriously.
– user10847903
23 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "423"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
user10847903 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f125539%2fi-was-finally-hired-as-a-programmer-but-i-know-nothing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's absolutely okay to struggle with Git. I think I only sort of figured it out after about a year of using it full-time, and that's me using source control systems for 12+ years previous. A few years on, I'm very comfortable with it, but still have to google some rare corner cases.
As to getting familiar with PHP, like with anything else, there's nothing better than regular practice. Upskill by writing your own code, by asking people to review it, by looking at their code. Check out edx.org or udemy.com for any courses specifically on PHP and server-side scripting in general.
There's many rewards for curious programmers, so stay curious and you will learn and improve.
Hey , pal! Well, some other people have just told the same as you regarding GIT. And considering your experience with that, i feel more relaxed by reading it hehe. Curiosity is something I have (I think that's why I've chosen to work with IT). I've been wandering on the last days if I could develop something ,at home, to help me out with anything in my routine... I'll take your advice seriously.
– user10847903
23 mins ago
add a comment |
It's absolutely okay to struggle with Git. I think I only sort of figured it out after about a year of using it full-time, and that's me using source control systems for 12+ years previous. A few years on, I'm very comfortable with it, but still have to google some rare corner cases.
As to getting familiar with PHP, like with anything else, there's nothing better than regular practice. Upskill by writing your own code, by asking people to review it, by looking at their code. Check out edx.org or udemy.com for any courses specifically on PHP and server-side scripting in general.
There's many rewards for curious programmers, so stay curious and you will learn and improve.
Hey , pal! Well, some other people have just told the same as you regarding GIT. And considering your experience with that, i feel more relaxed by reading it hehe. Curiosity is something I have (I think that's why I've chosen to work with IT). I've been wandering on the last days if I could develop something ,at home, to help me out with anything in my routine... I'll take your advice seriously.
– user10847903
23 mins ago
add a comment |
It's absolutely okay to struggle with Git. I think I only sort of figured it out after about a year of using it full-time, and that's me using source control systems for 12+ years previous. A few years on, I'm very comfortable with it, but still have to google some rare corner cases.
As to getting familiar with PHP, like with anything else, there's nothing better than regular practice. Upskill by writing your own code, by asking people to review it, by looking at their code. Check out edx.org or udemy.com for any courses specifically on PHP and server-side scripting in general.
There's many rewards for curious programmers, so stay curious and you will learn and improve.
It's absolutely okay to struggle with Git. I think I only sort of figured it out after about a year of using it full-time, and that's me using source control systems for 12+ years previous. A few years on, I'm very comfortable with it, but still have to google some rare corner cases.
As to getting familiar with PHP, like with anything else, there's nothing better than regular practice. Upskill by writing your own code, by asking people to review it, by looking at their code. Check out edx.org or udemy.com for any courses specifically on PHP and server-side scripting in general.
There's many rewards for curious programmers, so stay curious and you will learn and improve.
answered 44 mins ago
maksimov
22217
22217
Hey , pal! Well, some other people have just told the same as you regarding GIT. And considering your experience with that, i feel more relaxed by reading it hehe. Curiosity is something I have (I think that's why I've chosen to work with IT). I've been wandering on the last days if I could develop something ,at home, to help me out with anything in my routine... I'll take your advice seriously.
– user10847903
23 mins ago
add a comment |
Hey , pal! Well, some other people have just told the same as you regarding GIT. And considering your experience with that, i feel more relaxed by reading it hehe. Curiosity is something I have (I think that's why I've chosen to work with IT). I've been wandering on the last days if I could develop something ,at home, to help me out with anything in my routine... I'll take your advice seriously.
– user10847903
23 mins ago
Hey , pal! Well, some other people have just told the same as you regarding GIT. And considering your experience with that, i feel more relaxed by reading it hehe. Curiosity is something I have (I think that's why I've chosen to work with IT). I've been wandering on the last days if I could develop something ,at home, to help me out with anything in my routine... I'll take your advice seriously.
– user10847903
23 mins ago
Hey , pal! Well, some other people have just told the same as you regarding GIT. And considering your experience with that, i feel more relaxed by reading it hehe. Curiosity is something I have (I think that's why I've chosen to work with IT). I've been wandering on the last days if I could develop something ,at home, to help me out with anything in my routine... I'll take your advice seriously.
– user10847903
23 mins ago
add a comment |
user10847903 is a new contributor. Be nice, and check out our Code of Conduct.
user10847903 is a new contributor. Be nice, and check out our Code of Conduct.
user10847903 is a new contributor. Be nice, and check out our Code of Conduct.
user10847903 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to The Workplace Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f125539%2fi-was-finally-hired-as-a-programmer-but-i-know-nothing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown