Joined February 2020
561 Photos and videos
Pinned Tweet
My first article for @freeCodeCamp has been published 🎊 "Learn TypeScript - The Ultimate Beginners Guide" Link 👇
25
31
387
Danny Adams retweeted
The word Polymorphism comes from the Greek and means "having many forms". And it's an object-oriented programming principle that helps you write flexible, maintainable, reusable code. In this guide, @DoableDanny explains how polymorphism works in Python with lots of code examples. freecodecamp.org/news/what-i…
2
53
405
15,020
Danny Adams retweeted
The word Polymorphism comes from the Greek and means "having many forms". And it's an object-oriented programming principle that helps you write flexible, maintainable, reusable code. In this guide, @DoableDanny explains how polymorphism works in Python with lots of code examples. freecodecamp.org/news/what-i…
2
51
387
19,481
Danny Adams retweeted
ICYMI: Shop Minis let you reach millions of shoppers without building a full app by letting you create immersive experiences inside of the Shop app, using React. Which means: - No app stores - Instant updates - Millions of users Early access: shopify.dev/docs/api/shop-mi… Feel free to DM me and I'm happy to help :)
4
8
55
6,072
Danny Adams retweeted
14 Oct 2025
A Conversation with Nassim Taleb on Cancer and Heart Disease I recently sat down with my friend @nntaleb to talk cancer prevention and detection, heart disease, full body MRIs, and more. Enjoy!
23
80
631
72,802
Danny Adams retweeted
I’ve never read such a beautifully written and easy-to-understand article in my life. Thank you @doabledanny and @TheOdinProject for this masterpiece! doabledanny.com/big-o-notati…
1
90
Danny Adams retweeted
our bootstrapped SaaS just crossed $19,055 MRR it took 30 days, i ran zero ads & no cold outreach just 3 people and a couple of social account here’s the playbook (with videos) 👇
124
66
1,403
305,594
Danny Adams retweeted
The word Polymorphism comes from the Greek and means "having many forms". And it's an object-oriented programming principle that helps you write flexible, maintainable, reusable code. In this guide, @DoableDanny explains how polymorphism works in Python with lots of code examples. freecodecamp.org/news/what-i…
1
75
448
21,682
Very cool to see people using my course to learn OOP
8 Aug 2025
fomo forced me (finallyy): after 3 months of just “planning,” i finally started django today! ✨ what i learned: 🔹 brushed up my OOPs concepts real good (thanks @freeCodeCamp & @doabledanny) 🔹 set up the environment for my first-ever django project 🎉(hello world!) day 1 done
1
3
180
Danny Adams retweeted
Build an AI chat assistant that lives on your website, knows your business and helps users with their queries in real time. By @DoableDanny, thanks to @getstream_io thenewstack.io/build-an-ai-c…
1
1
2
501
Danny Adams retweeted
Build an AI chat assistant that lives on your website, knows your business and helps users with their queries in real time. By @DoableDanny, thanks to @getstream_io thenewstack.io/build-an-ai-c…
2
1
3
478
Danny Adams retweeted
Build an AI chat assistant that lives on your website, knows your business and helps users with their queries in real time. By @DoableDanny, thanks to @getstream_io thenewstack.io/build-an-ai-c…
1
2
4
737
Danny Adams retweeted
The word Polymorphism comes from the Greek and means "having many forms". And it's an object-oriented programming principle that helps you write flexible, maintainable, reusable code. In this guide, @DoableDanny explains how polymorphism works in Python with lots of code examples. freecodecamp.org/news/what-i…
3
79
475
24,927
Danny Adams retweeted
In React, data is typically passed down from parent to child via props. But this can lead to a problem called prop drilling. In this article, @doabledanny shows you how to use React's Context API to more effectively share values between components. freecodecamp.org/news/react-…
2
31
242
10,708
Danny Adams retweeted
The word Polymorphism comes from the Greek and means "having many forms". And it's an object-oriented programming principle that helps you write flexible, maintainable, reusable code. In this guide, @DoableDanny explains how polymorphism works in Python with lots of code examples. freecodecamp.org/news/what-i…
2
53
428
17,597
Danny Adams retweeted
14 Nov 2024
A lot of people are now in Bangkok for Devcon, an Ethereum conference, and a lot of them are stuck in Bangkok traffic for hours I lived there for 10 years on and off and there's a specific workflow we digital nomads developed to get around Bangkok FAST: - book your hotel near the BTS (the skytrain) - bring a hoodie (more on that later) - look for the orange jacket moto guys, they're everywhere, or install Grab app and book a moto there, check what price should be, it's normal to negotiate and you'll need cash probably - yes going on the back of a moto isn't safe but here's the point you all miss: you DO NOT drive a moto for your MAIN journey on big roads: you use a moto to get from your hotel to the BTS skytrain station - then hop on the BTS, buy a Rabbit card (easy) for easy check in - take the airconditioned BTS skytrain and you might need your hoodie cause it's so cold - arrive near your spot, if it's a mall you can probably walk into it from the BTS - if a cafe or restaurant, get out of the station, again look for orange jacket moto drivers or book a Grab moto, drive to your destination Other things: - malls are different here than in the West, malls are a universe here, you can spend all day there, not shopping even but just walking around, drinking coffee, eating great food, bowling, cinema, endless activities, and you'll skip the outside heat and air pollution cause air inside is cold and filtered - try massages, my fav is foot massage - my fav area is around Lumphini very upscale - Bangkok is great cause it has a range from supercheap to super luxury expensive, it works with everyone's budget, you probably have stereotypes about Thailand like everyone but there's like 30 different types of Bangkok depending which area you're in, I've had street food sushi for $1 and Japanese Michelin chef private sushi for $700! Can do both - if you have time, fly to some of the islands, they're nice to explore, Ko Pha Ngan in particular is a great spot kinda like Bali but not so busy and very hippie Enjoy Bangkok and Thailand!
170
121
2,671
647,734
Danny Adams retweeted
This is called a Barbell Complex. It is 5 reps of 5 exercises 5 times. It takes less than 15 minutes to do and it’s a great workout for your entire body.  When you are in a rush, give it a try !
216
1,489
26,266
3,044,546
Danny Adams retweeted
1 Nov 2024
When you see the freeCodeCamp logo in ChatGPT, I encourage you to click through to our article and learn even more. fCC has more than 12,000 professionally-edited programming tutorials, and these will take you a lot deeper than GPT's summaries.
9
35
285
13,758
An article I wrote a few months ago on Prop Drilling, The Context API, Redux, and how you can optimise and navigate potential issues with using Context in #React
In React, data is typically passed down from parent to child via props. But this can lead to a problem called prop drilling. In this article, @doabledanny shows you how to use React's Context API to more effectively share values between components. freecodecamp.org/news/react-…
130
If you're an object-oriented programmer that doesn't understand the SOLID principles, you likely won't be writing maintainable, flexible software. My latest article for @freeCodeCamp explains them with simple code examples:
You may have heard of the SOLID software design principles before. They help you write flexible, maintainable, and reusable code. Here, @DoableDanny teaches each principle by showing code that violates the principle - and then updating it so it doesn't. freecodecamp.org/news/what-a…
1
1
165