Skip to content

Commit e34a813

Browse files
authored
Merge branch 'github:main' into design-system
2 parents 18d8ea1 + 3057ca2 commit e34a813

File tree

9 files changed

+28
-6
lines changed

9 files changed

+28
-6
lines changed

collections/devops-tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ items:
3232
- apache/mesos
3333
- SeleniumHQ/selenium
3434
- opendiffy/diffy
35-
- harness/drone
35+
- harness/gitness
3636
- hashicorp/vault
3737
- NagiosEnterprises/nagioscore
3838
- zabbix/zabbix

collections/github-browser-extensions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ items:
3434
- berzniz/github_pr_tree
3535
- N1ck/gifs-for-github
3636
- EnixCoda/Gitako
37-
- vladgolubev/quickreview-for-github
37+
- vladholubiev/quickreview-for-github
3838
- matthizou/github-show-avatars
3939
- dderevjanik/github-vscode-icons
4040
- npmhub/npmhub

collections/made-in-bangladesh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
- usmanhalalit/charisma
3030
- usmanhalalit/laracsv
3131
- boss-net/license-checker
32-
- sscsb/action-sbom-upload
32+
- SOC-ASIA/action-sbom-upload
3333
- sulaiman-coder/profiler
3434

3535
display_name: Made in Bangladesh

collections/made-in-india/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ items:
2323
- SigNoz/signoz
2424
- uvdesk/community-skeleton
2525
- CRED-CLUB/synth-android
26-
- krshoss/gardevoir
26+
- xkrishguptaa/gardevoir
2727
- pupilfirst/pupilfirst
2828
- kadalu/kadalu
2929
- project-sunbird

topics/backbonejs/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@ short_description: Backbone.js is a JavaScript library for building modern web a
88
topic: backbonejs
99
url: https://backbonejs.org/
1010
wikipedia_url: https://en.wikipedia.org/wiki/Backbone.js
11+
related: javascript, mvc, underscore, routing, jquery
1112
---
12-
Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
13+
**Backbone.js** supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface. Backbone.js was originally extracted from the Rails application [DocumentCloud](http://www.documentcloud.org/). Philosophically, Backbone is an attempt to discover the minimal set of data-structuring (models and collections) and user interface (views and URLs) primitives that are generally useful when building web applications with JavaScript. Backbone is a library, not a framework. Synchronous events are used as the fundamental building block over constantly polling data. The main pars of Backbone are:
14+
* Events
15+
* Models – Wraps a row of data in business logic.
16+
* Collections – A group of models on the client-side, with sorting/filtering/aggregation logic.
17+
* Router (+ History)
18+
* Views (+ Client-side Templates) – A logical, re-usable piece of UI. Often, but not always, associated with a model.
19+
* Sync – Synchronization between frontend and REST API backend

topics/elixir/elixir.png

25.7 KB
Loading

topics/localization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ related: intl, globalisation, globalization, g11n, translation, t9n, translate,
77
wikipedia_url: https://en.wikipedia.org/wiki/Internationalization_and_localization
88
url: https://www.w3.org/International/questions/qa-i18n.en.html
99
---
10-
**Software localization** (also spelled "localisation", often abbreviated to **l10n** — this is a numeronym, where the “10” stands for the 18 letters between the first letter “l” and the last letter “n”) means translation of a software interface and messages to another language plus adaptation of some formats (e.g. measures, dates and currency) plus adaptation to local cultures.
10+
**Software localization** (also spelled "localisation", often abbreviated to **l10n** — this is a numeronym, where the “10” stands for the 10 letters between the first letter “l” and the last letter “n”) means translation of a software interface and messages to another language plus adaptation of some formats (e.g. measures, dates and currency) plus adaptation to local cultures.

topics/postman/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
display_name: Postman
3+
short_description: Postman is a HTTP and REST API testing tool.
4+
topic: postman
5+
related: postman-collection, newman, swagger, openapi, rest-api, graphql, api-design, developer-tools, api-testing
6+
wikipedia_url: https://en.wikipedia.org/wiki/Postman_(software)
7+
github_url: https://github.com/postmanlabs
8+
created_by: Abhinav Asthana, Ankit Sobti, Abhijit Kane
9+
logo: postman.png
10+
---
11+
**Postman** is an API platform for developers for building and using APIs. This tool cannot only make requests with different HTTP verbs to different URLs, it also offers
12+
* using variables (collection, environment, etc.) in different places (path, query string, etc.)
13+
* Collections: Group requests in folders, export collections and write documentation for them
14+
* Scripting: Modify the request before sending as well as test and visualize its results
15+
* Design APIs: Create OpenAPI schema files and store them in your version control system

topics/postman/postman.png

16.6 KB
Loading

0 commit comments

Comments
 (0)