Self Taught Developers
408 subscribers
329 photos
16 videos
11 files
111 links
Self Taught Dev | Orthodox โœ๏ธ | GC ๐Ÿ‘จโ€๐ŸŽ“

Blog: https://medium.com/@umeramasresha
IG :- @thug_life_um
Tiktok :- @life_of_gc
TG :- @TechnerdGuy

https://github.com/umera27
Download Telegram
HEY EVERYONE! ๐Ÿ™‹โ€โ™‚๏ธโœจ


After a month away, I'm officially BACK! ๐ŸŽ‰ Starting TOMORROW, I'm committing to being more consistent. ๐Ÿ—“๏ธ

Iโ€™m taking on a new challenge and will be documenting the ENTIRE journeyโ€”the ups, the downs, and everything in between. ๐Ÿš€

Stay tuned! ๐Ÿ‘€

@SelfTaughtDev1
@SelfTaughtDev1
@SelfTaughtDev1

#SelfTaughtDev #CodeComeback #DeveloperJourney #CodingChallenge #LearningInPublic #DevLog #ConsistencyIsKey #NewBeginnings
๐Ÿ”ฅ5๐Ÿ‘1๐Ÿ‘1
How to stay focused while coding


1. Eliminate distractions: Find a quiet place to work and turn off any notifications or alerts that might interrupt your concentration.

2. Set goals: Break down your coding tasks into smaller, achievable goals. This will help you stay focused and motivated.

3. Take breaks: It's important to take regular breaks to avoid burnout and maintain your focus. Try the Pomodoro technique, which involves working for 25 minutes and taking a 5-minute break.

4. Use a timer: Set a timer for a specific amount of time and work on your coding task until the timer goes off. This will help you stay focused and avoid procrastination.

5. Stay organized: Keep your workspace and code organized to avoid distractions and make it easier to focus on your coding tasks.

6. Practice mindfulness: Take a few deep breaths and focus on the present moment before starting your coding task. This can help you clear your mind and improve your focus.

๐Ÿ”† @SelfTaughtDev1
๐Ÿ”ฅ5
Day 01 ๐Ÿ“…


Today wasnโ€™t the most productive day, but it wasnโ€™t too bad either! ๐Ÿ˜Œ
I gently focused on understanding some React.js concepts, including:

๐Ÿ“˜ Understanding the basics of React and its core concepts
๐Ÿ“ Learning and using JSX to render elements
๐Ÿค” Exploring the differences between a library and a framework
โš™๏ธ Understanding how Reactโ€™s Virtual DOM works

I also picked two projects to start soon: a Quote Generator and a Mood Tracker, to help solidify the basics of React step by step.

See you tomorrow! Good night, fellow coders! ๐Ÿ˜ด๐Ÿ’ปโœจ


โ€œThe code you write makes you a programmer. The code you delete makes you a good one.โ€ โ€“ Mario Fusco ๐Ÿง ๐Ÿ’ป

@SelfTaughtDev1
@SelfTaughtDev1

#React
#100daysofcodingchallenge
#Day01
#Coding#Consistency
#Hardwork
๐Ÿ”ฅ4๐Ÿ‘1
GM ๐Ÿ‘‹

Is React.js a framework or a library? ๐Ÿค”

Before answering this question: what is a framework or a library? ๐Ÿง

๐Ÿ“š A library is a collection of predefined functions or components that you use to perform specific tasks.

๐Ÿ‘ฉโ€๐ŸŽจInstead of writing everything from scratch repeatedly, you define it once and reuse it whenever needed. โ™ป๏ธ

๐Ÿ— A framework is a predefined architecture you follow to build your entire application. It provides a structure and dictates the flow of control.

Real-Life Scenario: ๐Ÿ  When building a house:
๐ŸŒžA library is like a set of tools or materials ๐Ÿงฑ โš’๏ธ you use, such as bricks, a drill, a hammer, or wood. You choose which tools to use and how to use them.
๐ŸŒžA framework is like the construction team's blueprint and set of rules ๐Ÿ“. It dictates the overall design and process for building the house.

So, is React a library or a framework? โš–๏ธ

โœ… React is fundamentally a JavaScript library for building user interfaces.

It is designed to be declarative and component-based, giving you freedom ๐Ÿ•Š in how you structure the rest of your application (like state management, routing, etc.).

You can say it feels like a framework ๐Ÿงฉ when used with its full ecosystem (like Redux for state management, React Router for navigation, and a build tool like Vite). However, its core philosophy and flexibility keep it officially categorized as a library. ๐Ÿ“ฆ

@SelfTaughtDev1
@SelfTaughtDev1
@SelfTaughtDev1

#React
#Framework
#Library #Coding
#WebsiteDevelopment
#100daysofcodingchallenge
๐Ÿ”ฅ4๐Ÿ‘3
"Two things are infinite: the universe and human stupidity ; and I'm not sure about the universe."



Albert Einstein




@SelfTaughtDev1
๐Ÿ”ฅ5
Forwarded from Supernovae (Nova)
When you are in second place , you need to win only once but when you are in the first place you need to win every second
๐Ÿ”ฅ8
Forwarded from JavaScript
๐ŸŽ‰ JavaScript Turns 30 Years Old

Back in May 1995, a 33 year old Brendan Eich built the first prototype of JavaScript in just ten days, originally codenamed Mocha (and then LiveScript). On December 4, 1995, Netscape and Sun Microsystems officially announced 'JavaScript' in a press release as "an easy-to-use object scripting language designed for creating live online applications that link together objects and resources on both clients and servers."

Over thirty years, JavaScript has cemented its place at the heart of the Web platform, and more broadly in desktop apps, operating systems (e.g. Windows' use of React Native), mobile apps, and even on microcontrollers.
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘4
๐Ÿš€ The Web Revolution: Web1 โ†’ Web2 โ†’ Web3

The internet has come a long way, and each stage feels like its own revolution:

๐ŸŒ Web1 โ€“ The Read-Only Web (1990s):
Back then, the internet was like a giant library. You could read websites, learn stuff, but interaction was limited. Think static pages, dial-up, and โ€œjust lookingโ€ online.
Key technologies/languages: HTML, CSS, basic JavaScript.

๐Ÿ–ฅ Web2 โ€“ The Social Web (2000sโ€“Now):
Then came Web2: interactive, social, and full of apps. You could post, share, shop, and stream. But hereโ€™s the catchโ€”big platforms controlled our data, our content, and even our online identity. We were users, but not owners.
Key technologies/languages: JavaScript (React, Angular, Node.js), Python (Django, Flask), PHP, SQL, Java, Swift/Kotlin (mobile apps).

๐Ÿ’Ž Web3 โ€“ The Ownership Web (Future?):
Now, Web3 is trying to give power back to you. Imagine owning your digital content, having your identity securely yours, and participating in apps where you actually earn value. No middlemen, more control, and true decentralization.
Key technologies/languages: Solidity, Rust, JavaScript/TypeScript (for dApps), Python, Go, smart contract frameworks like Hardhat and Anchor.

The exciting part? Weโ€™re living through the transition. Web3 is still young, but it promises a more fair, open, and user-driven internet.

๐Ÿ”ฅ Thought: Each phase of the web built on the previous one. Will Web3 completely replace Web2? Maybe, but even if it doesnโ€™t, it will definitely change the game forever.
๐Ÿ”ฅ3
Forwarded from Channel Unwrapped
Channel Summary for 2025 ๐ŸŽ‰

Views
โ€ข 320 Total Posts
โ€ข 558 Average Views
โ€ข 178,839 Total Views

Top Post
โ€ข 3,362 Views
โ€ข https://t.me/SelfTaughtDev1/427

Activity
โ€ข 5 PM is when you were most active
โ€ข Thursday is your most active day
โ€ข March is your most active month

@channel_unwrapped_bot
๐Ÿ”ฅ2
How many of you are still awake, digging deep into your code? ๐ŸŒ™๐Ÿ’ป I want to share something with you all: "Everything good comes after a lot of sacrifices, so keep digging, fellow coders!" ๐Ÿš€โœจ @SelfTaughtDev1
โค6๐Ÿ‘2๐Ÿ˜ญ1
๐Ÿ˜4๐Ÿคฃ3
Hey everyone! ๐ŸŽ‰

I'm super excited to share that I've just wrapped up my latest project: a Movie Review App built with React! ๐ŸŽฌโœจ

With this app, you can easily search for any movie, dive into reviews, and even save your favorites for quick access later. If you've ever wanted a handy way to get movie recommendations or keep track of the films you love, this is it!

Iโ€™d love for you to check it out and hear your thoughts!

  live demo

Github Repo

Thanks for your support! ๐Ÿฟโค๏ธ

#MovieReviewApp #React #WebDevelopment #Movies #Favorites


@SelfTaughtDev1
@SelfTaughtDev1
@SelfTaughtDev1
๐Ÿ”ฅ12๐Ÿ‘5โค1