Dec 14, 2021
My second week at Saeloun as an apprentice
Overview of the assignment from second week
Dec 14, 2021
Creating Visual Identity - Moodboard
Creating Visual Identity by collecting images that resonate with our brand to form a moodboard
Dec 9, 2021
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.
Dec 8, 2021
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.
Dec 7, 2021
Rails 7 adds :day_format option to date_select
Now format how the day looks in a date select dropdown using `day_format`.
Dec 6, 2021
Our first step to creating brand guidelines - Brand sprint
How we conducted virtual brand sprint, and what we discovered about our brand?
Dec 6, 2021
First Week Experience at Saeloun
Things I did in First Week
Dec 3, 2021
Cypress 8.7.0 - Adds 'slowTestThreshold' config option.
Adds slowTestThreshold config option to customize slow test threshold.
Dec 2, 2021
What's new in React Router 6?
React Router 6 has some amazing features added with improved bundle size.