Prasad Walvekar

Prasad Walvekar

Prasad is a Frontend Developer with over five years of experience, specializing in building high-performing and visually engaging web platforms.
authorImg Prasad Walvekar

CSS overflow:clip and overflow-clip-margin

overflow: clip and overflow: hidden both do the same job of hiding content that overflows. However, overflow: clip also disables programmatic scrolling.
authorImg Prasad Walvekar

Rails 7 Audio Metadata for Videos

With the addition of `audio` metadata to video blobs, it will now be possible to check the presence of an audio channel in a video file.
authorImg Prasad Walvekar

React 17 introduces new JSX transform

React 17 introduces jsx-runtime and jsx-dev-runtime that enables the user to write JSX without importing React.
authorImg Prasad Walvekar

Rails 7 Adds Enumerable#sole Method

Enumerable#sole returns the sole item in the enumerable and raises an exception if no items or more than one item is found.
authorImg Prasad Walvekar

Rails 6.1 Adds in: Option for Numericality

The `numericality` validation helper now accepts `in:` as an option for which the value must be a range.
authorImg Prasad Walvekar

Rails 6.1 Background Dependent Destruction

Rails 6.1 adds dependent: :destroy_async to delete associated records in background jobs.