Skip to content

HostCoder

  • HTML Tutorial
  • CSS Tutorial
  • Postman
  • Workshop

Category: Workshop

Setting Start and End Dates with Date Range Selection using Flatpickr in Ruby on Rails

To assign a start and end date from a range using Flatpickr in a Ruby on Rails application, you’ll need to set up Flatpickr with two date inputs: one for the start date and another for the end date. Here are the steps to achieve this:

Continue reading “Setting Start and End Dates with Date Range Selection using Flatpickr in Ruby on Rails”

How to delete Items from local storage using their IDs?

To delete items from local storage using their IDs, you can follow these steps in JavaScript:

Continue reading “How to delete Items from local storage using their IDs?”

How to match all URLs except one using regex?

To match all URLs except one using regex, you can use a negative lookahead assertion in your regular expression. The negative lookahead assertion specifies a condition that must not be met for a match to occur. Here’s a general example:

Continue reading “How to match all URLs except one using regex?”

How to import SQL files using the command line in MySQL?

To import an SQL file using the command line in MySQL, you can use the mysql command with the < operator. Here are the steps:

Continue reading “How to import SQL files using the command line in MySQL?”

How to validate an email address in Javascript?

You can validate an email address in JavaScript using regular expressions. Here’s a simple example of how to do it:

Continue reading “How to validate an email address in Javascript?”

Posts navigation

Previous page Page 1 Page 2

Workshop

  • How to validate an email address in Javascript?
  • How to import SQL files using the command line in MySQL?
  • How to match all URLs except one using regex?
  • How to delete Items from local storage using their IDs?
  • Setting Start and End Dates with Date Range Selection using Flatpickr in Ruby on Rails
  • What is tarfile.add() in Python?
  • How to get cookies from localhost in Angular development environment?
  • How to implement dropdown with dynamic levels in Angular?
  • How to set up the number of decimals and separators for a number with reactJS?
  • How to trigger an event from an iframe to the parent container in javascript?
  • How to use Postman to call API using the GET or POST method
  • How to write an API test in Postman?
  • How to load an external library in Postman testing environment?
  • File Compression and Decompression in PHP: Exploring Efficient Storage and Transfer
  • PHP Files Made Simple: A Starter’s Guide to File Handling

  • HTML Tutorial
  • CSS Tutorial
  • Postman
  • Workshop
HostCoder