The One Skill You Need
For the past few weeks, Simple Programmer has been releasing chapters of John’s new book for free. If you’ve been…
313 results found
For the past few weeks, Simple Programmer has been releasing chapters of John’s new book for free. If you’ve been…
True story.\n\nI almost deleted this chapter from the outline of the book.\n\nReally. I looked at it and said, “types of…
Agile was created by some official organization, right? Wrong. It was invented by a group of software developers who got…
The best way to learn python starts with deciding what you want to build. Next you’ll want to find a…
I have a love / hate relationship with test driven development and unit testing.\n\nI’ve been both an ardent supporter of…
There is something you need to know about me.\n\nI’m a huge fan of continuous integration.\n\nIf you put me on a…
I’ve always had somewhat of a love / hate relationship with source control.\n\nI learned fairly quickly on in my software…
One of my first official jobs in the software development industry was that of a tester. My job entailed looking…
Producing working software involves much more than just writing code.\n\nMost substantial software applications require some kind of data storage, and…
Software applications are like icebergs.\n\nThere is a portion of the application the user sees and then—in most cases—the largest part…