{"id":9502,"date":"2022-09-01T14:19:49","date_gmt":"2022-09-01T14:19:49","guid":{"rendered":"https:\/\/www.computerscience.org\/?p=9502"},"modified":"2023-09-28T18:23:08","modified_gmt":"2023-09-28T18:23:08","slug":"bootcamps-guides-coding-jargon","status":"publish","type":"post","link":"https:\/\/www.computerscience.org\/bootcamps\/guides\/coding-jargon\/","title":{"rendered":"Coding Jargon: Terms to Know for Programming"},"content":{"rendered":"<p>Whether you want to learn about coding or are already enrolled in a <a href=\"\/bootcamps\/resources\/getting-into-coding-bootcamps\/\">coding bootcamp<\/a>, encountering new terms can be challenging. Understanding coding jargon is essential to growing your programming knowledge and skills.<\/p>\r\n<p>The glossary below includes words and phrases that form the foundation of programming terms. It serves as a helpful reference and practical guide as you get to know the ins and outs of coding jargon.<\/p>\r\n\r\n\n  \n  \n  <a class=\"subnav-waypoint\" name=\"types\" id=\"types\"><\/a>\n\n\r\n<h2>Types of Coding Jargon<\/h2>\r\n<p>These terms to know for programming include words and phrases from several broad categories. Programming languages, databases, libraries, and frameworks accompany core programming concepts and components.<\/p>\r\n<p>Additional key terms include operating systems, specific coding processes, and general concepts that apply to computer technology overall.<\/p>\r\n\r\n\n  \n  \n  <a class=\"subnav-waypoint\" name=\"glossary\" id=\"glossary\"><\/a>\n\n\r\n<h2>Glossary of Terms to Know for Programming<\/h2>\r\n\r\n<sonic-callout theme=\"primary-light\" class=\"shadow\">\r\n<p class=\"text-center\"><strong><a href=\"#A\">A<\/a> | <a href=\"#B\">B<\/a> | <a href=\"#C\">C<\/a> | <a href=\"#D\">D<\/a> | <a href=\"#E\">E<\/a> | <a href=\"#F\">F<\/a> | <a href=\"#G\">G<\/a> | <a href=\"#H\">H<\/a> | <a href=\"#I\">I<\/a> | <a href=\"#J\">J<\/a> | <a href=\"#K\">K<\/a> | <a href=\"#L\">L<\/a> | <a href=\"#M\">M<\/a> | <a href=\"#N\">N<\/a> | <a href=\"#O\">O<\/a> | <a href=\"#P\">P<\/a> | <a href=\"#R\">R<\/a> | <a href=\"#S\">S<\/a> | <a href=\"#T\">T<\/a> | <a href=\"#U\">U<\/a> | <a href=\"#V\">V<\/a> | <a href=\"#W\">W<\/a> | <a href=\"#X\">X<\/a><\/strong><\/p>\r\n<\/sonic-callout>\r\n\r\n<a name=\"A\"><\/a>\r\n<h2>A<\/h2>\r\n<p><strong>Active Record:<\/strong> The interface between a database and logic code. It takes data from databases, classifies it, and creates tables; common in Ruby on Rails<\/p>\r\n<p><strong>Algorithm:<\/strong> Rules or instructions written instruct a computer how to solve a problem<\/p>\r\n<p><strong>Angular.js:<\/strong> An open-source set of tools to build a Java-Script framework to develop single-page applications; a workaround to make HTML more dynamic.<\/p>\r\n<p><strong>Application Programming Interface (API):<\/strong> The software intermediary for two or more computer programs communicating with each other<\/p>\r\n<p><strong>Array:<\/strong> A data structure that can store a similar collection of elements<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"B\"><\/a>\r\n<h2>B<\/h2>\r\n<p><strong>Back End:<\/strong> The server side of web development that focuses on parts of the website users do not see, such as website architecture, scripting, and databases<\/p>\r\n<p><strong>Binary:<\/strong> Having only two components; information represented using only two options (often 0 and 1)<\/p>\r\n<p><strong>Block:<\/strong> A section of code<\/p>\r\n<p><strong>Bug:<\/strong> An error in code that keeps a program from functioning<\/p>\r\n<p><strong>Build:<\/strong> To convert source code to a standalone form executed on a computer<\/p>\r\n<p><strong>Byte:<\/strong> Unit of digital data storage measuring 8-bits<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"C\"><\/a>\r\n<h2>C<\/h2>\r\n<p><strong>C++:<\/strong> A high-level programming language often used to in game development<\/p>\r\n<p><strong>Call:<\/strong> A variable in a program or a piece of code<\/p>\r\n<p><strong>Char:<\/strong> An abbreviation for character often used in programming languages<\/p>\r\n<p><strong>Class:<\/strong> A template used to create and define data structures or objects; common in Java and object-oriented programming<\/p>\r\n<p><strong>Client-Side:<\/strong> The operations in a web application that take place on the client end of a client-server structure<\/p>\r\n<p><strong>Code Review:<\/strong> the stage where people check a program by viewing and reading its source code; vetting code to ensure it works and follows proper syntax<\/p>\r\n<p><strong>Command:<\/strong> An instruction given to a computer<\/p>\r\n<p><strong>Compiler:<\/strong> A program that translates computer code from one programming language to another language or code<\/p>\r\n<p><strong>Constant:<\/strong> A value that does not change during the execution of a program<\/p>\r\n<p><strong>CSS:<\/strong> Acronym for Cascading Style Sheet, a stylesheet language that helps format HTML webpages<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"D\"><\/a>\r\n<h2>D<\/h2>\r\n<p><strong>Data:<\/strong> Information stored on or processed by a computer<\/p>\r\n<p><strong>Database:<\/strong> A collection or set of data used for access, management, and updates<\/p>\r\n<p><strong>Data Structures:<\/strong> The format used to organize, manage, and store data<\/p>\r\n<p><strong>Debugging:<\/strong> Finding and eliminating errors in code<\/p>\r\n<p><strong>Decompose:<\/strong> To break down a problem into smaller problems<\/p>\r\n<p><strong>Domain Name Service (DNS):<\/strong> The naming system used to identify computers reachable on the internet using IP addresses<\/p>\r\n<p><strong>DRY:<\/strong> Acronym for the software principle \"don't repeat yourself\" that emphasizes efficient and easy code<\/p>\r\n<p><strong>Dynamic Language:<\/strong> A programming language that verifies and enforces constraints at runtime, instead of beforehand, such as Ruby and Python<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"E\"><\/a>\r\n<h2>E<\/h2>\r\n<p><strong>Else Statement:<\/strong> An alternative statement in programming languages executed if the result of a previous test condition is not satisfied<\/p>\r\n<p><strong>Event:<\/strong> An action identified by a program that leads to something happening related to system hardware or software<\/p>\r\n<p><strong>Exception:<\/strong> An unplanned event that disrupts the normal flow of the program<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"F\"><\/a>\r\n<h2>F<\/h2>\r\n<p><strong>Flowchart:<\/strong> A diagram representing an algorithm or a program<\/p>\r\n<p><strong>Flask:<\/strong> A web application written in Python source code<\/p>\r\n<p><strong>For Loops:<\/strong> An instruction to iterate a block of code a set amount of times, as declared by the programmer or the computer<\/p>\r\n<p><strong>Framework:<\/strong> A pre-packaged set of components and solutions to expedite software development<\/p>\r\n<p><strong>Front End:<\/strong> The user side of web development that focuses on appearance and functionality<\/p>\r\n<p><strong>Function:<\/strong> a group of instructions combined into a single line of code that carries out an self-contained task<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"G\"><\/a>\r\n<h2>G<\/h2>\r\n<p><strong>Git:<\/strong> An open-source code management and version control system<\/p>\r\n<p><strong>GitHub:<\/strong> A website and cloud-based service where developers store, manage, and share code<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"H\"><\/a>\r\n<h2>H<\/h2>\r\n<p><strong>Hardcode:<\/strong> Code that includes fixed data; a hardcode can not be altered unless a programmer changes the source code itself<\/p>\r\n<p><strong>High-Level Language:<\/strong> A problem-oriented programming language with English-like statements and symbols<\/p>\r\n<p><strong>HTML:<\/strong> Acronym for <a href=\"\/resources\/computer-programming-languages\/html\/\">HyperText Markup Language<\/a>, the standard language for creating documents displayed via web browsers<\/p>\r\n\r\n<section class=\"-mx-4 md:-mx-1\/2vw py-12 md:py-16 mt-12 md:my-16 relative md:left-1\/2 md:right-1\/2 md:w-screen bg-gray-50\">\n    <div class=\"container content\">\n        \r\n<sonic-editorial-listings limit=\"3\"><\/sonic-editorial-listings>\r\n\n    <\/div>\n<\/section>\n\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"I\"><\/a>\r\n<h2>I<\/h2>\r\n<p><strong>Identifier:<\/strong> User-defined program names<\/p>\r\n<p><strong>Infinite Loops:<\/strong> Coding that lacks a functional exit or ending condition and repeats indefinitely<\/p>\r\n<p><strong>Input:<\/strong> Data entered into a program to be processed<\/p>\r\n<p><strong>Integrated Development Environment (IDE):<\/strong> Software used to build applications that combines basic programming tools to consolidate aspects of program writing<\/p>\r\n<p><strong>Iteration:<\/strong> Each time there is execution of program instructions<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"J\"><\/a>\r\n<h2>J<\/h2>\r\n<p><strong>Java:<\/strong> Object-oriented programming language and computing platform used for developing web applications<\/p>\r\n<p><strong>JavaScript:<\/strong> A client-side, object-oriented programming language used to create interactive effects in web applications<\/p>\r\n<p><strong>jQuery:<\/strong> A library of JavaScript code<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"K\"><\/a>\r\n<h2>K<\/h2>\r\n<p><strong>Keyword:<\/strong> A term used in programming that has a predefined meaning and reserved use<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"L\"><\/a>\r\n<h2>L<\/h2>\r\n<p><strong>Library:<\/strong> A collection of resources for computer programs and software development including prewritten code<\/p>\r\n<p><strong>Linux:<\/strong> A customizable open-source operating system that relays requests from computer software to computer hardware<\/p>\r\n<p><strong>Local Environment:<\/strong> A coding environment where the user runs a website from their machine rather than one provided by a web host<\/p>\r\n<p><strong>Loop (see also For Loops, Infinite Loops, While Loops):<\/strong> A sequence of instructions repeated until an specific outcome or condition is met<\/p>\r\n<p><strong>Low-Level Language:<\/strong> A programming language that uses numbers and machine-like language<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"M\"><\/a>\r\n<h2>M<\/h2>\r\n<p><strong>Machine Language:<\/strong> A low-level programming language that includes binary digits or bits understood by the computer<\/p>\r\n<p><strong>Machine Learning:<\/strong> A type of artificial intelligence that uses data and algorithms to enable systems to learn and predict outcomes without being programmed specifically for the task<\/p>\r\n<p><strong>MySQL:<\/strong> An open-source <a href=\"\/degrees\/certificate\/database-management\/\">database management<\/a> system with data and code to create software applications<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"N\"><\/a>\r\n<h2>N<\/h2>\r\n<p>Nested: A code contained within other code that serves a specific function<\/p>\r\n<p>Node.js: An open-source back-end JavaScript run-time environment used to build network applications equipped to handle increased use and load<\/p>\r\n<p>Null: A keyword or character indicating something has zero value or that the value is unknown, or the absence of data<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"O\"><\/a>\r\n<h2>O<\/h2>\r\n<p><strong>Object:<\/strong> Sections of data or code developed to write a program<\/p>\r\n<p><strong>Object Oriented Programming (OOP):<\/strong> Programming that focuses on using objects to write programs rather than functions and logic<\/p>\r\n<p><strong>Operating System (OS):<\/strong> Software that controls how a computer functions<\/p>\r\n<p><strong>Output:<\/strong> Processed data or data generated by a computer<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"P\"><\/a>\r\n<h2>P<\/h2>\r\n<p><strong>Package:<\/strong> Also called namespaces, used to identify related classes and interfaces<\/p>\r\n<p><strong>Packets:<\/strong> A formatted group of data transferred over a computer network<\/p>\r\n<p><strong>Pair Programming:<\/strong> An agile software development technique that unites two programmers at one workstation to simultaneously write and review each line of code<\/p>\r\n<p><strong>PHP:<\/strong> A general-purpose scripting language used to create websites and applications that takes data and presents it on a webpage<\/p>\r\n<p><strong>Pixel:<\/strong> The smallest display element of an electronic screen or bitmap image<\/p>\r\n<p><strong>Python:<\/strong> A general-purpose, dynamic programming language that emphasizes readability<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"R\"><\/a>\r\n<h2>R<\/h2>\r\n<p><strong>R:<\/strong> A programming language for statistical computing and graphics<\/p>\r\n<p><strong>React:<\/strong> An open-source JavaScript library with resources that focus on building user interfaces<\/p>\r\n<p><strong>Ruby:<\/strong> An general-purpose programming language that emphasizes programming productivity and simplicity<\/p>\r\n<p><strong>Ruby on Rails:<\/strong> A full-stack framework equipped with the tools to build front- and back-end web applications<\/p>\r\n\r\n<section class=\"-mx-4 md:-mx-1\/2vw py-12 md:py-16 mt-12 md:my-16 relative md:left-1\/2 md:right-1\/2 md:w-screen bg-gray-50\">\n    <div class=\"container content\">\n        \r\n<sonic-editorial-listings limit=\"3\"><\/sonic-editorial-listings>\r\n\n    <\/div>\n<\/section>\n\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"S\"><\/a>\r\n<h2>S<\/h2>\r\n<p><strong>Scripting Language:<\/strong> A type of programming language without a compilation step.<\/p>\r\n<p><strong>Scripts:<\/strong> A program or sequence of instructions that other software interprets or carries out<\/p>\r\n<p><strong>Server:<\/strong> The computer program or device that send data to a network, another computer, and to users<\/p>\r\n<p><strong>Server-Side:<\/strong> Functions that happen on the server end of a program or operation<\/p>\r\n<p><strong>Source Code:<\/strong> A list of instructions written by a programmer in a programming language humans can read; a program in its original pre-translation programming language<\/p>\r\n<p><strong>Sprint:<\/strong> A period of time in which to finish a task<\/p>\r\n<p><strong><a href=\"\/resources\/computer-programming-languages\/sql\/\">Structured Query Language (SQL)<\/a>:<\/strong> A standardized programming language used to store, manage, and retrieve data in databases<\/p>\r\n<p><strong>Stack:<\/strong> A structure of elements that operates on the last-in, first-out programming principle<\/p>\r\n<p><strong>Static Language:<\/strong> A programming language that verifies and enforces type constraints at compile time, such as C++, C, and Java<\/p>\r\n<p><strong>String:<\/strong> An open-source application framework with infrastructure support to create Java applications<\/p>\r\n<p><strong>Syntax:<\/strong> Rules that define the structure of a language<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"T\"><\/a>\r\n<h2>T<\/h2>\r\n<p><strong>Terminal:<\/strong> The text-based interface to a computer where a user can type commands, execute programs, and open files<\/p>\r\n<p><strong>Testing:<\/strong> The process of running software to evaluate and verify it functions properly<\/p>\r\n<p><strong>Token:<\/strong> A single element of a programming language; tokens include constants, identifiers, operators, separators, and reserved words<\/p>\r\n<p><strong>Training:<\/strong> The process of creating a machine-learning model by developing a machine-learning algorithm and providing it appropriate data<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"U\"><\/a>\r\n<h2>U<\/h2>\r\n<p><strong>Universal Resource Locator (URL):<\/strong> A reference to the address used to locate a resource on the internet<\/p>\r\n<p><strong>Usability Testing:<\/strong> Evaluating a program or product by testing it on users<\/p>\r\n<p><strong>User Experience Design (UX):<\/strong> The process of creating products optimal for end users, including interfaces, components, and overall interaction<\/p>\r\n<p><strong>User Interface Design (UI):<\/strong> The process of building interfaces based on style, look, feel, and interactivity<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"V\"><\/a>\r\n<h2>V<\/h2>\r\n<p><strong>Variable:<\/strong> A symbol that serves as a placeholder for a quantity that may change; also a name for an unknown quantity<\/p>\r\n<p><strong>Version Control:<\/strong> The practices of tracking and managing changes to software<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"W\"><\/a>\r\n<h2>W<\/h2>\r\n<p><strong>WET:<\/strong> An acronym for \"write everything twice,\" the antithesis to the DRY principle<\/p>\r\n<p><strong>Whiteboarding:<\/strong> Writing code on a whiteboard, often part of technical interviews and group projects<\/p>\r\n<p><strong>While Loops:<\/strong> Instructions to execute a set of statements as long as a condition is true<\/p>\r\n\r\n<hr style=\"border-color:#BAB2E5;\">\r\n<a name=\"X\"><\/a>\r\n<h2>X<\/h2>\r\n<p><strong>Xcode:<\/strong> Apple's integrated environment used for developing software for their products<\/p>\r\n<p><strong>XML:<\/strong> An acronym for extensible markup language, a simple text-based language and file format for storing, transmitting, and reconstructing data<\/p>\r\n\r\n<h2>Get Started in Programming<\/h2>\r\n<div class=\"grid lg:grid-cols-3 gap-5 my-8\"> \n  \r\n\n<div class=\"sonic-interlink duration-500 flex hover:shadow-lg bg-primary-700 \">\n    <a\n        target=\"_self\"\n        href=\"\/resources\/what-is-coding-used-for\/\"\n        class=\"flex items-center p-8 relative rounded w-full transition-opacity duration-500 hover:opacity-75\">\n                <span class=\"text-white block w-full\">\n          <span class=\"interlink-content flex justify-between items-center\">\n            <div>\n                                                <span class=\"title leading-snug\">What is Coding and What is it Used For?<\/span>\n                            <\/div>\n            <sonic-icon class=\"ml-3 md:ml-0\" icon=\"arrow-circle-right\" size=\"small\" color=\"#fff\"><\/sonic-icon>\n          <\/span>\n        <\/span>\n    <\/a>\n<\/div>\n\n\n\r\n\n<div class=\"sonic-interlink duration-500 flex hover:shadow-lg bg-primary-700 \">\n    <a\n        target=\"_self\"\n        href=\"\/resources\/computer-programming-languages\/\"\n        class=\"flex items-center p-8 relative rounded w-full transition-opacity duration-500 hover:opacity-75\">\n                <span class=\"text-white block w-full\">\n          <span class=\"interlink-content flex justify-between items-center\">\n            <div>\n                                                <span class=\"title leading-snug\">Guide to Programming and Coding Languages<\/span>\n                            <\/div>\n            <sonic-icon class=\"ml-3 md:ml-0\" icon=\"arrow-circle-right\" size=\"small\" color=\"#fff\"><\/sonic-icon>\n          <\/span>\n        <\/span>\n    <\/a>\n<\/div>\n\n\n\r\n\n<div class=\"sonic-interlink duration-500 flex hover:shadow-lg bg-primary-700 \">\n    <a\n        target=\"_self\"\n        href=\"\/bootcamps\/resources\/common-bootcamp-prerequisites\/\"\n        class=\"flex items-center p-8 relative rounded w-full transition-opacity duration-500 hover:opacity-75\">\n                <span class=\"text-white block w-full\">\n          <span class=\"interlink-content flex justify-between items-center\">\n            <div>\n                                                <span class=\"title leading-snug\">Common Coding Bootcamp Prerequisites<\/span>\n                            <\/div>\n            <sonic-icon class=\"ml-3 md:ml-0\" icon=\"arrow-circle-right\" size=\"small\" color=\"#fff\"><\/sonic-icon>\n          <\/span>\n        <\/span>\n    <\/a>\n<\/div>\n\n\n\r\n\n<\/div>\n\r\n\r\n<section class=\"-mx-4 md:-mx-1\/2vw py-12 md:py-16 mt-12 md:my-16 relative md:left-1\/2 md:right-1\/2 md:w-screen bg-gray-50\">\n    <div class=\"container content\">\n        \r\n<sonic-editorial-listings limit=\"3\"><\/sonic-editorial-listings>\r\n\n    <\/div>\n<\/section>\n\r\n\r\n\n  \n  \n  <a class=\"subnav-waypoint\" name=\"faq\" id=\"faq\"><\/a>\n\n\r\n<h2>Common Questions About Programming<\/h2>\r\n<h3>Is programming difficult?<\/h3>\r\n<p>Programming is not difficult, it just takes time to learn. By learning programming languages, syntax, and usage, programming can be a fun and useful skill.<\/p>\r\n<h3>What are some basic coding terms to be familiar with?<\/h3>\r\n<p>Some basic coding terms to be familiar with are languages programmers use, like Python and JavaScript. Core concepts such as algorithms, databases, and scripts are also important to know.<\/p>\r\n<h3>How do I start learning programming?<\/h3>\r\n<p>To learn programming, visit resources online, consider taking a class, or find a book that covers aspects of coding and programming. Websites for <a href=\"https:\/\/www.python.org\/\" target=\"_blank\" rel=\"noopener\">Python<\/a> and <a href=\"https:\/\/www.javascript.com\/\" target=\"_blank\" rel=\"noopener\">JavaScript<\/a> have libraries and communities to give you access.<\/p>\r\n<h3>What programming language should I start with?<\/h3>\r\n<p>The programming language you should start with depends on what kind of programming you want to do. General-purpose languages can create various programs and applications, while a language HTML is useful only in web development.<\/p>\r\n\r\n<h2>Reviewed by:<\/h2>\r\n<div class=\"biography flex flex-col justify-center md:justify-start md:flex-row items-center rounded-lg shadow-lg p-8 bg-white \">\n        <img decoding=\"async\" class=\"object-cover mb-8 rounded-lg max-h-60 md:mb-0\" src=\"https:\/\/res.cloudinary.com\/highereducation\/image\/upload\/v1651676190\/Darnell_Kenebrew.png\" alt=\"Portrait of Darnell Kenebrew\" height=\"240\" loading=\"lazy\">\n    <div class=\"md:ml-8\">\n    <h4 class=\"mb-1 font-bold leading-6 biography__title\">Darnell Kenebrew<\/h4>\n        <div class=\"mt-4 text-lg leading-6 text-gray-500 md:mb-0 md:pb-0\">\n      \r\n  <div slot=\"contentRight\">\r\n  \t<p><a href=\"https:\/\/www.linkedin.com\/in\/darnellkenebrew\/\" target=\"_blank\" rel=\"noopener\">Darnell Kenebrew<\/a> is a first-generation graduate from San Francisco State University's class of 2020. He graduated with a bachelor's in computer science, which helped him kick off a career in tech and pursue roles within data and engineering.<\/p>\r\n\t<p>Currently, he's a data analytics engineer at Meta and an executive captain for COOP Careers &mdash; a nonprofit for overcoming underemployment. Kenebrew strongly believes in giving people a chance and that everyone should have an equal opportunity within the job market. He believes that COOP Careers helps this equality materialize.<\/p>\r\n\t<p>Kenebrew is passionate about how the industry is shaped with data and how data can be leveraged in many aspects of business decisions to meet goals. In addition, he's passionate about inclusion, community, education, and using data for good. He hopes that he can pivot business decisions to make a positive, meaningful impact and that his work will positively impact end-users, as well as meet business goals.<\/p>\r\n\t<p>Darnell Kenebrew is a paid member of the Red Ventures Education Integrity Network.<\/p>\r\n  <\/div>\r\n\n    <\/div>\n          <span class=\"flex items-center max-w-xs my-8\">\n                                  <a class=\"w-6 h-6 p-px mx-2 border rounded-sm text-primary-700 border-box\" href=\"https:\/\/www.linkedin.com\/in\/darnellkenebrew\/\" target=\"_blank\" title=\"Darnell Kenebrew&#039;s LinkedIn\" rel=\"noopener\">\n            <svg class=\"text-gray-500 fill-current\" viewBox=\"0 0 25 25\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n              <path d=\"M3.4 6.4C1.6 6.4.5 5.3.5 3.8c0-1.4 1.1-2.6 2.9-2.6s2.9 1.1 2.9 2.6-1.1 2.6-2.9 2.6zM6 23.8H.9V8.5h5.2zm18.3 0h-5.2v-8.2c0-2.1-.8-3.4-2.6-3.4-1.4 0-2.3 1-2.6 1.9-.2.3-.2.8-.2 1.3v8.4h-5c.2-13.9.2-15.3.2-15.3H14v2.3c.6-1.1 1.9-2.6 4.7-2.6 3.4 0 5.8 2.3 5.8 6.9v8.7z\"><\/path>\n            <\/svg>\n          <\/a>\n                      <\/span>\n      <\/div>\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"Does coding jargon leave you feeling lost? Learn the definitions of 100 key terms programmers need to know.","protected":false},"author":38,"featured_media":9504,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"templates\/template-dcs.php","format":"standard","meta":{"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"bootcamps":[67],"states":[],"resources":[],"careers":[],"degrees":[],"class_list":["post-9502","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","bootcamps-resources"],"acf":[],"menu_order":0,"_links":{"self":[{"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/posts\/9502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/comments?post=9502"}],"version-history":[{"count":2,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/posts\/9502\/revisions"}],"predecessor-version":[{"id":12807,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/posts\/9502\/revisions\/12807"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/media\/9504"}],"wp:attachment":[{"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/media?parent=9502"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/categories?post=9502"},{"taxonomy":"bootcamps","embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/bootcamps?post=9502"},{"taxonomy":"states","embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/states?post=9502"},{"taxonomy":"resources","embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/resources?post=9502"},{"taxonomy":"careers","embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/careers?post=9502"},{"taxonomy":"degrees","embeddable":true,"href":"https:\/\/www.computerscience.org\/wp-json\/wp\/v2\/degrees?post=9502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}