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.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.Experiments in rebranding - The What and Why
First part in a series of articles about our rebranding process.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.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.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.Remove Personal Identifiable Information(PII) from Data using AWS DMS
Remove Personal Identifiable Information ( PII ) from database with continuous changesCypress 8.6.0 - Unselect all selected options with cy.select([])
Cypress introduced the feature to un-select all selected options by passing an empty array.Understanding static class features in JavaScript (ECMAScript 2022)
Private and public static fields along with private static methods would be officially included in ECMAScript 2022.