Jeff Tickner
Jeff Tickner is chief technology officer for the North American division of ARCAD Software.
-
Git Is A Whole Lot More Than A Code Repository
March 16, 2022 Jeff Tickner
It is funny to think that two of the most transformative technologies to hit the datacenter in the past several decades are based on projects created by Linus Torvalds. The first, of course, is the Linux kernel, which is the heart of the Linux operating system and which first rolled out in 1991 but didn’t become a real server-class platform until the Dot Com Boom in the late 1990s. The second thing that Torvalds created, out of necessity to help better manage the development and patching of the open source Linux kernel, was the Git repository and version control system. …
Read more -
Getting Progressive About Regression Testing
October 22, 2018 Jeff Tickner
(Sponsored Content) If you want to employ modern software development and testing techniques, you have to move on from simple unit testing by developers and implement regression testing in your quality assurance (QA) organization. This is perhaps the best way to take the risk out of continuous development – something that companies have to embrace if they are to remain competitive.
The difference between regression testing and normal testing is that in the most common model, the developer has a request to fix a problem or to add a feature, and they make their changes and do unit …
Read more