Skip to content

Commit

Permalink
added new submissions (#324)
Browse files Browse the repository at this point in the history
* added new submissions

* added author IDs to two submissions

* fixed the author id
  • Loading branch information
techtrailhead authored Feb 1, 2022
1 parent bc427b8 commit 67511f0
Show file tree
Hide file tree
Showing 37 changed files with 435 additions and 2 deletions.
Empty file added app/public/logos/assistant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/advocu.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"lastPullTime": 1643016819808
"lastPullTime": 1643711219733
}
12 changes: 12 additions & 0 deletions config/android/blogs/iamjosephmj-kotlin-design-patterns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"source": "other",
"authorIds": ["iamjosephmj"],
"author": "Joseph James",
"title": "GitHub - iamjosephmj/kotlin-design-patterns: This repo is a beginner handbook for learning design patterns in Kotlin",
"link": "https://github.com/iamjosephmj/kotlin-design-patterns",
"tags": [
"architecture",
"modern-android-development"
]
}
12 changes: 12 additions & 0 deletions config/android/blogs/iamjosephmj-learn-rx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"source": "other",
"authorIds": ["iamjosephmj"],
"author": "Joseph James",
"title": "GitHub - iamjosephmj/learn-rx: This a repo that helps you to learn Reactive Programming.",
"link": "https://github.com/iamjosephmj/learn-rx",
"tags": [
"modern-android-development",
"architecture"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "other",
"authorIds": ["priyansh-kedia"],
"author": "Priyansh Kedia",
"title": "Media Store API with Pagination",
"link": "https://proandroiddev.com/media-store-api-with-pagination-61b0d4f1f85b",
"tags": [
"kotlin",
"modern-android-development",
"ui"
]
}
16 changes: 16 additions & 0 deletions config/android/repos/GetStream-butterfly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 1,
"source": "github",
"authorIds": [],
"owner": "GetStream",
"repo": "butterfly",
"name": "butterfly",
"shortDescription": "Butterfly helps you to build adaptive and responsive UIs for Android (including foldable devices) with Jetpack WindowManager. It supports useful functions for Jetpack Compose and LiveData integration.",
"longDescription": "Butterfly helps you to build adaptive and responsive UIs for Android (including foldable devices) with Jetpack WindowManager. It supports useful functions for Jetpack Compose and LiveData integration.",
"content": "README.md",
"pages": [],
"tags": [
"ui",
"compose"
]
}
19 changes: 19 additions & 0 deletions config/android/repos/akshay2211-BubbleTabBar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"source": "github",
"authorIds": [
"akshay2211"
],
"owner": "akshay2211",
"repo": "BubbleTabBar",
"name": "BubbleTabBar",
"shortDescription": "BubbleTabBar is a bottom navigation bar with customizable bubble-like tabs",
"longDescription": "BubbleTabBar is a bottom navigation bar with customizable bubble-like tabs",
"content": "README.md",
"pages": [],
"tags": [
"ui",
"modern-android-development",
"kotlin"
]
}
19 changes: 19 additions & 0 deletions config/android/repos/hi-manshu-kalendar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"source": "github",
"authorIds": [
"hi-manshu"
],
"owner": "hi-manshu",
"repo": "kalendar",
"name": "Kalendar",
"shortDescription": "It's a Jetpack Compose's Elementary Calendar SDK with multiple different options.",
"longDescription": "It's a Jetpack Compose's Elementary Calendar SDK with multiple different options.",
"content": "README.md",
"pages": [],
"tags": [
"compose",
"kotlin",
"modern-android-development"
]
}
19 changes: 19 additions & 0 deletions config/android/repos/skydoves-pokedex-ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"source": "github",
"authorIds": [
"skydoves"
],
"owner": "skydoves",
"repo": "pokedex-ar",
"name": "pokedex-ar",
"shortDescription": "Pokedex-AR demonstrates ARCore, Sceneform, and modern Android tech stacks — such as Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData) based on MVVM architecture.",
"longDescription": "Pokedex-AR demonstrates ARCore, Sceneform, and modern Android tech stacks — such as Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData) based on MVVM architecture.",
"content": "README.md",
"pages": [],
"tags": [
"modern-android-development",
"architecture",
"ui"
]
}
19 changes: 19 additions & 0 deletions config/android/repos/sridhar-sp-compose-neumorphism.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"source": "github",
"authorIds": [
"sridhar-sp"
],
"owner": "sridhar-sp",
"repo": "compose-neumorphism",
"name": "Neumorphism using Jetpack Compose",
"shortDescription": "A Jetpack compose library to create \"Neumorphic\" design.\n\"Neumorphism\" is a ui design concept which uses shadows to create awesome looking UI.",
"longDescription": "A Jetpack compose library to create \"Neumorphic\" design.\n\"Neumorphism\" is a ui design concept which uses shadows to create awesome looking UI.",
"content": "README.md",
"pages": [],
"tags": [
"compose",
"ui",
"kotlin"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "medium",
"authorIds": [
"rodrigokamada"
],
"author": "Rodrigo Kamada",
"title": "Adding the Bootstrap CSS framework to an Angular application",
"link": "https://rodrigokamada.medium.com/adding-the-bootstrap-css-framework-to-an-angular-application-4aef5d2396a4",
"tags": [
"demos"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"source": "medium",
"authorIds": [
"rodrigokamada"
],
"author": "Rodrigo Kamada",
"title": "Adding the internationalization (i18n) component to an Angular application",
"link": "https://rodrigokamada.medium.com/adding-the-internationalization-i18n-component-to-an-angular-application-320fd8caad0f",
"tags": [
"demos",
"getting-started"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "medium",
"authorIds": [
"rodrigokamada"
],
"author": "Rodrigo Kamada",
"title": "Adding the log component to an Angular application",
"link": "https://rodrigokamada.medium.com/adding-the-log-component-to-an-angular-application-9facb1799ac5",
"tags": [
"demos"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "medium",
"authorIds": [
"rodrigokamada"
],
"author": "Rodrigo Kamada",
"title": "Adding the map Leaflet component to an Angular application",
"link": "https://rodrigokamada.medium.com/adding-the-map-leaflet-component-to-an-angular-application-b2e2cfca0080",
"tags": [
"demos"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "medium",
"authorIds": [
"rodrigokamada"
],
"author": "Rodrigo Kamada",
"title": "Authentication using the Amazon Cognito to an Angular application",
"link": "https://rodrigokamada.medium.com/authentication-using-the-amazon-cognito-to-an-angular-application-591eea4f4275",
"tags": [
"demos"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "medium",
"authorIds": [
"rodrigokamada"
],
"author": "Rodrigo Kamada",
"title": "Hosting an Angular application on Amazon S3 using GitHub Actions",
"link": "https://rodrigokamada.medium.com/hosting-an-angular-application-on-amazon-s3-using-github-actions-bf075a7aac79",
"tags": [
"demos"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "medium",
"authorIds": [
"rodrigokamada"
],
"author": "Rodrigo Kamada",
"title": "Hosting an Angular application on GitHub Pages using GitHub Actions",
"link": "https://rodrigokamada.medium.com/hosting-an-angular-application-on-github-pages-using-github-actions-da072698b8b9",
"tags": [
"demos"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "medium",
"authorIds": [
"rodrigokamada"
],
"author": "Rodrigo Kamada",
"title": "Hosting an Angular application on GitHub Pages using Travis CI",
"link": "https://rodrigokamada.medium.com/hosting-an-angular-application-on-github-pages-using-travis-ci-3bace1c8d049",
"tags": [
"demos"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": 1,
"source": "other",
"authorIds": ["angulartraining"],
"author": "Alain Chautard",
"title": "How to use a skeleton loader with Angular?",
"link": "https://blog.angulartraining.com/how-to-use-a-skeleton-loader-with-angular-4f03ae8fa5c6",
"tags": [
"libraries"
]
}
17 changes: 17 additions & 0 deletions config/angular/repos/rodrigokamada-angular-leaflet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"source": "github",
"authorIds": [
"rodrigokamada"
],
"owner": "rodrigokamada",
"repo": "angular-leaflet",
"name": "Angular Leaflet",
"shortDescription": "Adding the map Leaflet component to an Angular application",
"longDescription": "Adding the map Leaflet component to an Angular application",
"content": "README.md",
"pages": [],
"tags": [
"demos"
]
}
17 changes: 17 additions & 0 deletions config/angular/repos/rodrigokamada-angular-recaptcha-v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"source": "github",
"authorIds": [
"rodrigokamada"
],
"owner": "rodrigokamada",
"repo": "angular-recaptcha-v3",
"name": "Angular Google reCAPTCHA v3",
"shortDescription": "Hosting an Angular application on GitHub Pages using GitHub Actions",
"longDescription": "Hosting an Angular application on GitHub Pages using GitHub Actions",
"content": "README.md",
"pages": [],
"tags": [
"demos"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"source": "other",
"authorIds": ["xavidop"],
"author": "Xavier Portilla Edo",
"title": "Local Debugging on a Google Action - DZone AI",
"link": "https://dzone.com/articles/local-debugging-on-a-google-action",
"tags": [
"actions-on-google",
"google-assistant",
"assistant-conversation"
]
}
19 changes: 19 additions & 0 deletions config/assistant/repos/xavidop-google-action-type-importer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"source": "github",
"authorIds": [
"xavidop"
],
"owner": "xavidop",
"repo": "google-action-type-importer",
"name": "Google Action Type Importer",
"shortDescription": "This CLI allows you to transform your Alexa Custom Slots into Google Action Types.",
"longDescription": "This CLI allows you to transform your Alexa Custom Slots into Google Action Types.",
"content": "README.md",
"pages": [],
"tags": [
"assistant-conversation",
"actions-on-google",
"google-assistant"
]
}
6 changes: 6 additions & 0 deletions config/authors/akshay2211.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Akshay Sharma",
"bio": "Developer | Freelancer | Inquisitive | Autodidact | Creative",
"photoURL": "https://avatars.githubusercontent.com/akshay2211",
"githubURL": "https://github.com/akshay2211"
}
6 changes: 6 additions & 0 deletions config/authors/angulartraining.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Alain Chautard",
"bio": "Google Developer Expert in Angular, Consultant and Trainer at http://www.angulartraining.com",
"photoURL": "https://miro.medium.com/fit/c/262/262/2*eKfxHLZ5a2vEesDLB-UAew.png",
"mediumURL": "https://angulartraining.medium.com/"
}
6 changes: 6 additions & 0 deletions config/authors/garg_gunjan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Gunjan Garg",
"bio": "Infra Modernisation Specialist at Google.",
"photoURL": "https://miro.medium.com/fit/c/262/262/0*mfOhlKPYgBPphAbX.",
"mediumURL": "https://medium.com/@garg.gunjan"
}
6 changes: 6 additions & 0 deletions config/authors/hi-manshu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Himanshu Singh",
"bio": "Android Engineer at Clue (@biowink) and Google Developer Expert for Android and Kotlin",
"photoURL": "https://avatars.githubusercontent.com/hi-manshu",
"githubURL": "https://github.com/hi-manshu"
}
6 changes: 6 additions & 0 deletions config/authors/josharsh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Harsh Joshi",
"bio": "Engineering and Dark Arts",
"photoURL": "https://res.cloudinary.com/practicaldev/image/fetch/s--x8Zhz-oM--/c_fill,f_auto,fl_progressive,h_320,q_auto,w_320/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/686210/16f974d6-f348-47a0-9923-a87a4c0e2a30.PNG",
"mediumURL": "https://dev.to/josharsh"
}
6 changes: 6 additions & 0 deletions config/authors/sourabhsjain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Sourabh Jain",
"bio": "",
"photoURL": "https://miro.medium.com/max/512/0*gPmFZowGpZ0wHeMG",
"mediumURL": "https://medium.com/@sourabhsjain"
}
6 changes: 6 additions & 0 deletions config/authors/sridhar-sp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Sridhar",
"bio": "",
"photoURL": "https://avatars.githubusercontent.com/sridhar-sp",
"githubURL": "https://github.com/sridhar-sp"
}
3 changes: 2 additions & 1 deletion config/authors/xavidop.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "Xavier Portilla Edo",
"bio": "",
"photoURL": "https://avatars.githubusercontent.com/xavidop",
"githubURL": "https://github.com/xavidop"
"githubURL": "https://github.com/xavidop",
"mediumURL" : "https://dzone.com/users/4278252/xavidop.html"
}
Loading

0 comments on commit 67511f0

Please sign in to comment.