authorImg Akash Kale
authorImg Akash Kale

Akash is a User Experience Designer.

Creating Visual Identity - Moodboard

Creating Visual Identity by collecting images that resonate with our brand to form a moodboard
authorImg Chetan Gawai
authorImg Chetan Gawai

I am a Javascript and React enthusiast, and I absolutely love writing technical blogs. There's just something about the process of breaking down complex concepts and sharing my knowledge with others that really excites me. In my free time, I enjoy exploring my other passions, such as painting, gardening, cooking, and managing my food blog.

React 18 provides useId API for generating unique IDs on both the client and server

React 18 introduces a new hook API - useId, that generates stable ids during server rendering and hydration to avoid mismatches.
authorImg Murtaza Bagwala
authorImg Murtaza Bagwala

A passionate full stack software engineer having 7 years of experience in building scalable enterprise systems. I have worked predominantly with the JVM and Javascript ecosystem but currently exploring Rails. For me, software engineering is all about solving problems in the most optimal way. I am an avid practitioner of clean code practices and love to read about System Design and Architectures. When I am not coding I love to play playstation, read anything about aviation or go out for a long drive and of-course I am foodie by heart.

Rails 7 adds caching? and uncachable! helper

Starting with Rails 7, we can add caching? helper to check whether the current code path is being cached and uncacheable! helper to avoid fragment caching.
authorImg Swaathi Kakarla
authorImg Swaathi Kakarla

Swaathi Kakarla is a Ruby on Rails Developer.

Rails 7 adds :day_format option to date_select

Now format how the day looks in a date select dropdown using `day_format`.
authorImg Judis M Jeevan
authorImg Judis M Jeevan

Judis is a Ruby on Rails apprentice.

My first week at Saeloun as an apprentice

How my first week went?
authorImg Akash Kale
authorImg Akash Kale

Akash is a User Experience Designer.

Our first step to creating brand guidelines - Brand sprint

How we conducted virtual brand sprint, and what we discovered about our brand?
authorImg Aniket
authorImg Aniket

I'm a budding Ruby on Rails developer, with 3 months of hands-on experience in creating dynamic web applications. I have also dabbled in cutting-edge technologies like Cloud Computing and Machine Learning. Hailing from the city of Bilaspur, I have a keen interest in finance and law as well. When I'm not honing my coding skills, I unwind by catching up on movie recaps and exploring the latest tech documentaries.

First Week Experience at Saeloun

Things I did in First Week
authorImg Mohini Dahiya
authorImg Mohini Dahiya

I am an 'ISTQB-TAE' Certified engineer having a passion for building quality software. Also, being a true 'Don Norman' fan, I am a UX Design and Research enthusiast with a strong appreciation for clean and intuitive designs. In between tasks you can find me grooving to my favorite songs or sipping tea with my family!

Cypress 8.7.0 - Adds 'slowTestThreshold' config option.

Adds slowTestThreshold config option to customize slow test threshold.
authorImg Shivam Chahar
authorImg Shivam Chahar

Shivam is a Ruby on Rails and ReactJS Developer.

What's new in React Router 6?

React Router 6 has some amazing features added with improved bundle size.
authorImg Swaathi Kakarla
authorImg Swaathi Kakarla

Swaathi Kakarla is a Ruby on Rails Developer.

Rails 7: Pass default values to I18n's `translate` method

Provide fallback values to the translate method apart from those parts of the translation string.