Skip to content

Commit

Permalink
Content update 14 Jun
Browse files Browse the repository at this point in the history
  • Loading branch information
kindavishal committed Jun 14, 2023
1 parent 801c037 commit 8d795e1
Show file tree
Hide file tree
Showing 16 changed files with 193 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/advocu.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"lastPullTime": 1686302186838
"lastPullTime": 1686736458164
}
6 changes: 6 additions & 0 deletions config/authors/acromondx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Gideon Acromond",
"bio": "",
"photoURL": "https://avatars.githubusercontent.com/acromondx",
"githubURL": "https://github.com/acromondx"
}
7 changes: 7 additions & 0 deletions config/authors/deandreamatias.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Matias de Andrea",
"bio": "Mobile developer. Website: https://deandreamatias.com/",
"photoURL": "https://avatars.githubusercontent.com/deandreamatias",
"githubURL": "https://github.com/deandreamatias",
"mediumURL": "https://medium.com/@deandreamatias"
}
6 changes: 6 additions & 0 deletions config/authors/huynguyennovem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Nguyen Quang Huy",
"bio": "",
"photoURL": "https://avatars.githubusercontent.com/huynguyennovem",
"githubURL": "https://github.com/huynguyennovem"
}
6 changes: 6 additions & 0 deletions config/authors/manikandank276.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Manikandan Krishnamurthy",
"bio": "I’m a GCP & cloud enthusiastic",
"photoURL": "https://avatars.githubusercontent.com/manikandank276",
"githubURL": "https://github.com/manikandank276"
}
6 changes: 6 additions & 0 deletions config/authors/rafalbednarczuk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Rafal Bednarczuk",
"bio": "",
"photoURL": "https://avatars.githubusercontent.com/rafalbednarczuk",
"githubURL": "https://github.com/rafalbednarczuk"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "medium",
"authorIds": [
"aryanirani123"
],
"author": "Aryan Irani",
"title": "Create Summaries in Google Docs using Google Apps Script, AI",
"link": "https://aryanirani123.medium.com/create-instant-summaries-in-google-docs-a-step-by-step-guide-with-openai-api-and-google-apps-68dca2d32ac3",
"tags": [
"ai-ml",
"developer-tools"
],
"description": "Use Google Apps Script, CHATGPT and the Open AI API to generate instant summaries in Google Docs."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "other",
"authorIds": ["manikandank276"],
"author": "Manikandan Krishnamurthy",
"title": "How to deploy ArgoCD on Google Kubernetes Engine (GKE)?",
"link": "https://manikandank276.hashnode.dev/how-to-deploy-argocd-on-google-kubernetes-engine-gke",
"tags": [
"compute"
],
"description": "Step by step procedure to deploy ArgoCD (Cloud Native Continuous Delivery Tool) on Google Kubernetes Engine (GKE)."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "other",
"authorIds": ["rafalbednarczuk"],
"author": "Rafal Bednarczuk",
"title": "How I won Telegram's $50,000 Sticker App Contest using Flutter",
"link": "https://telegra.ph/How-I-won-50000-Telegram-Sticker-App-Contest-using-Flutter-04-06",
"tags": [
"mobile",
"widgets",
"general"
],
"description": "An overview of flutter app development that took less than 10 days and won 1st place in $50.000 Telegram App Contest."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "other",
"authorIds": ["acromondx"],
"author": "Gideon Acromond",
"title": "How to Create Download Progress Animation in Flutter",
"link": "https://acromondx.hashnode.dev/create-download-progress-animation-in-flutter",
"tags": [
"mobile",
"widgets"
],
"description": "Learn how to enhance your Flutter app's user experience by implementing a download progress animation."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "medium",
"authorIds": [
"baimamboukar"
],
"author": "BAIMAM BOUKAR JEAN JACQUES",
"title": "Add dynamic theming support to your flutter apps using Hive",
"link": "https://baimamboukar.medium.com/dynamic-theming-in-flutter-using-hive-e9d59527f440",
"tags": [
"mobile",
"samples"
],
"description": "Integrating a light-dark mode option in flutter can be time-consuming. Having to handle providers and shared preferences, as well as loading configurations when the app launches, is quite difficult. But in this blog, we will explore a straightforward technique to easily implement dynamic theming"
}
16 changes: 16 additions & 0 deletions config/flutter/blogs/how-to-create-isolates-8baa8de6cf90.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "medium",
"authorIds": [
"hardik9850"
],
"author": "Hardik Mehta",
"title": "How to create Dart isolates",
"link": "https://hardik9850.medium.com/how-to-create-isolates-8baa8de6cf90",
"tags": [
"mobile",
"samples"
],
"description": "This article aims to shed light on what an isolate is, why it is crucial to have separate instances for parallel programming, and how we can effectively spawn an isolate to handle resource-intensive operations."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "medium",
"authorIds": [
"cavinmac"
],
"author": "Cavin Macwan",
"title": "WidgetBook in Flutter: Crash Course in Code Generation Appro",
"link": "https://medium.com/@CavinMac/widgetbook-in-flutter-crash-course-in-code-generation-approach-3f057cafac74",
"tags": [
"mobile",
"widgets",
"samples"
],
"description": "In this blog, I will cover how you can leverage code generation to generate all the boilerplate code for WidgetBook along with all the examples and tutorials."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "medium",
"authorIds": [
"cavinmac"
],
"author": "Cavin Macwan",
"title": "Widgetbook in Flutter: Crash Course in Manual Approach",
"link": "https://medium.com/@CavinMac/widgetbook-in-flutter-crash-course-in-manual-approach-782d9b69e296",
"tags": [
"mobile",
"widgets",
"samples"
],
"description": "If you’re into Flutter development for some time then I’m sure you must have heard about WidgetBook at some point. But do you know what actually is a WidgetBook and why do you need it?\n\nIn this blog, I’m gonna walk you through all of the terminologies along with the practical example."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"deandreamatias"
],
"owner": "flutter-form-builder-ecosystem",
"repo": "flutter_form_builder",
"name": "flutter_form_builder",
"shortDescription": "Flutter package that helps in creation of forms by removing the boilerplate code, reusing validation, react to changes, and collect final user input.",
"longDescription": "Flutter package that helps in creation of forms by removing the boilerplate code, reusing validation, react to changes, and collect final user input.",
"content": "README.md",
"pages": [],
"tags": [
"mobile",
"plugins"
]
}
18 changes: 18 additions & 0 deletions config/flutter/repos/huynguyennovem-netshare.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"expertise": "INTERMEDIATE",
"version": 1,
"source": "github",
"authorIds": [
"huynguyennovem"
],
"owner": "huynguyennovem",
"repo": "netshare",
"name": "NetShare",
"shortDescription": "NetShare is an open-source Flutter project that makes it easy to share data in a local network and makes data sharing even more seamless and convenient.",
"longDescription": "NetShare is an open-source Flutter project that makes it easy to share data in a local network and makes data sharing even more seamless and convenient.",
"content": "README.md",
"pages": [],
"tags": [
"mobile"
]
}

0 comments on commit 8d795e1

Please sign in to comment.