New frameworks and libraries are not a new thing in the Javascript ecosystem. In fact, new JS...
Async and sync are probably two of the most heard words among javascript developers, they refer to as...
NodeJs is famous for its non-blocking, event-driven architecture. Handling asynchronous tasks in node...
Code to an interface is a technique used in programming where you build your application based on abs...
Composer is an application-level dependency manager for PHP. Dependency simply means libraries/packag...
Nullish coalescing operator is a new operator in javascript, which is actually an ES2020 specificatio...
Optional Chaining is a new feature available in Javascript. It is actually an ES2020 specification. O...
Arrow Functions aka Short Closures is a new feature available in PHP 7.4. The new version of PHP come...