webmanz Posted November 28, 2017 Report Posted November 28, 2017 (edited) What's the likelihood of use seeing you in your red shirt with a coffee in-hand and in public? Edited November 28, 2017 by webmanz
administrator Posted November 28, 2017 Author Report Posted November 28, 2017 16 hours ago, webmanz said: What's the likelihood of use seeing you in your red shirt with a coffee in-hand and in public? You mean my orange shirt from years ago? ... If so, I've retired that shirt. Stef
Biske94 Posted December 4, 2017 Report Posted December 4, 2017 Stefan is having a coffee with Stefan? Wow, this is some CoffeeStefption 1
Dan13 Posted January 25, 2018 Report Posted January 25, 2018 Heading to my 2nd shift soon. I usually grab a Kona Coffee, but I also like Columbian or French Roast.
administrator Posted January 27, 2018 Author Report Posted January 27, 2018 Nice. I am into hazelnut coffee.
learningfromdoing Posted February 20, 2018 Report Posted February 20, 2018 Is the coffee physical, I mean like a meetup? I will be in Montreal between the 3rd and 6th March, it would be a pleasure to meet with you.
administrator Posted February 21, 2018 Author Report Posted February 21, 2018 Hmm ... I might be in LA at that time. But even then, I do have a lot on my plate. But message me when you are in town and perhaps. But no promises. Stef
learningfromdoing Posted February 21, 2018 Report Posted February 21, 2018 Ok, I will save this meetup for a bit later after trying to get some works and gaining more experience, the discussion might be more fruitful that way.
mgreer58 Posted March 14, 2018 Report Posted March 14, 2018 Stef, I really wish you had a training video on C++. I took a semester of C++ in college, back in 1998. It has some great concepts. Almost all of the modern languages incorporate its concepts, even Visual Basic. I can see real advantages of Object Oriented Programming vs. procedural programming. But, as I try and learn it again, getting even deeper into concepts that I thought I knew 20 years ago, I have a lot of times when I get stuck, and spin my wheels for a while. About half of the time it's syntax errors on my part, I just caught one tonight, and half the time it's fighting with the IDE. I'm using Code::Blocks IDE, and, the concept of having to start a project every time I just want to code is a real pain. I thought I had a go to guy for times when I get into a rut, but, come to find out, he's a C programmer and doesn't use the IDE that I do. Like you say, once you learn the fundamentals of one programming language, it usually shares so much in common, at its core, with all the other languages, functions, loops, selection, declaring variables, samo-samo. If you know of a good, helpful, C++ programmer, please let me know. -Mike
webmanz Posted March 23, 2018 Report Posted March 23, 2018 On 3/14/2018 at 3:05 PM, mgreer58 said: Stef, Like you say, once you learn the fundamentals of one programming language, it usually shares so much in common, at its core, with all the other languages, functions, loops, selection, declaring variables, samo-samo. If you know of a good, helpful, C++ programmer, please let me know. -Mike Will knowing JS which is a functional programming language make it easier to learn C++ (object programming language)? I would like to learn C++ thru video as well.
administrator Posted March 26, 2018 Author Report Posted March 26, 2018 Yes. Because JS does have OO qualities to it.
Recommended Posts