Skip to content
View byevhen2's full-sized avatar

Organizations

@motopress

Block or report byevhen2

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. todebug-lite todebug-lite Public

    A simple WordPress logger.

    PHP

  2. PHP: New Features PHP: New Features
    1
    ## PHP 7.0
    2
    
                  
    3
    [All features.](https://www.php.net/manual/en/migration70.new-features.php)
    4
    
                  
    5
    * Scalar type declarations: `function f(int ...$args)` (**bool**, **int**, **float** and **string**, in addition to **array**, **callable**, **self**, **parent** and interface/class name).
  3. How to build both minified and uncom... How to build both minified and uncompressed bundle with Webpack
    1
    # Q: How to build both minified and uncompressed bundle with Webpack?
    2
    ## A1: Use plugin UglifyJsPlugin (before webpack 4)
    3
    
                  
    4
    ```javascript
    5
    let webpack = require("webpack");
  4. Less Is More Less Is More
    1
    # Less is more
    2
    
                  
    3
    ----
    4
    
                  
    5
    **NOTE**: This gist is a translation from an article by [Marcos Douglas](https://github.com/mdbs99).