Port forwarding on two interfaces with pf
        [Read More]
        
    
    
    
    
Beginning with Python and Pandas
        
        Getting started with Python Pandas while playing with it on Leetcode
        [Read More]
        
    
    
    
    
Python Decorators
        
        Examples to quickly learn and use python decorators
        [Read More]
        
    
    
    
    
ICP Brasil client certs setup for Nginx
        
        Use client certificates to authenticate and control access to resources with Nginx.
        [Read More]
        
    
    
    
    
JavaScript destructuring assignment
        
        This feature of JavaScript allows the programmer to unpack array and object values to assign them to variables and function parameters.
        [Read More]
        
    
    
    
    
Quick JavaScript OOP
        
        Basic JavaScript syntax to write classes, methods, properties and inheritance
        [Read More]
        
    
    
    
    
Set PHP timezone
        
        Set a time in PHP configuration file to correctly display date and time information
        [Read More]
        
    
    
    
    
Change WordPress uploads URL
        
        Changes the URL address WordPress renders for the user-uploaded files. The browser will fetch the files from the new address instead of fetching from the WordPress server.
        [Read More]
        
    
    
    
    
File handling on NodeJS
        
        List files from a directory and read files’ content using NodeJS.
        [Read More]
        
    
    
    
    
Creating a Django development environment
        
        Setup a Django 1.6 development environment using python virtualenv.
        [Read More]