Jan 7, 2022
Ins and Outs of Profit Sharing
We are delighted to announce our Profit Sharing process for 2022 for our Rails Consultancy. Here are some highlights from the process
Jan 6, 2022
What's New in Tailwind CSS v3?
Tailwind CSS v3 has released its version 3 with several new utilities and variants for a more improved workflow.
Jan 5, 2022
How to Use Enums in Rails
A deep dive into what enums are, how to create and configure enums using Rails.
Jan 4, 2022
PostgreSQL data-types in Rails
With Rails, there are many built-in data types that PostgreSQL supports. It's a great addition to the developer's toolkit!
Dec 30, 2021
Meet the new hook useSyncExternalStore, introduced in React 18 for external stores
The most significant update of React 18 comes with concurrent rendering. However, with the external store, there are some issues(tearing) that come up with concurrent rendering. To fix these issues, React 18 provides a new hook, useSyncExternalStore.
Dec 29, 2021
Rails adds `authenticate_by` method when using `has_secure_password`
Rails adds `authenticate_by` method that helps mitigate timing-based enumeration attacks.
Dec 29, 2021
Using Amazon Personalize to create a Recommendation System
A Step-By-Step Guide to Building a Recommender System using Amazon Personalize with its Similar-Items Recipe
Dec 28, 2021
Use the combined jsbundling-rails gem instead of individual js bundler gems
JSBundling provides a flexible way of using different Javascript bundlers
Dec 27, 2021
Second Week Experience at Saeloun
List of things I worked on and learnt in the Second Week
Dec 24, 2021
Scalability Testing using k6
Understanding scalability testing, creating a user profile, and running tests using k6.