Naineel Soyantar

Naineel Soyantar

Backend Engineer @ Zuru Tech

Hi, I'm Naineel, a passionate web developer experienced in frontend (HTML, CSS, JavaScript, ReactJS, AstroJS), backend (Typescript, NodeJS, ExpressJS, PassportJS, Docker, K8s, Kafka, WebSockets, gRPC, Golang) and databases like (MySQL, PostgreSQL, MongoDB, Redis). Primary motive of this blog is to share what I learn day to day

Latest Articles from Naineel Soyantar

A Date with Daytona: Exploring AstroJS and Sanity CMS
A Date with Daytona: Exploring AstroJS and Sanity CMS

Recently, while working on my blog application, I discovered **Daytona**, a powerful development environment manager, through the ongoing Quest 23 (quira.sh). In this blog, we’ll explore how AstroJS, Sanity, and Daytona significantly enhanced the development process of this blog application.

Enhancing Cyclops: Adding Cache Metrics to Prometheus – My First OSS Contribution
Enhancing Cyclops: Adding Cache Metrics to Prometheus – My First OSS Contribution

Step by step method on how i contributed to Cyclops - A developer friendly tool for Kubernetes (K8s)

Let's build a production-ready logger using Winston.js
Let's build a production-ready logger using Winston.js

Explainer on how logs and loggers are useful in development and post-development lifecycle

The Role of Big Data in Modern Business
The Role of Big Data in Modern Business

Understanding how big data analytics is driving business decisions and growth.

Analyzing logs - the lame way
Analyzing logs - the lame way

In this blog post, we explore building a simple log analyzer in JavaScript to parse and analyze log files using regular expressions and the EventEmitter class. Additionally, we demonstrate generating random logs for testing purposes.

Iterators and Generators again... (asynchronous ones)
Iterators and Generators again... (asynchronous ones)

Last time, we explored Iterators and Generators in JavaScript. This time, let's delve into their asynchronous counterparts and see how they can simplify handling asynchronous data fetching operations.

Iterators and Generators in Javascript
Iterators and Generators in Javascript

Curious about how JavaScript's iterable types know the next element in their sequence? Let's dive into iterators and see how they power our favorite data structures.