Jeff Tickner
Jeff Tickner is chief technology officer for the North American division of ARCAD Software.
-
VS Code Is The Full Stack IDE For IBM i
March 15, 2023 Jeff Tickner
Back in January, we talked a bit about the rise of the VS Code integrated development environment that was open sourced by Microsoft back in 2015 and that has been increasingly adopted by developers on all kinds of platforms, not just Windows Server. This week, we want to talk about the new features we are exposing in VS Code for users of the application development tooling available from ARCAD Software.
First of all, we have brought the cross reference information in our ARCAD Observer tool into VS Code in a way that developers can access the object-level and field-level …
Read more -
Realizing The Promise Of Cross Platform Development With VS Code
January 25, 2023 Jeff Tickner
An integrated development environment is like a tractor or a truck, or indeed any other kind of tool. There are farmers who want a tractor from John Deere or Ford or Massey-Ferguson, contractors who want a Ford or Dodge or GMC truck, and carpenters and electricians who use Dewalt or Milwaukee Electric or Makita cordless tools.
No matter the choice of tools, ultimately these blue collar workers are going to farm and build things, and the choice of tool should not interfere with that effort. White collar – or far more likely no collar T shirt – programmers are no …
Read more -
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