Skip to content

Commit 2c5bde6

Browse files
committed
Add new terms: JSON, NVM, PaaS, SaaS, TONL, UML
1 parent 0da48f1 commit 2c5bde6

6 files changed

Lines changed: 105 additions & 0 deletions

File tree

src/content/terms/JSON.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title": "JSON (JavaScript Object Notation)",
3+
"subtext": "Lightweight and readable data exchange format",
4+
"categories": ["Data Format"],
5+
"author": "halukerenozlu",
6+
"description": {
7+
"title": "JSON (JavaScript Object Notation)",
8+
"texts": [
9+
"JSON is a text format that facilitates structured data exchange across all programming languages. With its use of curly braces, square brackets, colons, and commas, it is useful in many contexts and applications."
10+
],
11+
"image": "https://businesscentralgeek.com/wp-content/uploads/2023/12/image-7.png",
12+
"references": [
13+
"https://tr.wikipedia.org/wiki/JSON",
14+
"https://www.json.org/json-en.html"
15+
]
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title": "NVM (Node Version Manager)",
3+
"subtext": "Node.js version management tool for projects",
4+
"categories": ["Tools"],
5+
"author": "halukerenozlu",
6+
"description": {
7+
"title": "NVM (Node Version Manager)",
8+
"texts": [
9+
"NVM (Node Version Manager) is a tool that allows developers to easily install, manage, and work with multiple Node.js versions. Whether you need to test your application across different Node.js versions or work on projects with specific version requirements, NVM makes it simple to switch between environments."
10+
],
11+
"image": "",
12+
"references": [
13+
"https://www.nvmnode.com/",
14+
"https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/"
15+
]
16+
}
17+
}

src/content/terms/PaaS.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "PaaS (Platform as a Service)",
3+
"subtext": "Cloud platform for building and deploying applications",
4+
"categories": ["Cloud Computing"],
5+
"author": "halukerenozlu",
6+
"description": {
7+
"title": "PaaS (Platform as a Service)",
8+
"texts": [
9+
"Platform as a Service (PaaS) is a cloud computing model that provides developers with a complete platform—including hardware, software, and infrastructure—for building, deploying, and managing applications without the complexity of maintaining the underlying infrastructure.",
10+
"PaaS offerings typically include development tools, database management systems, middleware, operating systems, and server infrastructure. Popular examples include Heroku, Google App Engine, and AWS Elastic Beanstalk. This model allows developers to focus on writing code and business logic while the platform handles scaling, security patches, and infrastructure management."
11+
],
12+
"image": "",
13+
"references": [
14+
"https://en.wikipedia.org/wiki/Platform_as_a_service",
15+
"https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-paas"
16+
]
17+
}
18+
}

src/content/terms/SaaS.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "SaaS (Software as a Service)",
3+
"subtext": "Cloud-based software delivered over the internet",
4+
"categories": ["Cloud Computing"],
5+
"author": "halukerenozlu",
6+
"description": {
7+
"title": "SaaS (Software as a Service)",
8+
"texts": [
9+
"Software as a Service (SaaS) is a cloud-based software delivery model where applications are hosted by a service provider and made available to customers over the internet. Users access the software through a web browser without needing to install, maintain, or update it locally.",
10+
"SaaS eliminates the need for organizations to install and run applications on their own computers or data centers, reducing costs associated with hardware, software licensing, installation, and maintenance. Common examples include Gmail, Salesforce, Slack, and Microsoft 365. The provider manages all infrastructure, security, and updates while customers pay on a subscription basis."
11+
],
12+
"image": "",
13+
"references": [
14+
"https://en.wikipedia.org/wiki/Software_as_a_service",
15+
"https://aws.amazon.com/what-is/saas/"
16+
]
17+
}
18+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title": "TONL (Token-Optimized Notation Language)",
3+
"subtext": "TONL is a production-ready data platform for LLM",
4+
"categories": ["Artificial Intelligence"],
5+
"author": "halukerenozlu",
6+
"description": {
7+
"title": "TONL (Token-Optimized Notation Language)",
8+
"texts": [
9+
"TONL is a production-ready data platform that combines compact serialization with powerful query, modification, indexing, and streaming capabilities. Designed for LLM token efficiency while providing a rich API for data access and manipulation."
10+
],
11+
"image": "https://github.com/tonl-dev/tonl/raw/main/readme.png",
12+
"references": [
13+
"https://tonl.dev/",
14+
"https://github.com/tonl-dev/tonl"
15+
]
16+
}
17+
}

src/content/terms/UML.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "UML (Unified Modeling Language)",
3+
"subtext": "Standard for expressing software architecture with diagrams",
4+
"categories": ["Design"],
5+
"author": "halukerenozlu",
6+
"description": {
7+
"title": "UML (Unified Modeling Language)",
8+
"texts":[
9+
"The Unified Modeling Language is a collection of methods that define and explain how business systems can be modeled.",
10+
"UML simplifies complexities, keeps communication channels open, automates the production of software and processes, helps resolve persistent architectural issues, improves work quality, and reduces costs and time to market."
11+
],
12+
"image": "https://www.drawio.com/assets/img/blog/class-diagram-example.png",
13+
"references": [
14+
"https://tr.wikipedia.org/wiki/UML",
15+
"https://miro.com/diagramming/what-is-a-uml-diagram/"
16+
]
17+
}
18+
}

0 commit comments

Comments
 (0)