Skip to content
View mahammedzkhan's full-sized avatar
Block or Report

Block or report mahammedzkhan

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

  1. React templates for Jetbrains IDE's React templates for Jetbrains IDE's
    1
    import React from 'react';
    2
    
                  
    3
    export default class ${NAME} extends React.Component{
    4
        render() {
    5
            return(
  2. Vue-cli config for building to a sin... Vue-cli config for building to a single js file and no hashing and no chunks
    1
    // vue.config.js
    2
    module.exports = {
    3
        filenameHashing: false,
    4
        configureWebpack: {
    5
            output: {
  3. Generate self signed certificate Generate self signed certificate
    1
    # generate self signed certificate for local environments
    2
    
                  
    3
    openssl genrsa -des3 -passout pass:x -out host.key 2048
    4
    openssl rsa -passin pass:x -in host.key -out server.key
    5
    openssl req -new -key server.key -out server.csr
  4. react-sortable-tree-theme-file-explorer react-sortable-tree-theme-file-explorer Public

    Forked from frontend-collective/react-sortable-tree-theme-file-explorer

    A file explorer theme for React Sortable Tree

    JavaScript

  5. styled-components-website styled-components-website Public archive

    Forked from styled-components/styled-components-website

    The styled-components website and docs

    JavaScript

  6. iamkun/dayjs iamkun/dayjs Public

    ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API

    JavaScript 46k 2.3k