BASIC programming insight and detailed historical timeline by era and year

BASIC (Beginner’s All-purpose Symbolic Instruction Code) was designed to make computers accessible to non-technical users, revolutionising personal computing and software development. 

BASIC Historical Timeline

The Dartmouth Era (1964–1970s)

  • 1964: BASIC was created at Dartmouth College by John G. Kemeny and Thomas E. Kurtz. It first ran on 1 May 1964 on a GE-225 mainframe.
  • 1964: The Dartmouth Time-Sharing System (DTSS) was launched alongside BASIC, allowing multiple users to program simultaneously.
  • 1965: Added character string functionality and simplified mathematical support.
  • 1967: Approximately 2,000 Dartmouth students had learned to code in BASIC by this year.
  • Late 1960s: Hewlett-Packard launched the HP 2000 series, which ran a version of BASIC and brought the language to minicomputers. 

The Microcomputer Revolution (1975–1980s) 

  • 1975Bill Gates and Paul Allen developed a BASIC interpreter for the MITS Altair 8800, leading to the founding of Microsoft.
  • 1976: Steve Wozniak wrote Integer BASIC for the Apple I, which later became a staple of the Apple II.
  • 1977: BASIC became the de facto standard for the “1977 Trinity” of home computers: the Apple IICommodore PET, and TRS-80.
  • 1979Atari BASIC was released for Atari 8-bit computers.
  • 1981IBM PC launched with a BASIC interpreter in its firmware (ROM BASIC) and GW-BASIC for disk-based systems.
  • 1982: The BBC Micro launched with BBC BASIC, which introduced structured programming features like procedures and local variables to home users.
  • 1982: The Commodore 64 (and Sinclair ZX Spectrum) was released, eventually becoming the best-selling computer model, with BASIC as its primary user interface. 

Modern and Visual Era (1990s–Present)

  • 1991: Microsoft released Visual Basic, which introduced a graphical “drag-and-drop” interface for building Windows applications, revitalising the language for professional use.
  • 2001Visual Basic .NET was released, fully integrating BASIC into the modern object-oriented .NET framework.
  • Modern Day: Various modern dialects exist, such as XojoFreeBASIC, and QB64, while legacy-style BASIC remains popular in the hobbyist “retro-computing” community. 

Key Insights into BASIC

  • Democratisation of Coding: Before BASIC, programming required knowledge of complex assembly or scientific languages like FORTRAN. BASIC used simple English commands like PRINTGOTO, and IF...THEN to make coding accessible to everyone.
  • Immediate Feedback: Unlike “batch processing” where users waited hours for results, BASIC was designed for interactive use, providing immediate error messages and results.
  • Hardware Efficiency: Early BASIC versions were highly optimised to fit into the tiny memories (often as little as 4 KB) of 1970s microcomputers.
  • Cultural Impact: An entire generation of software engineers began by typing BASIC code into their home computers from hobbyist magazines.

BASIC (Beginners’ All-purpose Symbolic Instruction Code), first released in 1964, was designed to make computing accessible to non-scientists. While modern programming has evolved, the core technical insights and approaches remain the foundation for all software development. 

Technical Insights: The Building Blocks

Programs are constructed using universal building blocks that dictate how a machine processes data: 

  • Variables & Data Types: Containers that store values (e.g., integers, strings).
  • Control Flow (The Logic):
    • Sequence: The specific order in which instructions are executed.
    • Selection: Conditional “if-else” statements that determine the program’s path based on criteria.
    • Iteration (Loops): Repeating a section of code (e.g., FOR or WHILE loops) until a condition is met.
  • Functions & Subroutines: Blocks of reusable code designed to perform specific tasks, improving organization and readability.
  • Syntax: The “grammar” of a language (keywords, operators, punctuation) that must be followed for the machine to understand instructions. 

General Programming Approach

Mastering programming requires a systematic method for solving problems rather than just memorizing code. 

  1. Understand the Problem: Identify the necessary inputs, desired outputs, and any constraints before writing a single line of code.
  2. Design the Algorithm: Break the problem into smaller, manageable steps. Using flowcharts or pseudocode helps map out the logic without getting bogged down in syntax.
  3. Implementation: Translate your plan into the chosen language (e.g., Python, C++, or JavaScript).
  4. Test & Debug: Execute the code with sample data to ensure accuracy. Debugging is the process of identifying and fixing errors when the output doesn’t match expectations.
  5. Refine & Optimize: Improve the performance and maintainability of your code by reducing steps or using more efficient data structures.

TAL & PTAL Programming Language on Tandem HPE NonStop

Tandem TAL (Transaction Application Language) is a block-structured, procedural language designed in the mid-1970s for Tandem’s NonStop fault-tolerant operating systems, optimized for systems programming, high-reliability OLTP, and direct hardware interaction. It is heavily influenced by ALGOL and HP 3000 systems, allowing high-performance, message-based applications, and remains supported on modern HP Enterprise NonStop x86-64 platforms. 

Tandem TAL Programming certificate back in 1995, Mark Whitfield

Overview of TAL Programming

  • Purpose: Developed to run on Tandem’s GUARDIAN operating system to build highly available, fault-tolerant transactional systems.
  • Characteristics: Procedural, block-structured, efficient (closer to assembly than C), and designed for speed and direct memory access, according to a NonStop Insider article.
  • Features: Strong support for data manipulation, process management, and message-based IPC (Inter-Process Communication) necessary for node-to-node replication, as described on the Wikipedia page on Tandem Computers.
  • Relation to TACL: While TAL is for creating compiled applications, TACL (Tandem Advanced Command Language) is the interpreter/macro language used for command procedures and system interaction, as explained in a Scribd document

Historical Timeline of TAL

  • 1975–1976 (Founding Era): TAL is created for the first Tandem/16 system shipped in 1976, heavily utilizing expertise from HP 3000 systems programming, according to a personal blog post.
  • Early 1980s (Expansion): TAL becomes the standard for ATM networks and banking systems, requiring high-reliability code, as seen in this blogger.com article.
  • 1985 (Evolution): TAL is used to build complex OLTP environments, distinguishing it from nascent PC markets as noted in archived Tandem press clippings.
  • 1990s (Native TAL): Introduction of “Native” TAL (T/TAL) to handle new architecture requirements and move from 16-bit to 32-bit environments, according to a TAL Programmer’s Guide document.
  • 1997 (Compaq Merger): Tandem is acquired by Compaq; TAL continues as the core systems language.
  • 2001 (HP Merger): Tandem (via Compaq) is acquired by HP, bringing TAL to the HP Integrity (Itanium) platform.
  • 2010s–Present (Modernization): TAL applications are ported to HP Enterprise NonStop x86-64, with support for running TAL programs on Intel processors and in virtualized instances, according to a NonStop Insider article. 

Present Day

  • TAL remains essential for maintaining legacy systems, but new applications often utilize C/C++ or Java on the modern NonStop platform, as noted in the Wikipedia page on Transaction Application Language.
  • TAL applications are still relevant due to the “single system image” and fault-tolerance features that define the current NonStop environment, according to the NonStop Insider article. 

PTAL Overview and Timeline

Tandem PTAL (Portable Transaction Application Language) is a block-structured, procedural systems programming language used on HPE NonStop (formerly Tandem) servers. It is the portable successor to the original TAL (Transaction Application Language), designed to allow high-level systems programming without an assembler while maintaining near-machine efficiency. 

Overview: TAL, PTAL, and epTAL

The language evolved to support different processor architectures over Tandem’s 50-year history: 

  • TAL (Original): Designed for the 16-bit CISC stack machine architecture (TNS). It has the syntax of ALGOL/Pascal but the low-level semantics of C.
  • PTAL (Portable): Introduced during the migration to MIPS RISC processors (TNS/R). It removed machine-specific constructs to allow code to be compiled into native RISC instructions.
  • epTAL (Extended): Developed for the migration to Intel Itanium processors (TNS/E). 

Historical Timeline by Year

Year Milestone

1974, Tandem Computers founded by James Treybig; initial design of the Tandem/16 hardware begins.

1976, TAL released. The Tandem/16 (NonStop I) ships with TAL as its only programming language.

1981, NonStop II introduced, adding 32-bit addressing support to TAL via an “extended data segment”.

1983, NonStop TXP launched; first major reimplementation of the instruction set architecture supported by TAL.

1986, NonStop VLX introduced with 32-bit data paths; NonStop SQL released, often managed via TAL-based systems.

1989, NonStop Cyclone released, the high-end mainframe competitor for the TAL environment.

1991, PTAL Development starts with the release of Cyclone/R, the first MIPS-based machine. TAL code is initially translated via an “Accelerator” tool before native PTAL compilers take over.

1993, Himalaya K-series released; native mode operating system (NSK) and native compilers (PTAL) become standard.

1997, Compaq acquires Tandem. Migration begins from MIPS to Alpha (later abandoned).

2002, HP merges with Compaq. Development focuses on the Itanium (TNS/E) architecture.

2005, epTAL introduced for the new Integrity NonStop i servers based on Intel Itanium microprocessors.

2014, x86 Migration. NonStop X (TNS/X) systems are released, transitioning the TAL/PTAL environment to Intel x86-64 processors.

Mark Whitfield, Website Author – Background and Career Timline

Mark Whitfield is a Senior IT Project Manager and Engagement Manager with over 30 years of experience in the software development lifecycle (SDLC). He is currently a SC-cleared Engagement Manager at Capgemini UK. 

Professional Background by Era

  • 1990–1995: Early Programming (The Software Partnership/Deluxe Data)
    • Role: Programmer/Lead Analyst.
    • Focus: Developed electronic banking software (sp/ARCHITECT-BANK) on Tandem Mainframe Computers (now HPE NonStop).
  • 1995–2013: Senior Development & Product Management (Insider Technologies)
    • Role: Progressed from Senior Programmer to Project Manager for Strategic Technical Initiatives.
    • Focus: Developed platform health and diagnostic modules for the “Reflex” monitoring product.
  • 2013–2014: Project Management (Wincor Nixdorf)
    • Role: Project Manager, Professional Services – Banking Division.
    • Focus: Managed the Wincor Nixdorf workstream for Lloyds Banking Group’s Self-Service Software Replacement (SSSR) programme.
  • 2014–2016: Digital Project Management (Betfred)
    • Role: Senior Digital Project Manager, Online and Mobile Division.
    • Focus: Delivered payment gateways, sportsbooks, and virtual gaming components for iOS, Android, and Windows.
  • 2016–Present: Senior Engagement Management (Capgemini)
    • Role: Engagement Manager (A8), Custom Bespoke Solutions.
    • Focus: Leading digital transformation and cloud migration projects for public and private sector clients. 

Technologies & Frameworks

  • Project Methodologies: Agile SCRUM, PRINCE2 (Practitioner), Waterfall, ITIL, and ISO QA.
  • Mainframe & Infrastructure: HPE NonStop (Tandem), IBM ESB, UNIX shell scripting, and Cloud (MS Azure/AWS).
  • Programming & Databases: C/C++, MS SQL, Java, COBOL85, TAL, TACL, and SCOBOL.
  • Tools: MS Project, MS Excel/Office, MuleSoft Anypoint Platform, and Jira. 

Major Projects & Customers

  • UK Government: Managed a £13.5m cloud migration of 130 applications and the £1m+ Fish Export Service (FES) to CHIP portal.
  • Royal Mail Group (RMG): Managed a £4.3m data centre migration project involving over 1,100 interfaces.
  • Lloyds Banking Group (LBG): Led a £5m+ self-service software replacement project.
  • Other Notable Clients: Jaguar Land Rover (JLR), Heathrow, NATS (Air Traffic Control), Barclays, HSBC, Deutsche Bank, and Euroclear. 

Awards & Education

  • Awards:
    • C&CA UK’s Communications & Engagement Award (2022) at Capgemini UK.
    • Project Recognition Award from Wincor Nixdorf for achievements on the LBG SSSR project.
  • Education:
    • HND in Computer Studies (Distinction) from the University of Greater Manchester (formerly BIHE), 1988–1990.
    • A-Levels in Computer Science and Biology from Leigh College. 

Project Management Templates

Whitfield provides a library of over 200 editable resources through his site, PROject Templates, designed for Agile, Waterfall, and PRINCE2 7th Edition delivery. Key items include: 

  • Plan on a Page (POaP): Over 35+ executive-level summary slides.
  • Detailed Project Plans: Templates in MS Project (MPP) and Excel for SDLC tracking.
  • RAID Logs: Comprehensive registers for risks, actions, issues, and dependencies. 

Mark Whitfield Background and Career Timline

RTLX by Insider Technologies, Overview and Timeline by Year

Insider Technologies RTLX (now C-Deep (Transaction Monitoring) https://etinet.com/products/c-deep-transaction-monitoring/ ) is a real-time monitoring and tracking solution designed to provide end-to-end visibility for high-volume electronic payments and transactional processes. It specifically ensures that every stage of a payment—from the initial card “tap” at a point-of-sale (POS) terminal to the final movement of funds from an account—is monitored to maintain operational continuity. 

RTLX Overview

  • Function: Real-time transaction and payment monitoring.
  • Platforms: Runs on HP NonStop, Windows, Linux, and Unix.
  • Core Value: Simplifies “Big Data” for IT operations by alerting teams to potential failures before they impact consumers (e.g., preventing ATM or online banking outages).
  • Key Use Case: Used by major financial institutions like the Bank of England and Royal Bank of Scotland for settlement and transaction security. 

RTLX Historical Timeline

The development of RTLX is closely tied to Insider Technologies’ growth as a specialist in mission-critical HP NonStop environments. 

EBUG Conference, Mark Whitfield – Product Manager

The Foundational Era (1989–2000)

  • 1989Insider Technologies Limited is founded in Manchester, UK, by IT industry veterans.
  • 1990s: The company establishes its “DNA” in the HP NonStop (Tandem) platform, developing core products like MultiBatch and Reflex.
  • 1995: Insider begins a period of rapid growth, providing technical support for critical UK financial infrastructure, including Euroclear (formerly CRESTCo), which settles 88% of UK equities. 

The Expansion Era (2001–2014)

  • 2002: Launch of the state-of-the-art Systems Training Platform, featuring 4x patented cloning technology for hyper-realistic simulations.
  • 2004–2013: Development of the Reflex suite (Reflex 80:20 and Reflex ONE24) and the introduction of Sentra and RTLX Reactor monitoring products.
  • 2014: Insider expands its product initiatives to include diagnostic and trending solutions for real-time electronic payments, solidifying the role of RTLX in global banking. 

The Acquisition & Integration Era (2015–Present)

  • 2015ETI-NET acquires Insider Technologies on 1 July, integrating its monitoring expertise with ETI-NET’s mainframe storage and backup solutions.
  • 2019: Insider celebrates its 30th year of operations, highlighting RTLX’s role in monitoring modern POS and “tap” payment systems.
  • 2023–Present: Insider becomes part of the PartnerOne group, a global family of mission-critical software companies, further scaling its threat detection and real-time monitoring capabilities. 

RTLX by Insider Technologies, Overview and Timeline by Year

BASE24 by ACI Worldwide timeline by era and year

BASE24 is the world’s most widely used payment processing platform, developed by ACI Worldwide. Originally designed for ATM networks, it evolved into a comprehensive system for acquiring, authenticating, and routing card-based and digital transactions across various channels. It is known for its high-performance, fault-tolerant architecture, processing nearly 50% of the world’s electronic transactions at its peak. 

Comprehensive Timeline by Era

Era 1: Foundations & The Rise of BASE24 Classic (1975–1990s)

This era focused on high-availability software for the emerging automated banking industry, specifically for Tandem NonStop servers. 

  • 1975: ACI founded in Omaha, Nebraska, to develop software for the new “NonStop” server computers used by banks and stock exchanges.
  • 1981: Secured its first international client, an Australian bank, marking the start of global expansion.
  • 1982: Launch of BASE24, the first global product designed for 24-hour system operations, originally focused on ATM networks.
  • 1986: Rapid growth led to 131 customers across 14 different countries. 

Era 2: Expansion & Public Transition (1995–2000s) 

The platform expanded into Point of Sale (POS) and branch systems while the company underwent major structural changes. 

  • 1995: The company went public on NASDAQ as Transaction Systems Architects (TSA).
  • 1997: Officially adopted the name ACI Worldwide.
  • Early 2000s: Introduction of BASE24-es (later renamed BASE24-eps), a next-generation platform using C++ and object-based architecture to replace the legacy monolithic design. 

Era 3: Modernisation & The “eps” Shift (2005–2015)

ACI shifted focus toward BASE24-eps, a more flexible, open-architecture version designed for multi-channel transaction processing. 

  • 2005: ACI launches BASE24-eps, featuring a modular engine capable of processing approximately 2,000 transactions per second (TPS) with extremely low latency.
  • 2007: TSA officially rebranded all operations under the ACI Worldwide, Inc. (ACIW) name.
  • 2008: Announced that BASE24 Classic would begin maturing in 2011, urging customers to migrate to the eps platform for better integration with modern systems like IBM System z.
  • 2011–2012: Release of BASE24-eps 11.1, adding support for DB2 on IBM System p, enhanced EMV acquiring, and tools for easier migration from legacy BASE24. 

Era 4: Cloud & Universal Payments (2015–Present)

The platform moved toward cloud-native capabilities and broader ecosystem integration. 

  • 2015: ACI celebrated its 40th anniversary, continuing to power electronic payments for over 6,000 organisations worldwide.
  • 2018: Introduction of UP BASE24-eps on Linux in the Cloud, demonstrating significantly reduced Total Cost of Ownership (TCO) through public and private cloud deployment.
  • Present: BASE24 remains a core pillar of ACI’s portfolio, supporting traditional card, ATM, mobile commerce, and internet banking transactions.

BASE24-eps by ACI Worldwide timeline by era and year

BASE24-eps is a modular, high-availability payment processing engine developed by ACI Worldwide. It evolved from the original “BASE24 Classic” to provide a more flexible, open-system architecture for acquiring, authenticating, routing, and authorizing electronic transactions

Base24-eps Overview

  • Architecture: Unlike the TAL-based Classic version, BASE24-eps uses an object-oriented design written primarily in C++ and Java.
  • Key Features:

Detailed Timeline

The Foundation Era (1970s – 1990s)

  • 1975: ACI is founded in Omaha, Nebraska, initially developing software for NonStop server computers.
  • Late 1970s: Development of the original BASE24 (now known as “Classic”), focused on high-uptime ATM processing.
  • 1981: First international customer (an Australian bank) signs on, starting the global expansion of BASE24. 

Transition & Development Era (2000 – 2005)

  • Early 2000s: ACI begins developing the “next generation” platform, initially called BASE24-es (extended systems), which later becomes BASE24-eps (enterprise payment system).
  • 2003 – 2004: The product begins migrating to open architectures, moving away from platform-specific languages. 

Mainstream Adoption Era (2006 – 2013)

  • 2007: ACI highlights BASE24-eps as its strategic future platform in investor overviews.
  • 2008: ACI announces the maturation of BASE24 Classic (ending standard maintenance in 2011), urging customers to migrate to BASE24-eps.
  • 2009: IBM Redbooks releases technical guides for BASE24-eps 08.2 on z/OS, solidifying its place in enterprise banking.
  • 2013: Release of BASE24-eps 2.0, introducing the “customer component” and enhanced service-enabling wrappers. 

Modernization & Cloud Era (2014 – Present)

Mark Whitfield IT Project Manager Training Focus

Mark Whitfield, an IT Project Manager specializing in HP NonStop systems, has a career and training history that spans over three decades, from his academic beginnings in the late 1980s to advanced cloud certifications in the 2020s. 

Early Career & Foundations (1988–1995)

During this era, Whitfield focused on core computer science and specialized mainframe systems while working for The Software Partnership (TSP) and Deluxe Data

  • 1988–1990: Completed a Higher National Diploma (HND) in Computing at the Bolton Institute of Higher Education (BIHE). Modules included Computer Systems Architecture, Programming Methodology, and Data Processing.
  • May 1993: Tandem Guardian Principles Course.
  • September 1994: VPS 7000/9000 Series and VPS Application Development (VOS 4.3).
  • June 1995: HP NonStop (Tandem) Performance Analysis and Tuning.

Development & Technical Specialisation (1995–2005)

Working primarily with Insider Technologies Limited, this period was marked by software development training in languages like C++ and initial forays into project management. 

  • November 1995: HP NonStop TAL Programming.
  • March 1997: C / C++ Programming at Comtec Computer Training.
  • October 1998: Managing Multiple Projects, Objectives, and Deadlines at SkillPath.
  • February 1999: Successful Project Management at SkillPath.
  • May 2000Microsoft Project ’98 Certification (Orange Belt) at the IIL UK Education Centre.
  • February 2001: Sales and Marketing training (In-House).
  • March 2004: MultiBatch NSK Job Scheduling Product.
  • February 2005: Web Services and SOA. 

Web Development & Security Focus (2006–2010) 

This era shows a shift toward web-based technologies and specialized security products. 

  • January 2006: PRINCE2 Project Management Foundation.
  • February 2006: NetObjects Fusion.
  • March 2006: Cryptography (In-House at Thales e-Security).
  • December 2006: Thales e-Security SafeSign Product.
  • January 2007: Developing Web Applications Using Microsoft Visual Studio .NET.
  • March 2009: Querying Microsoft SQL 2000 with Transact SQL (M2071) at QA Training.
  • May 2009: Writing for the Web and Website Visibility & Promotion at iTrain Education.
  • November 2009: Thales e-Security HP NonStop Security Resource Manager (SRM). 

Agile & Advanced Management (2011–Present) 

In his current era at companies like Betfred and Capgemini, Whitfield has prioritized professional certifications in management and cloud infrastructure. 

  • May 2011: Agile SCRUM Training (RADTAC) and PRINCE2 Practitioner Certification (ILX Group).
  • June–July 2011: Java and Google Android programming using the Eclipse IDE.
  • January 2012: ITIL Foundation Course.
  • July 2014: Advanced Microsoft Excel 2013.
  • November 2017Advanced Engagement Management Certification (Level 2) at Capgemini.
  • February 2022AZ-900 Microsoft Certified Azure Fundamentals.
  • July 2024: Microsoft Excel Refresher 2024 via Udemy. 

Mark Whitfield IT Project Manager Training Focus

Mark Whitfield Senior SC Cleared IT Project Manager

Mark Whitfield is a Senior, SC cleared IT Project and Engagement Manager with over 30 years of experience, specializing in the software development lifecycle (SDLC) for large-scale digital and financial payment systems. 

Mark Whitfield is a Senior, SC cleared IT Project and Engagement Manager

Professional Experience by Year

  • 2016–Present: Capgemini UK (Manchester)
    • Role: SC cleared Engagement Manager (A8), Custom Bespoke Solutions.
    • Key Projects: Leading high-value digital transformations and cloud migrations for UK Government applications, automotive (Jaguar Land Rover), and aerospace (Air Traffic Management iOS apps).
  • 2014–2016: Betfred Limited (UK)
    • Role: IT Senior Digital Project Manager, Online and Mobile Division.
    • Key Projects: Managed multiple Agile SCRUM projects for payment gateways, sportsbooks, and virtual gaming components across iOS, Android, and Windows platforms.
  • 2013–2014: Wincor Nixdorf Limited (UK)
    • Role: Project Manager, Professional Services – Banking Division.
    • Key Projects: Managed a £5M+ workstream for Lloyds Banking Group’s Self-Service Software Replacement (SSSR) program, migrating legacy HP NonStop systems to AIX-based Oracle technologies.
  • 1995–2013: Insider Technologies Limited
    • Role: Project Manager – Strategic Technical Initiatives / Senior Development Engineer.
    • Key Projects: Led the development of diagnostic products like Reflex 80:20 and RTLX for global banks including HSBC and Al Rajhi Bank in Saudi Arabia.
  • 1990–1995: The Software Partnership (later Deluxe Data/FIS)
    • Role: Senior Programmer / Lead Analyst.
    • Key Projects: Developed electronic banking software (sp/ARCHITECT) for major banks like Barclays and TSB on Tandem/HP NonStop mainframes. 
Led the development of diagnostic products like Reflex 80:20 and RTLX

Education

  • Higher National Diploma (HND) in Computer Studies (1988–1990)
    • Institution: Bolton Institute of Higher Education, BIHE (now University of Greater Manchester).
    • Achievement: Graduated with Distinction (overall first in class across 2 years).
  • A-Levels in Computer Science and Biology (1985–1988)
    • Institution: Leigh College. 

Awards and Key Certifications

Higher National Diploma (HND) in Computer Studies (1988–1990)
  • Communications & Engagement Award Winner (2022): Awarded by Capgemini UK for Cloud & Custom Applications.
  • Project Recognition Award (2014): Awarded by Wincor Nixdorf for successful delivery of the Lloyds Banking Group SSSR project.
  • Microsoft Certified: Azure Fundamentals (AZ-900) (2022).
  • Certified Engagement Manager (2016): Level 2 Certification through Capgemini.
  • Registered PRINCE2 Practitioner (Since 2011).
  • Agile SCRUM Certified (Since 2011).
  • ITIL Foundation Certified (Since 2012).

Mark Whitfield Senior SC Cleared IT Project Manager

SDLC vs ADLC Traditional vs Agentic

SDLC vs ADLC Traditional vs Agentic