๐ Earlywork #64: 5 Secrets to Teach Yourself How to Code
How Blake Ward went from high-school student to full-time software engineer
Ello ello Earlyworkers!
Coming to you on a screen, not a magazine, isย Earlywork #64, a weekly cheeky newsletter sent every Tuesday that provides free resources + interviews on the careers of tomorrow, for 4K+ young Aussies & Kiwis in the tech, startup & social impact landscape.
If youโre not already part of the Earlyverse ๐๐, subscribe now to keep a pulse on our latest stories and conversations:
๐กWeekly Cheeky Tip
Itโs not every day you meet an Aussie high schooler who leaves school and goes straight into a software engineering role full-time.
When I came across the story of Blake Ward, who hadnโt done any formal courses or bootcamps, I was super curious to understand how he built up his skillset and landed an engineering role at just 18 years old at an awesome Aussie startup like Flux Finance.
Even while still completing high school, heโd been contracting as a developer!
When I cast my mind back to Year 10, I first encountered programming on Codecademy through Python, an interesting but intimidating new world as a kid who otherwise tended towards more qualitative areas like English, history, geography, and French.
I ended up studying a degree in Computer Science because I knew programming & tech were going to be a core part of the future but didnโt feel confident building the skill on my own.
Had I met someone like Blake when I was in school, my path may have been quite different.
In this weekโs newsletter, Blake shares his principles on solo programming education from teaching himself how to code as a teenager:
Letโs just get this out of the way: programming can be pretty intimidating for many people, and rightfully so.
The incentives for learning how to program seem pretty small at first glance, and itโs understandable why people just shrug it off and say theyโre not cut out for it.
Software plays a massive role in almost everybodyโs life. From listening to music, playing your favourite games, even just tapping your contactless card to pay for your morning coffee.
It comes as no surprise that recently, there has been an increase in demand for software engineers and programmers in Australia, and all around the world.
I can relate to those out there who are feeling lost, unsure, or doubtful surrounding learning software engineering because weโre hardly exposed to this, and itโs confusing AF.
At the same time, I think itโs very possible for anybody to learn how to make basic programs and understand core concepts of software engineering.
To me, programming is not just my career. Itโs part of my lifestyle โ it has opened up my mind to approach all kinds of problems in life with a problem-solver mindset. I think everybody can benefit from programming beyond the computer.
Not only do you gain a better understanding (and appreciation) of how software works, which is helpful for plenty of reasons like troubleshooting, it promotes logical & analytical thinking, creativity, and curiosity.
My first project was a Discord bot made for a few mates when I was in high school.
At 18, I joined a startup called Flux to help improve financial literacy among Aussies.
No degree, no formal qualifications; just a few years I spent working up my knowledge, bit by bit, day by day.
There are plenty of companies who are willing to hire folks without any formal qualifications on their resume, as long as youโre able to prove youโre capable of the work.
So how do you do that?
Here are 5 principles Iโve established in teaching myself to program, all the way from a high school student tinkering around to a full-time software engineer.
1) Choose Your โWhyโ & Set Tangible Goals ๐ฏ
If the only goal you have is to โlearn how to programโ for the sake of learning how to program, itโll constantly feel like a chore and youโll be much more likely to give up.
There are plenty of resources out there to learn anything related to programming but think about something tangible you really want in deciding to go down this path.
Maybe you want to be able to make a game within the next 3 months to share with friends or build your own personal website from scratch by the end of the year, so you can promote your content.
For me, coding something for a school scienceย fair project was a tangible target I was shooting for in my early days of learning to code.
Whatever it may be, a dangling carrot at the end of the line is a super powerful trick to get you past the initial struggle of programming.
In the process of choosing a less fluffy goal, the SMART framework personally helped me make a lot of progress in self-teaching programming quickly by giving me measurable checkpoints.
As a reminder, SMART goals aim for the following: Specific, Measurable, Achievable, Relevant, Time-bound).
At the end of the day, the most important person who can help you become a better programmer is yourself, but if youโre having trouble holding yourself accountable to your goals, try something like the #100DaysOfCode challenge to publicly share your progress!
2) Get Your Hands Dirty & Dig Deep โ
The best way to teach yourself how to program well is to expose yourself to raw source code as much as possible.
Look at code as often as you can; different types of code, different languages, and different functionality.
Initially, a lot of the code or information you find will feel very foreign or arbitrary, and thatโs okay.
The more exposure you get to code, the more youโll familiarise yourself with core programming concepts like loops and conditional branching.
Youโll slowly build up a mental model of the logic required to achieve functional software.
Making your own software is one of the best ways to get familiar with the exact syntax and logical rules used in programming.
Start out simple, but also actively endeavour to reach outside your comfort zone each time. Search for inspiration if youโre not sure what to make when starting out, but even something like a calculator is a great challenge.
GitHub is a central place for code repositories. If youโre looking for inspiration, or want a better understanding of what code looks like, Iโd encourage you to go to the GitHub Explore page.
You can see what the structure of existing projects is, and adapt your findings in your software. Think of it like popping the hood on a car to get a better look at the internals.
On top of reading/writing code, you can make small but noticeable changes to your digital lifestyle to expose yourself to the programming ecosystem as much as possible.
Use the command line on your computer more often. Sign up for developer communities/forums. Read the documentation on things that interest you.
If you donโt understand why or how something works, motivate yourself to read more into it. Having an in-depth understanding of a broad range of programming concepts will make you a better developer.
When learning something new, always try to go that extra mile to understand it properly. More than just being able to use the concept, be able to rephrase the concept to somebody else.
Itโs a great way to build on top of your existing foundation of knowledge.
3) Plan & Break Down Problems ๐ค
Programming isnโt all about knowing โhow to codeโ.
Itโs important to have a problem-solver mindset and identify when to break big problems down into smaller ones, so you can work on more manageable chunks of the problem at a time.
Vagueness is your biggest enemy in a project. If you donโt know what you need to do, youโll feel stuck and frustrated.
If you want to make a game, itโs not much help to attempt to find a solution to โmaking a gameโ.
What type of game do you want to make? What platforms should it be available on?
Assume youโre describing the issue to somebody with no prior knowledge. Get as detailed as you can with what you want to achieve, and then you can start to see how to create solutions based on your requirements.
As humans, weโre excellent at making assumptions and extrapolating information (maybe too good). Programming almost requires you to think hyper-literally.
If youโre making a game, and one of the requirements includes the ability for the character to move up on the screen when the up arrow key gets pressed, you could consider it to be three distinct problems to be solved:
Knowing when the up arrow key gets pressed down
Updating the position of the player
Re-drawing the player on the screen in the new position
4) Search, Prioritise & Filter for the Right Information ๐
Programming is a vast sea of information made up of many areas, a lot of which arenโt relevant to you and your end goals.
However, thereโs a lot of information you can find through search engines and online communities which will help you, provided you structure your search query in a concise, simple way, relating to the problem you want to solve.
Look up keywords based on what you would like to achieve, and type in questions based on what you wish to know (typically this will be โhow to do x
in y
โ):
โWhatโs the best beginner programming language?โ
โMake a basic program in Pythonโ
โGet random item from a list in JavaScriptโ
Identify primary/trusted sources related to how you best consume content. Some examples of directed learning include MDN or the Microsoft docs.
Education in programming has quickly expanded into all sorts of media, and you can likely teach yourself more efficiently and effectively by identifying how you best consume content; how you best learn in general.
Whether you prefer learning through watching videos, reading, or listening, you can build up a conglomerate of information from different sources, all with varying perspectives.
This allows you to better understand the implications of certain solutions, and see how the community approaches the issue youโre attempting to solve.
Errors are common when programming, and you can also use your search engine of choice to look up solutions to common errors.
5) Test Yourself & Set Out to Teach Others ๐
Learning to program is a never-ending cycle of doing research and applying yourself.
One of the best ways to solidify your knowledge is testing what you know, and always applying that slight bit of pressure to keep yourself up to speed! Make sure to revisit concepts to ensure you understand them properly.
There are many methods to test your knowledge, but Iโve had a lot of success taking on coding challenges.
Youโre given a set of requirements, like creating a function that converts minutes to seconds, and you need to create logic from scratch to match the requirements.
Another way to test your knowledge is by explaining a programming concept in basic terms to someone who isnโt familiar.
Iโve started a blog + newsletter for this reason: to share valuable insights that I learn, and re-word them differently.
This helps me understand concepts better, as well as the relationships between certain concepts. It allows me to solidify the concept in my head and have it documented for future reference. Itโs also a great resource for others!
If youโre looking for more programming tips & tricks to help you build your own projects, you can check out Blakeโs programming newsletter Nevuletter
๐ Earlywork Community
๐ The Buzz
Whatโs been happening in the community?
๐ผ We're HIRING! Applications are currently open for our first employee: a Community & Marketing Associate. Make sure you check out the JD and apply if you'd love to work with the Earlywork crew.
๐ค Earlymentor Launch
A lot of you have been asking for ways to connect with mentors/mentees in the community - here's your chance! We're kicking off our first Earlymentor program focusing on startup career development. We're now looking for people who are interested in participating in the alpha cohort of Earlymentor.
Fill in this form to be a part of it and we'll be in touch with more deets.
๐ฆ#after-5 launch: We now have a dedicated channel for virtual co-working sessions after hours on Monday & Tuesday evenings to help founders & side hustlers stay accountable on Mon. Message @brocknroll, @wilson or Elaha Gurgani to be added!
๐ฎ๐ณ What Australia Can Learn from Indian Startups
Tuesday April 19th, 6PM - 7PM (GMT+10)
Join us as we host a fireside chat with Utsav Somani (Partner at AngelList India) and @Mayuresh (ChronicleHQ) (Co-Founder at Chronicle).
๐ VC3.0: The Role of Venture Capital in Web3
Tuesday April 12th, 6PM - 7PM (GMT+10)
Save your spot for our upcoming event that digs into the intersection between two super exciting spaces - VC and Web3.
๐ Trending Topics
Our favourite reads and resources being discussed in the Earlywork community.
A guide to APM at Atlassian: the recruitment process & how to prepare: A guide by Earlyworker Izzy Kohout
From Homeless to Creating Rare Breed Ventures: Earlyworker Vidit Agarwal interviews the legendary Mac The VC.
SaaS Marketing Stack - 500+ Best Free & Paid Tools for SaaS Marketers: A curated tools library by Earlyworker Dan Siepen
2 Months as a Full-Time YouTuber: Earlyworker Dan Lombard shares his reflections so far on quitting his startup job to go full-time on making videos online.
Chief, Private Network For Female Execs, Raises $100M At $1.1B Valuation
Linktree founders and music boss front start-up investment syndicate
Blackbird Ventures straps in for a $1b fundraising year, docs out
1๏ธโฃ ๐ ๐ชย One Minute Hustle
We are back once again withย One Minute Hustle,ย a bite-sized interview with an emerging Australian young startup founder or operator.ย
This week, letโs get inside the noggin of a young founder making sustainable, portable and durable furniture out of cardboard ๐ฆ
Benji Swersky, Co-Founder & Head of Product @ Yona
โ๏ธ What are you working on?
People who move often currently find it easier to dump large items of furniture than take them with them.
We want to make products that make it easy to move, set up, pack up, and move again, and if they choose to discard them it has a minimal negative impact.
We're doing this by creating flat-pack cardboard furniture that can be assembled in under 5 minutes, starting with a cardboard bed base.
๐ฑ Howโd you get started?
We had all recently moved and knew the struggle.
My co-founder Gilad had found an old imported cardboard bed that he loved. We then had a "Wouldn't it be cool if.." discussion and redesigned a version that could be shipped pre-built.
We started off selling sample runs from different manufacturers, each of which was our latest iteration and kept on tweaking as we go.
๐ค Why do you do what you do?
I love the idea of pushing a market to get better.
I look at the way electric cars were "meh", then Tesla really pushed everyone to up their game.
I'd love to push people to embrace recyclable multi-use items.
Keen to get a sustainable, portable bed base?
Benjiโs given us 15% off with 15EarlyWork at Yona ๐
Keen to share your story, or know a young startup founder or operator we should feature next?
Share your deets below or send this to your mate, and weโll get in touch!
Vibed with this piece?
๐ต Shout us a cheeky herbal tea or chuck us a tip at earlywork.eth
Keen to learn more about what we do? Join the Earlyjourney and hit us up on:
๐งก Earlywork Community
๐ค LinkedIn
๐ฆ Twitter
๐ธ Instagram
๐ถ TikTok
๐ Email
Ciao for now,
Team Earlywork (Dan, Jono & Marina)
If youโve got a mate who would find this helpful, spread the love and share it: