Collection of basics to start design projects for digital projects
Mobile (Single Column)
Collection of basics to start design projects for digital projects
// ==UserScript== | |
// @name Google maps addon | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-02-13 | |
// @description Bring google maps button back | |
// @author You | |
// @match https://www.google.com/* | |
// @icon https://www.google.com/ | |
// @grant none | |
// ==/UserScript== |
pip install black
// Generate Random Lines In Adobe Illustrator | |
// change numberOfLines as you wish | |
// Run in Illustrator with File / Scripts / Other Script | |
var myDoc = app.activeDocument; | |
var numberOfLines = 4000; | |
// example line |
flowchart TD
start-- through --> second
second -- through again --> third
It is an introductionary material. If you don't need explanation, just the collection of common commands, use my cheatsheets:
const async = require('async'); | |
class demoClass { | |
constructor(con) { | |
this.constantVariable = con; | |
this.q = async.queue(this.processFunc, 1); | |
} | |
feedfunc(inputArray) { |
What a font designer do? (US BUREAU OF LABOR STATISTICS) https://www.bls.gov/careeroutlook/2013/fall/yawhat.pdf
A Brief History of Typeface Styles and Classifications (Visme) https://visme.co/blog/different-types-of-fonts/
A Visual Guide to the Anatomy of Typography [Infographic] (Visme) https://visme.co/blog/type-anatomy/