diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..86019ce Binary files /dev/null and b/.DS_Store differ diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..67ac821 Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/blog/interview-eric-leverone.jpg b/img/blog/interview-eric-leverone.jpg new file mode 100644 index 0000000..f62006e Binary files /dev/null and b/img/blog/interview-eric-leverone.jpg differ diff --git a/post/eric-leverone-interview.md b/post/eric-leverone-interview.md new file mode 100644 index 0000000..0d6c2a7 --- /dev/null +++ b/post/eric-leverone-interview.md @@ -0,0 +1,54 @@ +--- +title: "Developer Interview: Eric Leverone" +date: "2022-04-23" +category: "Interview" +tags: design, development +cover_image: "/img/blog/interview-eric-leverone.jpg" +author: "Eric Leverone" +author_image: "/img/blog/authors/joe-santos-garcia.png" +author_link: "https://www.twitter.com/codingphase" +--- + +### Can you introduce yourself (name, location, age, etc..)? + +Hi, my name is Eric. + +### How did you get interested in programming? + +I used to be a teacher and had a lot of students interested in programming. While looking into starting a programming club for them, I got interested in programming too. + +### When did you start learning to code? + +I started getting into it toward the end of 2019. + +### Where do you learn new skills? + +Various courses on youtube and udemy. Now on codingphase. + +### What do you love the most about programming? + +Solving problems. + +### What do you hate about programming? + +Getting stuck on something and then finding out later it was due to one minor typo. + +### Are you currently working as a developer? + +No + +### What's your favorite stack or type of applications? + +I really enjoy javascript + +### What's a technology or language or skill you wish to learn in the future? + +I'd like to understand the backend more with php, python or maybe node.js + +### Where do you see yourself in 5 years? + +Coding like I do now but I will be much better at it. And I will be making money with it. + +### If you were to go back into time and give yourself an advice to make it easier to learn to code what would you say? + +Take notes, but not too many notes.