DEV Community

Sasireka
Sasireka

Posted on

JSLovers Chennai Meetup

Venue: Tekclan Software Solutions Pvt. Ltd., Chennai, Tamil Nadu

On Saturday, 06 December 2025, JS Lovers community gathered for an exciting and energetic meetup at Tekclan Software Solutions Pvt. Ltd., Chennai. The event brought together passionate JavaScript enthusiasts, developers, and learners for a day of knowledge-sharing, collaboration, and fun.

There are several interesting topics are covered:

  • Currying and Partial Application

  • Migration

  • Neural Networks

1) Currying:

  • Currying is the process of converting a function that take multiple arguments.

Partial Application:

  • Partial application is a technique where a function is transformed into another function with some of its parameters pre-filled.

Currying and Partial Application Advantages:

  • Build Reusable, PreConfigured tools

  • Reduce Repetition

  • Cleaner, Readable and Maintable.

2) Migration:

  • Moving one framework to another major re-work.

  • Ex: Vue.js

Upgrade:

  • Newer version of the same technology.

  • Ex: Node.js

3)Neural Networks

  • Neurons

  • Layers (Many Neurons => Layers)

  • Network (Many Layers => Network)

Formula: Y = X * W + B

  • X = Input, W = Weight, B = Bias

JS Lovers Meetup 2025

Top comments (0)