feat: daily.dev links (#5860)
* feat: add daily.dev link type * feat: replace to feed label * feat: add links to different pagespull/5894/head^2
parent
c935e2457e
commit
6d983167c8
1028 changed files with 1348 additions and 323 deletions
@ -1,4 +1,5 @@ |
||||
# AB Testing |
||||
|
||||
- [@article@Practitioner’s Guide to Statistical Tests](https://vkteam.medium.com/practitioners-guide-to-statistical-tests-ed2d580ef04f#1e3b) |
||||
- [@article@Step by Step Process for Planning an A/B Test](https://towardsdatascience.com/step-by-step-for-planning-an-a-b-test-ef3c93143c0b) |
||||
- [@article@Step by Step Process for Planning an A/B Test](https://towardsdatascience.com/step-by-step-for-planning-an-a-b-test-ef3c93143c0b) |
||||
- [@feed@Explore top posts about A/B Testing](https://app.daily.dev/tags/ab-testing?ref=roadmapsh) |
||||
|
@ -1,4 +1,4 @@ |
||||
# Hypothesis Testing |
||||
|
||||
- [@article@Introduction to Statistical Analysis: Hypothesis Testing](https://imp.i384100.net/vN0JAA) |
||||
|
||||
- [@feed@Explore top posts about Testing](https://app.daily.dev/tags/testing?ref=roadmapsh) |
||||
|
@ -1,4 +1,4 @@ |
||||
# SQL |
||||
|
||||
- [@article@SQL Tutorial](https://www.sqltutorial.org/) |
||||
|
||||
- [@feed@Explore top posts about SQL](https://app.daily.dev/tags/sql?ref=roadmapsh) |
||||
|
@ -1,4 +1,4 @@ |
||||
# Probability and Sampling |
||||
|
||||
- [@article@Probability and Statistics: To p or not to p?](https://imp.i384100.net/daDM6Q) |
||||
|
||||
- [@feed@Explore top posts about Statistics](https://app.daily.dev/tags/statistics?ref=roadmapsh) |
||||
|
@ -1,10 +1,10 @@ |
||||
# What is and how to use Gradle? |
||||
|
||||
**Using Gradle**: Gradle is a powerful build system used in Android development that allows you to define your project and dependencies, and distinguish between different build types and flavors. Gradle uses a domain-specific language (DSL) which gives developers almost complete control over the build process. When you trigger a build in Android Studio, Gradle is the tool working behind the scenes to compile and package your app. It looks at the dependencies you declared in your build.gradle files and create a build script accordingly. Using Gradle in Android development requires continuous editing of the build.gradle files to manage app dependencies, build variants, signing configurations, and other essential aspects related to building your app. |
||||
**Using Gradle**: Gradle is a powerful build system used in Android development that allows you to define your project and dependencies, and distinguish between different build types and flavors. Gradle uses a domain-specific language (DSL) which gives developers almost complete control over the build process. When you trigger a build in Android Studio, Gradle is the tool working behind the scenes to compile and package your app. It looks at the dependencies you declared in your build.gradle files and create a build script accordingly. Using Gradle in Android development requires continuous editing of the build.gradle files to manage app dependencies, build variants, signing configurations, and other essential aspects related to building your app. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@video@Introduction to Gradle for Complete Beginners - 25minutes](https://youtu.be/-dtcEMLNmn0?si=NuIP-3wNpUrxfTxA) |
||||
- [@video@Gradle Course for Beginners - 55minutes](https://www.youtube.com/watch?v=R6Z-Sxb837I) |
||||
- [@article@Get going with Gradle - PDF](https://assets.gradlehero.com/get-going-with-gradle/get-going-with-gradle-book.pdf) |
||||
|
||||
- [@feed@Explore top posts about Gradle](https://app.daily.dev/tags/gradle?ref=roadmapsh) |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue