Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Alan Williams
Created By: Alan Williams
Created Date/Time: 11/6/2019 7:11 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 5175
Template/Type: Brandon Time
Title/Caption: Team Training
Start Date/Time: 12/3/2019 10:00 am
End Date/Time: 12/3/2019 11:15 am
Main Status: Active

Sorry, no photos available for this element of time.


Uploaded Media/Content & Other Files (1)
Media Name   File Type Date Description
alan_recursion_and_closures.mp4   Video 12/3/2019 Training video with Alan and the team. Going over recursion and touching on closures. First round intro to some of those topics.


Notes:

Alan lead some team training again this morning. See attached for a copy of the recording. We had Alan, Bryan, Danny, Dustin, Josh, Steve, and myself in the training session. We covered recursion (interloping functions and/or self calling functions) and got into closures as well. Some of these are somewhat advanced techniques. Along with that, we lightly talked about base cases, how to jump our of recursion processes, map, reduce, filter, each, stacks, queues, and other programming options.

We spent some time talking about FILO (first in last out), LIFO (last in first out), and FIFO (first in first out) operations. These are pretty common in computer programming and how to loop through various records. As a fun side note, those same terms are used in accounting and inventory tracking on how to account for items being moved through a company. Interesting.

We did some light dives into the underlying Java libraries and using Java stacks (arrays). Alan went over some options and member functions like push, pop, size, etc. We also talked about using built-in member functions to help format and string things together in modern script languages.

See attached for a copy of the training and recording.