Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/content/terms/JSON.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"title": "JSON (JavaScript Object Notation)",
"subtext": "Lightweight and readable data exchange format",
"categories": ["Data Format"],
"author": "halukerenozlu",
"description": {
"title": "JSON (JavaScript Object Notation)",
"texts": [
"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."
],
"image": "https://businesscentralgeek.com/wp-content/uploads/2023/12/image-7.png",
"references": [
"https://tr.wikipedia.org/wiki/JSON",
"https://www.json.org/json-en.html"
]
}
}
17 changes: 17 additions & 0 deletions src/content/terms/NVM_(Node_Version_Manager).json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"title": "NVM (Node Version Manager)",
"subtext": "Node.js version management tool for projects",
"categories": ["Tools"],
"author": "halukerenozlu",
"description": {
"title": "NVM (Node Version Manager)",
"texts": [
"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."
],
"image": "",
"references": [
"https://www.nvmnode.com/",
"https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/"
]
}
}
18 changes: 18 additions & 0 deletions src/content/terms/PaaS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "PaaS (Platform as a Service)",
"subtext": "Cloud platform for building and deploying applications",
"categories": ["Cloud Computing"],
"author": "halukerenozlu",
"description": {
"title": "PaaS (Platform as a Service)",
"texts": [
"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.",
"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."
],
"image": "",
"references": [
"https://en.wikipedia.org/wiki/Platform_as_a_service",
"https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-paas"
]
}
}
18 changes: 18 additions & 0 deletions src/content/terms/SaaS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "SaaS (Software as a Service)",
"subtext": "Cloud-based software delivered over the internet",
"categories": ["Cloud Computing"],
"author": "halukerenozlu",
"description": {
"title": "SaaS (Software as a Service)",
"texts": [
"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.",
"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."
],
"image": "",
"references": [
"https://en.wikipedia.org/wiki/Software_as_a_service",
"https://aws.amazon.com/what-is/saas/"
]
}
}
17 changes: 17 additions & 0 deletions src/content/terms/TONL_(Token-Optimized Notation Language).json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"title": "TONL (Token-Optimized Notation Language)",
"subtext": "TONL is a production-ready data platform for LLM",
"categories": ["Artificial Intelligence"],
"author": "halukerenozlu",
"description": {
"title": "TONL (Token-Optimized Notation Language)",
"texts": [
"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."
],
"image": "https://github.com/tonl-dev/tonl/raw/main/readme.png",
"references": [
"https://tonl.dev/",
"https://github.com/tonl-dev/tonl"
]
}
}
18 changes: 18 additions & 0 deletions src/content/terms/UML.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "UML (Unified Modeling Language)",
"subtext": "Standard for expressing software architecture with diagrams",
"categories": ["Design"],
"author": "halukerenozlu",
"description": {
"title": "UML (Unified Modeling Language)",
"texts":[
"The Unified Modeling Language is a collection of methods that define and explain how business systems can be modeled.",
"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."
],
"image": "https://www.drawio.com/assets/img/blog/class-diagram-example.png",
"references": [
"https://tr.wikipedia.org/wiki/UML",
"https://miro.com/diagramming/what-is-a-uml-diagram/"
]
}
}
Loading