This hits close to my heart.
I was like that, too, before working as a developer. But trust me, everyone can become a developer.
However, that doesn’t mean we’ll all be at the same level and work at NASA and FAANG companies.
Some of us will build landing pages, some will build algorithms, some will build email templates, some will build operating systems, and so on.
There’s a place for everyone.
One mention though: software development is very difficult. It’s not as easy as some people make it sound. So don’t feel bad if you don’t understand stuff easily.
And when it comes to rejections, everyone gets rejected in their career. No matter how many years of experience they have.
If you enjoy what you’re doing, keep pushing. You’ll make it.
Law of Demeter (principle of least knowledge)
An object should only interact with its immediate neighbors and avoid knowledge of the internal structure of other objects to promote loose coupling and modularity in software design
#ChatGPT - Smartest AI so far. It makes me feel like I'm talking to someone.
#BingChat - AI that summarizes the search result and often forgets my previous conversation.
#GoogleBard - Dumbest AI so far and often give me the wrong info.
What are your thoughts?
FYI - Quite useful, highly recommended for beginner.
I have also written a similar but more simplified article on it if you're interested.
https://t.co/rMMwvFFrid
@marcinmoskala Dispatcher. IO shouldn't block if it is launched by 2 independent coroutines because 2 different threads are being used (unless the Dispatcher .IO's pool of threads is full).
#ChatGPT Tip: It is good practice to ask "Are you sure?" for any given answers by ChatGPT.
I noticed it always gives me the wrong answer the first time. It does sound like it is done on purpose?
Did you know you can find all hardcoded string as #AndroidDev by using Analyze tool?
Code -> Analyze Code -> Run Inspection by Name...
Type in "Hardcoded" and you can find "Hardcoded strings" and "Hardcoded text"
Hardcoded text = XML
Hardcoded strings = Java/Kotlin filess