search
HomeBackend DevelopmentPHP TutorialMy path to programming wealth


I remember clearly that the year was 1999. I was 21 years old and needed to support my family and raise my 3-month-old daughter. At that time, I was working in a position for people with disabilities, making $8.75 an hour, and I was studying photography at a university. At that time, I was really driven crazy by money. After working diligently for 6 months, I finally got a raise, which was an extra $0.50 per hour. I realized that it was totally impossible to continue like this.
My father is a php programmer. He has always encouraged me to learn programming, but I dedicated my time to computer games. Alas, there were so many opportunities in front of me, but I didn't cherish them. Now I really regret it.
Now that I am the breadwinner of the family, I have responsibilities in my heart, and I realize how wrong I was at that time, which makes me unable to find a good job now. I want to feed my baby daughter expensive organic food, and I want my family to have a house of their own, but I understand that if I stay in this dead-end job, these ideas are just nonsense. . So, I used the money I saved to buy a Power Mac G4 and a 21-inch monitor, which totaled US$1,600. This was definitely a huge expense at the time. I thought my tuition for one year was only US$3,400. My job requires me to work late, so my huge computer keeps me working late, long before my clients are asleep.
ugo Nakamura is a famous digital artist and the first interactive design expert, from whom I came into contact with Flash technology. What amazed me was that the first product I built using Flash allowed users to combine music, video, and code. Although the ActionScript 1 script only has the most basic functions, it helped me complete the development of the product. Although the site is still in its infancy, it is already on track.
I study from Yugo P, Joshua Davis, Todd Purgason and other resources every night. I learn to understand how they design and program. On those nights when stack overflows and bugs aren’t driving me crazy, I’m motivated by being able to create beautiful visual interactive works with my own hands, because it’s far more interesting than building a boring website. This is everything about me. I discovered the secret that keeps me learning and persevering.
But during this period, I still have to work at night, making it difficult for me to see my baby girl during the day. This is unbearable. So I vowed that I must double my income this year, otherwise I will be sorry for my father’s love that has nowhere to show it (laughs). I always remember selling my beloved Fender 1969 Bassman electric guitar amp to pay the bills. What a heroic man!
Three months later, I got my first website client and an internship opportunity at OmSites web design studio. Om Sites web design studio mainly serves local pot dealers. Customers came from all over, but by that time I was basically able to negotiate business independently, and my salary was $10 an hour. Three months later, I was officially hired, and my salary increased to $20 an hour. At this time, I was able to complete a complete design for a local company on my own. I don't know if I'm doing a good job, but I'm doing my best. Gradually, some of my works began to come into everyone's attention. Todd Purgason also praised my design. The webpage I produced for the Olympia Film Festival even won a nomination award.
At a conference in Seattle in the fall of 2000, I met my boss, the VP of Engineering at a new company called Headsprout. Next I moved my little family to Seattle, making $40 an hour, when I was 22 years old. In just over a year, I completely changed the trajectory of my life, all because of learning to code. Not only did I fulfill my vows, my salary doubled, I even exceeded it, my salary quadrupled. And I laid the foundation for my future success. It was learning code that lit up my path forward. $80,000 a year doesn't sound like much now, but if you add in inflation, it equals $109,776.07 today.
What is the point of this story?
- Don’t make excuses not to learn programming. Otherwise, look at me, I learned it when I was very poor and needed to support my family of three. I was already 21 years old at that time and faced all kinds of pressures and difficulties, which are hard to explain in a word. So definitely don’t be lazy!
- School will not teach you how to work hard. Only when you truly enter society will you understand the importance of hard work.
- Taking on a huge project may seem like an impossible task, but you can break it down into its component parts, step by step. For example, when I first went to make a website, it seemed like a fantasy, so I divided my work into making buttons one by one, editing animations one by one, and completing videos one by one, and I finished it bit by bit. This "mission impossible". As the saying goes, a journey of a thousand miles begins with a single step, and one step at a time will always lead to the destination.
——Learning code is not just about writing code, it is a kind of abstract logical thinking. Learning to code is a skill, and like other skills, it allows you to program, but it goes beyond programming.
In recent years, almost every entrepreneur has complained that their technology is not up to par, they can’t handle the code, and they need to find a technical partner. That's a really bad excuse. We have many tools available at hand, such as Stack OverFlow, Treehouse, Codeacademy, etc. With the help of these, you can complete your first Rails, Web or iPhone application in a month. Working for a month to change your future career sounds great, it seems like a dream picture is slowly unfolding before our eyes. However, if you want to find a satisfactory technology partner, it will definitely take more than a month. I can guarantee this.
Even if you don’t want to become a full-time programmer, learning to code will have positive implications for hiring and managing people in the future that cannot be ignored. Do you know what hell feels like, when the server crashes and the database cannot be connected while you are writing code? Are you in urgent need of a good programmer but you don’t know if he is qualified? However, if you know some basic knowledge yourself, all these problems can be easily solved.
If someone says he’s too busy, what he really means is that his job is fucking shit.
Receive LAMP Brothers’ original PHP video tutorial CD/"Essential PHP in Detail" free of charge. For details, please contact the official website customer service:
http://www.lampbrother.net



Statement
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
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

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 Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool