Posts
All the articles I've posted.
-
Basic concepts about Amazon Redshift
One of the first things you will know when you do the course Getting Started with Amazon Redshift are the following Redshift is based on PostgreSQL, and there are four key concepts to understand about
-
Logging in a file to avoid print statements
A video that was enlightening We need to avoid the misuse of the print statements once we master the basic tools and ideas about programming in particular and software developer in general. So, here
-
Peter Norvig and the idea of test to drive design
According the point of view about the way of doing software, that we can resume that try to develop the solver problem element. Another interesting topic where we can focus is the way to using testing
-
How programming has changed over the years by Peter Norvig
Continue the Peter Norvig series. The first post was about: What Peter Norvig Learn about ‘Industrial Programming’? now it's time to talk about the way of learning to work on a team during the time.
-
It's necessary and apprentice approach, according to Peter Norvig
Seibel: I’m surprised you think the master-programmer model is such a dumb idea. In your “Teach Yourself Programming in Ten Years” essay you make the point that programming is a skill that, like many
-
Peter Norvig and the Computer Science Curriculum
Seibel: Speaking of things that aren’t taught as much, you’ve been both an academic and in industry; do you feel like academic computer science and industrial programming meet in the right place?
-
Peter Norvig: everything in your head
Seibel: Though your job now doesn’t entail a lot of programming you still write programs for the essays on your web site. When you’re writing these little programs, how do you approach it? Norvig: I
-
What makes a good programmer by Joe Armstrong. Who does Joe Armstrong hire?
Joe Armstrong has talked a lot about the topic or being a good programmer as we can see in the previous posts: What Joe Armstrong did to be a better programmer? , Joe Armstrong and the Print