authorImg Gowsik Vivekanandan

I’m a Ruby on Rails and Javascript enthusiast with over three years of experience in creating SaaS applications that make remote work easier. I work well in teams and am always up for new challenges. Born and raised in Namakkal, I enjoy playing video games, binge-watching tv shows, and stargazing to kill time.

authorImg Prasanth Chaduvula

I'm a React, Javascript & Rails full-stack Software Engineer. I have been working remotely for the past two years in a remote village. Before joining as a Software Engineer I founded kwiq - a hyperlocal delivery startup to deliver things in remote villages.

Rails 7.1 Introduces Autoload Lib and Ignore Sub-Directories with config.autoload_lib(ignore:) Method

Autoloading lib directory isn't always straightforward. In this blog post, we'll delve into the autoloading of the lib directory using config.autoload_lib(ignore:).
authorImg Sonam Goyal
authorImg Sonam Goyal

I am a people's person who loves to engage in conversations and learn more about people's lives. You'll often find me wrapped up in a blanket, binge-watching Korean dramas and romantic comedies. When I'm looking for inner peace, I turn to my garden and spend time tending to my plants. And when I'm not indulging in any of these hobbies, I'm either conducting interviews or managing the company's operations.

A Memorable Company Retreat

A Memorable Company Retreat at Karjat's Euphoria Villa
authorImg Apoorv Tiwari
authorImg Apoorv Tiwari

Apoorv is a Ruby on Rails and React Developer.

Enhancing Security in Ruby on Rails - SSL Enforcement by Default

Rails 7.1 enables force_ssl=true in production by default.
authorImg Supriya Agarwal
authorImg Supriya Agarwal

I am technology enthusiast who has worked on different domains in my overall experience of 10+ years. Most of my work involves planning , strategizing , team management and communication. I am easy to talk to and friendly. When working I am a workaholic and in my free time, I do yoga, watch series. Either way I am glued to the screen.

Why project estimation is important for a project manager ?

In this blog, we will explore why estimations are important for project managers and how it contributes to effective project management.
authorImg Mayank Agnihotri
authorImg Mayank Agnihotri

I'm a React and Rails enthusiast with two years of experience creating innovative software solutions that improve business productivity. I work well in teams and am always up for challenging projects. Born and raised in Navi Mumbai, I enjoy gaming and travelling in my free time.

Rails 7.1 Now Allows ErrorReporter To Handle Several Error Classes

Rails introduces handle method for ErrorReporter API
authorImg Prasanth Chaduvula
authorImg Prasanth Chaduvula

I'm a React, Javascript & Rails full-stack Software Engineer. I have been working remotely for the past two years in a remote village. Before joining as a Software Engineer I founded kwiq - a hyperlocal delivery startup to deliver things in remote villages.

Set And Restore Public Attributes Around a Block Using Object#with

We can use Object#with method as shorthand for the common begin/ensure pattern to save the value of an attribute, setting a new value, and then restoring the previous value.
authorImg Shruti Apte
authorImg Shruti Apte

Shruti is a ReactJS Developer.

Zustand or Redux, which one is the best choice?

This blog explores Zustand and Redux for React state management, highlighting Zustand's simplicity and Redux's suitability for complex projects.
authorImg Prasanth Chaduvula
authorImg Prasanth Chaduvula

I'm a React, Javascript & Rails full-stack Software Engineer. I have been working remotely for the past two years in a remote village. Before joining as a Software Engineer I founded kwiq - a hyperlocal delivery startup to deliver things in remote villages.

React state management - useReducer vs Redux

This blog explores useReducer vs Redux, delving into their definitions, use cases, code samples and when to choose each for efficient state management.
authorImg Sanjib Roy

I'm a React and Javascript enthusiast with over two years of experience creating innovative software solutions that improve business productivity. As a team player, I enjoy taking on challenging projects that push me to learn and grow. Born and raised in Raniganj, I enjoy mobile photography, writing and reciting poems, and traveling during my free time.

Deciding which state management to use: opting between useContext and Redux

In this article, we will explore two effective strategies for managing state in React apps: the useContext hook and Redux Toolkit. The article provides practical code examples for both the useContext hook and Redux Toolkit, and it discusses the advantages, disadvantages, and best-fit scenarios for each approach.
authorImg Prasanth Chaduvula
authorImg Prasanth Chaduvula

I'm a React, Javascript & Rails full-stack Software Engineer. I have been working remotely for the past two years in a remote village. Before joining as a Software Engineer I founded kwiq - a hyperlocal delivery startup to deliver things in remote villages.

Open Ranges Are Now Supported By The Object#in? Method In Rails

We can use Object#in? method to check open date ranges i.e. beginless and endless ranges.