Jino Antony

Jino Antony @jinoantony

About: Backend Engineer, Laravel enthusiastic and Javascript Patriot.

Location:
Kerala, India
Joined:
Oct 27, 2019

Jino Antony
articles - 8 total

BunJs a New JS Runtime

New frameworks and libraries are not a new thing in the Javascript ecosystem. In fact, new JS...

Learn More 0 0Oct 2 '23

Async vs Sync NodeJs: A Simple Benchmark

Async and sync are probably two of the most heard words among javascript developers, they refer to as...

Learn More 7 0Jul 7 '20

setImmediate() vs process.nextTick() in NodeJs

NodeJs is famous for its non-blocking, event-driven architecture. Handling asynchronous tasks in node...

Learn More 24 0Jun 22 '20

Code to Interface: An Example in Laravel

Code to an interface is a technique used in programming where you build your application based on abs...

Learn More 11 2May 17 '20

How Composer Autoloads PHP Files

Composer is an application-level dependency manager for PHP. Dependency simply means libraries/packag...

Learn More 10 0Apr 27 '20

Nullish Coalescing Operator Explained

Nullish coalescing operator is a new operator in javascript, which is actually an ES2020 specificatio...

Learn More 1 0Apr 19 '20

Optional Chaining In Javascript

Optional Chaining is a new feature available in Javascript. It is actually an ES2020 specification. O...

Learn More 6 1Apr 15 '20

How Arrow Functions aka Short Closures Can Improve Your Code

Arrow Functions aka Short Closures is a new feature available in PHP 7.4. The new version of PHP come...

Learn More 5 0Dec 30 '19