sivalaxman
sivalaxman's Blog

sivalaxman's Blog

Follow
Follow
homebadgesnewsletter

React Custom Hooks : useOnScreen Hook And The Intersection Observer API

Sep 24, 20234 min read

In the world of web development, creating responsive web applications that adapt to various screen sizes and user interactions is crucial. One key...

React Custom Hooks : useOnScreen Hook  And The Intersection Observer API

inject : Method in Ruby on Rails

Sep 15, 20233 min read

Ruby on Rails is a powerful web framework known for its elegant syntax and developer-friendly features. One of the incredibly useful methods in Ruby...

inject : Method in Ruby on Rails

Asynchronous JavaScript: Callbacks, Promises, and Async/Await

Sep 11, 20233 min read

Asynchronous programming is a fundamental concept in JavaScript, especially for handling tasks like fetching data from APIs, reading files, or...

Asynchronous JavaScript: Callbacks, Promises, and Async/Await

Vite vs. Webpack: Choosing the Right Build Tool for Your Frontend

Sep 9, 20233 min read

In the world of modern web development, choosing the right build tool is crucial. Two popular options that have gained traction in recent years are...

Vite vs. Webpack: Choosing the Right Build Tool for Your Frontend

Styles in Web Development: SCSS vs. SASS vs. LESS vs. CSS vs. CSS Modules vs. Styled Components

Sep 7, 20233 min read

Web development is an ever-evolving field with various technologies and tools to choose from, especially when it comes to styling. In this blog post,...

Styles in Web Development: SCSS vs. SASS vs. LESS vs. CSS vs. CSS Modules vs. Styled Components

Babel and Webpack

Sep 7, 20234 min read

Babel and Webpack are two powerhouse tools in the JavaScript ecosystem that have revolutionized the way we write and bundle JavaScript code. They play...

Babel and Webpack