Home
Blog
How To Talk About Technical Stuff With A Non-Technical Person

How To Talk About Technical Stuff With A Non-Technical Person

・8 min read
How To Talk About Technical Stuff With A Non-Technical Person

You may also like:

The Shocking Truth About Goals in the Company World! Are They REALLY the Key to Success? part 1

The Shocking Truth About Goals in the Company World! Are They REALLY the Key to Success? part 1

Read more

Are you currently preparing yourself for a call with your software provider? Or do some phrases show up as a big question mark in your head but you’re too embarrassed to admit it?

This article serves as a guide for non-technical people who don’t understand some of the technical terms, frequently mentioned by software developers, business analysts, project managers, and product owners. This guide will help you successfully communicate with them, understand their views, and feel comfortable in the software development world.

Important terms in software development

Let’s take a look at the most commonly mentioned (also by our clients) terms when it comes to software development.

  1. Greenfield

In software development, greenfield refers to creating a system from scratch, for a new environment, from a clean slate with no legacy code around it. It’s an approach of starting fresh with no dependencies or restrictions.

  1. Staff Augmentation

An outsourcing strategy used to staff a project or as a response to business objectives. It’s a technique where an external company provides their engineers for you to hire temporarily or permanently.

  1. Technical Debt

A phrase used to describe a debt a business has to eventually pay with time, money and resources typically because of choosing speed over quality.

  1. 3rd party Integration

Addition of necessary external data, tools, plugins, etc to an existing project using different APIs instead of building it from scratch.

  1. Discovery Phase

Discovery or scoping phase is a process of collecting and analyzing crucial information about a project. It helps to get an in-depth understanding of the requirements, goals, scope and potential limitations.

  1. Roadmap

Technology roadmap can refer to a flexible planning technique that matches short-term and long-term goals with specific technology solutions. It’s a strategic plan that defines a goal and outcome, including milestones and steps necessary to reach them.

  1. Sprint

In Scrum, sprint is a repeatable fixed time-box during which a product of the highest possible value is created. It’s a core of agile methodology and can be viewed as an event that wraps around all other scrum events.

  1. Legacy Code

Refers to a source code that is no longer supported. It can also refer to an operating system, hardware of file formats. In most cases, legacy code needs to be converted to a modern software language or platform.

  1. DevOps

In short, DevOps is a set of practices that combine software development and IT operations. They aim to shorten the system development process and ensure the continuous delivery of high-quality software.

  1. Refactoring

Code refactoring is a process of restructuring existing computer code without changing its external behaviour. Refactoring is done to improve the design, structure or implementation of the software.

Img

  1. Regression Test

A re-run of functional and non-functional tests to ensure the previously tested software still performs as intended after a change.

  1. Plugin

A software component that adds functionality to an existing computer program. Plug-ins enable customization of software.

  1. Responsive Design

An approach to web design that makes websites render well on a variety of devices or screen sizes.

  1. Spaghetti Code

A phrase used to describe an unstructured and difficult-to-maintain source code. It can be caused by a lack of programming style rules or frequently changing project requirements.

  1. Asynchronous

Asynchronous programming allows users to use an application while processes run in the background. This enhances the user experience. Asynchronous means that a process operates independently from other processes.

  1. Branch

A branch in a computer program is an instruction that tells the computer to start executing different instruction sequence.

  1. GitHub

A provider of Internet hosting for software development and version control using Git. It encourages teamwork and real-time collaboration.

  1. Code Audit

A comprehensive analysis of source code in order to discover bugs or security breaches.

  1. Code Review

A software quality assurance activity during which one or several people check a program after implementation.

  1. Modularity

Generally speaking, modularity is the degree to which a system’s components may be recombined or separated.

  1. Proof of Concept

Evidence that a business idea works, usually a document that presents the feasibility of an idea.

  1. System Life Cycle

A series of stages that are worked through during the development of a new system. An organizational process of developing and maintaining systems that helps to establish a project plan.

Left map imageRight map image
Need help with your custom project? Schedule a consultation with an Expert Team.
Contact Us

Common acronyms you should know when outsourcing

Now, we can move on to decoding the acronyms you may come across while working with a software development house.

  1. DoD - Definition of Done - a list of criteria that must be met before a product increment is considered done.
  2. NDA - Non-Disclosure Agreement - a legally binding contract that establishes a confidential relationship.
  3. SaaS - Software as a Service - a software solution working on a pay-as-you-go basis
  4. PaaS - Platform as a Service - cloud platform services providing cloud components to certain software.
  5. API - Application Programming Interface - a connection between computers or computer programs.
  6. BA - Business Analyst - a person who analyzes and documents the market environment, processes or systems of businesses, helping to improve products and services.
  7. PM - Project Manager - a person who oversees the operations of individual projects.
  8. PO - Product Owner - a member of the Agile Team responsible for defining stories and prioritizing the team backlog.
  9. SM - Scrum Master - helps to facilitate scrum to the team by ensuring the scrum framework is followed.
    1. NFR - Non-functional Requirements - a requirement that specified criteria that can be used to judge the operation system.
  1. UAT - User Acceptance Testing - the final stage of the software development life cycle when the actual users test the software.
  2. MVP - Minimum Viable Product - a version of a product with enough features to be usable by early customers.
  3. MoSCoW - Must-have, Should-have, Could-require, Won’t-have - a prioritization technique used in management and software development to reach a common understanding with stakeholders.
  4. SDKs - Software Development Kit - a set of software tools and programs used by developers to create applications.
  5. CSS - Cascading Style Sheets - a style sheet language for describing the presentation of a document written in a markup language like HTML.
  6. SDH - Software Development House - a company focused on designing and building custom software solutions for a specific client.
  7. OOP - Object-Oriented Programming - a computer programming model that organizes software design around data or objects instead of functions and logic.
  8. IDE - Integrated Development Environment - software for building applications that combines common developers' tools into a single graphical user interface (GUI).
  9. SSL - Secure Socket Layer - a protocol for establishing secure links between networked computers.
    1. DOM - Document Object Model - a programming interface for web documents that treats XML or HTML documents as a tree structure.
    2. E2E tests - End-to-end Tests - testing from the end user’s experience by simulating the real user scenario.
    3. SPA - Single-Page App - a web application or website that interacts with the user by dynamically rewriting the current web page with new data, instead of loading entire new pages.

Img

Software delivery people you’ll probably meet

During the outsourcing process, you will also meet a lot of people. Some of their roles are pretty straightforward, but some may be completely new to you. Let’s do a quick recap:

  • Backend Developer - writes code that works at the server or database level.
  • Business Analyst (BA) - helps with investigating business problems and serves as a bridge between the business and development people. BAs work closely with development teams, document product requirements and write user stories.
  • Designer - creates the visual side of the software product following various design principles. There is also a position of a front-end designer that works not only with the desing itself but also creates UX/UI interfaces.
  • Frontend Developer - implements the designer’s vision through elements of the product visible to end-users.
  • Product Owner (PO) - comes up with product vision and is responsible for executing it, writing user stories, maintaining and prioritizing the product backlog.
  • Project Manager (PM) - in charge of the project planning and execution.
  • Scrum Master - serves and leads the team by organizing their work and supporting them.
  • Tester - writes test scripts to verify the product functionalities and behaviours.
Left map imageRight map image
Need help with your development? Contact us!
Contact Us

Summary

As you can see, there’s a lot to process in the technical terminology field. Do not get discouraged though, it all gets easier with time. We hope this guide helped you find your way in the complicated software world.

We at Selleo always ensure our partners feel comfortable and stay informed about the software development process. We eagerly explain all the intricacies of building powerful solutions, remaining flexible and open. Fill out the contact form to discuss your project in greater detail now!


Rate this article:

4,9

based on 0 votes
Our services
See what we can create for You
Our services

Awards & Certificates

reviewed on
30 reviews
  • Top 1000 Companies Global 2021
  • Top Development Company Poland 2021
HR dream team
  • 2020 HR Dream Team Award
  • 2016 Employer Branding Featured
  • 2015 HR Dream Team Award
ISO CertificateISO Certificate
  • Information Security Management System compliant with PN-EN ISO/IEC 27001
  • Business Continuity Management compliant with ISO 22301