I am just learning how to code and the really only things I know how to code are: console.WriteLine("Hello, What's your name?"); string name = Console.ReadLine(); Console.WriteLine("Hello {0}. Let's begin. ", name); What would you say is a good tutor...
I'm doing some research for the Node.js Education Working Group (WG), and I have high hopes that this will be a good place to get some feedback. So, have you tried to learn Node.js? If so, what were the tools you used to learn? Tutorials? Courses? M...
I know every tutorial is related to workflow in some way. But I looking for tutorials like: Shows your workflow in general. What tools you've found most useful in coding. Shows how you work in general (so not go too deep in the projects and code). W...
Hi all, I'm looking for a step by step tutorial for transitions like this one (click the girl...) or this one Very simple transitions but still I can't wrap my head around it - even with flexbox - UI elements on the page are constraint. and this is e...