[go: nahoru, domu]

Skip to content

Commit

Permalink
Content update 21 Apr (#659)
Browse files Browse the repository at this point in the history
* Content Update 22 Jun

* Content Update 24 Jun

* Fixed wrong username for Harsh Manvar

* Content Update 28 Jun

* Update blog-topics-developers-practitioners-mlops-system-automl-and-pipeline-vertex-ai.json

* Delete harsh.json

* Content Update Jun 30

* Content Update 5 Jul

* Update mandarsamant.json

* Update mandarsamant.json

* Content Update 8 Jul

* Fix wrong tags for ML

* Content Update 12 Jul

* Fix errors

* Content update 19 Jul

* Content Update 21 Jul

* Update name of 秀吉蔡 -> caixiuji

* Content update 26 Jul

* Fix foxanna missing profile

* Fix profile photo for caixiuji

* Content update 2nd Aug

* Content update 4 Aug

* Update akhilesh0707-Easy-Note.json

* Fix name issue for Mouaz

* Content update 12 Aug

* Fix error files

* Update deep-diver-Continuous-Adaptation-with-VertexAI-AutoML-Pipeline.json

* Update deep-diver-Continuous-Adaptation-for-Machine-Learning-System-to-Data-Changes.json

* Content Update + Minor fixes

* Error fixes

* Content Update 29 Aug

* Content update 1 Sep

* Content update 7 Sep - 2Au + 7Ar

* Update deleted articles and repo

* Content Update 9 Sep

* Content Update Sep 15

* Update sbis04-flutter-parallax-cards.json

* Content Update 21 Sep

* Content Update 29 Sep

* Content Update 10 Oct +3Aus +8Ars

* Fix profile for Mustapha

* Content update 12 Oct 8Ars

* Article expertise and tags error fix

* Update flutter-hive-and-getx.json

* Update Jocelin Fowe Profile

* Added Cloud Champion articles

* Tags update

* Update dbt-at-scale-on-google-cloud-part-1-54f8655443a7.json

* Update mhawksey.json

* Content Update 19 Oct

* Content Updates

* Update flutter-pet-project-roadmap-31247c8eb015.json

* Update data-structures-with-dart-set-a034bc7b7d4a.json

* Content Update 27 Oct

* Content Update 2 Nov

+ 4 Authors
+ 6 Articles
: 2 Articles/Authors from Cloud Champions

* Fix errors

* Content update 4 Nov

* Content update 8 Nov

* Update for JoshuaFox

* Adds Enriques article

* Content update Nov 11

* Content update 15 Nov

Added 1 new author & 2 new articles

* Delete android-development-understanding-the-vocabulary.json

* Content update Nov 23

* Content update 25 Nov

* Content Update 29 Nov

* Content update 1 Dec

* Content update 7 Dec

* Content update 12 Dec

* Content Update 14 Dec

* Content Update 15 Dec

* Content Update 20 Dec

* Update Breens-Mbaka-Searchable-Dropdown-Menu-Jetpack-Compose.json

* Content update 23 Dec

* Content Update 3 Jan

* Update addauthor.ts

* Fix ML tags

* Update addauthor.ts

* Content Update 5 Jan

* Author id fix

* Content update 11 Jan

* Update advocu.json

* Content Update 17 Jan

* Content Update 19 Jan

* Update ML tags

* Content Update

* Content Update 30 Jan

* Update .gitignore

* Updated tags

* Deleted cngeru

* Content update 2 Feb

* Fix tags

* Content Update 7 Feb

* Bio updates

* Update shloka-bhalgat-unskript.json

* Content Update 14 Feb

* Content update 20 Feb & Profile updates

* Remove invalid profile: link

* Bio updates

* Update arunachermadurai18.json

* Content Update 22 Feb

* Content Update 24 Feb

* Bio updates

* Content Update 28 Feb

* Content Update 1 Mar

* Update building-basic-layouts-in-jetpack-compose-column-row-and-box-d3cff763d4db.json

* Content update Mar 15

* Update README.md

* Profile and articles update 17 Mar

* Content update Mar 23

* Update integrating-firebase-to-your-flutter-app-using-flutterfire-cli.json

* Bio and tags update

* Update kaaveh.json

* Content update 28 Mar

* Bio and name updates

* Content update

* Update advocu.json

* Content update Mar 31

* Content update Apr 11

* Update ademirqueiroga-leanback-samples.json

* Update bio and names

* Content update 21 Apr

* Update ML tags and add photoURL

* Title update

* Content Update 25 Apr

---------

Co-authored-by: gkindavishal <106949139+gkindavishal@users.noreply.github.com>
  • Loading branch information
kindavishal and gkindavishal committed Apr 26, 2023
1 parent aa82e99 commit d6db55a
Show file tree
Hide file tree
Showing 63 changed files with 853 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/advocu.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"lastPullTime": 1681222309133
"lastPullTime": 1682402696244
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "other",
"authorIds": ["dbriane208"],
"author": "Daniel Brian",
"title": "Mastering Kotlin's Object-Oriented Programming 101: Unleashing the Full Potential of Your Code.",
"link": "https://dev.to/dbriane208/mastering-kotlins-object-oriented-programming-101-unleashing-the-full-potential-of-your-code-kbf",
"tags": [
"kotlin",
"build-tools",
"modern-android-development"
],
"description": "This article delves into Kotlin's object-oriented programming (OOP) concepts, explaining the basics of classes, objects, inheritance, and other key OOP principles. Readers will learn how to harness the full potential of Kotlin's OOP features to create robust and efficient code, making their software"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "medium",
"authorIds": ["morfly"],
"author": "Pavlo Stavytskyi",
"title": "How we reduced our Android startup time by 77%",
"link": "https://medium.com/turo-engineering/how-we-reduced-our-android-startup-time-by-77-650cc113c3dc",
"tags": [
"modern-android-development"
],
"description": "In this blog post, I describe how I reduced the cold startup time of the Turo Android app by 77%. If you would like to learn about best practices and Android developer tools to improve the startup time of your Android apps, check it out!"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "other",
"authorIds": ["daniel-waiguru"],
"author": "Daniel Waiguru",
"title": "Jetpack DataStore Implementation for Android",
"link": "https://danielwaiguru.hashnode.dev/jetpack-datastore-implementation-for-android",
"tags": [
"kotlin",
"modern-android-development"
],
"description": "This blog post gives you a hands-on introduction to implementing Jepatck Datastore in your Android app and also migrating from SharedPrefereces."
}
15 changes: 15 additions & 0 deletions config/android/blogs/migrate-from-mvvm-to-mvi-f938c27c214f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"expertise": "ADVANCED",
"version": 1,
"source": "other",
"authorIds": ["kaaveh"],
"author": "Kaaveh Mohamedi",
"title": "Migrate from MVVM to MVI",
"link": "https://proandroiddev.com/migrate-from-mvvm-to-mvi-f938c27c214f",
"tags": [
"architecture",
"compose",
"modern-android-development"
],
"description": "Recently after starting to migrate to Jetpack Compose, we decided to migrate the CLEAN + MVVM architecture to the CLEAN + MVI architecture. For this purpose, we launched a playground project on Github to test it in action. This article explains the approach we took."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "medium",
"authorIds": [
"navczydev"
],
"author": "Nav Singh",
"title": "Sharesheet custom actions-Android14",
"link": "https://navczydev.medium.com/sharesheet-custom-actions-android14-c52e0d7040b2",
"tags": [
"modern-android-development",
"ui",
"kotlin"
],
"description": "With the release of the first beta of Android14, we got a new feature called CustomActions for Sharesheet.\n\nHere we will explore this new feature and see how we can add our own custom actions to Sharesheet."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "medium",
"authorIds": [
"ezatpanah"
],
"author": "Reyhaneh Ezatpanah",
"title": "Tips and Tricks for optimizing Android app performance",
"link": "https://medium.com/@ezatpanah/tips-and-tricks-for-optimizing-android-app-performance-e06394af9491",
"tags": [
"modern-android-development",
"kotlin",
"architecture"
],
"description": "AndroidGeek.co provides you everything you are looking for, from short best-practices videos up to complete beginner courses and advanced courses."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "medium",
"authorIds": [
"veroanggra"
],
"author": "Veronica Putri Anggraini",
"title": "Implement the Simplest Way of Managing State in Compose UIs",
"link": "https://veroanggra.medium.com/understanding-the-role-of-state-and-implement-the-simplest-way-of-managing-state-in-jetpack-compose-ebceca6eb579",
"tags": [
"compose",
"ui",
"kotlin"
],
"description": "State management is an essential aspect of creating UI with declarative approach. In this article will break down the role of state in Compose UI and explore some of the simplest techniques for managing it effectively."
}
20 changes: 20 additions & 0 deletions config/android/repos/Pool-Of-Tears-GreenStash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"pool-of-tears"
],
"owner": "Pool-Of-Tears",
"repo": "GreenStash",
"name": "GreenStash",
"shortDescription": "Simple FOSS android app to help you plan and manage your savings goals easily and establish the habit of saving money.",
"longDescription": "Simple FOSS android app to help you plan and manage your savings goals easily and establish the habit of saving money.",
"content": "README.md",
"pages": [],
"tags": [
"kotlin",
"compose",
"modern-android-development"
]
}
20 changes: 20 additions & 0 deletions config/android/repos/Pool-Of-Tears-Myne.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"pool-of-tears"
],
"owner": "Pool-Of-Tears",
"repo": "Myne",
"name": "Myne",
"shortDescription": "An android app to download ebooks from Project Gutenberg, built with Jetpack Compose.",
"longDescription": "An android app to download ebooks from Project Gutenberg, built with Jetpack Compose.",
"content": "README.md",
"pages": [],
"tags": [
"modern-android-development",
"kotlin",
"compose"
]
}
18 changes: 18 additions & 0 deletions config/android/repos/akexorcist-FileWriterCompat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"akexorcist"
],
"owner": "akexorcist",
"repo": "FileWriterCompat",
"name": "File Writer Compat",
"shortDescription": "Android file writing helper library for API Level 21+",
"longDescription": "Android file writing helper library for API Level 21+",
"content": "README.md",
"pages": [],
"tags": [
"kotlin"
]
}
20 changes: 20 additions & 0 deletions config/android/repos/ateeqrehman33-ValSports.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"ateeqrehman33"
],
"owner": "ateeqrehman33",
"repo": "ValSports",
"name": "ValSports",
"shortDescription": "ValSports - A One Stop Solution for all Valorant Esports Community",
"longDescription": "ValSports - A One Stop Solution for all Valorant Esports Community",
"content": "README.md",
"pages": [],
"tags": [
"kotlin",
"modern-android-development",
"ui"
]
}
20 changes: 20 additions & 0 deletions config/android/repos/dailystudio-devbricksx-android.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"expertise": "ADVANCED",
"version": 1,
"source": "github",
"authorIds": [
"dailystudio"
],
"owner": "dailystudio",
"repo": "devbricksx-android",
"name": "DevBricksX - Android",
"shortDescription": "DevBricksX provides plenty of useful classes that will be used in Modern Android development. It also uses the KSP compiler to generate code to simplify the usage of these classes.",
"longDescription": "DevBricksX provides plenty of useful classes that will be used in Modern Android development. It also uses the KSP compiler to generate code to simplify the usage of these classes.",
"content": "README.md",
"pages": [],
"tags": [
"modern-android-development",
"ui",
"build-tools"
]
}
20 changes: 20 additions & 0 deletions config/android/repos/eneim-kohii.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"eneim"
],
"owner": "eneim",
"repo": "kohii",
"name": "Kohii",
"shortDescription": "Kohii is a powerful, easy to use and extensible Video playback library.",
"longDescription": "Kohii is a powerful, easy to use and extensible Video playback library.",
"content": "README.md",
"pages": [],
"tags": [
"ui",
"modern-android-development",
"kotlin"
]
}
20 changes: 20 additions & 0 deletions config/android/repos/joreilly-Confetti.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "github",
"authorIds": [
"joreilly"
],
"owner": "joreilly",
"repo": "Confetti",
"name": "Confetti",
"shortDescription": "Kotlin Multiplatform GraphQL project (backend and clients) to allow viewing of conference information for a range of conferences. Includes Android, Wear OS, Compose for Desktop and iOS clients.",
"longDescription": "Kotlin Multiplatform GraphQL project (backend and clients) to allow viewing of conference information for a range of conferences. Includes Android, Wear OS, Compose for Desktop and iOS clients.",
"content": "README.md",
"pages": [],
"tags": [
"compose",
"kotlin",
"modern-android-development"
]
}
20 changes: 20 additions & 0 deletions config/android/repos/mnlmato-harrypotter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"mnlmato"
],
"owner": "mnlmato",
"repo": "harrypotter",
"name": "Harry Potter sample app",
"shortDescription": "Android Sample app to fetch data from an API using MVVM, Repository Pattern and a lot of test: Unit test, Integration test and Instrumented test with the Page Object Pattern",
"longDescription": "Android Sample app to fetch data from an API using MVVM, Repository Pattern and a lot of test: Unit test, Integration test and Instrumented test with the Page Object Pattern",
"content": "README.md",
"pages": [],
"tags": [
"compose",
"architecture",
"kotlin"
]
}
19 changes: 19 additions & 0 deletions config/android/repos/sebaslogen-resaca.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"sebaslogen"
],
"owner": "sebaslogen",
"repo": "resaca",
"name": "Resaca",
"shortDescription": "Android library to scope ViewModels (or any other object) to a Composable, surviving configuration changes and navigation.",
"longDescription": "Android library to scope ViewModels (or any other object) to a Composable, surviving configuration changes and navigation.",
"content": "README.md",
"pages": [],
"tags": [
"architecture",
"compose"
]
}
20 changes: 20 additions & 0 deletions config/android/repos/tkuenneth-compose_adaptive_scaffold.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"tkuenneth"
],
"owner": "tkuenneth",
"repo": "compose_adaptive_scaffold",
"name": "compose_adaptive_scaffold",
"shortDescription": "Make writing Jetpack Compose apps that support large screens and foldables a breeze",
"longDescription": "Make writing Jetpack Compose apps that support large screens and foldables a breeze",
"content": "README.md",
"pages": [],
"tags": [
"compose",
"modern-android-development",
"ui"
]
}
4 changes: 3 additions & 1 deletion config/angular/repos/CKGrafico-papanasi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"longDescription": "🥯Papanasi is the Frontend UI library to use cross Frameworks. A set of components to use in Angular, Preact, Qwik, React, Solid, Svelte, Vue and Web Components",
"content": "README.md",
"pages": [],
"tags": ["components"]
"tags": [
"components"
]
}
19 changes: 19 additions & 0 deletions config/angular/repos/koderlabs-ngx-device-detector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"koderlabs"
],
"owner": "koderlabs",
"repo": "ngx-device-detector",
"name": "ngx-device-detector",
"shortDescription": "An Angular 6+ powered AOT compatible device detector that helps to identify browser, os and other useful information regarding the device using the app. The processing is based on user-agent.",
"longDescription": "An Angular 6+ powered AOT compatible device detector that helps to identify browser, os and other useful information regarding the device using the app. The processing is based on user-agent.",
"content": "README.MD",
"pages": [],
"tags": [
"libraries",
"components"
]
}
18 changes: 18 additions & 0 deletions config/angular/repos/valor-software-ng2-charts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"expertise": "ADVANCED",
"version": 1,
"source": "github",
"authorIds": [
"valor-software"
],
"owner": "valor-software",
"repo": "ng2-charts",
"name": "ng2-charts",
"shortDescription": "Beautiful charts for Angular based on Chart.js",
"longDescription": "Beautiful charts for Angular based on Chart.js",
"content": "README.md",
"pages": [],
"tags": [
"libraries"
]
}
18 changes: 18 additions & 0 deletions config/angular/repos/valor-software-ng2-dragula.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"expertise": "ADVANCED",
"version": 1,
"source": "github",
"authorIds": [
"valor-software"
],
"owner": "valor-software",
"repo": "ng2-dragula",
"name": "ng2-dragula",
"shortDescription": "Easy to use Angular components on top of dragula to add drag and drop to your application",
"longDescription": "Easy to use Angular components on top of dragula to add drag and drop to your application",
"content": "README.md",
"pages": [],
"tags": [
"libraries"
]
}
Loading

0 comments on commit d6db55a

Please sign in to comment.