Behind the Scenes, you will see that JavaScript always takes all the declarations first. That’s basically the hosting. Since this is the default behavior in JavaScript. In this article, I will discuss only the hosting specific. Since hosting is the default behavior, all functions in JavaScript are hosted in the Creation phase. That’s why we can actually call…Continue reading The concept of hoisting in JavaScript
Behind the Scene in JavaScript
If you understand how Code Behind works in the scene, you can write code at your convenience anyway. In this episode of mine today, I will discuss as much detail as possible about how JavaScript works within the scene. JavaScript is usually run in an environment. Often it may be our most widely used browser, or another…Continue reading Behind the Scene in JavaScript
Relocation in Malaysia – Resume Preparation and Interview
Relocation does not seem to be what it is. For those who don’t know, this is a kind of job offer where you have to go from one place to another (basically to another country) and your company will be responsible for all the responsibilities you go through. In some cases, the company also provides you with…Continue reading Relocation in Malaysia – Resume Preparation and Interview
Relocation Guide to Malaysia
For those who want to relocate to Malaysia, or have received a relocation offer but are confused about how and when to do it, I wrote this blog post series. Not only Relocation, those traveling to Malaysia or other countries who are going to relocate will also get some ideas from this series. Relocation in Malaysia…Continue reading Relocation Guide to Malaysia
JavaScript: async and await
If the arrow function is: This is how you can identify asynchronous code in your function. This time you have to identify the original asynchronous codes one by one and tell Javascript that this is my promise that it cannot go to the next instruction until it is solved. Before that we will need a promiss, right? Yes,…Continue reading JavaScript: async and await
Promise in JavaScript
Creating a Promise: The task of the Promise is to handle such asynchronous operations. Now we are running the operation on a remote server, but until data arrives we cannot say that operation will not succeed or fail. And basically, the promise works to handle these. In most cases, we do not have to create our own promises. We…Continue reading Promise in JavaScript
Why people in Silicon Valley are against the use of technology for children
Many of the technologies and apps that make them embedded in our daily lives are now trying to keep their children away from it. Many of these young innovators working in Silicon Valley have established the world’s largest technology company. Many of them have married themselves and now become parents. Some of them are now trying…Continue reading Why people in Silicon Valley are against the use of technology for children
নিজেকে আবিষ্কার করো
লিখেছেন – রউফুল আলম একজন মানুষ জীবনে কী করবে, সেটা অবশ্যই তার ব্যক্তিগত স্বাধীনতা। তাঁর নিজস্ব চিন্তা-চেতনা। কেউ যদি তবলা বাজাতে চায়, সে তবলা নিয়ে ঘুরবে। কেউ যদি চৌকিদার হতে চায়, তাহলে চৌকিদার হবে। তাতে কারো আপত্তি নেই। তবে কেউ যদি নিজেকে যাচাই না করে, নিজেকে পরখ না করে শুধু একমুখী ঝোঁকে, ঝাঁকের পালের সাথে…Continue reading নিজেকে আবিষ্কার করো
Callback Function in JavaScript
Callback function means that it is a function that executes after another function is executed. And that’s why it’s called callback function. #synchronous function #Asynchronous function #Infinity Loop Now what’s the callback job? We know about the asynchronous behavior of JavaScript. If JavaScript takes time to do a task, do not wait and move on to the…Continue reading Callback Function in JavaScript
CSS3 Media Queries
Head Reference