0% found this document useful (0 votes)
20 views

Coding Without Stack Overflow - Can It Be Done

Uploaded by

Thành Sơn Võ
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Coding Without Stack Overflow - Can It Be Done

Uploaded by

Thành Sơn Võ
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

10/19/24, 8:25 PM Coding Without Stack Overflow: Can It Be Done? | by Gabe Araujo, M.Sc.

| Oct, 2024 | Level Up Coding

Open in app

Search Write

Member-only story

Coding Without Stack Overflow:


Can It Be Done?
When the safety net of the internet’s best Q&A site is out of reach.

Gabe Araujo, M.Sc. · Follow


Published in Level Up Coding · 4 min read · 4 days ago

https://medium.com/gitconnected/coding-without-stack-overflow-can-it-be-done-6c95c726fbb9 1/8
10/19/24, 8:25 PM Coding Without Stack Overflow: Can It Be Done? | by Gabe Araujo, M.Sc. | Oct, 2024 | Level Up Coding

So, I thought, what would happen if I tried to code without the almighty
Stack Overflow? You know, for fun — like deciding to write your own
JavaScript library for sorting arrays, or manually counting the elements in an
array instead of using .length . The kind of "fun" that makes you question
every life decision leading up to this moment. But I was determined. I was
going to tackle programming without the internet’s favorite crutch.

And what did I learn? Let’s just say, the journey was eye-opening. And full of
bugs.

Step 1: Diving into Documentation


Without Stack Overflow at my fingertips, my first instinct was to rely on
documentation. For example, when trying to remember how to use
https://medium.com/gitconnected/coding-without-stack-overflow-can-it-be-done-6c95c726fbb9 2/8
10/19/24, 8:25 PM Coding Without Stack Overflow: Can It Be Done? | by Gabe Araujo, M.Sc. | Oct, 2024 | Level Up Coding

JavaScript’s map() function, I found myself sifting through the MDN Web
Docs page like a detective solving a cold case.

Here’s the basic code snippet for map() , if you're interested:

const numbers = [1, 2, 3, 4, 5];


const doubled = numbers.map(num => num * 2);

console.log(doubled);
// Output: [2, 4, 6, 8, 10]

This example seems harmless, but without Stack Overflow, I had to mentally
brace myself…

Read the best stories from industry leaders on


Medium.
The author made this story available to Medium members only. Upgrade to instantly
unlock this story plus other member-only benefits.

Access all member-only stories on Medium

Become an expert in your areas of interest

Get in-depth answers to thousands of questions about technical

Grow your career or build a new one

https://medium.com/gitconnected/coding-without-stack-overflow-can-it-be-done-6c95c726fbb9 3/8
10/19/24, 8:25 PM Coding Without Stack Overflow: Can It Be Done? | by Gabe Araujo, M.Sc. | Oct, 2024 | Level Up Coding

Marc-André Giroux Carlos Arguelles Tony Yiu Brandeis Marshall


Sr. Software Developer Sr. Staff Engineer Director CEO
Netflix Google Nasdaq DataedX

Cassie Kozyrkov Memo Akten Vitali Zaidman Camille Fournier


Chief Decision Scientist Asst. Professor Software Architect Head of Engineering
Google UCSD Meta JPMorgan Chase

Upgrade

Written by Gabe Araujo, M.Sc. Follow

7.6K Followers · Writer for Level Up Coding

Specializing in Python, SQL, JavaScript, and Deep Learning. Focused on building


innovative software solutions. Learn more: tinyurl.com/2j5x6a5c.

https://medium.com/gitconnected/coding-without-stack-overflow-can-it-be-done-6c95c726fbb9 4/8
10/19/24, 8:25 PM Coding Without Stack Overflow: Can It Be Done? | by Gabe Araujo, M.Sc. | Oct, 2024 | Level Up Coding

More from Gabe Araujo, M.Sc. and Level Up Coding

Gabe Araujo, M.Sc. in Level Up Coding Bryson Meiling in Level Up Coding

The Death of Python is Inevitable — Stop making your python projects


Here’s What You Should Learn Next like it was 15 years ago…
When lines of code start feeling like lines of I have a few things I’ve seen across
eulogies companies and projects that I’ve seen…

Oct 2 231 Sep 29 3.3K 40

Jayden Levitt in Level Up Coding Gabe Araujo, M.Sc. in Level Up Coding

Cathie Woods Tesla Prediction Will How I Automated My Life: Practical


Transform Your View of Elon Musk. Python Scripts for Everyday Tasks
Some people are about to eat their words if By automating repetitive tasks, you can free
her research holds up. up valuable time and focus on activities that…

Sep 16 2.4K 125 May 16, 2023 2.3K 29

https://medium.com/gitconnected/coding-without-stack-overflow-can-it-be-done-6c95c726fbb9 5/8
10/19/24, 8:25 PM Coding Without Stack Overflow: Can It Be Done? | by Gabe Araujo, M.Sc. | Oct, 2024 | Level Up Coding

See all from Gabe Araujo, M.Sc. See all from Level Up Coding

Recommended from Medium

Hayk Simonyan in Level Up Coding Desiree Peralta in Publishous

STOP using Docker Desktop: Faster OnlyFans is Finally Dead


Alternative Nobody Uses And I’m happy about it.
Ditch Docker Desktop and try this faster,
lighter tool that will make your life easier!

Oct 8 1.4K 26 Oct 8 13.8K 252

Lists

General Coding Knowledge Coding & Development


20 stories · 1657 saves 11 stories · 854 saves

Stories to Help You Grow as a Predictive Modeling w/


Software Developer Python
19 stories · 1429 saves 20 stories · 1600 saves

https://medium.com/gitconnected/coding-without-stack-overflow-can-it-be-done-6c95c726fbb9 6/8
10/19/24, 8:25 PM Coding Without Stack Overflow: Can It Be Done? | by Gabe Araujo, M.Sc. | Oct, 2024 | Level Up Coding

Brian Jenney Crafting-Code in Stackademic

3 Lessons from the Smartest 20 Git Command-Line Tricks Every


Developers I’ve Worked With Developer Should Know
I have a confession. Git Smarter, Code Faster

Oct 11 1.5K 28 Oct 9 560 12

Adarsh Gupta in Write A Catalyst Nidhi Jain 👩‍💻 in Code Like A Girl

Boring Ideas, But Making 7 Productivity Hacks I Stole From a


$1,000,000 dollars Principal Software Engineer
Not 1, Not 2, Not 3, Not 4 Golden tips and tricks that can make you
unstoppable

Oct 10 1.1K 26 4d ago 1.2K 27

https://medium.com/gitconnected/coding-without-stack-overflow-can-it-be-done-6c95c726fbb9 7/8
10/19/24, 8:25 PM Coding Without Stack Overflow: Can It Be Done? | by Gabe Araujo, M.Sc. | Oct, 2024 | Level Up Coding

See more recommendations

https://medium.com/gitconnected/coding-without-stack-overflow-can-it-be-done-6c95c726fbb9 8/8

You might also like