Skip to content
JSGrip
Javascript Everywhere In The World
  • Home

Ruby On Rails : Routing Concerns

December 7, 2021December 7, 2021 by Surekha Gagaliya

One of the fundamental principles Rails developers follow is Don’t Repeat Yourself (DRY).🔁 We can use concerns, to avoid repeating the same routes defined. To eliminate code duplication rails introduced the routing method :concern. The :concerns option can accept one or more routing concerns.

Share this:

  • Facebook
  • X
Categories Ruby on Rails Tags concerns, rails, routing, ruby, rubyonrails

How to bind HTML in angular

July 26, 2020July 25, 2020 by Mayur Kambariya
Bind html with angular

Developer Has a question related to binding HTML in the angular component. A common question is “Can we bind API response Html in angular?” and the answer is yes we can do it.

Read moreHow to bind HTML in angular

Share this:

  • Facebook
  • X
Categories angular Tags angular, API, html

Explain: Map and Set with Javascript

June 21, 2020June 21, 2020 by Mayur Kambariya
What is the use of map and set

The Map object store key-value pairs and remembers the original insertion order of the keys
The set object store unique value of any types, It’s maybe primitive or object types

Read moreExplain: Map and Set with Javascript

Share this:

  • Facebook
  • X
Categories Javascript Knowledge Tags javascript, javascript developer, javascriptblog, map, set

Explain: Loops and iteration in Javascript

June 14, 2020June 14, 2020 by Mayur Kambariya
Javascript loops

Loop executes the same code of block again and again. Loop is a control flow statement for specifying iteration, which allows code to be executed repeatedly. Repetitive task within a program to save time and effort.

Read moreExplain: Loops and iteration in Javascript

Share this:

  • Facebook
  • X
Categories Javascript Knowledge Tags javascript developer, javascriptblog, loop

Explain: Arrow function or fat arrow function

June 10, 2020June 8, 2020 by Mayur Kambariya
What is arrow function

The best feature ever release by javascript is the Arrow function. An arrow function is also known as a fat arrow function. Basically the use of arrow function is a concise way to write the function in javascript.

Read moreExplain: Arrow function or fat arrow function

Share this:

  • Facebook
  • X
Categories Javascript Knowledge Tags arrowfunction, es6, javascriptblog, jsdeveloper 4 Comments

Most useful array method: filter and map

June 2, 2020June 2, 2020 by Mayur Kambariya
Array: filter and map method

Map and filter method used for operation on the array. Like select element or operation each element, Before filter and map method we use normally for and forEach method.

Read moreMost useful array method: filter and map

Share this:

  • Facebook
  • X
Categories Javascript Knowledge Tags array, filter, javascript, map, methods
Post navigation
Older posts
Newer posts
← Previous 1 … 7 8 9 Next →

Search

Recent Posts

  • Build a Chatbot with Claude API and React
  • Build a Chat with Your PDF App Using JavaScript
  • Function Calling Explained: Master JavaScript With Examples
  • Build a RAG App in Node.js: Embeddings and Vector Database
  • Rate Limits, Retries, and Error Handling for AI APIs

Recent Comments

  • Surekha on How JWT Tokens Work in Ruby on Rails APIs
  • Anil Srivastava on Explain: Arrow function or fat arrow function
  • nitish kumar on Explain: Arrow function or fat arrow function
  • M Saha on Explain: Arrow function or fat arrow function
  • Anil S on Explain: Arrow function or fat arrow function

JSGRip
Welcome to Jsgrip, your number one source for all kinds of Articles. We’re dedicated to providing you the very best Javascript library and information.

Quick Links

  • Privacy Policy
  • About
  • Contact Us
  • Terms of Use

Recent Posts

  • Build a Chatbot with Claude API and React
  • Build a Chat with Your PDF App Using JavaScript
  • Function Calling Explained: Master JavaScript With Examples
  • Build a RAG App in Node.js: Embeddings and Vector Database
  • Rate Limits, Retries, and Error Handling for AI APIs

WordPress Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2026 JSGrip • Powered by Javascript Everywhere