Christine Yang

Results 21 issues of Christine Yang

One of the four pillars of object-oriented programming (OOP), [inheritance](https://www.codecademy.com/resources/docs/general/inheritance) supports reusable code. When a class inherits from another class (super or parent), it takes on properties and methods that...

SwiftUI is a framework used to build UIs for products of Apple's ecosystem, and widgets are a cool feature of SwiftUI. This tutorial article will go over how to create...

A thread is part of some process in a program that handles a single path of execution. Diagrams are recommended! Get creative with your example code snippets and keep it...

[Maven](https://maven.apache.org/index.html) is a tool used for Java project builds. It’s part of the Apache Software Foundation ([ASF](https://www.apache.org/)).

 While the Java project doesn’t have to be super complex, clearly explaining each...

One of the four pillars of object-oriented programming (OOP), [polymorphism](https://www.codecademy.com/resources/docs/general/polymorphism) is Greek in origin meaning “many forms.” Get creative with your example code snippets and keep it original 👍 Let...

Object-oriented programming (OOP) is a programming paradigm that revolves around creating objects with a single responsibility. By following the SOLID principles when using OOP, we can create better programs with...

When new features are added to an existing program, it’s important to ensure that previous functionality has not been affected. This is where regression testing comes into play.

 While some...

[R](https://www.codecademy.com/resources/docs/r) is a programming language often used for data analytics. The title of this piece can be altered for a specific project name. For example: “How To Build a Simple...

Not to be confused with URL or URN, URI stands for Uniform Resource Identifier. URLs/URNs are a type, or subset of, URIs. Some recommended terms: - Scheme - Authority (host)...

This piece is about big data frameworks. Both [Hadoop](https://hadoop.apache.org/) and [Spark](https://spark.apache.org/) are open-source and part of the Apache Software Foundation ([ASF](https://www.apache.org/)).

 Suggested terms:

 Hadoop modules: - Common or Core -...