Be the Garbage Man of your team Alex Kogon Dima Kovalenko.

Slides:



Advertisements
Similar presentations
xUnit Test Patterns (Some) xUnit Test Patterns (in practice) by Adam Czepil.
Advertisements

If I find. he had to I know them be there.
Ryan Briosos Alex Cote Nathan Lumanlan Aljohn Munsayac SENIOR EX REFLECTIONS.
IEP Template This template is to help you make a presentation at your IEP meeting to let the team know more about you and what your goals are for school.
WINNER VS LOOSER. WINNER VS LOOSER WINNER VS LOOSER The winner is always part of the answer; The loser is always part of the problem.
My foremost major competency Problem Solving Skills.
Starting Talk Moves May Have Been A Little Awkward, but not as awkward as…
My Test Plan Trevor Phillips. What I’ve Done Not much… Downloaded files I am testing Getting my tester over the weekend William’s code compiles and looks.
Common project problems From Twin Cities CFUG meeting7/10/02.
9 th Annual Bridge the Legal Research Gap Researching Federal Legislative History Bob Menanteaux.
E.1 Eclipse. e.2 Installing Eclipse Download the eclipse.installation.exe from the course web site to your computer and execute it. Keep the destination.
14.1 Wrapping up Some final Perl notes 14.3 You may run programs using the system function, returns 0 if the command was executed successfully:
How to make a SIGGRAPH paper while having all the fun 
 Working with children makes you happy. When you teach them and they make a progress in their development, this let you be proud of them.
Institut d’Ensenyament Secundari Municipal Juan Manuel Zafra Barcelona Youth Problems.
1st 100 sight words.
#RefreshCache CI - Daily Builds w/Jenkins – an Open Source Continuous Integration Server Nick Airdo Community Developer Advocate Central Christian Church.
Rectangular Coordinate Systems and Graphs of Equations René, René, he’s our man, If he can’t graph it, Nobody can.(2.1, 2.2)
Prof. Matthew Hertz WTC 207D /
3x – 5y = 11 x = 3y + 1 Do Now. Homework Solutions 2)2x – 2y = – 6 y = – 2x 2x – 2(– 2x) = – 6 2x + 4x = – 6 6x = – 6 x = – 1y = – 2x y = – 2(– 1) y =
Prof. Matthew Hertz WTC 207D /
CSC 253 Lecture 2. Some differences between Java and C  Compiled C code is machine specific, whereas Java compiles for a virt. machine.  Virtual machines.
Michael Still Google Inc. October, Managing Unix servers the slack way Tools and techniques for managing large numbers of Unix machines Michael.
Mrs Kilbride chose the play from a principal in Rotorua and ordered it.
CSE 143 Lecture 6 Linked Lists slides created by Ethan Apter
XNAT Workshop 2012 Project Configuration Tim Olsen
BIT 286: Web Applications Automated Web Testing. Selenium  Selenium Is moving from being Firefox based to being more of a 'normal desktop' program that.
UAT Automation Framework By SSTZ-UAT. Agenda Traditional Automated Testing. UAT Automation Framework introduction. Advantage. Demo. Q&A.
“I Can’t” How Two Little Words Can Have More Power Than You Think.
1 Design and Integration: Part 2. 2 Plus Delta Feedback Reading and lecture repeat Ambiguous questions on quizzes Attendance quizzes Boring white lecture.
A Problem Solving Webquest Example /mb A Problem Solving “Webquest” Webquests allow students to explore the World Wide Web for ways to learn what.
People who:  Think that all work is done by a push of the button and is free  Refuse to manage the team and expect employees do his/hers.
BOMBARDIER Team Members, Dilip Narayanan Gaurav Jalan Nithya Janarthanan.
Is Punctuation Really that Important? You decide….
I n 2 0 y e a r s B y C a m e r o n My job P o k é m o n g a m e c r e a t o r. I a m g o i n g t o c o m b i n e d r a g o n i t e a n d m e g a n i.
EDUCATION By: Amadou Kane. ESSAY Education is important for all people. We all need an education to be successful in life. For example, a five-year old.
Simplify 2r −10(2 + 7r) Is -3 a solution for this equation? 4x + 2 = -10 Write down this problem on your READY RECALL SHEET Be prepared to explain your.
Working Quietly. When I’m at school, I do a lot of work at my desk.
How the mentoring process worked Visiting working places was enlightening Reflecting in blogs helped to internalize what we learned Atmosphere was good.
Automating software releases brian d foy August 24, 2004 Dallas/Ft. Worth Perl Mongers sponsored by Metallect.
Bugs CS100 how to prevent them, how to find them and how to terminate them.
Final Test Job Interview 10% Ten questions – 10% or if you are lazy – remember as many as you can for some points.
Introduction to CSCI 242 Compiled by S. Zhang 1. Syllabus Syllabus has the most updated information! –Use the information on the syllabus for the grading.
Debuggers. Errors in Computer Code Errors in computer programs are commonly known as bugs. Three types of errors in computer programs –Syntax errors –Runtime.
BIT 286: Web Applications Automated Web Testing. Selenium  Selenium Is moving from being Firefox based to being more of a 'normal desktop' program that.
Let the group project commence!
CSE 374 Programming Concepts & Tools
EQUATION IN TWO VARIABLES:
Food for Thought.
Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses
BACK SOLUTION:
AUTOMATED SESSION PLANNING. In the present world, everything has become automated. By, a click everything is being processed. But the preparation of the.
My Game Reviews Mr. Janzen Info Tech 8.
Can you play the guitar? Chapter 6 continued.
Google Analytics.
What to do today: Brief history of Ruby General qualities/info
Let’s preference match some jobs!
Two-Liter Bottle Rocket
در تجزیه و تحلیل شغل باید به 3 سوال اساسی پاسخ دهیم Job analysis تعریف کارشکافی، مطالعه و ثبت جنبه های مشخص و اساسی هر یک از مشاغل عبارتست از مراحلی.
10:00.
It didn’t make gold..
LMC Little Man Computer What do you know about LMC?
Decision Making Process
Puzzle Design Modified from Jesse Schell’s..
Moudle 6 Unit1 It didn’t make gold..
Technology.
Reading “to” Students Reading “with” Students Your Stance:
CS31 Discussion 1H Winter19: week 1
Stay interviews The approach: Casual, private
Presentation transcript:

Be the Garbage Man of your team Alex Kogon Dima Kovalenko

Let’s talk about Garbage

My first job

My second job Manual testing

No one wants this job!

Solution Perl script

Final Thoughts Frustration is good Automation is good New skills are good

When we do things right, no one knows we exist!

How I learned to be good by doing everything bad

Case Study 1: University Work

Blackboard Coding Short ugly variable names Lots of theory Lots of coding, little compiling (or testing!)

Result?

Start Over! Start small, compile continuously Test all the time, even the smallest things Code with the debugger!

Times they are a… vs

Case Study 2: Reengineering Old Code