I've got one question: What is your goal? I was talking with a friend today and we were discussing her
teaching Teaching Strategy: C# Interfaces 👋 Hi Jordan! Just like in Teaching Strategy: C# Classes, I start students
teaching Teaching Strategy: C# Classes 👋 Hi Jordan! In the first couple years, I taught concepts to students
The Magic of Determination and Patience Time and determination. That's all it takes. I recently introduced
Interview Prep: Unique Items in Array Poor interview processes still run rampant in our society. No one gets trained on how to conduct them. We do our best to help students navigate them.
education You don't need to be good at math, but... When students arrive for their first day of class at NSS, their brains have very different starting points for the logical thought processes and complex mental models that we ask them to build.
javascript Novice Attempt at Tic Tac Toe using Graph Theory I've always been fascinated by graph theory. Last year, I
nss The Best Day of Our Lives All of these events get stitched together into a tapestry that defines the NSS experience, and it culminates with the job offer, and the celebration begins.
software development C# Generics and Delegates: A Simple but Real Example The topic of Generics came up in a discussion this week with my students, so I wanted show them why they are used with a straightforward example.
react React View Switching with Custom Events Any component that needs to switch the view based on user gesture, or other event, can simply dispatch an event with a data payload. The payload is optional, and contains any data the next view may need to do its job.