Skip to content

Instantly share code, notes, and snippets.

View Alex-Tideman's full-sized avatar

Alex Tideman Alex-Tideman

  • Temporal Technologies
  • Minneapolis, MN
View GitHub Profile
@Alex-Tideman
Alex-Tideman / project-peer-review.md
Last active March 29, 2017 15:57
Electron Project Peer Review

The Focus

The goal for the next hour is to practice your technical code review skills and providing critical feedback. On the job, code reviews are huge part of being on a team and being able to accept and implement feedback is a vital skill.

Feedback should be positive, actionable and clear enough that anyone reading the issue could implement without any clarifications.

Areas of Review

  1. Code Patterns - Identify coding patterns or practices that are detrimental to the code base or go against the majority of the code base (consistency). Are there too many global variables? Are you using .forEach instead of .map to create new arrays? Lots of if/else statements? Functions are too big?
  2. Style - Is your code consistently styled (spacing, naming conventions, file names)? Are you using a linter? Are you switching between ES5 and ES6?
  3. Communication - Are you writting concise commit messages? Are you using branches for small, complete pieces of functionality and have PR's with comments?
@Alex-Tideman
Alex-Tideman / denver_things.md
Last active March 23, 2017 17:51
JS Object and Array Challenge
const denver = {
   elevation: 5280,
   mayor: "Michael Hancock",
   neighborhoods: [
     "LoDo",
     "Five Points",
     "Cap Hill",
     "East Colfax",
     "RiNo",
@Alex-Tideman
Alex-Tideman / syllabus.md
Last active August 7, 2019 08:27
FE-1610 Mod4 Syllabus

Mod4 Syllabus

General Expectations

It's a been a quite a journey so far for you all at Turing. Don't let all those months of hard work fizzle out. Let's look at how to finish the program strong and begin your professional career off on the right foot.

  • Be respectful. Be nice. Work hard.
  • Come to every class. Pay attention, ask questions, be involved in your education.
  • If you cannot make a class, please communicate with Alex and Meeka.
  • If it's a remote day, get life stuff done.

Date: [02/12/2017]

Between us [Plum Street, Ltd.] and you [Alex Tideman].

Summary:

In short; neither of us will share any confidential information about each-other, by any means, with anyone else.

What’s confidential information?

@Alex-Tideman
Alex-Tideman / 1608-mod4-projects.md
Created January 23, 2017 18:56
1608 - Mod4 Project Links

Jet Fuel

I would eventually like to push some of this down into Module 3 so we can focus on progressive web applications.


React Native

  • Introduction to React Native and How It Works
  • Converting a React Application to React Native
  • Styling React Native Applications
  • The Component Lifecycle - When, Where, Why
@Alex-Tideman
Alex-Tideman / lightningtalk3.md
Last active October 20, 2015 18:39
Getting Started with Meteor

Getting Started with Meteor

What is Meteor?

  • Create full-stack web and mobile apps with just Javascript
  • Galaxy platform for superfast deployments
  • Open source,

How to Get Started

  • Let's create an app (to-do list)
@Alex-Tideman
Alex-Tideman / Echo
Created October 13, 2015 15:16
Echo Challenge
function echo(array) {
if(array) {
array.forEach(function(element){
console.log(element);
});
}
}
echo();
echo(['one']);
@Alex-Tideman
Alex-Tideman / lightningtalk2.md
Last active September 22, 2015 21:16
Lightning Talk #2

Immersive Journalism with VR

Why You Should Get Your News with VR

  • Imagine waking up and walking among the news, not reading it.
  • Instead of saying 'oh another bomb went off 4000 miles away...sad', you could could emphasize with the victims and understand their struggles.
  • However, some may consider this an entry point for criticism, claiming that immersive journalism undermines objectivity because the audience can be put through an experience with a controlled viewpoint. Certainly in the digital age, visual and audio material can be rapidly manipulated to create a semblance of truth which has no relationship to facts.

Clouds Over Sidra

  • A VR video capturing the life of a 12 year old Syrian girl done by the United Nations.
@Alex-Tideman
Alex-Tideman / Effortful.md
Last active September 17, 2015 18:58
My Personal Project Idea

Effortful

Pitch

Keep your change, lose your guilt and start giving back to those in need by rewarding positive behavior with basic human necessities, education or opening a door to future employment.

Problem

The problem I am trying to solve is offering a non-monetary reward for creating positive influences in our community, specifically for the homeless population.