Home Backend Development PHP Tutorial A qualified programmer doesn't care what others think

A qualified programmer doesn't care what others think

Jul 25, 2016 am 08:47 AM

My hands are shaking...I can barely breathe
After a six-month coding bootcamp, I just completed my first one-on-one coding assessment. But things didn't go as smoothly as I thought.
To be honest, I feel like my brain cells have been bombarded.
My hands slowly left the keyboard, feeling very depressed. I can’t help but pray silently: Everything will go smoothly, right? There should be at least some parts of my answer that I didn't miss, right?
Is it really a huge mistake for a programmer to choose programming - will I really never become a programmer?
I need a little comfort. When self-doubt, insecurity, vulnerability, etc. swept over me like a tornado, I ran to communicate with my mentor: "I know I didn't do a good job, but I will grow up, and my hard work will make me better." Become a developer, right?" He shrugged and said, "Actually, I really want to say that... programming is not for everyone. "
I was. The tornado completely smashed it into pieces.
After drinking to drown my sorrows, I returned to the classroom unknowingly and happened to meet another teaching assistant in the hall. She asked me how I was doing, and I told her my fears and worries, saying, "Maybe I'm not cut out for this." I still remember her answer deeply, "You can do it. Don't let anyone tell you that you can't be a programmer!"
I was surprised by her affirmation and confidence. "Are you sure?" I asked timidly, hoping in my heart that she would encourage me again. She smiled, "Aubrey, this is going to be a tough process. But if you are determined, you can become a developer."
I had a sense of purpose that night
I asked Why do you want to become a developer? I have always had a deep love for technology, art, and helping others. When I was younger, I didn’t know what direction to take, so I went to teach school, then to Nashville to make music, then to Central America to do humanitarian work, and finally to work at an Apple Store in Boulder. .
No matter how my career changed, I couldn't find a way to combine my strengths and expertise, until I discovered software development.
I often feel annoyed, why didn’t I start earlier? Yes, when I was a kid, many people told me that I was "not particularly good at math" and that I was more of a "creative" type with a talent for music and art. These comments from the outside world have affected my positioning of myself, making me feel that these inner boundaries are like natural chasms that cannot be crossed.
That night, after thinking about it over and over, I suddenly realized that I was too obsessed with setbacks. It was at that moment that I made up my mind that no matter how many difficulties I had to face or how many failures I had to experience, I would move forward, completely throw away the shackles of my thoughts, and devote myself wholeheartedly to learning.
Ten months later…
Less than a year after being banished from the negative effects of self-doubt, I’m honored to announce to the world that I’m a developer and, already, at Keen IO I worked for 3 months in a company that I dreamed of working in. I feel like I'm dreaming every day - it's incredible that I actually did it!
Not only am I learning more code myself, but I’m also working with my team to create a course that can be used to teach apprenticeship programming so that people can learn to code in the right way outside of bootcamps and universities. Learn more about new technologies and grow as a developer.
This program called Learner Program allows learners to work together in pairs to develop discussion projects. This kind of group atmosphere makes it easier for people to ask questions and get answers.
Two reasons for sharing this story
If you want to become a developer, then you need to be mentally prepared - because there will be all kinds of people asking you their questions along the way. the opinion of. There are positives and negatives: use the positives as encouragement to spur yourself on to keep up the good work; then use the negatives as stepping stones to help you climb to the top, rather than stumbling blocks that hold you back.
If you are already a programmer, then I hope you will be careful what you say. For junior developers, you can choose to use encouraging words to point out their shortcomings. Maybe just a few kind words from you will change their life trajectory for the rest of their lives. Of course, you'd better tell them at the same time that only through persistent learning can you gain a foothold in this fascinating and cruel world of software development.
Receive LAMP Brothers’ original PHP tutorial CD/"Essential PHP in Detail" free of charge. For details, please contact the official website customer service: http://www.lampbrother.net



Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

11 Best PHP URL Shortener Scripts (Free and Premium) 11 Best PHP URL Shortener Scripts (Free and Premium) Mar 03, 2025 am 10:49 AM

Long URLs, often cluttered with keywords and tracking parameters, can deter visitors. A URL shortening script offers a solution, creating concise links ideal for social media and other platforms. These scripts are valuable for individual websites a

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

Build a React App With a Laravel Back End: Part 2, React Build a React App With a Laravel Back End: Part 2, React Mar 04, 2025 am 09:33 AM

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Announcement of 2025 PHP Situation Survey Announcement of 2025 PHP Situation Survey Mar 03, 2025 pm 04:20 PM

The 2025 PHP Landscape Survey investigates current PHP development trends. It explores framework usage, deployment methods, and challenges, aiming to provide insights for developers and businesses. The survey anticipates growth in modern PHP versio

Notifications in Laravel Notifications in Laravel Mar 04, 2025 am 09:22 AM

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov

See all articles