You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/awesome/Awesome-Sitecore.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -206,11 +206,14 @@ Contributions welcome. Add links through pull requests or create an issue to sta
206
206
207
207
-[NitroNet for Sitecore](https://github.com/merkle-open/NitroNetSitecore) - Handles all possible presentation scenarios to integrate a handlebars frontend into Sitecore instead of Razor View without functional loss and improving productivity.
208
208
209
+
## GraphQL
210
+
211
+
-[Sitecore GraphQL Import](https://github.com/jbluemink/Sitecore-GraphQL-Import) - A console app C# demo showcasing the various capabilities of the Sitecore GraphQL API usage, such as retrieving Sitecore items, obtaining a list of websites, inserting sample items, and uploading media files.
212
+
209
213
## JAMstack
210
214
211
215
-[Next.js Starter kit using GraphQL and Sitecore Experience Edge for Content Hub](https://github.com/konabos/Next.js-Starter-kit-using-GraphQL-and-Sitecore-Content-Hub-Content-as-a-Service) - This is a great example of Sitecore Experience Edge Content as-a-Service approach using NextJS upon React, using a demo instance of the latest Content Hub.
212
216
-[Uniform, JSS and Next.js starter kit](https://github.com/uniformdev/sitecore-jss-nextjs-starterkit) - A starter kit of Uniform, JSS, and Next.JS with content items and required configuration files, great to start a vanilla project with.
213
-
-[Uniform, MVC and Next.js starter kit](https://github.com/uniformdev/sitecore-mvc-nextjs-starterkit) - A starter kit of Uniform, MVC, and Next.JS with content items and required configuration files, great to start a vanilla project with.
Copy file name to clipboardexpand all lines: docs/awesome/Colorful.md
+1
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ with AI-Powered Palette Generator.
88
88
-[Dave Green's 'cubehelix' colour scheme](http://www.mrao.cam.ac.uk/~dag/CUBEHELIX/) - Resources for the cubehelix family of colour schemes.
89
89
-[Color Name List](https://github.com/meodai/color-names/) - Huge curated list of unique color names.
90
90
-[Realtime Colors](https://www.realtimecolors.com) - Visualize Your Colors & Fonts On a Real Site.
91
+
-[InclusiveColors](https://www.inclusivecolors.com/) - Create custom accessible Tailwind-style color palettes, with WCAG/APCA contrast checks and live previews on a mockup.
91
92
92
93
## Articles
93
94
-[Trendy Web Color Palettes and Material Design Color Schemes & Tools](http://www.awwwards.com/trendy-web-color-palettes-and-material-design-color-schemes-tools.html?utm_source=Twitter&utm_medium=Social&utm_campaign=Twitter-Blog-Color&utm_content=Twitter)
Copy file name to clipboardexpand all lines: docs/awesome/awesome-angular.md
+4
Original file line number
Diff line number
Diff line change
@@ -505,6 +505,7 @@ become an Angular expert.
505
505
*[ngx-signalify](https://github.com/alcfeoh/ngx-signalify) - A small library to convert RxJs Observables into Angular Signals.
506
506
*[angular-odata](https://github.com/diegomvh/angular-odata) - A fluent API for querying, creating, updating and deleting OData resources in Angular.
507
507
*[ngx-http-retry](https://github.com/itpixelz/ngx-http-retry) - An Angular service that provides HTTP methods (GET, POST, PUT, DELETE) with built-in retry logic using RxJS's `retry` operator.
508
+
*[ng-memento](https://github.com/terzurumluoglu/ng-memento) - Makes your application faster by preventing the same HTTP requests from being called again in your Angular project.
508
509
509
510
#### Integrations
510
511
@@ -573,6 +574,8 @@ become an Angular expert.
573
574
*[intl-tel-input-ng](https://github.com/mpalourdio/intl-tel-input-ng) - An Angular component to easily integrate [intl-tel-input](https://github.com/jackocnr/intl-tel-input).
574
575
*[ng-intl](https://github.com/antimprisacaru/ng-intl) - Type-safe, reactive Angular i18n library. Lazy-loaded translations, signal-based reactivity, full TypeScript support. Efficient, flexible, and scalable internationalization for Angular projects.
575
576
*[ngx-easy-i18n-js](https://github.com/gabrie-allaigre/ngx-easy-i18n-js) - The easy internationalization (i18n) library for Angular.
577
+
*[ngx-translate-routes](https://github.com/darioegb/ngx-translate-routes) - This service translates titles and route paths.
578
+
*[ngx-translate-lint](https://github.com/romanrostislavovich/ngx-translate-lint) - Simple CLI tools for check `ngx-translate` keys.
576
579
577
580
#### Monorepos
578
581
@@ -1211,6 +1214,7 @@ to simplify usage and allow quick customization.
1211
1214
*[ngx-scanner](https://github.com/zxing-js/ngx-scanner) - Angular QR code, Barcode, DataMatrix, scanner component using ZXing.
1212
1215
*[qrcode.angular](https://github.com/OriginRing/qrcode.angular) - QR Code implementation based on Angular.
1213
1216
*[ng-qrcode-svg](https://github.com/larscom/ng-qrcode-svg) - Simple QR code generator (SVG only) for Angular.
1217
+
*[ngx-qrcode-generator](https://github.com/mustafaer/ngx-qrcode-generator) - An Angular component that generates QR codes using the [QRious](https://github.com/neocotic/qrious) library.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-cl.md
+4
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,10 @@ Other data structures:
298
298
299
299
*[bitfield](https://github.com/marcoheisig/bitfield) - Efficiently represent several finite sets or small integers as a single non-negative integer. [MIT][200].
300
300
301
+
See also:
302
+
303
+
*[Pretty printing tree data structures in Common Lisp](https://gist.github.com/WetHat/9682b8f70f0241c37cd5d732784d1577) (as a Jupyter notebook)
0 commit comments