Site Development Checklist

Website Purpose & Message Determine Message & Purpose Pick a Name/Domain Name Determine Website Basic Structure Author/Collect Basic Content Storyboarding […]

Read More

Intro to Type

 

Read More

Online Guideline Version

Providing to the PDF Guideline Manual, create an online copy of the guideline with interactive elements suitable for the brand […]

Read More

Emotional Branding

The 10 Commandments of Emotional Branding   From Consumers to People. Consumers buy. People live. From Product to Experience. Products […]

Read More

Brand Tangents

Letterhead & Envelope Business Cards Merchandise (e.g. Mug, Tee, Poster, Pen, Mousepad, Stickers, etc.) Signs Email Signatures Presentation Asset Delivery […]

Read More

Branding Guidelines

Guidelines are not meant to be a straight-jacket, but a spring-board to launch the brand and properly use its elements. […]

Read More

Logo Design

Research and explore ideas   Symbolization Create a list of symbols that signify services, products or aspects of the business. […]

Read More

Story & Strategy

Brand Story An internal process outline Project planner questionnaire What does your organization do and why does it matter? What […]

Read More

Logo Design

Logo Types Characteristics Steps

Read More

DeepTraffic

The red car is controlled by a neural network that you can train. The neural network is a computer program […]

Read More

Testing: Style Transfer

Style transfer is a neural network that allows you to take famous paintings, and recreate your own images in their […]

Read More

Jupyter

Jupyter Notebooks are a brilliant way to develop code in a browser. In each notebook, there are cells and there […]

Read More

Anaconda

A distribution of libraries and software specifically built for Data Science. It comes with Conda, a package and environment manager […]

Read More

Preface

Program Structure Siraj’s videos    Short introductory video     One hour live session Additional lesson(s) from Mat & other Udacity […]

Read More

Basics

Delete Delete folder rm -rf foldername Delete all files inside folder (except hidden ones) rm -rf foldername/* rm = “remove” […]

Read More

Python Review

##################################################### ###################### General ###################### ##################################################### print(“Bashar”) help(print)       # Helps you understand what the function print() does help(str.rjust)   # Helps you […]

Read More

More Commands

Creating a simple local server using Python3 python3 -m http.server

Read More
Comments Off on More Commands

Cheat Sheet #1

  jQuery Fundamentals     $, document, .ready, function(){} Basic Selectors               *, tag, id, class, .css […]

Read More
Comments Off on Cheat Sheet #1

REST Security

Cache The first step towards making your API available for clients is caching. A cache is usually a service that […]

Read More
Comments Off on REST Security

REST API

What’s a REST API? REST stands for Representational State Transfer. It is really just another layer of meaning on top […]

Read More
Comments Off on REST API