Episodes: Page: 16
December 19th 2019 by Will Gant
Code For Cash Per wikipedia, a regular expression (otherwise known as regex or regexp) is a sequence of characters that define a search…
December 12th 2019 by Beej Burns
Code For Cash An algorithm is a finite set of instructions that are well defined. They can be implemented by a computer and typically solve…
December 5th 2019 by Will Gant
Code For Cash If an application is around for long enough, eventually the users will want to modify the behavior of the application for…
November 28th 2019 by Beej Burns
Code For Cash "Defensive programming is a form of defensive design intended to ensure the continuing function of a piece of software under…
November 21st 2019 by Will Gant
Code For Cash Dealing with massive legacy code projects is not the same as dealing with brownfield projects written in more modern times…
November 14th 2019 by Will Gant
Code For Cash Memory is what makes us into civilized humans. Without the benefit of our own lived experience and the experience of our…
November 7th 2019 by Beej Burns
Code For Cash One of the hardest things to do is to keep going when faced with loss of motivation or when you run into a wall. A real word…
October 31st 2019 by Will Gant
Code For Cash Code Generation is an important part of most software projects today, whether the people involved know it or not. Lots of code…
October 24th 2019 by Will Gant
Code For Cash Some of the worst experiences you will have in your development career will occur at places where the dead sea effect is a…
October 17th 2019 by Will Gant
Code For Cash Most of us will have to deal with HTTP at some point in our career. Understanding the web and its underlying protocols is…