While learning JavaScript and programming in general, I find it useful to take notes and create some analogies to understand the concepts. Here I w...
For further actions, you may consider blocking this person and/or reporting abuse
I really enjoyed reading this - you have an ability to explain complex concepts really clearly and simply. I also recently published an article on asychronicity and it was useful to double check my understanding with this article. Keep it up! I'm looking forward to the promises article :)
Thanks for the feedback and the encouragement. I've just read your article as well, really nice. :D
Hi @marinafroes !! Any chance you would be willing to submit a brief explanation of this awesome analogy via voice recording so we can feature your voice and thoughts on the DevDiscuss podcast soon? Details are in this post 🙂
What is an analogy or visualization of a coding concept that really helped you understand it better?
Gracie Gregory (she/her) ・ Aug 6 ・ 1 min read
Hi, Gracie. Why not? I will try to record an explanation and submit it. Thank you for contacting me. 😊
Thank you! We are excited to feature you on DevDiscuss!
Ma'am, i think Javascript is synchronous by 'default! which means "the Baker needs to finish the baking before moving to icing..that is to say;
We introduce asynchronous operations into the game when working with APIs as you said.. which means the code below would run asynchronously.
lets use asynchronous function setTimeOut() to simulate a delay comparable to the delays when trying to fetch a data via an API
When the code above runs, the two console.log() calls would print first, then the setTimeOut(). This is because by passing a callback function into setTimeOut() we are making the request asynchronous. NB: callback functions typical makes our code asynchronous.
Hey Agbeze, thank you for your contribution. :D
In the example above, I can start preparing the icing while I bake the cake because I'm using a promise, as I made a brief reference at the end of the article. In the next article, I explain a little more about promise and I'm writing one that talks about the event loop and setTimeout. I think it will be clearer this way.
Anyway, to make it clearer, I made the following edition in the text:
To:
Wow you amaze me with ability to explain complex concept to simple.
thx u help me
Oh, thanks. :D
hi marina, i'm new in javascript. do you have any tips for me to improve skills quickly ?
thx
After some time learning programming, but not being able to retain most things I learned, I realised that I was getting a lot of input and returning very little output.
In other words, I was learning a lot, but I wasn't writing about it or applying everything I learned, so I was forgetting the concepts and performing poorly in job interviews.
So I suggest that you start writing about the things you learn and apply everything building projects. Also, it is important to share everything you do and ask for feedback, the community is great and supportive and you will learn faster that way.
I hope it helps. 😀
unfortunately I do not believe in myself to publish my work. I learned a lot but always lost during job interviews so that's how I just freelance and keep learning. maybe after reading your tips I will try to publish my work soon.
Hey marina thanks for the advice, very helpful.
❤️ from me 😎
I face the same issue and I know many other developers feel the same way, it's the imposter syndrome.
Try to keep in mind that the worst thing that can happen when you publish your work is that someone will tell you that you made a mistake, but in that case you just fix it and learn something new. :D
I wish you all the luck. 😊
Great post, Marina! Your illustrations are AMAZING. 🙌
Understand the difference between async and defer. Keep your promises! 🤝
Please take it to the next level. Learn web workers and service workers. They sound similar, do very different things.
Read, post & illustrate with these fantastic sketches. Rinse and repeat.
Soon you will have enough material to publish a JS cartoon book. You get rich, maybe; famous, most definitely!! 😬
Best wishes.
Hi Ramesh, thanks so much for your support and feedback. This motivates me to keep learning and doing the illustrations.
I will definitely add the topics you suggested to my learning list.
I already have some other articles in mind, I hope to be able to publish them here soon.
Best, Marina
Really like the baking analogy and lovely illustrations.
Perhaps this is splitting hairs but it’s the “javascript runtime“ that is single threaded. The way it’s implemented is slightly different in the browser and in NodeJS, but essentially it’s a system of queues.
This article goes into a bit more depth:
blog.logrocket.com/a-deep-dive-int...
Hey Mark, thanks for contributing! I'm glad you mentioned this, one of the next posts that I want to write is about JS environments and this article you shared may help me. Thanks ☺️
I would totally love it if You had an illustration of what happens if the oven hasn't returned a promise of a cake - i.e. the chef just spreading the icing on an empty plate and serve it, which is pretty much how I feel in situations like that... 😜
Well, the next post is about promises, there is still an opportunity for that to happen.
I promise I'll think about it. 😂 Thanks for contributing.
Did you notice any error or know how to improve the explanation? Please help me out and share it on the comments! I would love to learn more about it. :)
Non tech feedback: now I often end my articles with a dedicated paragraph to wrap things up, promise a next article, ask opinions and "thank reader for reading" 🙂
(maybe with some social links) 😉
"Promise a next article" << I see what you did there ;)
Nice, I'll do the same. :D
I loved the illustrations on these, very adorable and they help illustrate the point in my opinion!
Thanks Sara. I'm happy to read this. I started following you and I'm looking forward to reading your future posts.
I'm also looking for my first job on the field, so let's support each other. :D
All the best! I followed you back! Let's do this :)
I love this piece, so easy to understand thank you.
Thanks, I'm glad to read that. :D
Wow, a programmer with an illustration background praising both my illustrations and my article? You made my day. Thanks. :D
Wow what a well explained article those diagrams really helped to break down a complex problem into a simple solution well done.
Thanks, I'm happy to read this. :D
Fun illustrations, nice job
Thanks :D I'm glad you liked it.
Hey, congratz Marina!
Well written and super helpful article :)
Hey Leonardo, thanks! :D
It might be worthwhile mentioning that you can get more javascript processors to allow parallelism via things like WebWorkers.
Yes, I'll read about WebWorkers to learn more about it.
Thanks for contributing. :)
This is amazing, Marina 🙂
Hi Kostia, thanks a lot. :D
Well Explained!
Just when I'm learning async
Thank you 😉
You did a great job with this article :) I'm really impressed!