Skip to content
View jmaaltech's full-sized avatar

Block or report jmaaltech

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Regex to validate IPv4 addresses. Regex to validate IPv4 addresses.
    1
    # Regex: Validate IPv4 Addresses
    2
    
                  
    3
      Regular expressions, or regex, are a series of special characters that define a search pattern. Unlike direct matches, regular expressions can be used to create more encompassing and dynamic string searches. They are useful for manipulating strings that may require flexible formatting or special text rules.
    4
      
    5
      For example, an Internet Protocol Version 4, or IPv4, address consists of a network address and a host address expressed as four numbers separated by dots ranging from 0-255. These addresses cannot be hardcoded because each one is unique for identification purposes. This post will analyze a regex responsible for validating IPv4 addresses.
  2. doppelshield doppelshield Public

    A web app that helps to protect against homograph/homoglyph attacks.

    TypeScript

  3. employee-profile-manager employee-profile-manager Public

    This application allows users to view and manage employee data from a MySQL database via an interactive command line interface.

    JavaScript

  4. catalyst catalyst Public

    TypeScript

  5. storefront-sequelizer storefront-sequelizer Public

    Back end for e-commerce website that uses Express.js API and configures it to use Sequelize to interact with a MySQL database.

    JavaScript

  6. evan-hatley/Career-Canvas evan-hatley/Career-Canvas Public

    JavaScript