parent
d6e842169a
commit
cc3db36fc2
23 changed files with 47 additions and 41 deletions
@ -1,15 +1,15 @@ |
||||
# Bitbucket |
||||
|
||||
Bitbucket is a Git based hosting and source code repository service that is Atlassian's alternative to other products like GitHub, GitLab etc |
||||
Bitbucket is a Git based hosting and source code repository service that is Atlassian's alternative to other products like GitHub, GitLab etc. |
||||
|
||||
Bitbucket offers hosting options via Bitbucket Cloud (Atlassian's servers), Bitbucket Server (customer's on-premise) or Bitbucket Data Centre (number of servers in customers on-premise or cloud environment) |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Bitbucket Website](https://bitbucket.org/product) |
||||
- [@official@Bitbucket](https://bitbucket.org/product) |
||||
- [@official@A brief overview of Bitbucket](https://bitbucket.org/product/guides/getting-started/overview#a-brief-overview-of-bitbucket) |
||||
- [@official@Getting started with Bitbucket](https://bitbucket.org/product/guides/basics/bitbucket-interface) |
||||
- [@article@Using Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud) |
||||
- [@video@Bitbucket tutorial | How to use Bitbucket Cloud](https://www.youtube.com/watch?v=M44nEyd_5To) |
||||
- [@video@How to Use Bitbucket Cloud](https://www.youtube.com/watch?v=M44nEyd_5To) |
||||
- [@video@Bitbucket Tutorial | Bitbucket for Beginners](https://www.youtube.com/watch?v=i5T-DB8tb4A) |
||||
- [@feed@Explore top posts about Bitbucket](https://app.daily.dev/tags/bitbucket?ref=roadmapsh) |
||||
|
@ -1,8 +1,8 @@ |
||||
# Browser devtools |
||||
# Browser Devtools |
||||
|
||||
Every modern web browser includes a powerful suite of developer tools. These tools do a range of things, from inspecting currently-loaded HTML, CSS and JavaScript to showing which assets the page has requested and how long they took to load. This article explains how to use the basic functions of your browser's devtools. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@What are browser developer tools?](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools) |
||||
- [@article@What are Browser Developer Tools?](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools) |
||||
- [@feed@Explore top posts about DevTools](https://app.daily.dev/tags/devtools?ref=roadmapsh) |
@ -1,9 +1,10 @@ |
||||
# Drone |
||||
|
||||
Drone is a CI/CD service offering by [Harness](https://harness.io/). Each build runs on an isolated Docker container, and Drone integrates with many popular source code management repositories like GitHub, BitBucket and GitLab |
||||
Drone is a CI/CD service offering by Harness. Each build runs on an isolated Docker container, and Drone integrates with many popular source code management repositories like GitHub, BitBucket and GitLab |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Drone Website](https://www.drone.io/) |
||||
- [@article@Official Documentation](https://docs.drone.io/) |
||||
- [@article@Drone Getting Started Guide](https://docs.drone.io/server/overview/) |
||||
- [@official@Drone](https://www.drone.io/) |
||||
- [@official@Drone Documentation](https://docs.drone.io/) |
||||
- [@official@Drone Getting Started Guide](https://docs.drone.io/server/overview/) |
||||
|
||||
|
Loading…
Reference in new issue