PinnedNavid MostafizPromise Objects in JS: Easy as pie!A Promise object provides some data or some error some time in the future based on the outcome of an asynchronous operation.Apr 23, 2018Apr 23, 2018
Navid MostafizHow to use React Redux — Easier than eating a PretzelLet’s take a quick look into how we can use Redux in a React app. Using Redux is a bit different than using vanilla Redux directly in a JS…Feb 24, 2023Feb 24, 2023
Navid MostafizHow to buy a bunch of lemons with a lot of gold?There was a time when people used to buy chicken from their neighbor in an exchange for tomatoes that they grew in their backyard. But soon…Aug 15, 2022Aug 15, 2022
Navid MostafizThe bottle cap I threw on the road, where did it go?Last Sunday morning was a windy one. An early morning coffee became so necessary, I had to go grab one. Before sipping on the coffee, I…Jul 6, 2021Jul 6, 2021
Navid MostafizI do solo traveling all the time, it's like a noise reduction for me, noise from noisy thoughts.Jun 18, 20211Jun 18, 20211
Navid MostafizWebRTC — Using STUN SERVERLet's have a top level discussion the flow when we can establish direct bidirectional connection between two Peers using WebRTC on STUN…Dec 26, 2020Dec 26, 2020
Navid MostafizWebRTC — understanding it as easily as possibleWebRTC allows direct and bidirectional Real-Time Communication between two or more clients without the need for a server at all times…Dec 1, 2020Dec 1, 2020
Navid MostafizThe “no coders movement” risking job for software developers?To be honest, anyone with a little computer knowledge could have learned html css and made at least a static website. But no! Now we will…Aug 12, 2020Aug 12, 2020
Navid MostafizSocket IO with NodeJS — with a complete exampleWhat is a WebSocket? Making a real time chat app using Socket.IO with NodeJS? How easy can that be? We shall see!Jul 3, 20201Jul 3, 20201
Navid MostafizDelegates and Closure in Swift: Made Easy!Previously, I was writing about Closures in JavaScript. To my surprise, I found that Delegating a function throughout a Swift application…Feb 18, 2020Feb 18, 2020