authorImg Deepti Kakade
authorImg Deepti Kakade

Deepti is a Ruby on Rails Developer.

Use the combined jsbundling-rails gem instead of individual js bundler gems

JSBundling provides a flexible way of using different Javascript bundlers
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.

Second Week Experience at Saeloun

List of things I worked on and learnt in the Second 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!

Scalability Testing using k6

Understanding scalability testing, creating a user profile, and running tests using k6.
authorImg Shivam Chahar
authorImg Shivam Chahar

Shivam is a Ruby on Rails and ReactJS Developer.

Navigation in React Router 6

React Router provides us with an easy-to-use interface for navigation, allowing us to manipulate and subscribe to the browser's history stack.
authorImg Vikrant Patel
authorImg Vikrant Patel

Vikrant is a Ruby on Rails Developer.

Ruby 3.1 adds Class#descendants

With Ruby 3.1, we can use `Class#descendants` to yield the classes that have been directly or indirectly derived from a specific class.
authorImg Akash Kale
authorImg Akash Kale

Akash is a User Experience Designer.

Creating Visual Identity with Colors

Curating a color pallette for Saeloun's brand's visual identity
authorImg Apoorv Tiwari
authorImg Apoorv Tiwari

Apoorv is a Ruby on Rails and React Developer.

Cypress 9.0.0 will throw an error on adding existing commands

Adding an existing command with Cypress.commands.add() will throw an error indicating that overwrite should be used in these situations instead.
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.

Understanding Hydration in React applications(SSR)

Hydration is used only with server-side rendering (SSR). It is a process of rendering our components and attaching event handlers.
authorImg Swaathi Kakarla
authorImg Swaathi Kakarla

Swaathi Kakarla is a Ruby on Rails Developer.

Rails 7 adds the ability to delete and update queries using GROUP_BY and HAVING

With Rails 7, we can now combine GROUP_BY and HAVING clauses with a more complex update and delete queries.
authorImg Agnidipta Bhattacharjee
authorImg Agnidipta Bhattacharjee

I am a technical content writer with over 2 years of experience in creating clear, concise, and engaging content for a wide range of industries, including software development, IT, and engineering. In my role as a technical content writer, I have produced a vast array of content, including user manuals, online help files, blog articles, whitepapers, and case studies. When I am not writing, I enjoy pursuing my hobbies like travelling, hiking, adventure sports, and reading. I am an avid reader of technology news and enjoy keeping up-to-date with the latest trends and developments in the tech industry.

Using Condenser for subsetting databases and removing PII

Learn how to use Condenser for subsetting database and PII removal using Postgres and MySQL.