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.
authorImg Swaathi Kakarla
authorImg Swaathi Kakarla

Swaathi Kakarla is a Ruby on Rails Developer.

Rails 7 adds the ability to check if a location is safe before redirecting

Now determine if a URL is an internal one before redirecting.
authorImg Akash Kale
authorImg Akash Kale

Akash is a User Experience Designer.

Experiments in rebranding - The What and Why

First part in a series of articles about our rebranding process.
authorImg Apoorv Tiwari
authorImg Apoorv Tiwari

Apoorv is a Ruby on Rails and React Developer.

cy.pause() now pauses test while running cypress run --headed --no-exit

cy.pause() will not be ignored and pause a test when --headed and --no-exit flags are passed to cypress run.
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.

ECMAScript: Top-level await

We can only use await operator within an async method. In ECMAScript 2022 we will be able to use it outside of the context of an async method in our modules.
authorImg Alkesh Ghorpade
authorImg Alkesh Ghorpade

I am a seasoned developer with over 9 years of experience in Ruby on Rails and Golang. My passion lies in tackling complex data structures and algorithm problems, always pushing myself to learn and grow. In my downtime, I find solace in the pages of books and the soothing sounds of a guitar. But I'm not just a one-trick pony! I love to stay active and challenge myself in other ways too. Whether it's on the football pitch, cricket field, table tennis table, or badminton court, I'm always up for some fun activities.

Ruby 3.1 adds MatchData#match and MatchData#match_length

Ruby 3.1 MatchData#match returns the substring corresponding to the argument, while MatchData#match_length returns the length of the captured substring.