Skip to content

Instantly share code, notes, and snippets.

@diogorusso
diogorusso / jupyter-notebook-basics.ipynb
Created February 2, 2020 02:49
Jupyter Notebook Basics.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

React

  • Create React App
  • Redux
  • React Router
  • Scss Modules
  • Storybook

Docker env setup

  • Env Setup

Shell Script .sh

  • what's
  • snippets
    • menu.sh : select from txt list and run a script
    • create a eof encoded text file (.txt, .scss, .css, .html, .rb, .py...)

Jekyll

  • What's Jekyll
  • Rake Generate Posts from Json
  • Behance Plugin
  • Theme generation (shell)

What's Jekyll

Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter (like Markdown) and our Liquid renderer, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your project’s page, blog, or website from GitHub’s servers for free.

VS Code

  • what's
  • extensions
  • config

HTML Structure

  • Tags List
  • Meta tags List
@diogorusso
diogorusso / 0.0_local-env.md
Last active November 30, 2022 18:07
Checking and Installing Xcode Command Line Tools

MacOS dev env setup

  • X-Code command line + .bash_profile
  • Homebrew + Brewfile
  • GIT + Github
  • Ruby + RVM + Bundler
  • mySQL
  • Python + Pyenv + Pyenv-Virtualenvwrapper
  • Node + NPM + Yarn + N + NCU
  • Webpack , Gulp

CSS, LESS, SASS (scss)

  • variables
  • nested styles
  • mixins
  • mixins with parameters
  • functions
  • colors functions
@diogorusso
diogorusso / g-spreadsheet_export-json-sql.js
Last active December 1, 2016 19:44
g-spreadsheet export JSON + SQL
//author: Ralf Haring
// github: https://gist.github.com/ralfharing
//original article: http://blog.pamelafox.org/2013/06/exporting-google-spreadsheet-as-json.html
// original author: Pamela Fox
//github: https://gist.github.com/pamelafox
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.