Currently I am trying my hand at NodeJs. Coming from a Python background the asynchronous execution of code was a mystery to me.
So, I had to really understand what’s going on behind the scenes and why things happen in a surprising order in this part of the world.
Last few days I spent some time reading blogs and talks on this subject. I hope I can share with you what I have learned about
the mystery of asynchronicity of Javascript.
Just as we can manage Jenkins with CLI, we can converniently interact with our gitlab server through
its API.
Modern software is incredibly complex. That makes operations a hard job.
Functions are beautiful when they are small!
I love fibonacci series!
Besides, having the golden ratio between its adjacent numbers, it can be used to illustrate important concepts in programming. It’s recursive implementation is elegant and with memoization, we can improve it’s time complexity.