url stringlengths 11 2.25k | text stringlengths 88 50k | ts timestamp[s]date 2026-01-13 08:47:33 2026-01-13 09:30:40 |
|---|---|---|
https://www.git-tower.com/learn/cheat-sheets/xcode | Xcode Cheat Sheet | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Xcode Cheat Sheet Download our popular cheat sheet for Xcode Xcode Cheat Sheet Knowing your tools inside out is paramount - because you spend countless hours with them. If Xcode is one of the tools you use, we have something for you: we created a nice cheat sheet that we would like to share with you. On the front you can find all the essential keyboard shortcuts. On the back, our "tips & tricks" help you get the most out of Xcode. Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/blog/tower-windows-10#working-copy | Tower 10 for Windows — Introducing Graphite Support | Tower Blog You are using an outdated browser. Please upgrade your browser to improve your experience. Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download < Back to Blog Tower 10 for Windows — Introducing Graphite Support Bruno Brito November 2025 | 7 min read Share: The wait is over: Tower 10 has arrived! For enthusiasts of Stacked Pull Requests, this release is a game-changer. We're excited to announce comprehensive support for Graphite , integrating its most powerful features directly into Tower. You can now handle your stacked branches and craft Pull Requests seamlessly within our Git client ✌️ With our Tower 8.0 update , we set the stage for incorporating advanced Git workflows. Features like Branch Dependency and the "Restack" action were introduced, and the response from our user community has been overwhelmingly positive. Building on that foundation, Tower 10 now offers full support for Graphite's toolset, empowering you to merge changes into your projects faster than ever. This article will guide you through the essentials of Graphite and how it integrates with Tower 10. About Graphite If you want to enhance your team's Pull Request process and are unfamiliar with Graphite , you're in for a treat! Graphite employs a stack-based methodology that allows developers to work on several features in parallel by layering changes. This is often called the Stacked Pull Requests workflow . The idea is straightforward: by linking smaller, incremental Pull Requests, you reduce the amount of code to be reviewed. This leads to quicker integration and minimizes the chances of significant merge conflicts or bugs. Effective branch management is key to this approach, and this is where Graphite excels. Even if you are the sole user of this workflow in your team, it works flawlessly from the get-go. There's every reason to give it a shot! 😉 Graphite not only simplifies branch management but also provides a dedicated interface for code reviews (be sure to check out AI Reviews !) and complements GitHub by extending its functionality. In addition to its Web UI, Graphite provides: A CLI tool A VS Code extension You can discover more about Graphite in this article . We believed that integrating these capabilities into a Git client would be a great advantage, so we went ahead and did just that. Let's start the tour! Setting Up Graphite in Tower 10 To begin, simply click the "Workflows" button in the toolbar and select the new Graphite.dev entry. You will need a Graphite.dev account and the Graphite CLI tool (version 1.5.3 or higher) installed. Tower 10 – Enabling the Graphite Workflow ☝️ You may find the "Configure Workflow" button greyed out if you haven't configured Graphite yet. Make sure you install the CLI tool and configure the Graphite token by accessing Tower's terminal ("File -> Open in Terminal"). You'll be asked to specify the "Trunk" branch (typically main ) and your Graphite token , which should be detected automatically by Tower. We recommend installing the Graphite binary via npm , the standard package manager for Node.js. You'll notice the "Workflows" icon has changed to Graphite. Clicking it gives you quick access to popular Graphite commands and opens the Graphite dashboard in your browser. Tower 10 – Graphite Workflow in Toolbar Working with Graphite in Tower 10 Now is a great time to explore the Graphite commands you can run effortlessly in Tower! Working Copy With the Graphite workflow active, you'll see new options in the "Working Copy" view. We've introduced a "Create" action that lets you instantly make a new branch with your staged changes (equivalent to gt create in the Graphite CLI). This is a best practice in the Graphite workflow, which recommends treating each branch as a small, atomic changeset with a single commit initially. The "Commit" action is similar to the gt modify --commit command in Graphite: it adds a new commit to the current branch and automatically restacks if there are no conflicts. Tower 10 — "Working Copy" view ☝️ Tower's "Quick Amend" feature is also compatible with the Graphite workflow. To amend the current branch's commit, hold down ( Left Alt + CTRL ), and the "Commit" button will change to "Modify". This is the same as running gt modify in the Graphite CLI. Creating a Stacked Branch Graphite is centered around Stacked Branches, and creating a new one is simple: right-click on any branch to create a new stacked branch based on it. Tower 10 — Create New Stacked Branch In the following dialog, you can choose its parent branch for straightforward integration and opt to check it out right away. Tower 10 — Create New Stacked Branch Dialog From the context menu, you can also perform all other standard Graphite operations, like renaming, merging, squashing, or deleting branches. Tower 10 – Additional Context Menu Options Setting the Parent Branch You can change a branch's parent at any time, just as you would with Stacked Branches, by using the context menu and selecting "Track Parent Branch." In Graphite's terminology, this is known as "tracking" ( gt track ) and "untracking" ( gt untrack ) a stacked branch. Tower 10 – Setting the Parent Branch Restacking Restacking syncs all changes by rebasing each child branch onto its parent. Tower shows an icon in the sidebar for branches that need restacking. You can perform this action by right-clicking the branch and choosing "Restack [Branch]". In the branch's history, a yellow banner will also inform you that the branch needs to be restacked. Tower 10 — Restack Branch In the "Restack Branch" dialog, you'll see a "Restack Full Stack" option. If this is not checked, Tower/Graphite will restack the selected branch and its parents. If checked, the branch's children will also be restacked (hence "full stack"). Tower will let you know if any conflicts occur during the restack. Tower 10 — Restack Branch Dialog Syncing a Branch Right-clicking any branch also lets you "sync" it. This synchronizes all branches in the stack, much like the gt get command. Tower 10 — Sync Branch Dialog Tower also offers extra options, like restacking all branches in your repository. Submitting a Branch (To Create a Pull Request) You can submit a branch to create a PR by right-clicking it and selecting the option from the context menu. More options are available by clicking the drop-down arrow, such as updating only branches with existing open PRs. Tower 10 — Submit Branch to Graphite All open Pull Requests are accessible in Tower's "Pull Requests" view, in the sidebar or via the shortcut CTRL + 4 . Tower 10 — Pull Requests This view lets you inspect, merge, close, comment on, or check out pull requests without opening a browser. Merge Queue Graphite includes a Merge Queue feature that avoids semantic merge conflicts by automating the rebase process during merges. This keeps the trunk branch "green" and helps development teams move faster with fewer interruptions. In Tower, if a merge is possible, the Graphite branch is added to the merge queue. The merge is asynchronous, so you'll need to manually refresh and sync the branch to see if it has been merged. When a Graphite branch is sent to the merge queue, it's validated remotely. If it can be merged, it is; otherwise, the process fails. To do this, right-click the branch and choose "Add [BRANCH] to Merge Queue…" from Tower's context menu. Tower 10 — Graphite's Merge Queue Warning Messages While using Tower, you might accidentally disrupt Graphite's state with certain Git operations, like a git push . Tower will warn you when this might happen before you proceed. Tower 10 — Warning Message You can enable or disable these prompts in the "Integration" tab of Tower's Settings. Tower 10 — Integration Settings Other Improvements As always, we've also made some other improvements under the hood. Here's a list of the improvements and bug fixes we've addressed: System Menu: The Alt + SPACE shortcut now works as expected. Submodules: Navigation through nested submodules has been refined. Portable Git has been updated to version 2.51.2 for improved compatibility and performance. We hope you enjoy this release! Happy stacking! 😊 Not a Tower user yet? Download our 30-day free trial and see a better way to work with Git! Try Tower 10 Now PS: Did you know? Tower Pro is now free for students and teachers and educational institutions! Table of Contents Introduction About Graphite Setting Up Graphite in Tower 10 Working with Graphite in Tower 10 Other Improvements We make Tower, the best Git client. Try Tower Now Search the Blog Related Posts Meet Graphite – The AI Developer Productivity Platform Tired of endless code review cycles? Find out how Graphite's AI-powered platform and stacked PRs are helping teams like Asana and Vercel ship code faster. Understanding the Stacked Pull Requests Workflow In this post, let's explore the “Stacked Pull Requests” workflow: who it is intended for, its benefits, and the challenges associated with this approach. How Framer Manages Their Codebase with Tower We sat down with Jonas Treub and Niels van Hoorn from the Framer team to understand how Tower assists them in version controlling the Framer codebase, so that their users can build stunning websites. We make Tower, the best Git client for Mac and Windows. We help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay to easily & productively work with the Git version control system. Try it 30 days for free Your Download is in Progress… Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice Privacy Policy Privacy Settings © 2011-2026 Tower — Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/blog/tower-windows-10#syncing-a-branch | Tower 10 for Windows — Introducing Graphite Support | Tower Blog You are using an outdated browser. Please upgrade your browser to improve your experience. Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download < Back to Blog Tower 10 for Windows — Introducing Graphite Support Bruno Brito November 2025 | 7 min read Share: The wait is over: Tower 10 has arrived! For enthusiasts of Stacked Pull Requests, this release is a game-changer. We're excited to announce comprehensive support for Graphite , integrating its most powerful features directly into Tower. You can now handle your stacked branches and craft Pull Requests seamlessly within our Git client ✌️ With our Tower 8.0 update , we set the stage for incorporating advanced Git workflows. Features like Branch Dependency and the "Restack" action were introduced, and the response from our user community has been overwhelmingly positive. Building on that foundation, Tower 10 now offers full support for Graphite's toolset, empowering you to merge changes into your projects faster than ever. This article will guide you through the essentials of Graphite and how it integrates with Tower 10. About Graphite If you want to enhance your team's Pull Request process and are unfamiliar with Graphite , you're in for a treat! Graphite employs a stack-based methodology that allows developers to work on several features in parallel by layering changes. This is often called the Stacked Pull Requests workflow . The idea is straightforward: by linking smaller, incremental Pull Requests, you reduce the amount of code to be reviewed. This leads to quicker integration and minimizes the chances of significant merge conflicts or bugs. Effective branch management is key to this approach, and this is where Graphite excels. Even if you are the sole user of this workflow in your team, it works flawlessly from the get-go. There's every reason to give it a shot! 😉 Graphite not only simplifies branch management but also provides a dedicated interface for code reviews (be sure to check out AI Reviews !) and complements GitHub by extending its functionality. In addition to its Web UI, Graphite provides: A CLI tool A VS Code extension You can discover more about Graphite in this article . We believed that integrating these capabilities into a Git client would be a great advantage, so we went ahead and did just that. Let's start the tour! Setting Up Graphite in Tower 10 To begin, simply click the "Workflows" button in the toolbar and select the new Graphite.dev entry. You will need a Graphite.dev account and the Graphite CLI tool (version 1.5.3 or higher) installed. Tower 10 – Enabling the Graphite Workflow ☝️ You may find the "Configure Workflow" button greyed out if you haven't configured Graphite yet. Make sure you install the CLI tool and configure the Graphite token by accessing Tower's terminal ("File -> Open in Terminal"). You'll be asked to specify the "Trunk" branch (typically main ) and your Graphite token , which should be detected automatically by Tower. We recommend installing the Graphite binary via npm , the standard package manager for Node.js. You'll notice the "Workflows" icon has changed to Graphite. Clicking it gives you quick access to popular Graphite commands and opens the Graphite dashboard in your browser. Tower 10 – Graphite Workflow in Toolbar Working with Graphite in Tower 10 Now is a great time to explore the Graphite commands you can run effortlessly in Tower! Working Copy With the Graphite workflow active, you'll see new options in the "Working Copy" view. We've introduced a "Create" action that lets you instantly make a new branch with your staged changes (equivalent to gt create in the Graphite CLI). This is a best practice in the Graphite workflow, which recommends treating each branch as a small, atomic changeset with a single commit initially. The "Commit" action is similar to the gt modify --commit command in Graphite: it adds a new commit to the current branch and automatically restacks if there are no conflicts. Tower 10 — "Working Copy" view ☝️ Tower's "Quick Amend" feature is also compatible with the Graphite workflow. To amend the current branch's commit, hold down ( Left Alt + CTRL ), and the "Commit" button will change to "Modify". This is the same as running gt modify in the Graphite CLI. Creating a Stacked Branch Graphite is centered around Stacked Branches, and creating a new one is simple: right-click on any branch to create a new stacked branch based on it. Tower 10 — Create New Stacked Branch In the following dialog, you can choose its parent branch for straightforward integration and opt to check it out right away. Tower 10 — Create New Stacked Branch Dialog From the context menu, you can also perform all other standard Graphite operations, like renaming, merging, squashing, or deleting branches. Tower 10 – Additional Context Menu Options Setting the Parent Branch You can change a branch's parent at any time, just as you would with Stacked Branches, by using the context menu and selecting "Track Parent Branch." In Graphite's terminology, this is known as "tracking" ( gt track ) and "untracking" ( gt untrack ) a stacked branch. Tower 10 – Setting the Parent Branch Restacking Restacking syncs all changes by rebasing each child branch onto its parent. Tower shows an icon in the sidebar for branches that need restacking. You can perform this action by right-clicking the branch and choosing "Restack [Branch]". In the branch's history, a yellow banner will also inform you that the branch needs to be restacked. Tower 10 — Restack Branch In the "Restack Branch" dialog, you'll see a "Restack Full Stack" option. If this is not checked, Tower/Graphite will restack the selected branch and its parents. If checked, the branch's children will also be restacked (hence "full stack"). Tower will let you know if any conflicts occur during the restack. Tower 10 — Restack Branch Dialog Syncing a Branch Right-clicking any branch also lets you "sync" it. This synchronizes all branches in the stack, much like the gt get command. Tower 10 — Sync Branch Dialog Tower also offers extra options, like restacking all branches in your repository. Submitting a Branch (To Create a Pull Request) You can submit a branch to create a PR by right-clicking it and selecting the option from the context menu. More options are available by clicking the drop-down arrow, such as updating only branches with existing open PRs. Tower 10 — Submit Branch to Graphite All open Pull Requests are accessible in Tower's "Pull Requests" view, in the sidebar or via the shortcut CTRL + 4 . Tower 10 — Pull Requests This view lets you inspect, merge, close, comment on, or check out pull requests without opening a browser. Merge Queue Graphite includes a Merge Queue feature that avoids semantic merge conflicts by automating the rebase process during merges. This keeps the trunk branch "green" and helps development teams move faster with fewer interruptions. In Tower, if a merge is possible, the Graphite branch is added to the merge queue. The merge is asynchronous, so you'll need to manually refresh and sync the branch to see if it has been merged. When a Graphite branch is sent to the merge queue, it's validated remotely. If it can be merged, it is; otherwise, the process fails. To do this, right-click the branch and choose "Add [BRANCH] to Merge Queue…" from Tower's context menu. Tower 10 — Graphite's Merge Queue Warning Messages While using Tower, you might accidentally disrupt Graphite's state with certain Git operations, like a git push . Tower will warn you when this might happen before you proceed. Tower 10 — Warning Message You can enable or disable these prompts in the "Integration" tab of Tower's Settings. Tower 10 — Integration Settings Other Improvements As always, we've also made some other improvements under the hood. Here's a list of the improvements and bug fixes we've addressed: System Menu: The Alt + SPACE shortcut now works as expected. Submodules: Navigation through nested submodules has been refined. Portable Git has been updated to version 2.51.2 for improved compatibility and performance. We hope you enjoy this release! Happy stacking! 😊 Not a Tower user yet? Download our 30-day free trial and see a better way to work with Git! Try Tower 10 Now PS: Did you know? Tower Pro is now free for students and teachers and educational institutions! Table of Contents Introduction About Graphite Setting Up Graphite in Tower 10 Working with Graphite in Tower 10 Other Improvements We make Tower, the best Git client. Try Tower Now Search the Blog Related Posts Meet Graphite – The AI Developer Productivity Platform Tired of endless code review cycles? Find out how Graphite's AI-powered platform and stacked PRs are helping teams like Asana and Vercel ship code faster. Understanding the Stacked Pull Requests Workflow In this post, let's explore the “Stacked Pull Requests” workflow: who it is intended for, its benefits, and the challenges associated with this approach. How Framer Manages Their Codebase with Tower We sat down with Jonas Treub and Niels van Hoorn from the Framer team to understand how Tower assists them in version controlling the Framer codebase, so that their users can build stunning websites. We make Tower, the best Git client for Mac and Windows. We help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay to easily & productively work with the Git version control system. Try it 30 days for free Your Download is in Progress… Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice Privacy Policy Privacy Settings © 2011-2026 Tower — Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/blog/tower-windows-10#restacking | Tower 10 for Windows — Introducing Graphite Support | Tower Blog You are using an outdated browser. Please upgrade your browser to improve your experience. Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download < Back to Blog Tower 10 for Windows — Introducing Graphite Support Bruno Brito November 2025 | 7 min read Share: The wait is over: Tower 10 has arrived! For enthusiasts of Stacked Pull Requests, this release is a game-changer. We're excited to announce comprehensive support for Graphite , integrating its most powerful features directly into Tower. You can now handle your stacked branches and craft Pull Requests seamlessly within our Git client ✌️ With our Tower 8.0 update , we set the stage for incorporating advanced Git workflows. Features like Branch Dependency and the "Restack" action were introduced, and the response from our user community has been overwhelmingly positive. Building on that foundation, Tower 10 now offers full support for Graphite's toolset, empowering you to merge changes into your projects faster than ever. This article will guide you through the essentials of Graphite and how it integrates with Tower 10. About Graphite If you want to enhance your team's Pull Request process and are unfamiliar with Graphite , you're in for a treat! Graphite employs a stack-based methodology that allows developers to work on several features in parallel by layering changes. This is often called the Stacked Pull Requests workflow . The idea is straightforward: by linking smaller, incremental Pull Requests, you reduce the amount of code to be reviewed. This leads to quicker integration and minimizes the chances of significant merge conflicts or bugs. Effective branch management is key to this approach, and this is where Graphite excels. Even if you are the sole user of this workflow in your team, it works flawlessly from the get-go. There's every reason to give it a shot! 😉 Graphite not only simplifies branch management but also provides a dedicated interface for code reviews (be sure to check out AI Reviews !) and complements GitHub by extending its functionality. In addition to its Web UI, Graphite provides: A CLI tool A VS Code extension You can discover more about Graphite in this article . We believed that integrating these capabilities into a Git client would be a great advantage, so we went ahead and did just that. Let's start the tour! Setting Up Graphite in Tower 10 To begin, simply click the "Workflows" button in the toolbar and select the new Graphite.dev entry. You will need a Graphite.dev account and the Graphite CLI tool (version 1.5.3 or higher) installed. Tower 10 – Enabling the Graphite Workflow ☝️ You may find the "Configure Workflow" button greyed out if you haven't configured Graphite yet. Make sure you install the CLI tool and configure the Graphite token by accessing Tower's terminal ("File -> Open in Terminal"). You'll be asked to specify the "Trunk" branch (typically main ) and your Graphite token , which should be detected automatically by Tower. We recommend installing the Graphite binary via npm , the standard package manager for Node.js. You'll notice the "Workflows" icon has changed to Graphite. Clicking it gives you quick access to popular Graphite commands and opens the Graphite dashboard in your browser. Tower 10 – Graphite Workflow in Toolbar Working with Graphite in Tower 10 Now is a great time to explore the Graphite commands you can run effortlessly in Tower! Working Copy With the Graphite workflow active, you'll see new options in the "Working Copy" view. We've introduced a "Create" action that lets you instantly make a new branch with your staged changes (equivalent to gt create in the Graphite CLI). This is a best practice in the Graphite workflow, which recommends treating each branch as a small, atomic changeset with a single commit initially. The "Commit" action is similar to the gt modify --commit command in Graphite: it adds a new commit to the current branch and automatically restacks if there are no conflicts. Tower 10 — "Working Copy" view ☝️ Tower's "Quick Amend" feature is also compatible with the Graphite workflow. To amend the current branch's commit, hold down ( Left Alt + CTRL ), and the "Commit" button will change to "Modify". This is the same as running gt modify in the Graphite CLI. Creating a Stacked Branch Graphite is centered around Stacked Branches, and creating a new one is simple: right-click on any branch to create a new stacked branch based on it. Tower 10 — Create New Stacked Branch In the following dialog, you can choose its parent branch for straightforward integration and opt to check it out right away. Tower 10 — Create New Stacked Branch Dialog From the context menu, you can also perform all other standard Graphite operations, like renaming, merging, squashing, or deleting branches. Tower 10 – Additional Context Menu Options Setting the Parent Branch You can change a branch's parent at any time, just as you would with Stacked Branches, by using the context menu and selecting "Track Parent Branch." In Graphite's terminology, this is known as "tracking" ( gt track ) and "untracking" ( gt untrack ) a stacked branch. Tower 10 – Setting the Parent Branch Restacking Restacking syncs all changes by rebasing each child branch onto its parent. Tower shows an icon in the sidebar for branches that need restacking. You can perform this action by right-clicking the branch and choosing "Restack [Branch]". In the branch's history, a yellow banner will also inform you that the branch needs to be restacked. Tower 10 — Restack Branch In the "Restack Branch" dialog, you'll see a "Restack Full Stack" option. If this is not checked, Tower/Graphite will restack the selected branch and its parents. If checked, the branch's children will also be restacked (hence "full stack"). Tower will let you know if any conflicts occur during the restack. Tower 10 — Restack Branch Dialog Syncing a Branch Right-clicking any branch also lets you "sync" it. This synchronizes all branches in the stack, much like the gt get command. Tower 10 — Sync Branch Dialog Tower also offers extra options, like restacking all branches in your repository. Submitting a Branch (To Create a Pull Request) You can submit a branch to create a PR by right-clicking it and selecting the option from the context menu. More options are available by clicking the drop-down arrow, such as updating only branches with existing open PRs. Tower 10 — Submit Branch to Graphite All open Pull Requests are accessible in Tower's "Pull Requests" view, in the sidebar or via the shortcut CTRL + 4 . Tower 10 — Pull Requests This view lets you inspect, merge, close, comment on, or check out pull requests without opening a browser. Merge Queue Graphite includes a Merge Queue feature that avoids semantic merge conflicts by automating the rebase process during merges. This keeps the trunk branch "green" and helps development teams move faster with fewer interruptions. In Tower, if a merge is possible, the Graphite branch is added to the merge queue. The merge is asynchronous, so you'll need to manually refresh and sync the branch to see if it has been merged. When a Graphite branch is sent to the merge queue, it's validated remotely. If it can be merged, it is; otherwise, the process fails. To do this, right-click the branch and choose "Add [BRANCH] to Merge Queue…" from Tower's context menu. Tower 10 — Graphite's Merge Queue Warning Messages While using Tower, you might accidentally disrupt Graphite's state with certain Git operations, like a git push . Tower will warn you when this might happen before you proceed. Tower 10 — Warning Message You can enable or disable these prompts in the "Integration" tab of Tower's Settings. Tower 10 — Integration Settings Other Improvements As always, we've also made some other improvements under the hood. Here's a list of the improvements and bug fixes we've addressed: System Menu: The Alt + SPACE shortcut now works as expected. Submodules: Navigation through nested submodules has been refined. Portable Git has been updated to version 2.51.2 for improved compatibility and performance. We hope you enjoy this release! Happy stacking! 😊 Not a Tower user yet? Download our 30-day free trial and see a better way to work with Git! Try Tower 10 Now PS: Did you know? Tower Pro is now free for students and teachers and educational institutions! Table of Contents Introduction About Graphite Setting Up Graphite in Tower 10 Working with Graphite in Tower 10 Other Improvements We make Tower, the best Git client. Try Tower Now Search the Blog Related Posts Meet Graphite – The AI Developer Productivity Platform Tired of endless code review cycles? Find out how Graphite's AI-powered platform and stacked PRs are helping teams like Asana and Vercel ship code faster. Understanding the Stacked Pull Requests Workflow In this post, let's explore the “Stacked Pull Requests” workflow: who it is intended for, its benefits, and the challenges associated with this approach. How Framer Manages Their Codebase with Tower We sat down with Jonas Treub and Niels van Hoorn from the Framer team to understand how Tower assists them in version controlling the Framer codebase, so that their users can build stunning websites. We make Tower, the best Git client for Mac and Windows. We help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay to easily & productively work with the Git version control system. Try it 30 days for free Your Download is in Progress… Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice Privacy Policy Privacy Settings © 2011-2026 Tower — Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/blog/tower-windows-10#creating-a-stacked-branch | Tower 10 for Windows — Introducing Graphite Support | Tower Blog You are using an outdated browser. Please upgrade your browser to improve your experience. Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download < Back to Blog Tower 10 for Windows — Introducing Graphite Support Bruno Brito November 2025 | 7 min read Share: The wait is over: Tower 10 has arrived! For enthusiasts of Stacked Pull Requests, this release is a game-changer. We're excited to announce comprehensive support for Graphite , integrating its most powerful features directly into Tower. You can now handle your stacked branches and craft Pull Requests seamlessly within our Git client ✌️ With our Tower 8.0 update , we set the stage for incorporating advanced Git workflows. Features like Branch Dependency and the "Restack" action were introduced, and the response from our user community has been overwhelmingly positive. Building on that foundation, Tower 10 now offers full support for Graphite's toolset, empowering you to merge changes into your projects faster than ever. This article will guide you through the essentials of Graphite and how it integrates with Tower 10. About Graphite If you want to enhance your team's Pull Request process and are unfamiliar with Graphite , you're in for a treat! Graphite employs a stack-based methodology that allows developers to work on several features in parallel by layering changes. This is often called the Stacked Pull Requests workflow . The idea is straightforward: by linking smaller, incremental Pull Requests, you reduce the amount of code to be reviewed. This leads to quicker integration and minimizes the chances of significant merge conflicts or bugs. Effective branch management is key to this approach, and this is where Graphite excels. Even if you are the sole user of this workflow in your team, it works flawlessly from the get-go. There's every reason to give it a shot! 😉 Graphite not only simplifies branch management but also provides a dedicated interface for code reviews (be sure to check out AI Reviews !) and complements GitHub by extending its functionality. In addition to its Web UI, Graphite provides: A CLI tool A VS Code extension You can discover more about Graphite in this article . We believed that integrating these capabilities into a Git client would be a great advantage, so we went ahead and did just that. Let's start the tour! Setting Up Graphite in Tower 10 To begin, simply click the "Workflows" button in the toolbar and select the new Graphite.dev entry. You will need a Graphite.dev account and the Graphite CLI tool (version 1.5.3 or higher) installed. Tower 10 – Enabling the Graphite Workflow ☝️ You may find the "Configure Workflow" button greyed out if you haven't configured Graphite yet. Make sure you install the CLI tool and configure the Graphite token by accessing Tower's terminal ("File -> Open in Terminal"). You'll be asked to specify the "Trunk" branch (typically main ) and your Graphite token , which should be detected automatically by Tower. We recommend installing the Graphite binary via npm , the standard package manager for Node.js. You'll notice the "Workflows" icon has changed to Graphite. Clicking it gives you quick access to popular Graphite commands and opens the Graphite dashboard in your browser. Tower 10 – Graphite Workflow in Toolbar Working with Graphite in Tower 10 Now is a great time to explore the Graphite commands you can run effortlessly in Tower! Working Copy With the Graphite workflow active, you'll see new options in the "Working Copy" view. We've introduced a "Create" action that lets you instantly make a new branch with your staged changes (equivalent to gt create in the Graphite CLI). This is a best practice in the Graphite workflow, which recommends treating each branch as a small, atomic changeset with a single commit initially. The "Commit" action is similar to the gt modify --commit command in Graphite: it adds a new commit to the current branch and automatically restacks if there are no conflicts. Tower 10 — "Working Copy" view ☝️ Tower's "Quick Amend" feature is also compatible with the Graphite workflow. To amend the current branch's commit, hold down ( Left Alt + CTRL ), and the "Commit" button will change to "Modify". This is the same as running gt modify in the Graphite CLI. Creating a Stacked Branch Graphite is centered around Stacked Branches, and creating a new one is simple: right-click on any branch to create a new stacked branch based on it. Tower 10 — Create New Stacked Branch In the following dialog, you can choose its parent branch for straightforward integration and opt to check it out right away. Tower 10 — Create New Stacked Branch Dialog From the context menu, you can also perform all other standard Graphite operations, like renaming, merging, squashing, or deleting branches. Tower 10 – Additional Context Menu Options Setting the Parent Branch You can change a branch's parent at any time, just as you would with Stacked Branches, by using the context menu and selecting "Track Parent Branch." In Graphite's terminology, this is known as "tracking" ( gt track ) and "untracking" ( gt untrack ) a stacked branch. Tower 10 – Setting the Parent Branch Restacking Restacking syncs all changes by rebasing each child branch onto its parent. Tower shows an icon in the sidebar for branches that need restacking. You can perform this action by right-clicking the branch and choosing "Restack [Branch]". In the branch's history, a yellow banner will also inform you that the branch needs to be restacked. Tower 10 — Restack Branch In the "Restack Branch" dialog, you'll see a "Restack Full Stack" option. If this is not checked, Tower/Graphite will restack the selected branch and its parents. If checked, the branch's children will also be restacked (hence "full stack"). Tower will let you know if any conflicts occur during the restack. Tower 10 — Restack Branch Dialog Syncing a Branch Right-clicking any branch also lets you "sync" it. This synchronizes all branches in the stack, much like the gt get command. Tower 10 — Sync Branch Dialog Tower also offers extra options, like restacking all branches in your repository. Submitting a Branch (To Create a Pull Request) You can submit a branch to create a PR by right-clicking it and selecting the option from the context menu. More options are available by clicking the drop-down arrow, such as updating only branches with existing open PRs. Tower 10 — Submit Branch to Graphite All open Pull Requests are accessible in Tower's "Pull Requests" view, in the sidebar or via the shortcut CTRL + 4 . Tower 10 — Pull Requests This view lets you inspect, merge, close, comment on, or check out pull requests without opening a browser. Merge Queue Graphite includes a Merge Queue feature that avoids semantic merge conflicts by automating the rebase process during merges. This keeps the trunk branch "green" and helps development teams move faster with fewer interruptions. In Tower, if a merge is possible, the Graphite branch is added to the merge queue. The merge is asynchronous, so you'll need to manually refresh and sync the branch to see if it has been merged. When a Graphite branch is sent to the merge queue, it's validated remotely. If it can be merged, it is; otherwise, the process fails. To do this, right-click the branch and choose "Add [BRANCH] to Merge Queue…" from Tower's context menu. Tower 10 — Graphite's Merge Queue Warning Messages While using Tower, you might accidentally disrupt Graphite's state with certain Git operations, like a git push . Tower will warn you when this might happen before you proceed. Tower 10 — Warning Message You can enable or disable these prompts in the "Integration" tab of Tower's Settings. Tower 10 — Integration Settings Other Improvements As always, we've also made some other improvements under the hood. Here's a list of the improvements and bug fixes we've addressed: System Menu: The Alt + SPACE shortcut now works as expected. Submodules: Navigation through nested submodules has been refined. Portable Git has been updated to version 2.51.2 for improved compatibility and performance. We hope you enjoy this release! Happy stacking! 😊 Not a Tower user yet? Download our 30-day free trial and see a better way to work with Git! Try Tower 10 Now PS: Did you know? Tower Pro is now free for students and teachers and educational institutions! Table of Contents Introduction About Graphite Setting Up Graphite in Tower 10 Working with Graphite in Tower 10 Other Improvements We make Tower, the best Git client. Try Tower Now Search the Blog Related Posts Meet Graphite – The AI Developer Productivity Platform Tired of endless code review cycles? Find out how Graphite's AI-powered platform and stacked PRs are helping teams like Asana and Vercel ship code faster. Understanding the Stacked Pull Requests Workflow In this post, let's explore the “Stacked Pull Requests” workflow: who it is intended for, its benefits, and the challenges associated with this approach. How Framer Manages Their Codebase with Tower We sat down with Jonas Treub and Niels van Hoorn from the Framer team to understand how Tower assists them in version controlling the Framer codebase, so that their users can build stunning websites. We make Tower, the best Git client for Mac and Windows. We help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay to easily & productively work with the Git version control system. Try it 30 days for free Your Download is in Progress… Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice Privacy Policy Privacy Settings © 2011-2026 Tower — Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://dev.to/t/bitcoin | Bitcoin - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close # bitcoin Follow Hide Discussions specifically about Bitcoin protocol, economics, and culture. Create Post Older #bitcoin posts 1 2 3 4 5 6 7 8 9 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Bank of America’s 4% Recommendation: When Wall Street’s Conservatives Raise the Crypto White Flag Apnews Apnews Apnews Follow Jan 12 Bank of America’s 4% Recommendation: When Wall Street’s Conservatives Raise the Crypto White Flag # bankofamerica # bitcoin # cryptoadoption # traditionalfinance Comments Add Comment 3 min read Book Review: 400 Years of Speculation in Commodity Markets, From Tulip Mania to Bitcoin Evan Lin Evan Lin Evan Lin Follow Jan 11 Book Review: 400 Years of Speculation in Commodity Markets, From Tulip Mania to Bitcoin # watercooler # bitcoin # resources Comments Add Comment 3 min read bitcoin-wallet-connector: One API to Connect All Bitcoin Wallets c4605 c4605 c4605 Follow Jan 6 bitcoin-wallet-connector: One API to Connect All Bitcoin Wallets # bitcoin # wallet # web3 # react Comments Add Comment 4 min read How to Register Your IP On-Chain with Story Protocol john john john Follow Jan 6 How to Register Your IP On-Chain with Story Protocol # webdev # cryptocurrency # bitcoin # ai Comments Add Comment 1 min read Tutorial: Bridging Fiat and Crypto in Your dApp with On-Chain IBANs jack jack jack Follow Jan 6 Tutorial: Bridging Fiat and Crypto in Your dApp with On-Chain IBANs # bitcoin # web3 # cryptocurrency # webdev Comments Add Comment 2 min read Tutorial: Build Your First Interactive Farcaster Frame in 5 Minutes georgina georgina georgina Follow Jan 6 Tutorial: Build Your First Interactive Farcaster Frame in 5 Minutes # bitcoin # web3 # cryptocurrency # webdev Comments Add Comment 2 min read Tutorial: Understanding the Bitcoin Staking Flow with Babylon lilian lilian lilian Follow Jan 6 Tutorial: Understanding the Bitcoin Staking Flow with Babylon # web3 # bitcoin # cryptocurrency # nft Comments Add Comment 2 min read Tutorial: Understanding the Terra Classic Node & Staking Environment lilian lilian lilian Follow Jan 6 Tutorial: Understanding the Terra Classic Node & Staking Environment # web3 # cryptocurrency # bitcoin # blockchain Comments Add Comment 2 min read When Politics Meets Protocols: How Trump Group’s $1 Billion Bitcoin Bet Is Reshaping the Crypto Market Apnews Apnews Apnews Follow Jan 5 When Politics Meets Protocols: How Trump Group’s $1 Billion Bitcoin Bet Is Reshaping the Crypto Market # bitcoin # trump # corporatebitcoin # cryptopolitics Comments Add Comment 5 min read Tutorial: How to Register Your IP On-Chain with Story Protocol john john john Follow Jan 6 Tutorial: How to Register Your IP On-Chain with Story Protocol # webdev # cryptocurrency # bitcoin # programming Comments Add Comment 2 min read The Bitcoin Wallet Extensions Ecosystem is a Mess: A Developer's Rant c4605 c4605 c4605 Follow Jan 3 The Bitcoin Wallet Extensions Ecosystem is a Mess: A Developer's Rant # discuss # bitcoin # wallet # web3 Comments Add Comment 3 min read Invoicing Tool To Get Paid In Bitcoin (No Fees, No KYC) SatsHacker SatsHacker SatsHacker Follow Dec 26 '25 Invoicing Tool To Get Paid In Bitcoin (No Fees, No KYC) # invoicing # freelance # bitcoin # accounting Comments Add Comment 4 min read Tornado Cash Comeback: New Contracts And Changes Tami Stone Tami Stone Tami Stone Follow Dec 24 '25 Tornado Cash Comeback: New Contracts And Changes # cryptocurrency # bitcoin # ethereum # blockchain Comments Add Comment 4 min read A 30% Hashrate Drop: Are Bitcoin Miners Really Capitulating? Apnews Apnews Apnews Follow Dec 24 '25 A 30% Hashrate Drop: Are Bitcoin Miners Really Capitulating? # discuss # analytics # bitcoin # blockchain Comments Add Comment 5 min read Bitcoin Mining Explained for Beginners in 2026 Maverick Bryson Maverick Bryson Maverick Bryson Follow Jan 7 Bitcoin Mining Explained for Beginners in 2026 # bitcoin # blockchain # cryptocurrency # bitcoinmining 2 reactions Comments 1 comment 4 min read How Bitcoin Boots Safely Mahmoud Zalt Mahmoud Zalt Mahmoud Zalt Follow Dec 29 '25 How Bitcoin Boots Safely # bitcoin # cryptocurrency # security # softwareengineering Comments Add Comment 11 min read When ETF Fund Flows Become Headlines: A Guide to Building Your Bitcoin Institutional Fund Monitor Apnews Apnews Apnews Follow Dec 24 '25 When ETF Fund Flows Become Headlines: A Guide to Building Your Bitcoin Institutional Fund Monitor # bitcoin # etf # python # fintech Comments Add Comment 5 min read Bitcoin 101: From Barter to Blockchain Malawige Inusha Thathsara Gunasekara Malawige Inusha Thathsara Gunasekara Malawige Inusha Thathsara Gunasekara Follow Jan 1 Bitcoin 101: From Barter to Blockchain # blockchain # bitcoin Comments Add Comment 3 min read Architecting Web3: Integrating Blockchain Events with Google Cloud (GKE) Malawige Inusha Thathsara Gunasekara Malawige Inusha Thathsara Gunasekara Malawige Inusha Thathsara Gunasekara Follow Jan 1 Architecting Web3: Integrating Blockchain Events with Google Cloud (GKE) # architecture # blockchain # web3 # bitcoin Comments Add Comment 2 min read Bitcoin, Quantum Computing, and the Real Security Threat: A Complete Technical Breakdown Ankita Virani Ankita Virani Ankita Virani Follow Jan 1 Bitcoin, Quantum Computing, and the Real Security Threat: A Complete Technical Breakdown # algorithms # bitcoin # cybersecurity 2 reactions Comments Add Comment 5 min read Week 2: Multiplicative Inverses in Finite Fields: When Division Still Works in a Closed World Olusola Caleb Olusola Caleb Olusola Caleb Follow Jan 9 Week 2: Multiplicative Inverses in Finite Fields: When Division Still Works in a Closed World # blockchain # cryptography # bitcoin # go Comments Add Comment 4 min read Designing Bitcoin Infrastructure Under Adversarial Assumptions Chinonso Amadi Chinonso Amadi Chinonso Amadi Follow Dec 19 '25 Designing Bitcoin Infrastructure Under Adversarial Assumptions # bitcoin # infrastructureascode # security # ethereum Comments Add Comment 4 min read Bitcoin lightning network Swatantra goswami Swatantra goswami Swatantra goswami Follow Jan 6 Bitcoin lightning network # bitcoin # javascript # reactnative Comments Add Comment 13 min read Elon Musk’s Energy-Standard Declaration: How Bitcoin Could Become the Technical Infrastructure of a Future Value System Apnews Apnews Apnews Follow Dec 18 '25 Elon Musk’s Energy-Standard Declaration: How Bitcoin Could Become the Technical Infrastructure of a Future Value System # bitcoin # elonmusk # energytransition # technologytrends Comments Add Comment 5 min read Building Infrastructure for Handling Millions of Bitcoin UTXOs at Scale 0xkniraj 0xkniraj 0xkniraj Follow Jan 5 Building Infrastructure for Handling Millions of Bitcoin UTXOs at Scale # bitcoin # infrastructureascode # backend # cryptocurrency 2 reactions Comments Add Comment 8 min read loading... trending guides/resources Tornado Cash Comeback: New Contracts And Changes 10 idées de projets Web3 que les développeurs peuvent créer en 2025 pour améliorer leurs compéten... Elon Musk’s Energy-Standard Declaration: How Bitcoin Could Become the Technical Infrastructure of... 8 Tecnologie Che Stanno Cambiando Lo Sviluppo di Applicazioni Crypto nel 2025 A 30% Hashrate Drop: Are Bitcoin Miners Really Capitulating? Lightning Network and Node.js How I compressed 14 years of Bitcoin data into a single API call Architecting Web3: Integrating Blockchain Events with Google Cloud (GKE) How Bitcoin Boots Safely The Bitcoin Wallet Extensions Ecosystem is a Mess: A Developer's Rant Moving My Technical Essays to Medium Bitcoin 101: From Barter to Blockchain Bitcoin Mining Explained for Beginners in 2026 Neo and NBitcoin blockchain projects vs. static analyzer. Who wins? 8 Blockchain Networks Developers Prefer for Real Throughput and Scalability in 2025 Engineering a “Candy Craze Game”: Interaction Model Bank of America’s 4% Recommendation: When Wall Street’s Conservatives Raise the Crypto White Flag Building an npm Package with Lightning Network Micropayments (L402) Top 6 Developer Trends Powering the Future of Web3 Innovation Building a Real-Time Crypto Arbitrage Monitoring System 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/cheat-sheets/git-branches | Working with Branches in Git | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Working with Branches in Git Download our popular cheat sheet and learn all about working with branches Working with Branches in Git Cheat Sheet Branches are one of Git's most important concepts. It is essential to have a thorough understanding of how branches work, but memorizing all these commands can be hard. That's why we created a nice cheat sheet for you to use! From creating and deleting branches, all the way to publishing, renaming and comparing... it's all here. Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/merge-conflicts?channel=cli | Dealing with Merge Conflicts | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 5 min episode 14 of 24 Dealing with Merge Conflicts How do I resolve a merge conflict? Learn More Chapter Dealing with Merge Conflicts in our online book. Previous Video « Using the Stash Next Video Undoing Things » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/ignore-files?channel=gui | Ignoring Files | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 4 min episode 9 of 24 Ignoring Files How can I prevent certain files from being versioned / tracked by Git? Learn More Chapter Starting with an Unversioned Project in our online book. Previous Video « Commit History Next Video Introduction to Branches » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/?utm_source=learn-website&utm_medium=about-us&utm_campaign=learn-git | Tower — The most powerful Git client for Mac and Windows Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download The most powerful Git client for Mac and Windows Over 100,000 developers and designers are more productive with Tower. Get Started – It's Free Get Started – It's Free Also available for Windows Also available for macOS Version 15.0.3 was released on December 19, 2025 Read Blog Post Version 10.1 was released on December 3, 2025 Read Blog Post Git Made Easy Drag and Drop • Undo everything • A unique Conflict Wizard • File history • Extensive documentation • Great customer support Learn More All of Git's Power (And None of the Pain) Pull Requests • Single-line staging • Interactive Rebase • Submodules • Git LFS • Git-Flow • File History • Blame • Cherry-Pick Learn More Software With Productivity in Mind Quick actions • Single-click cloning • Automatic stashing & fetching • Quick open Learn More Tower is the tool of choice for over 100,000 users worldwide Esteban Torres Engineer at SoundCloud The new Tower adds a lot of great features that help me go on with my day faster; like the ability to create pull-requests directly from the tool. Jesse Bilsten Principal Designer at GoDaddy I utilize Git in both design and development environments - and Tower is the only tool that empowers me in both. Daniel Schutzsmith Amnesty International You should use Tower. It changed the game for me and made Git much more visual for me to understand. Download the Free Trial Also available for Windows Also available for macOS Download the Free Trial Also available for Windows Also available for macOS Explore the Features Tower Git Client Download for macOS Download for Windows Releases Pricing Beta Channel Use Cases Developers Designers Teams Enterprise Students Teachers & Universities Features Easy Powerful Productive New Features All Features Integrations CLI vs GUI Tower Workflows Stacked Pull Requests Free Tools Code Diff Tool .gitignore Generator Support Help Center Documentation Learn Git Newsletter Contact Us Company About Blog Press Jobs Merch Affiliate Program Legal License Agreement Privacy Policy Privacy Settings Imprint © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (8 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing. Please check your email to confirm. Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. | 2026-01-13T08:48:11 |
https://gg.forem.com/manupranay_adupa_c1dd6247/how-ai-world-models-are-changing-video-games-4eb5 | How AI World Models Are Changing Video Games - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Manu Posted on Jan 3 How AI World Models Are Changing Video Games # career # discuss # gamedev AI “world models” are new tools that can build entire 3D game worlds from simple text or images, almost like a game engine on autopilot. Companies such as World Labs and Google DeepMind see this as a way to make game development faster, cheaper, and more creative. At the same time, European game worker unions worry that these tools will be used to cut jobs and worsen working conditions. What Are AI World Models? World models are advanced AI systems that simulate 3D environments, including objects, spaces, and how things move and interact. Instead of drawing every tree, building, or room by hand, developers can describe what they want and let the model generate a full scene. World Labs’ Marble can turn text prompts, photos, videos, or rough 3D layouts into complete, editable 3D worlds. DeepMind’s Genie 3 can create minutes of real-time, interactive 3D environments at HD resolution from simple prompts, generating one frame at a time while keeping the scene consistent. These models export assets as meshes or similar formats that can be imported into game engines like Unity or Unreal, instead of trying to replace them completely. For non-technical people, you can think of this as “Photoshop for worlds” rather than just pictures. Why Game Studios Are Excited Large “triple‑A” games now often cost hundreds of millions of dollars and many years of work, which puts extreme pressure on teams. AI world models promise to handle some of the repetitive, time‑consuming work so humans can focus on design and storytelling. Key benefits studios are hoping for: Lower costs and faster production Generating large background environments and ambient spaces automatically could shrink art and level‑design time. Smaller teams might build bigger worlds that previously required large studios and huge budgets. More room for creative experiments DeepMind researchers say game creation is already changing and could be “completely transformed” in the next few years. A producer who moved from Ubisoft to DeepMind hopes world models will free teams to “discover the fun,” try new ideas, and take more creative risks instead of spending all their time on production grind. New uses beyond games World Labs’ Marble is already being pitched for virtual production, visual effects, and VR experiences, not just gaming. Why Workers and Unions Are Pushing Back While companies talk about creativity and efficiency, many workers are worried about job security, stress, and how AI will actually be used. Major concerns include: Layoffs and weaker job security European game unions say tens of thousands of industry jobs have disappeared in recent years while AI tools and cost‑cutting spread. Their joint statement warns that generative AI is being imposed alongside layoffs and strict “return to office” rules, undermining working conditions. Loss of control over tools and workflow Unions argue that AI is often introduced without meaningful input from staff, even though it directly affects their daily work and career paths. They describe this as part of a broader pattern of mismanagement in the games industry, not just a tech issue. Ethical and quality worries from developers Surveys like the GDC State of the Industry report show more developers now see generative AI as harmful to the industry, citing IP theft, energy use, and lower‑quality content. In short, studios see AI as a way to “do more with less,” while many workers fear it will mean “do the same or more with fewer people.” Read more at How AI World Models Are Changing Video Games (and Why Some Workers Are Worried) Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Manu Follow researches and reviews AI tools with a strong focus on real-world usability and accuracy. Coming from a professional background where precision and responsibility matter. Location Quebec, Canada Joined Jan 2, 2026 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://docs.suprsend.com/docs/inbox-react-native#example-implementation | React Native (Headless) - SuprSend, Notification infrastructure for Product teams Skip to main content SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Community Trust Center Platform Status Postman Collection GETTING STARTED What is SuprSend? Quick Start Guide Best Practices Plan Your Integration Go-live checklist CORE CONCEPTS Templates Users Events Workflow Notification Categories Preferences Tenants Lists Broadcast Objects Translations DLT Guidelines Whatsapp Template Guidelines WORKFLOW BUILDER Design Workflow Node List Workflow Settings Trigger Workflow Validate Trigger Payload Tenant Workflows Notification Inbox Overview Multi Tabs React Javascript (Angular, Vuejs etc) React Native React Native (Headless) HMAC Authentication DEPRECATED Flutter (Headless) PREFERENCE CENTRE Embedded Preference Centre Javascript Angular React VENDOR INTEGRATION GUIDE Overview Email Integrations SMS Integrations Android Push Whatsapp Integrations iOS Push Chat Integrations Vendor Fallback Tenant Vendor INTEGRATIONS Webhook Connectors MONITORING & DEBUGGING Logs Audit Logs Error Guides MANAGE YOUR ACCOUNT Authentication Methods Contact Us Get Started SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Ask AI Contact Us Get Started Get Started Search... Navigation React Native React Native (Headless) Documentation API Reference Management API CLI Reference Developer Resources Changelog Documentation API Reference Management API CLI Reference Developer Resources Changelog React Native React Native (Headless) OpenAI Open in ChatGPT Integrate SuprSend inbox in React Native using the headless library and hooks. OpenAI Open in ChatGPT The Headless Inbox library provides hooks that can be integrated into React Native components for building inbox, and toast functionality in your applications. Installation npm yarn Copy Ask AI npm install @suprsend/react-headless Initialization Enclose your app in SuprSendProvider like below and pass the workspace key , distinct_id , and subscriber_id . App.js Copy Ask AI import { SuprSendProvider } from "@suprsend/react-headless" ; function App () { return ( < SuprSendProvider workspaceKey = "<workspace_key>" subscriberId = "<subscriber_id>" distinctId = "<distinct_id>" > < YourAppCode /> </ SuprSendProvider > ); } SuprSend hooks can only be used inside of SuprSendProvider. Adding SuprSend inbox component 1) useBell hook This hook provides unSeenCount, markAllSeen which is related to the Bell icon in the inbox unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markAllSeen : Used to mark seen for all notifications. Call this method on clicking the bell icon so that it will reset the bell count to 0. Bell.js Copy Ask AI import { useBell } from "@suprsend/react-headless" ; function Bell () { const { unSeenCount , markAllSeen } = useBell (); return < p onClick = { () => markAllSeen () } > { unSeenCount } </ p > ; } 2) useNotifications hook This hook provides a notifications list, unSeenCount, markClicked, markAllSeen. notifications : List of all notifications. This array can be looped and notifications can be displayed. unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markClicked : Method used to mark a notification as clicked. Pass notification id which is clicked as the first param. markAllRead : This method is used to mark all individual notifications as seen. Add a button anywhere in your notification tray as Mark all as read and on clicking of that call this method. mark all read sample Notifications.js Copy Ask AI import { useNotifications } from "@suprsend/react-headless" ; function Notifications () { const { notifications , markAllRead } = useNotifications (); return ( < div > < h3 > Notifications </ h3 > < p onClick = { () => { markAllRead ()} } > Mark all read </ p > { notifications . map (( notification ) => { return ( < NotificationItem notification = { notification } key = { notification . n_id } markClicked = { markClicked } /> ); }) } </ div > ); } function NotificationItem ({ notification , markClicked }) { const message = notification . message ; const created = new Date ( notification . created_on ). toDateString (); return ( < div onClick = { () => { markClicked ( notification . n_id ); } } style = { { backgroundColor: "lightgray" , margin: 2 , borderRadius: 5 , padding: 4 , cursor: "pointer" , } } > < div style = { { display: "flex" } } > < p > { message . header } </ p > { ! notification . seen_on && < p style = { { color: "green" } } > * </ p > } </ div > < div > < p > { message . text } </ p > </ div > < div > < p style = { { fontSize: "12px" } } > { created } </ p > </ div > </ div > ); } Notification object structure: Notification.js Copy Ask AI interface IRemoteNotification { n_id : string n_category : string created_on : number seen_on ?: number message : IRemoteNotificationMessage } interface IRemoteNotificationMessage { header : string schema : string text : string url : string extra_data ?: string actions ?: { url : string ; name : string }[] avatar ?: { avatar_url ?: string ; action_url ?: string } subtext ?: { text ?: string ; action_url ?: string } } 3) useEvent hook This hook is an event emitter when and takes arguments event type and callback function when the event happens. Must be called anywhere inside SuprSendProvider Handled Events: new_notification: Called when the new notification occurs can be used to show toast in your application. Sample.js Copy Ask AI import { useEvent } from "@suprsend/react-headless" ; function Home () { useEvent ( "new_notification" , ( newNotification ) => { console . log ( "new notification data: " , newNotification ); alert ( "You have new notifications" ); }); return < p > Home </ p > ; } Example implementation Check the example implementation. Was this page helpful? Yes No Suggest edits Raise issue Previous HMAC Authentication Steps to safely authenticate users and generate subscriber-id in headless Inbox implementation. Next ⌘ I x github linkedin youtube Powered by On this page Installation Initialization Adding SuprSend inbox component 1) useBell hook 2) useNotifications hook 3) useEvent hook Example implementation | 2026-01-13T08:48:11 |
https://docs.suprsend.com/docs/inbox-react-native#3-useevent-hook | React Native (Headless) - SuprSend, Notification infrastructure for Product teams Skip to main content SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Community Trust Center Platform Status Postman Collection GETTING STARTED What is SuprSend? Quick Start Guide Best Practices Plan Your Integration Go-live checklist CORE CONCEPTS Templates Users Events Workflow Notification Categories Preferences Tenants Lists Broadcast Objects Translations DLT Guidelines Whatsapp Template Guidelines WORKFLOW BUILDER Design Workflow Node List Workflow Settings Trigger Workflow Validate Trigger Payload Tenant Workflows Notification Inbox Overview Multi Tabs React Javascript (Angular, Vuejs etc) React Native React Native (Headless) HMAC Authentication DEPRECATED Flutter (Headless) PREFERENCE CENTRE Embedded Preference Centre Javascript Angular React VENDOR INTEGRATION GUIDE Overview Email Integrations SMS Integrations Android Push Whatsapp Integrations iOS Push Chat Integrations Vendor Fallback Tenant Vendor INTEGRATIONS Webhook Connectors MONITORING & DEBUGGING Logs Audit Logs Error Guides MANAGE YOUR ACCOUNT Authentication Methods Contact Us Get Started SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Ask AI Contact Us Get Started Get Started Search... Navigation React Native React Native (Headless) Documentation API Reference Management API CLI Reference Developer Resources Changelog Documentation API Reference Management API CLI Reference Developer Resources Changelog React Native React Native (Headless) OpenAI Open in ChatGPT Integrate SuprSend inbox in React Native using the headless library and hooks. OpenAI Open in ChatGPT The Headless Inbox library provides hooks that can be integrated into React Native components for building inbox, and toast functionality in your applications. Installation npm yarn Copy Ask AI npm install @suprsend/react-headless Initialization Enclose your app in SuprSendProvider like below and pass the workspace key , distinct_id , and subscriber_id . App.js Copy Ask AI import { SuprSendProvider } from "@suprsend/react-headless" ; function App () { return ( < SuprSendProvider workspaceKey = "<workspace_key>" subscriberId = "<subscriber_id>" distinctId = "<distinct_id>" > < YourAppCode /> </ SuprSendProvider > ); } SuprSend hooks can only be used inside of SuprSendProvider. Adding SuprSend inbox component 1) useBell hook This hook provides unSeenCount, markAllSeen which is related to the Bell icon in the inbox unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markAllSeen : Used to mark seen for all notifications. Call this method on clicking the bell icon so that it will reset the bell count to 0. Bell.js Copy Ask AI import { useBell } from "@suprsend/react-headless" ; function Bell () { const { unSeenCount , markAllSeen } = useBell (); return < p onClick = { () => markAllSeen () } > { unSeenCount } </ p > ; } 2) useNotifications hook This hook provides a notifications list, unSeenCount, markClicked, markAllSeen. notifications : List of all notifications. This array can be looped and notifications can be displayed. unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markClicked : Method used to mark a notification as clicked. Pass notification id which is clicked as the first param. markAllRead : This method is used to mark all individual notifications as seen. Add a button anywhere in your notification tray as Mark all as read and on clicking of that call this method. mark all read sample Notifications.js Copy Ask AI import { useNotifications } from "@suprsend/react-headless" ; function Notifications () { const { notifications , markAllRead } = useNotifications (); return ( < div > < h3 > Notifications </ h3 > < p onClick = { () => { markAllRead ()} } > Mark all read </ p > { notifications . map (( notification ) => { return ( < NotificationItem notification = { notification } key = { notification . n_id } markClicked = { markClicked } /> ); }) } </ div > ); } function NotificationItem ({ notification , markClicked }) { const message = notification . message ; const created = new Date ( notification . created_on ). toDateString (); return ( < div onClick = { () => { markClicked ( notification . n_id ); } } style = { { backgroundColor: "lightgray" , margin: 2 , borderRadius: 5 , padding: 4 , cursor: "pointer" , } } > < div style = { { display: "flex" } } > < p > { message . header } </ p > { ! notification . seen_on && < p style = { { color: "green" } } > * </ p > } </ div > < div > < p > { message . text } </ p > </ div > < div > < p style = { { fontSize: "12px" } } > { created } </ p > </ div > </ div > ); } Notification object structure: Notification.js Copy Ask AI interface IRemoteNotification { n_id : string n_category : string created_on : number seen_on ?: number message : IRemoteNotificationMessage } interface IRemoteNotificationMessage { header : string schema : string text : string url : string extra_data ?: string actions ?: { url : string ; name : string }[] avatar ?: { avatar_url ?: string ; action_url ?: string } subtext ?: { text ?: string ; action_url ?: string } } 3) useEvent hook This hook is an event emitter when and takes arguments event type and callback function when the event happens. Must be called anywhere inside SuprSendProvider Handled Events: new_notification: Called when the new notification occurs can be used to show toast in your application. Sample.js Copy Ask AI import { useEvent } from "@suprsend/react-headless" ; function Home () { useEvent ( "new_notification" , ( newNotification ) => { console . log ( "new notification data: " , newNotification ); alert ( "You have new notifications" ); }); return < p > Home </ p > ; } Example implementation Check the example implementation. Was this page helpful? Yes No Suggest edits Raise issue Previous HMAC Authentication Steps to safely authenticate users and generate subscriber-id in headless Inbox implementation. Next ⌘ I x github linkedin youtube Powered by On this page Installation Initialization Adding SuprSend inbox component 1) useBell hook 2) useNotifications hook 3) useEvent hook Example implementation | 2026-01-13T08:48:11 |
https://gg.forem.com/gg_news/ign-call-of-duty-warzone-black-ops-6-official-the-haunting-x-jason-trailer-126f | IGN: Call of Duty: Warzone & Black Ops 6 - Official 'The Haunting x Jason' Trailer - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Gaming News Posted on Oct 12, 2025 IGN: Call of Duty: Warzone & Black Ops 6 - Official 'The Haunting x Jason' Trailer # xbox # pcgaming Get ready to face your worst nightmares with the brand-new “The Haunting x Jason” trailer for Call of Duty: Warzone & Black Ops 6. Jason Voorhees is back to deliver bone-chilling scares and deadly takedowns in this horror-themed season. Survive waves of the undead, go head-to-head with the Predator, and watch Jason carve his bloody legacy across both Warzone and Black Ops 6. The Haunting is live now—if you dare. Watch on YouTube Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Gaming News Follow Joined Apr 30, 2025 More from Gaming News The Game Theorists: Game Theory: Poké Balls Are KILLING Pokémon?! # boardgames # nintendo # pcgaming GameSpot: Battlefield 6: Full Review # pcgaming # steam GameSpot: Vampire: The Masquerade - Bloodlines 2 Aged, But Still A Fine Wine - Review # pcgaming # retrogaming 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://docs.suprsend.com/docs/inbox-react-native#adding-suprsend-inbox-component | React Native (Headless) - SuprSend, Notification infrastructure for Product teams Skip to main content SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Community Trust Center Platform Status Postman Collection GETTING STARTED What is SuprSend? Quick Start Guide Best Practices Plan Your Integration Go-live checklist CORE CONCEPTS Templates Users Events Workflow Notification Categories Preferences Tenants Lists Broadcast Objects Translations DLT Guidelines Whatsapp Template Guidelines WORKFLOW BUILDER Design Workflow Node List Workflow Settings Trigger Workflow Validate Trigger Payload Tenant Workflows Notification Inbox Overview Multi Tabs React Javascript (Angular, Vuejs etc) React Native React Native (Headless) HMAC Authentication DEPRECATED Flutter (Headless) PREFERENCE CENTRE Embedded Preference Centre Javascript Angular React VENDOR INTEGRATION GUIDE Overview Email Integrations SMS Integrations Android Push Whatsapp Integrations iOS Push Chat Integrations Vendor Fallback Tenant Vendor INTEGRATIONS Webhook Connectors MONITORING & DEBUGGING Logs Audit Logs Error Guides MANAGE YOUR ACCOUNT Authentication Methods Contact Us Get Started SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Ask AI Contact Us Get Started Get Started Search... Navigation React Native React Native (Headless) Documentation API Reference Management API CLI Reference Developer Resources Changelog Documentation API Reference Management API CLI Reference Developer Resources Changelog React Native React Native (Headless) OpenAI Open in ChatGPT Integrate SuprSend inbox in React Native using the headless library and hooks. OpenAI Open in ChatGPT The Headless Inbox library provides hooks that can be integrated into React Native components for building inbox, and toast functionality in your applications. Installation npm yarn Copy Ask AI npm install @suprsend/react-headless Initialization Enclose your app in SuprSendProvider like below and pass the workspace key , distinct_id , and subscriber_id . App.js Copy Ask AI import { SuprSendProvider } from "@suprsend/react-headless" ; function App () { return ( < SuprSendProvider workspaceKey = "<workspace_key>" subscriberId = "<subscriber_id>" distinctId = "<distinct_id>" > < YourAppCode /> </ SuprSendProvider > ); } SuprSend hooks can only be used inside of SuprSendProvider. Adding SuprSend inbox component 1) useBell hook This hook provides unSeenCount, markAllSeen which is related to the Bell icon in the inbox unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markAllSeen : Used to mark seen for all notifications. Call this method on clicking the bell icon so that it will reset the bell count to 0. Bell.js Copy Ask AI import { useBell } from "@suprsend/react-headless" ; function Bell () { const { unSeenCount , markAllSeen } = useBell (); return < p onClick = { () => markAllSeen () } > { unSeenCount } </ p > ; } 2) useNotifications hook This hook provides a notifications list, unSeenCount, markClicked, markAllSeen. notifications : List of all notifications. This array can be looped and notifications can be displayed. unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markClicked : Method used to mark a notification as clicked. Pass notification id which is clicked as the first param. markAllRead : This method is used to mark all individual notifications as seen. Add a button anywhere in your notification tray as Mark all as read and on clicking of that call this method. mark all read sample Notifications.js Copy Ask AI import { useNotifications } from "@suprsend/react-headless" ; function Notifications () { const { notifications , markAllRead } = useNotifications (); return ( < div > < h3 > Notifications </ h3 > < p onClick = { () => { markAllRead ()} } > Mark all read </ p > { notifications . map (( notification ) => { return ( < NotificationItem notification = { notification } key = { notification . n_id } markClicked = { markClicked } /> ); }) } </ div > ); } function NotificationItem ({ notification , markClicked }) { const message = notification . message ; const created = new Date ( notification . created_on ). toDateString (); return ( < div onClick = { () => { markClicked ( notification . n_id ); } } style = { { backgroundColor: "lightgray" , margin: 2 , borderRadius: 5 , padding: 4 , cursor: "pointer" , } } > < div style = { { display: "flex" } } > < p > { message . header } </ p > { ! notification . seen_on && < p style = { { color: "green" } } > * </ p > } </ div > < div > < p > { message . text } </ p > </ div > < div > < p style = { { fontSize: "12px" } } > { created } </ p > </ div > </ div > ); } Notification object structure: Notification.js Copy Ask AI interface IRemoteNotification { n_id : string n_category : string created_on : number seen_on ?: number message : IRemoteNotificationMessage } interface IRemoteNotificationMessage { header : string schema : string text : string url : string extra_data ?: string actions ?: { url : string ; name : string }[] avatar ?: { avatar_url ?: string ; action_url ?: string } subtext ?: { text ?: string ; action_url ?: string } } 3) useEvent hook This hook is an event emitter when and takes arguments event type and callback function when the event happens. Must be called anywhere inside SuprSendProvider Handled Events: new_notification: Called when the new notification occurs can be used to show toast in your application. Sample.js Copy Ask AI import { useEvent } from "@suprsend/react-headless" ; function Home () { useEvent ( "new_notification" , ( newNotification ) => { console . log ( "new notification data: " , newNotification ); alert ( "You have new notifications" ); }); return < p > Home </ p > ; } Example implementation Check the example implementation. Was this page helpful? Yes No Suggest edits Raise issue Previous HMAC Authentication Steps to safely authenticate users and generate subscriber-id in headless Inbox implementation. Next ⌘ I x github linkedin youtube Powered by On this page Installation Initialization Adding SuprSend inbox component 1) useBell hook 2) useNotifications hook 3) useEvent hook Example implementation | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/tags?channel=gui | Tags | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 2 min episode 16 of 24 Tags How can I use tags in Git? Previous Video « Undoing Things Next Video Introduction to Remote Repositories » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/cheat-sheets/tower | Tower Cheat Sheet | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Tower Cheat Sheet Download our cheat sheet for the popular Tower Git client Tower Cheat Sheet Keyboard shortcuts, interface overview, and some nice tips & tricks for the popular Tower Git client - all of this on our handy cheat sheet! We provide two different versions for macOS and Windows. Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/stage-and-commit-changes?channel=cli | Staging & Committing Changes | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 5 min episode 7 of 24 Staging & Committing Changes How can I add changes to the next commit? How can I save changes as a new revision in the repository? Learn More Chapter Working on Your Project in our online book. Previous Video « Inspecting Local Changes Next Video Commit History » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://dev.to/t/sam | Sam - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close # sam Follow Hide Create Post Older #sam posts 1 2 3 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Beyond Image Labels: Estimating Food Portions and Calories using Grounding DINO + SAM Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 11 Beyond Image Labels: Estimating Food Portions and Calories using Grounding DINO + SAM # ai # fastapi # sam # webdev Comments Add Comment 4 min read AWS Cloud Resume Challenge - my attempt Benson King'ori Benson King'ori Benson King'ori Follow for AWS Community Builders Dec 2 '25 AWS Cloud Resume Challenge - my attempt # aws # serverless # githubactions # sam Comments 2 comments 7 min read [AWS] DevTools Evangelism: Infrastructure Composer Edition Nao San Nao San Nao San Follow for AWS Community Builders Nov 29 '25 [AWS] DevTools Evangelism: Infrastructure Composer Edition # aws # devtools # infrastructurecomposer # sam Comments Add Comment 5 min read 🏗️ Part 2 — Running a Serverless API Locally with AWS SAM (API Gateway + Lambda + DynamoDB) Balaji Sivakumar Balaji Sivakumar Balaji Sivakumar Follow Nov 16 '25 🏗️ Part 2 — Running a Serverless API Locally with AWS SAM (API Gateway + Lambda + DynamoDB) # aws # serverless # sam # dynamodb Comments Add Comment 5 min read Shorten URL Service with Go and AWS SAM Ticat Wolves Ticat Wolves Ticat Wolves Follow Sep 28 '25 Shorten URL Service with Go and AWS SAM # programming # serverless # go # sam Comments Add Comment 2 min read Creating a Stock Price Alert App using AWS SAM and a Telegram Bot Jose Peinado Jose Peinado Jose Peinado Follow Feb 23 '25 Creating a Stock Price Alert App using AWS SAM and a Telegram Bot # sam # telegram # serverless # stocks Comments Add Comment 10 min read Running lambdas locally using Javascript/Node.js Rashi Agarwal Rashi Agarwal Rashi Agarwal Follow for AWS Community Builders Dec 29 '24 Running lambdas locally using Javascript/Node.js # aws # javascript # sam # node 7 reactions Comments Add Comment 3 min read Cut Your AWS Lambda Logging Costs: Filter Logs with AWS SAM Firdaws Aboulaye Firdaws Aboulaye Firdaws Aboulaye Follow Dec 28 '24 Cut Your AWS Lambda Logging Costs: Filter Logs with AWS SAM # aws # serverless # sam # logs 9 reactions Comments Add Comment 3 min read Building a "Real-Time" Data Integration Platform on AWS Amador Criado Amador Criado Amador Criado Follow for AWS Community Builders Sep 13 '24 Building a "Real-Time" Data Integration Platform on AWS # serverless # realtime # aws # sam 7 reactions Comments Add Comment 5 min read Using Amazon Cognito with the user-password flow Andres Moreno Andres Moreno Andres Moreno Follow for AWS Community Builders Jul 31 '24 Using Amazon Cognito with the user-password flow # aws # security # sam # cognito 4 reactions Comments Add Comment 8 min read Secure API Gateway with Amazon Cognito using SAM Andres Moreno Andres Moreno Andres Moreno Follow for AWS Community Builders May 8 '24 Secure API Gateway with Amazon Cognito using SAM # aws # security # serverless # sam Comments Add Comment 7 min read Adding Cognito Authentication to our Serverless Dash App Maurice Borgmeier Maurice Borgmeier Maurice Borgmeier Follow for AWS Community Builders Apr 12 '24 Adding Cognito Authentication to our Serverless Dash App # sam # cloud # cognito # dash 5 reactions Comments Add Comment 7 min read Using YAML anchors and aliases in a SAM template Andres Moreno Andres Moreno Andres Moreno Follow for AWS Community Builders Mar 31 '24 Using YAML anchors and aliases in a SAM template # aws # serverless # sam 1 reaction Comments Add Comment 5 min read Building Scalable Serverless Applications with AWS SQS and Lambda using SAM Ahmed Salem Ahmed Salem Ahmed Salem Follow for AWS Community Builders Feb 17 '24 Building Scalable Serverless Applications with AWS SQS and Lambda using SAM # sqs # sam # lambda # aws 7 reactions Comments Add Comment 4 min read How to add CI/CD to my SAM project Alejandro Lazaro Alejandro Lazaro Alejandro Lazaro Follow for AWS Community Builders Jan 26 '24 How to add CI/CD to my SAM project # aws # serverless # sam # devops 2 reactions Comments Add Comment 17 min read How to create serverless applications with AWS SAM (Serverless Application Model) Alejandro Lazaro Alejandro Lazaro Alejandro Lazaro Follow for AWS Community Builders Jan 24 '24 How to create serverless applications with AWS SAM (Serverless Application Model) # sam # serverless # iac # aws 10 reactions Comments Add Comment 12 min read Introduction to AWS SAM (Serverless Application Model) Alejandro Lazaro Alejandro Lazaro Alejandro Lazaro Follow for AWS Community Builders Jan 23 '24 Introduction to AWS SAM (Serverless Application Model) # aws # sam # serverless # iac 8 reactions Comments 1 comment 6 min read Help! How do I set DeletionPolicy to Retain for production only? Yan Cui Yan Cui Yan Cui Follow for AWS Heroes Oct 6 '23 Help! How do I set DeletionPolicy to Retain for production only? # aws # cdk # sam # serverless Comments Add Comment 4 min read An efficient way to build your serverless microservices. Part 3. CI/CD with AWS SAM. Andrii Melashchenko Andrii Melashchenko Andrii Melashchenko Follow for AWS Community Builders Oct 31 '23 An efficient way to build your serverless microservices. Part 3. CI/CD with AWS SAM. # aws # serverless # sam # cicd 3 reactions Comments 1 comment 8 min read Leveraging Infrastructure as Code (IaC) for AWS Lambda: A Comparative Analysis of AWS SAM, Terraform, and Serverless Framework Kasun de Silva Kasun de Silva Kasun de Silva Follow for AWS Community Builders Oct 27 '23 Leveraging Infrastructure as Code (IaC) for AWS Lambda: A Comparative Analysis of AWS SAM, Terraform, and Serverless Framework # lambda # terraform # sam # serverless 6 reactions Comments Add Comment 4 min read Deploying Lambdas with AWS SAM & GitHub Actions: Step by Step Héctor Vela Héctor Vela Héctor Vela Follow Jun 30 '23 Deploying Lambdas with AWS SAM & GitHub Actions: Step by Step # aws # sam # serverless # githubactions 13 reactions Comments Add Comment 17 min read Streamline AWS Development with CI/CD, SAM, and GitHub Actions Jorge Tovar Jorge Tovar Jorge Tovar Follow for AWS Community Builders May 19 '23 Streamline AWS Development with CI/CD, SAM, and GitHub Actions # aws # sam # python # cloud 7 reactions Comments Add Comment 4 min read AWS sam #3: sam local + ApiGateway Lambda authorizer olcortesb olcortesb olcortesb Follow for AWS Español Oct 23 '23 AWS sam #3: sam local + ApiGateway Lambda authorizer # aws # sam # dynamodb # apigateway 3 reactions Comments Add Comment 4 min read ✨ Porting Lambda Functions to AWS SAM Gianluca Fabrizi Gianluca Fabrizi Gianluca Fabrizi Follow Apr 23 '23 ✨ Porting Lambda Functions to AWS SAM # aws # lambda # sam # serverless Comments Add Comment 4 min read Store Thumbnails from Your Live Stream Using AWS SAM CLI to Set Up Lambda Function and API Gateway Fatma Sena Ekiz Fatma Sena Ekiz Fatma Sena Ekiz Follow Apr 20 '23 Store Thumbnails from Your Live Stream Using AWS SAM CLI to Set Up Lambda Function and API Gateway # aws # lambda # sam # dolbyio 1 reaction Comments Add Comment 6 min read loading... trending guides/resources [AWS] DevTools Evangelism: Infrastructure Composer Edition AWS Cloud Resume Challenge - my attempt Beyond Image Labels: Estimating Food Portions and Calories using Grounding DINO + SAM 🏗️ Part 2 — Running a Serverless API Locally with AWS SAM (API Gateway + Lambda + DynamoDB) 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://dev.to/help/getting-started#Account-Settings | Getting Started with DEV - DEV Help - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close DEV Help The latest help documentation, tips and tricks from the DEV Community. Help > Getting Started Getting Started with DEV In this article Creating an Account Account Settings Setting Up an RSS Feed Code of Conduct Support Common Questions Q: Who can post to dev.to? Q: How do I change my Twitter/GitHub username? Q: How do I delete my account? Q: Upon sign in, why do you require authorization to allow the DEV Community to access info on my Twitter account? Q: I signed up to DEV with GitHub/Twitter, but can't figure out how to disconnect or switch out this OAuth method from my account. Can you help me? Welcome to DEV! 🦥 Here's everything you need to get started: Creating an Account Hey, there! We're so happy you're here! Sign up for a DEV account to get started. You can sign up with an account with Apple, GitHub, Twitter/X, or just an email on this page . Complete your profile by following our welcome sequence and filling out as much information as you can, as this will help us get to know you! Please note that we take a strong stance against collecting unnecessary data on our users as stated on our privacy page . You can also customize your account preferences to receive the perfect amount of notifications in your inbox, set your experience level, and don't miss out on our newsletter! Account Settings You will find your account settings in the top right corner of our toolbar. From there, you can tailor your DEV experience by personalizing your profile, site appearance, ad settings, dark mode, notifications, passwords, privacy preferences, and more. If you're part of an organization, you can also manage important details like your organization's homepage, member information, and even delete the organization if necessary. Setting Up an RSS Feed Set up and customize your RSS feed to stay up to date with your favorite topics and authors at DEV Settings > Extensions . "In the "Publishing to DEV Community 👩💻👨💻 from RSS" section, input your blog's RSS feed URL. You'll then have the option to either "Mark the RSS source as canonical URL" or "Replace links with DEV Community links." Refer to the information provided below (Specifying a Canonical URL) to guide your decision. Finally, click "submit feed settings" to complete the process. You're all set to follow RSS feeds on DEV! Use the following links to customize your feed: The link for our main feed can be found here: https://dev.to/feed. For user-specific feeds, you can find them via https://dev.to/feed/<username>. For tag-specific feeds, you can find them via https://dev.to/feed/tag/<tagname>. Code of Conduct Please familiarize yourself with DEV's Code of Conduct to ensure a positive and inclusive community experience. Note that your posts may be subject to removal at the discretion of DEV administrators and moderators if they do not meet the requirements outlined in our Code of Conduct. Support For any inquiries or assistance with your account, feel free to reach out to our support team at support@dev.to . We're here to help! Common Questions Q: Who can post to dev.to? Anyone, no matter where you are in your software development journey, can sign up for an account on DEV, though we have a few asks: You may make a post of any kind as long as it does not violate our Terms and our Code of Conduct . Posts must also meet our community guidelines and make it through common-sense spam filters. Q: How do I change my Twitter/GitHub username? You can add or remove Twitter/GitHub associations from your settings , but note that you must have one OAuth method connected to your account at all times. For example, if you want to remove GitHub, but it's the only OAuth you have connected to your account, you'll need to first add another OAuth method (e.g. Twitter) in order to have the option to remove GitHub. If you have any issues with this, email support@dev.to and we can help you out! Q: How do I delete my account? You'll find the option to delete your account in your settings . Self-deletion will remove your DEV profile, and all articles, comments, Connect messages, etc. If you require a full GDPR deletion, please email support@dev.to with the subject line "GDPR Delete Request" and we will ensure that any of your remaining data is purged from all systems. Q: Upon sign in, why do you require authorization to allow the DEV Community to access info on my Twitter account? The authorization page being talked about looks like the following: This is the default scope for Twitter and to our knowledge we can't get any more granular than this. Here's a picture of our options and what we've chosen: Again, we take a strong stance against collecting unnecessary data on our users as stated on our privacy page . Q: I signed up to DEV with GitHub/Twitter, but can't figure out how to disconnect or switch out this OAuth method from my account. Can you help me? The problem you're running into is happening because you must have one OAuth method always connected to your DEV account. The easiest way to go about solving this issue is to add another OAuth method to your DEV account. There are a couple of ways you can approach this: Firstly, you can add a Forem account to your DEV account by creating one here and then connecting it to your account via your settings . Once you've done so, you can then disconnect your GitHub/Twitter account from your DEV profile and add your desired account. Just scroll down underneath the "Danger Zone" and click "Remove GitHub" or "Remove Twitter" (whichever is applicable). After refreshing the page, you'll see the option to add the new account. If you'd rather not create a Forem account, you can use the same process above but connect a GitHub/Twitter account to your DEV account instead prior to removing the GitHub/Twitter account you'd like to remove. Alternatively, if you'd rather not connect a GitHub/Twitter account to your DEV account, you can create a new DEV account with your desired OAuth method! After making a new account, please email us at support@dev.to requesting that we merge your two accounts together. If this is the case, be prepared to prove ownership over both of your accounts. 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/publish-local-repository?channel=gui | Publishing a Local Repository on a Remote | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 20 of 24 Publishing a Local Repository on a Remote How can I publish a local repository on a remote server for the first time? Learn More Chapter Publishing a Local Branch in our online book. Chapter Inspecting Remote Data in our online book. Previous Video « Sharing Data on a Remote Repository Next Video Pushing Changes to a Remote » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/blog/graphite | Meet Graphite – The AI Developer Productivity Platform | Tower Blog You are using an outdated browser. Please upgrade your browser to improve your experience. Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download < Back to Blog Meet Graphite – The AI Developer Productivity Platform Bruno Brito April 2025 | 4 min read Share: As developers, we love building things. What we don't enjoy as much is waiting : waiting for code reviews, getting blocked on merges, and the general friction that can sometimes slow down the development process. If this resonates with you, then you'll want to hear about Graphite , a platform designed to tackle these very challenges head-on. Graphite positions itself as an AI developer productivity platform, aiming to help engineering teams create, review, and merge smaller code changes more efficiently, stay unblocked, and ultimately ship faster. In this post, let's find out how Graphite can help you accomplish just that. Giving Time Back to Your Engineering Team The folks at Graphite understand a core pain point for many engineering teams: code review can be a significant time sink. In fact, they point out that many engineers spend a day or more each week either reviewing code or stuck waiting for their own reviews to come through. That's a substantial chunk of valuable engineering time! But Graphite believes it doesn't have to be this way. The team behind Graphite has a strong background, with many founding members hailing from tech giants like Meta and Google. These companies have, in many cases, developed their own internal code review tools to optimize their engineers' workflows. The Graphite team missed the power of these internal systems, particularly the stacked diffs workflow , which they initially leveraged in an internal tool. The internal tool proved so effective that the team decided to pivot and focus entirely on developing it into the platform we now know as Graphite. Their mission is to bring the power of stacked pull requests – the very workflow that underpins best-in-class internal code review tools like Phabricator and Critique – to every software company. Diamond – Embracing AI Beyond just stacked PRs, Graphite also recognized the potential of AI early on, culminating in the release of Diamond (formerly known as Graphite Reviewer). As a codebase-aware AI code review companion, it provides developers with immediate, actionable feedback on their pull requests, significantly reducing the number of review cycles. While other AI bots hallucinate and create noisy comments, Diamond is calibrated to catch real bugs and deliver smarter, targeted feedback with fewer false positives. Diamond – Agentic AI Code Review Diamond allows you to: Merge PRs faster: Diamond automatically catches bugs and errors before human reviewers, letting your team spend less time on code review, and more time on building. Enforce quality & consistency: Customize Diamond with repo-specific AI prompts and regex rules to enforce best practices across your entire team. Keep your code private & secure: Diamond doesn't store or train on your team's code - your data remains yours. The Results The impact of Graphite speaks for itself. Tens of thousands of engineers at leading companies like Asana, Ramp, Tecton, and Vercel rely on Graphite daily to improve their development workflows. Across these companies and many others, the average engineer using Graphite has seen some impressive results: 1.3x's the number of PRs in flight: Engineers can manage and work on more changes concurrently. Saves ~10 hours a week waiting to merge PRs: Less time spent blocked means more time spent building. Merges 26% more PRs: A more efficient review process leads to a higher throughput of merged code. Ships 20% more code (despite decreasing median per-PR size by 8%): Smaller, more frequent merges contribute to a higher overall shipping velocity. These statistics highlight the tangible benefits that Graphite brings to engineering teams, translating directly into increased productivity and faster delivery cycles. A Comprehensive Toolkit Graphite isn't just about stacked PRs and AI; it's a comprehensive platform packed with features designed to streamline the entire software development lifecycle. The platform includes: CLI tool: For seamless integration with your existing Git workflow and powerful control over stacked PRs. AI Code Review Companion: Providing intelligent, automated feedback directly on your pull requests. VS Code Extension: Bringing the power of Graphite directly into your code editor. Pull Request Inbox: A centralized hub for managing and prioritizing code reviews. Code Review Tool: Offering a focused and efficient interface for reviewing code changes. Workflow Automation Engine: Allowing teams to customize and automate their code review and merge processes. Merge Queue: Ensuring smooth and automated merging of pull requests once they're approved. Developer Productivity Insights: Providing valuable data and analytics to help teams understand and improve their development process. Graphite – Developer Insights All these components are thoughtfully designed to make the software development process as streamlined and effortless as possible. How to Get Started with Graphite Ready to experience the benefits of Graphite for yourself? The platform offers a free tier for small teams, making it easy to get started. Simply create your account by signing up with your email or GitHub account. Give Graphite a try and see how it can help your team unlock new levels of productivity and efficiency in your development workflow! Table of Contents Introduction Giving Time Back to Your Engineering Team Diamond – Embracing AI The Results A Comprehensive Toolkit How to Get Started with Graphite We make Tower, the best Git client. Try Tower Now Search the Blog Related Posts Tower 13 for Mac — Introducing Graphite Support Tower 13 introduces Graphite support! With this update, you can now manage your stacked branches and create Pull Requests without ever leaving our Git client. Understanding the Stacked Pull Requests Workflow In this post, let's explore the “Stacked Pull Requests” workflow: who it is intended for, its benefits, and the challenges associated with this approach. How Framer Manages Their Codebase with Tower We sat down with Jonas Treub and Niels van Hoorn from the Framer team to understand how Tower assists them in version controlling the Framer codebase, so that their users can build stunning websites. We make Tower, the best Git client for Mac and Windows. We help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay to easily & productively work with the Git version control system. Try it 30 days for free Your Download is in Progress… Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice Privacy Policy Privacy Settings © 2011-2026 Tower — Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://dev.to/beck_moulton | Beck_Moulton - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Beck_Moulton 404 bio not found Joined Joined on Aug 22, 2022 Personal website https://www.wellally.tech/ github website twitter website More info about @beck_moulton Badges Three Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least three years. Got it Close Two Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least two years. Got it Close Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close One Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least one year. Got it Close Post 23 posts published Comment 3 comments written Tag 15 tags followed Stop Sending Sensitive Data to the Cloud: Build a Local-First Mental Health AI with WebLLM Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 13 Stop Sending Sensitive Data to the Cloud: Build a Local-First Mental Health AI with WebLLM # privacy # typescript # webgpu # webllm Comments Add Comment 4 min read Want to connect with Beck_Moulton? Create an account to connect with Beck_Moulton. You can also sign in below to proceed if you already have an account. Create Account Already have an account? Sign in Private & Fast: Building a Browser-Based Dermatology Screener with WebLLM and WebGPU Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 12 Private & Fast: Building a Browser-Based Dermatology Screener with WebLLM and WebGPU # privacy # ai # web # webdev Comments Add Comment 4 min read Beyond Image Labels: Estimating Food Portions and Calories using Grounding DINO + SAM Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 11 Beyond Image Labels: Estimating Food Portions and Calories using Grounding DINO + SAM # ai # fastapi # sam # webdev Comments Add Comment 4 min read Stop Manually Booking Doctors: Build an Autonomous Health Agent with LangGraph & Playwright Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 10 Stop Manually Booking Doctors: Build an Autonomous Health Agent with LangGraph & Playwright # ai # python # machinelearning # opensource Comments Add Comment 3 min read The Ultimate AI Diet Agent: Syncing Real-Time Health Data with Local Supermarket Inventory using CrewAI Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 9 The Ultimate AI Diet Agent: Syncing Real-Time Health Data with Local Supermarket Inventory using CrewAI # ai # python # opensource # machinelearning Comments Add Comment 4 min read From Pixels to Calories: Building a Multimodal Meal Analysis Engine with GPT-4o Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 8 From Pixels to Calories: Building a Multimodal Meal Analysis Engine with GPT-4o # webdev # ai # python # fastapi Comments Add Comment 4 min read Time-Series Alchemy: Predicting Glucose Trends 2 Hours Out with Transformers and PyTorch Lightning Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 7 Time-Series Alchemy: Predicting Glucose Trends 2 Hours Out with Transformers and PyTorch Lightning # python # machinelearning # webdev # datascience Comments Add Comment 4 min read Claude-Ally-Health: Your Private AI Medical Assistant & Health Data Manager Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 7 Claude-Ally-Health: Your Private AI Medical Assistant & Health Data Manager # ai # python # mentalhealth Comments Add Comment 3 min read Building a Medical-Grade Knowledge Graph: Mapping Drug Interactions with Neo4j and LlamaIndex 🩺💻 Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 6 Building a Medical-Grade Knowledge Graph: Mapping Drug Interactions with Neo4j and LlamaIndex 🩺💻 # ai # python # dataengineering # neo4j Comments Add Comment 3 min read JSON is Not Enough: The Engineering Headache of Flattening FHIR for Analytics Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 2 JSON is Not Enough: The Engineering Headache of Flattening FHIR for Analytics # dataengineering # database # webdev # programming Comments Add Comment 4 min read Immutable by Design: Building Tamper-Proof Audit Logs for Health SaaS Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 1 Immutable by Design: Building Tamper-Proof Audit Logs for Health SaaS # architecture # security # database # webdev Comments 2 comments 4 min read Vectors vs. Keywords: Why "Close Enough" is Dangerous in MedTech RAG Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 31 '25 Vectors vs. Keywords: Why "Close Enough" is Dangerous in MedTech RAG # machinelearning # database # python # rag Comments Add Comment 3 min read Fake Patients, Real Testing: Generating HIPAA-Compliant Data Like a Pro Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 30 '25 Fake Patients, Real Testing: Generating HIPAA-Compliant Data Like a Pro # programming # generative # healthcare Comments Add Comment 4 min read The Impossible Normalization: Why Your Database Hates Biology 🧬 Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 29 '25 The Impossible Normalization: Why Your Database Hates Biology 🧬 # database # architecture # healthtech # programming 1 reaction Comments Add Comment 3 min read The Security Gap in AI Agent Ecosystems: A Deep Dive into Static Analysis for Claude Skills Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 29 '25 The Security Gap in AI Agent Ecosystems: A Deep Dive into Static Analysis for Claude Skills # programming # ai # mcp Comments Add Comment 3 min read Federated Learning or Bust: Architecting Privacy-First Health AI Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 28 '25 Federated Learning or Bust: Architecting Privacy-First Health AI # machinelearning # architecture # privacy # devops Comments Add Comment 3 min read Surviving the HL7 Nightmare: Strategies for Decoupling Modern SaaS from Legacy Hospital Systems Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 27 '25 Surviving the HL7 Nightmare: Strategies for Decoupling Modern SaaS from Legacy Hospital Systems # webdev # architecture # systems # beginners Comments Add Comment 4 min read Why Your Health Data Belongs on Your Device (Not the Cloud): A Local-First Manifesto Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 26 '25 Why Your Health Data Belongs on Your Device (Not the Cloud): A Local-First Manifesto # architecture # privacy # offlinefirst # database 1 reaction Comments 2 comments 4 min read Ingesting 100M Heartbeats: Scaling Wearable Tech Without Going Broke Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 25 '25 Ingesting 100M Heartbeats: Scaling Wearable Tech Without Going Broke # programming # systemdesign # database # performance Comments Add Comment 3 min read Unstructured Text is the Final Boss: Parsing Doctor's Notes with LLMs 🏥 Beck_Moulton Beck_Moulton Beck_Moulton Follow Dec 25 '25 Unstructured Text is the Final Boss: Parsing Doctor's Notes with LLMs 🏥 # programming # ai # python 1 reaction Comments 2 comments 3 min read Rust IoT Platform Beck_Moulton Beck_Moulton Beck_Moulton Follow Nov 14 '24 Rust IoT Platform # rust # iot # webdev # javascript Comments Add Comment 4 min read Securing IoT Data Integrity with Go IoT Platform Beck_Moulton Beck_Moulton Beck_Moulton Follow Sep 20 '24 Securing IoT Data Integrity with Go IoT Platform # go # webdev # iot # javascript Comments Add Comment 4 min read I wish to study rust Beck_Moulton Beck_Moulton Beck_Moulton Follow Nov 2 '22 I wish to study rust # rust # tutorial 4 reactions Comments 1 comment 1 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://dev.to/t/devto | Devto - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close # devto Follow Hide Discuss all things Dev.to! Create Post submission guidelines Devto posts are for discussions about Dev.to as a platform or to ask questions about Dev.to. about #devto Devto posts are for discussions about Dev.to. Older #devto posts 1 2 3 4 5 6 7 8 9 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu I scraped 1,600 DEV.TO articles from 2025 and built an infographic Andrey Andrade Andrey Andrade Andrey Andrade Follow Jan 11 I scraped 1,600 DEV.TO articles from 2025 and built an infographic # devto # ai # webdev # datascience 2 reactions Comments 3 comments 1 min read **8 Python Concurrency Techniques That Transform Slow Code Into High-Performance Applications** Nithin Bharadwaj Nithin Bharadwaj Nithin Bharadwaj Follow Jan 10 **8 Python Concurrency Techniques That Transform Slow Code Into High-Performance Applications** # programming # devto # python # softwareengineering Comments Add Comment 12 min read Automating DEV.to Publishing with GitHub Actions Janko Janko Janko Follow Jan 4 Automating DEV.to Publishing with GitHub Actions # github # actions # devto # automation Comments Add Comment 1 min read Creating a Reliable VS Code Task for New DEV.to Posts (Windows + PowerShell) Janko Janko Janko Follow Jan 3 Creating a Reliable VS Code Task for New DEV.to Posts (Windows + PowerShell) # vscode # productivity # shortcut # devto Comments Add Comment 2 min read NVIDIA Bought the Bouncer: SchedMD and Where Lock-In Actually Lives David Aronchick David Aronchick David Aronchick Follow Dec 29 '25 NVIDIA Bought the Bouncer: SchedMD and Where Lock-In Actually Lives # aiinfrastructure # devto Comments Add Comment 9 min read Announcing the Launch of My Personal Website Jordan-Tyler Burchett Jordan-Tyler Burchett Jordan-Tyler Burchett Follow Dec 26 '25 Announcing the Launch of My Personal Website # showdev # devto # webdev Comments Add Comment 1 min read Exploring the Flood Fill Algorithm and Its Applications in Maze Solving Baloxh-Aziz Baloxh-Aziz Baloxh-Aziz Follow Dec 25 '25 Exploring the Flood Fill Algorithm and Its Applications in Maze Solving # python # devto # floodfill # algorithms Comments Add Comment 4 min read Why Dev.to API is the Easiest Way to Add a Blog Section to Your React Portfolio Timothy Adeleke Timothy Adeleke Timothy Adeleke Follow Dec 26 '25 Why Dev.to API is the Easiest Way to Add a Blog Section to Your React Portfolio # portfolio # devto 6 reactions Comments Add Comment 4 min read **Production-Ready Go Docker Containers: Small, Secure, and Efficient Containerization Guide** Nithin Bharadwaj Nithin Bharadwaj Nithin Bharadwaj Follow Jan 2 **Production-Ready Go Docker Containers: Small, Secure, and Efficient Containerization Guide** # programming # devto # go # softwareengineering Comments Add Comment 7 min read How to Earn More DEV.to Badges (Without Gaming the System Kudzai Murimi Kudzai Murimi Kudzai Murimi Follow Dec 19 '25 How to Earn More DEV.to Badges (Without Gaming the System # devto # beginners # career # community Comments Add Comment 4 min read I Launched a UI Library, Got 100+ Downloads But AI Couldn’t Understand My Docs Navneet Singh Rajput Navneet Singh Rajput Navneet Singh Rajput Follow Dec 15 '25 I Launched a UI Library, Got 100+ Downloads But AI Couldn’t Understand My Docs # opensource # react # ai # devto Comments Add Comment 1 min read # How to Become a DEV.to Moderator: A Complete Guide Kudzai Murimi Kudzai Murimi Kudzai Murimi Follow Dec 19 '25 # How to Become a DEV.to Moderator: A Complete Guide # devto # community # motivation # careerdevelopment 1 reaction Comments Add Comment 3 min read **8 Proven Cypress Testing Strategies That Boost Web App Reliability and Speed Development** Nithin Bharadwaj Nithin Bharadwaj Nithin Bharadwaj Follow Dec 8 '25 **8 Proven Cypress Testing Strategies That Boost Web App Reliability and Speed Development** # programming # devto # javascript # softwareengineering Comments Add Comment 7 min read HELLO WORLD Pradum Saindane Pradum Saindane Pradum Saindane Follow Dec 30 '25 HELLO WORLD # career # learning # community # devto 5 reactions Comments 2 comments 1 min read Real-Time Python Stream Processing: 8 Essential Techniques for Data in Motion Nithin Bharadwaj Nithin Bharadwaj Nithin Bharadwaj Follow Dec 8 '25 Real-Time Python Stream Processing: 8 Essential Techniques for Data in Motion # programming # devto # python # softwareengineering Comments Add Comment 7 min read Become a GDG on Campus Organizer: Your Complete Selection Journey Google Developer Group GEU Google Developer Group GEU Google Developer Group GEU Follow Dec 5 '25 Become a GDG on Campus Organizer: Your Complete Selection Journey # gdg # developers # devto # leadership 1 reaction Comments Add Comment 4 min read Lights, Camera, Publish! Dev.to Now Supports Video Cover Links Urvisha Maniar Urvisha Maniar Urvisha Maniar Follow Dec 8 '25 Lights, Camera, Publish! Dev.to Now Supports Video Cover Links # devto # ai # nanobanana 9 reactions Comments 1 comment 2 min read I crossed 10,000 views on Dev.to and this one feels special 💙 Haripriya Veluchamy Haripriya Veluchamy Haripriya Veluchamy Follow Jan 3 I crossed 10,000 views on Dev.to and this one feels special 💙 # devto # developer # devjournal # devresolutions2024 12 reactions Comments 4 comments 2 min read You can now embed Cloud Run deployments directly in your DEV posts! Ben Halpern Ben Halpern Ben Halpern Follow for The DEV Team Dec 16 '25 You can now embed Cloud Run deployments directly in your DEV posts! # news # cloud # devto # forem 46 reactions Comments 7 comments 1 min read You can now use YouTube videos as your cover video on DEV Posts (Also Mux and Twitch videos) Ben Halpern Ben Halpern Ben Halpern Follow for The DEV Team Dec 3 '25 You can now use YouTube videos as your cover video on DEV Posts (Also Mux and Twitch videos) # news # community # devto # forem 75 reactions Comments 24 comments 1 min read Hello Devians! Shahil Raj Shahil Raj Shahil Raj Follow Nov 19 '25 Hello Devians! # discuss # community # devto Comments Add Comment 1 min read You Can't Unbake a Cake (or Why Data Isolation in the Age of AI is BASICALLY Impossible) David Aronchick David Aronchick David Aronchick Follow Nov 10 '25 You Can't Unbake a Cake (or Why Data Isolation in the Age of AI is BASICALLY Impossible) # devto Comments Add Comment 11 min read While Everyone Argues About AI Regulation, Data Is the Real Wild West David Aronchick David Aronchick David Aronchick Follow Nov 5 '25 While Everyone Argues About AI Regulation, Data Is the Real Wild West # devto Comments Add Comment 10 min read 我的第一篇 API 发布文章 zaki zaki zaki zaki zaki zaki Follow Nov 3 '25 我的第一篇 API 发布文章 # python # api # devto # tutorial Comments Add Comment 1 min read My First Post via the DEV API 🚀 Vishal Singh Thapa Vishal Singh Thapa Vishal Singh Thapa Follow Oct 30 '25 My First Post via the DEV API 🚀 # api # automation # devto Comments 2 comments 1 min read loading... trending guides/resources You can now embed Cloud Run deployments directly in your DEV posts! Become a GDG on Campus Organizer: Your Complete Selection Journey Cloudflare down DEV still up ⬆️ How to Earn More DEV.to Badges (Without Gaming the System Threat Modeling the YouTube Algorithm: A Security Researcher's Guide to Content Strategy I Launched a UI Library, Got 100+ Downloads But AI Couldn’t Understand My Docs 5 Proven JPA and Hibernate Techniques to Boost Java Database Performance in 2024 **Production-Ready Go Docker Containers: Small, Secure, and Efficient Containerization Guide** Why Rust is Revolutionizing Game Development: Performance, Safety, and Future-Ready Code Lights, Camera, Publish! Dev.to Now Supports Video Cover Links What I Learned After My First Week Sharing on Dev.to Automating Blog Cross-posting to DEV and X with GitHub Actions You can now use YouTube videos as your cover video on DEV Posts (Also Mux and Twitch videos) Why Your Dev.to Articles Aren’t Getting Views (And How to Fix That) Why Dev.to API is the Easiest Way to Add a Blog Section to Your React Portfolio I crossed 10,000 views on Dev.to and this one feels special 💙 Dev.to Tag Hacking 🚀 New milestone achieved 🚀 Hit 300 followers on DEV.to today, mostly bots 🤖! It’s touching ... GDG on Campus Graphic Era Dehradun My First Post via the DEV API 🚀 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/cheat-sheets/website-optimization | Website Optimization Cheat Sheet | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Website Optimization Cheat Sheet Download our popular cheat sheet and make your website faster Website Optimization Cheat Sheet 25% of users abandon a web page if it takes more than four little seconds to load. This cheat sheet helps you keep the visitors you worked so hard to attract. Let's get your website in front of your users as fast as possible! Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://dev.to/t/fastapi | FastAPI - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close FastAPI Follow Hide The official tag for the FastAPI framework. Create Post submission guidelines 🅐 Tutorials written by ChatGPT will be downvoted instantly unless otherwise stated by adding the #chatgpt tag to your post. 🅑 Articles must be written by a FastAPI developer for FastAPI developers. 🅒 Must adhere to Dev COC . 🅓 Questions, discussions, etc, are welcome. about #fastapi FastAPI is a blazingly fast ⚡ python framework for building APIs based on Python-type hints in no time. 😲 Facts ⚡ FastAPI is built on top of Starlette, a Python Framework, which means it inherits all of Starlette's great features like asynchronous request handling and middleware support. ✅ It can be used with Pydantic for data validation and serialization, which makes it incredibly easy to validate and convert incoming request data into the format you need. 👩💻 One of the best things about the framework is how quickly you can get up and running with it. Thanks to its easy-to-use routing system and automatic OpenAPI validation and documentation, you can have a fully functioning API up and running in no time at all. 🔐 It comes with built-in support for various authentication schemes such as OAuth2 and JWT. This makes it easy to secure your API endpoints and ensure only authorized users have access to them. 💡 It is fully compatible with Python 3.7+ so you can take advantage of all the latest Python features when building your API. 📈 Despite not even having released version 1.0 yet, it has already gained a large following among developers who are excited about what this framework can offer them in terms of speed, scalability, and security. 📚 Resources ‣ fastapi.tiangolo.com ‣ List of FastAPI projects ‣ awesome things related to FastAPI ‣ Explore the awesome tutorials here on Dev. Older #fastapi posts 1 2 3 4 5 6 7 8 9 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu FastAPI from Zero: Writing Your First API Route Tekeu Franck Tekeu Franck Tekeu Franck Follow Jan 12 FastAPI from Zero: Writing Your First API Route # webdev # programming # fastapi Comments Add Comment 3 min read Beyond Image Labels: Estimating Food Portions and Calories using Grounding DINO + SAM Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 11 Beyond Image Labels: Estimating Food Portions and Calories using Grounding DINO + SAM # ai # fastapi # sam # webdev Comments Add Comment 4 min read Stop Overengineering Your Python Schedulers — Here's the Cleaner Way Michiel Michiel Michiel Follow Jan 10 Stop Overengineering Your Python Schedulers — Here's the Cleaner Way # python # opensource # fastapi # scheduling Comments Add Comment 3 min read How I Built a Crypto Portfolio API in Python (And What I Learned) André Souto Campos André Souto Campos André Souto Campos Follow Jan 10 How I Built a Crypto Portfolio API in Python (And What I Learned) # python # api # cryptocurrency # fastapi Comments Add Comment 4 min read Construyendo un extractor de audio (YouTube MP3) con FastAPI, yt-dlp y ffmpeg Mario Mario Mario Follow Jan 8 Construyendo un extractor de audio (YouTube MP3) con FastAPI, yt-dlp y ffmpeg # python # fastapi # backend # podcast Comments Add Comment 5 min read How LLM use MCPs? Hitesh Hitesh Hitesh Follow Jan 8 How LLM use MCPs? # mcp # rag # llm # fastapi 5 reactions Comments Add Comment 2 min read Create MCP into an existing FastAPI backend Hitesh Hitesh Hitesh Follow Jan 8 Create MCP into an existing FastAPI backend # python # fastapi # mcp # rag 4 reactions Comments Add Comment 2 min read RefAIne: Transform Casual Prompts into Expert-Level AI Instructions Alberto Barrago Alberto Barrago Alberto Barrago Follow Jan 5 RefAIne: Transform Casual Prompts into Expert-Level AI Instructions # python # fastapi # ai Comments Add Comment 3 min read 🚀 Introducing BustAPI — Python’s Next-Gen High-Performance Web Framework Jui The Alian Jui The Alian Jui The Alian Follow Jan 5 🚀 Introducing BustAPI — Python’s Next-Gen High-Performance Web Framework # webdev # python # fastapi # bustapi 1 reaction Comments Add Comment 2 min read If Swagger Works but Your SDK Fails, Your SDK Is Lying Anthony Nwaizuzu Anthony Nwaizuzu Anthony Nwaizuzu Follow Jan 8 If Swagger Works but Your SDK Fails, Your SDK Is Lying # fastapi # python # sdk # database 1 reaction Comments 2 comments 2 min read Basic Logging in Fastapi using Logger module Chengetanai Mukanhairi Chengetanai Mukanhairi Chengetanai Mukanhairi Follow Jan 4 Basic Logging in Fastapi using Logger module # fastapi # logging # logger # errors Comments Add Comment 4 min read FHIR Integration: Build Modern Healthcare Apps Using Python and FastAPI wellallyTech wellallyTech wellallyTech Follow Jan 3 FHIR Integration: Build Modern Healthcare Apps Using Python and FastAPI # python # api # fastapi # healthtech Comments Add Comment 2 min read From Pixels to Calories: Building a Multimodal Meal Analysis Engine with GPT-4o Beck_Moulton Beck_Moulton Beck_Moulton Follow Jan 8 From Pixels to Calories: Building a Multimodal Meal Analysis Engine with GPT-4o # webdev # ai # python # fastapi Comments Add Comment 4 min read Basic FastAPI Warren Jitsing Warren Jitsing Warren Jitsing Follow Dec 31 '25 Basic FastAPI # fastapi # webdev # testing # programming Comments Add Comment 27 min read How I built a Self-Hosted Address Validation Tool with FastAPI & Docker to save $2,000/year Guilherme Guilherme Guilherme Follow Jan 1 How I built a Self-Hosted Address Validation Tool with FastAPI & Docker to save $2,000/year # python # fastapi # selfhosted # docker Comments 1 comment 1 min read Why does my first HTTP request lag due to WebSocket behavior, and how is this handled in production environments? Affinity Affinity Affinity Follow Dec 27 '25 Why does my first HTTP request lag due to WebSocket behavior, and how is this handled in production environments? # fastapi # websocket # http # javascript Comments Add Comment 3 min read 🚀 Build a Todo App API with FastAPI + uv (The Cleanest Way!) Manish Chaudhary Manish Chaudhary Manish Chaudhary Follow Dec 26 '25 🚀 Build a Todo App API with FastAPI + uv (The Cleanest Way!) # python # fastapi # api # uv Comments Add Comment 2 min read Deploying Your AI/ML Models: A Practical Guide from Training to Production Ajor Ajor Ajor Follow Dec 23 '25 Deploying Your AI/ML Models: A Practical Guide from Training to Production # ai # fastapi # computervision # deeplearning 1 reaction Comments Add Comment 5 min read Hands-On Journey Experimenting with Kubernetes: FastAPI + React Deployment Cloudev Cloudev Cloudev Follow Dec 23 '25 Hands-On Journey Experimenting with Kubernetes: FastAPI + React Deployment # kubernetes # fastapi # react # docker Comments Add Comment 2 min read How to Send Email in FastAPI (+Code Snippets) David Ozokoye David Ozokoye David Ozokoye Follow for SendLayer Dec 24 '25 How to Send Email in FastAPI (+Code Snippets) # python # fastapi # sendlayer # webdev Comments Add Comment 14 min read 🚀 Production-Ready FastAPI Template (Python) Ortiz de Arcanjo António David Ortiz de Arcanjo António David Ortiz de Arcanjo António David Follow Dec 18 '25 🚀 Production-Ready FastAPI Template (Python) # python # fastapi # mongodb # architecture Comments Add Comment 2 min read Building 10 Python Packages for Enterprise FastAPI Apps: What I Learned Daniel Garza Daniel Garza Daniel Garza Follow Dec 17 '25 Building 10 Python Packages for Enterprise FastAPI Apps: What I Learned # python # fastapi # opensource # azure Comments Add Comment 3 min read Zero-to-Scale ML: Deploying ONNX Models on Kubernetes with FastAPI and HPA Austin Deyan Austin Deyan Austin Deyan Follow Dec 15 '25 Zero-to-Scale ML: Deploying ONNX Models on Kubernetes with FastAPI and HPA # machinelearning # kubernetes # fastapi # ai Comments Add Comment 2 min read Scallpy (beta): Scaffold FastAPI Projects Like Vite – In Seconds jara505 jara505 jara505 Follow Dec 14 '25 Scallpy (beta): Scaffold FastAPI Projects Like Vite – In Seconds # fastapi # python # cli Comments Add Comment 2 min read Reducing SQLAlchemy CRUD Boilerplate with a Type-Safe Repository Pattern dan dan dan Follow Dec 10 '25 Reducing SQLAlchemy CRUD Boilerplate with a Type-Safe Repository Pattern # fastapi # sqlalchemy # python 2 reactions Comments Add Comment 1 min read loading... trending guides/resources FastAPI vs Spring Boot: A Comprehensive Comparison I built a FastAPI admin panel that doesn't suck (and here's why it's different) FastAPI Setup Guide for 2025: Requirements, Structure & Deployment Why Do We Need WSGI for Python Web Apps? (And Why Flask Uses Gunicorn) Running FastAPI in Production on a VPS (Step-by-Step) TypeScript Backend Toolkit V2 - the Express stack that writes its own docs, SDK, and admin UI whi... 🚀 Build a Todo App API with FastAPI + uv (The Cleanest Way!) 🚀 Building AI Agents with FastAPI + OpenAI 🚀 Supabase Connection Scaling: The Essential Guide for FastAPI Developers Deploying Your AI/ML Models: A Practical Guide from Training to Production Building a Tier 3 Movie Database App with Django: My Development Journey 🚀 Deploying a FastAPI Project to an Ubuntu VPS — A Complete Guide for Developers Why Azure Front Door Is My Favorite Global CDN + Load Balancing Service Building PRRover: A FastAPI GitHub PR Reviewer with Telex A2A Integration 💰 How to Easily Check Multi-Chain Crypto Wallet Balances with Multichain Crypto API Beyond Basic CRUD: Building a Scalable Music API with FastAPI & Clean Architecture Serverless FastAPI Deployment: Actions Speak Louder Than Words I Built an AI Agent to End Team Arguments (Mostly) - My HNG Stage 3 Journey 🚀 Production-Ready FastAPI Template (Python) From LangChain Demos to a Production-Ready FastAPI Backend 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://dev.to/t/webdev/page/13 | Web Development Page 13 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Web Development Follow Hide Because the internet... Create Post submission guidelines Be nice. Be respectful. Assume best intentions. Be kind, rewind. Older #webdev posts 10 11 12 13 14 15 16 17 18 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Context in go, why it matters Jnanesh D Jnanesh D Jnanesh D Follow Jan 10 Context in go, why it matters # webdev # go # programming 1 reaction Comments Add Comment 2 min read Deploying Custom Voice Models in VAPI for E-commerce: Key Insights CallStack Tech CallStack Tech CallStack Tech Follow Jan 9 Deploying Custom Voice Models in VAPI for E-commerce: Key Insights # ai # voicetech # webdev # tutorial Comments Add Comment 12 min read I Built an AI README Generator! Here's What I Learned... Subatomicbread Subatomicbread Subatomicbread Follow Jan 9 I Built an AI README Generator! Here's What I Learned... # webdev # programming # github # ai 1 reaction Comments Add Comment 2 min read Next.js Weekly #112: RSC Explorer, React 19.2 Async Shift, Vercel AI SDK 6, Base UI v1, shadcn/create, Next.js notFound() Bug Erfan Ebrahimnia Erfan Ebrahimnia Erfan Ebrahimnia Follow Jan 9 Next.js Weekly #112: RSC Explorer, React 19.2 Async Shift, Vercel AI SDK 6, Base UI v1, shadcn/create, Next.js notFound() Bug # webdev # nextjs # react Comments Add Comment 4 min read Built a Netflix Clone bibashmanjusubedi bibashmanjusubedi bibashmanjusubedi Follow Jan 9 Built a Netflix Clone # webdev # frontend # clone Comments Add Comment 1 min read AI Explains Code Well Until the Moment Context Actually Matters Leena Malhotra Leena Malhotra Leena Malhotra Follow Jan 9 AI Explains Code Well Until the Moment Context Actually Matters # webdev # programming # ai Comments Add Comment 8 min read Introducing HTTP Tracker Plus: Request Capture form Browser Dedar Alam Dedar Alam Dedar Alam Follow Jan 8 Introducing HTTP Tracker Plus: Request Capture form Browser # webdev # programming # javascript Comments Add Comment 1 min read Why I dumped LAMP for Next.js + Groq to build an AI SaaS in 48 hours NizarHelius NizarHelius NizarHelius Follow Jan 10 Why I dumped LAMP for Next.js + Groq to build an AI SaaS in 48 hours # showdev # nextjs # ai # webdev Comments Add Comment 1 min read How Overusing Redis Almost Killed Our Project at Scale Saif Ullah Usmani Saif Ullah Usmani Saif Ullah Usmani Follow Jan 9 How Overusing Redis Almost Killed Our Project at Scale # webdev # devops # softwareengineering # beginners Comments Add Comment 2 min read Building Forms with Validation in Attractions and Svelte Ethan Walker Ethan Walker Ethan Walker Follow Jan 9 Building Forms with Validation in Attractions and Svelte # svelte # webdev # programming # javascript Comments Add Comment 6 min read # 🎨 Aprendiendo colores en CSS: buenas prácticas para proyectos reales Claudio Ortiz Claudio Ortiz Claudio Ortiz Follow Jan 9 # 🎨 Aprendiendo colores en CSS: buenas prácticas para proyectos reales # css # learning # spanish # webdev Comments Add Comment 2 min read Async/Await Is Overused — And It’s Hurting JavaScript Performance ROHIT SINGH ROHIT SINGH ROHIT SINGH Follow Jan 9 Async/Await Is Overused — And It’s Hurting JavaScript Performance # webdev # javascript # programming # react 1 reaction Comments Add Comment 2 min read Sanctum: Cryptographically Deniable Vault System with IPFS Storage Teycir Ben Soltane Teycir Ben Soltane Teycir Ben Soltane Follow Jan 8 Sanctum: Cryptographically Deniable Vault System with IPFS Storage # webdev # programming # security Comments Add Comment 5 min read Lessons Learned Building a Social Product in India Lukoon Lukoon Lukoon Lukoon Lukoon Lukoon Follow Jan 9 Lessons Learned Building a Social Product in India # webdev # programming # ai Comments Add Comment 3 min read Z-Image Omni Base is Really Coming! The All-in-One AI Model Unifying Generation and Editing is About to Debut z-image me z-image me z-image me Follow Jan 9 Z-Image Omni Base is Really Coming! The All-in-One AI Model Unifying Generation and Editing is About to Debut # webdev Comments Add Comment 3 min read Human‑Driven vs AI‑Driven IDEs Mía Salazar Mía Salazar Mía Salazar Follow Jan 9 Human‑Driven vs AI‑Driven IDEs # ai # frontend # webdev # programming 1 reaction Comments Add Comment 4 min read Agents Do On-Call, 3B Tokens, IDEs Die by 2026 Adam Adam Adam Follow Jan 9 Agents Do On-Call, 3B Tokens, IDEs Die by 2026 # webdev # weeklyfoo # javascript # node Comments Add Comment 3 min read The TypeScript Features I Wish I'd Learned Sooner Tarun Moorjani Tarun Moorjani Tarun Moorjani Follow Jan 8 The TypeScript Features I Wish I'd Learned Sooner # discuss # typescript # beginners # webdev Comments Add Comment 9 min read How I Generated 2,800+ SEO Pages for n8n Workflows using Next.js zo Aoo zo Aoo zo Aoo Follow Jan 9 How I Generated 2,800+ SEO Pages for n8n Workflows using Next.js # nextjs # seo # buildinpublic # webdev Comments Add Comment 3 min read SEO is a Hardware Porblem Amos Weiskopf Amos Weiskopf Amos Weiskopf Follow Jan 8 SEO is a Hardware Porblem # programming # webdev Comments Add Comment 10 min read Why AI Breaks Down in Long-Lived Systems (And What Devs Miss) Rohit Gavali Rohit Gavali Rohit Gavali Follow Jan 9 Why AI Breaks Down in Long-Lived Systems (And What Devs Miss) # webdev # programming # ai Comments Add Comment 8 min read TanStack Router Setup in Our React SaaS Template - 2026 kiran ravi kiran ravi kiran ravi Follow Jan 8 TanStack Router Setup in Our React SaaS Template - 2026 # webdev # opensource # programming # javascript Comments Add Comment 3 min read I Called Myself a Tech Guy Without Building Anything! Suraj Kumar Suraj Kumar Suraj Kumar Follow Jan 9 I Called Myself a Tech Guy Without Building Anything! # webdev # programming # ai # mixedreality Comments Add Comment 2 min read I Built a Simple MM to CM Converter Because I Got Tired of Googling It Olivia Olivia Olivia Follow Jan 9 I Built a Simple MM to CM Converter Because I Got Tired of Googling It # webdev # productivity # tools Comments Add Comment 1 min read How to Check External API Throttle Limit in Laravel Ankit Verma Ankit Verma Ankit Verma Follow Jan 10 How to Check External API Throttle Limit in Laravel # programming # webdev # php # laravel Comments Add Comment 1 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://gg.forem.com/blaze_faisal | Faisal Mujahid - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Follow User actions Faisal Mujahid I explore gaming's secrets, development stories, and game mechanics. Join me as we uncover what makes our favorite games tick! Location Gurugram, Haryana, India Joined Joined on Sep 6, 2025 Personal website https://faisal-xi.vercel.app/ github website Education Guru Gobind Singh University, Delhi, India Pronouns He/Him Work Student Pursuing Master's in Computer Applications. More info about @blaze_faisal Badges Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Skills/Languages Proficient in Unity 2D/3D, C#, Git, game design, level design, testing, debugging, Python, MongoDB, with strengths in leadership, time & project management. Currently learning Learning Game Development with Unity and C#, while creating blogs to share insights and help others in the game dev community Currently hacking on Developing a 2D horror survival platformer in Unity—play as a thief avoiding sky demons who track you with infrared rays. Hide, run, and outsmart them. Available for Available for Unity internships, contract work, collaborations, and mentoring opportunities—always happy to connect with fellow game developers. Post 11 posts published Comment 1 comment written Tag 0 tags followed THE MORTUARY ASSISTANT: How a Developer Made a Career Out of Embalming Haunted Corpses Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Dec 27 '25 THE MORTUARY ASSISTANT: How a Developer Made a Career Out of Embalming Haunted Corpses # gamedev # indie # horrorgames # steam Comments Add Comment 1 min read Want to connect with Faisal Mujahid? Create an account to connect with Faisal Mujahid. You can also sign in below to proceed if you already have an account. Create Account Already have an account? Sign in 💥 When Your Game Plays YOU: The Algorithm Behind Marvel Rivals Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Dec 9 '25 💥 When Your Game Plays YOU: The Algorithm Behind Marvel Rivals # gamedev # pcgaming # fps # battleroyale 2 reactions Comments 1 comment 1 min read 🚇 Metro — The Only Series That Made Me Afraid of Breathing Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Dec 3 '25 🚇 Metro — The Only Series That Made Me Afraid of Breathing # indie # pcgaming # gamedev # playstation 1 reaction Comments 2 comments 1 min read 🌙 When Your Boss Tells You to Make Magic in One Year — The Majora’s Mask Story Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Nov 25 '25 🌙 When Your Boss Tells You to Make Magic in One Year — The Majora’s Mask Story # gamedev # nintendo # nintendoswitch # rpg Comments Add Comment 1 min read Rewind This: How Prince of Persia Made Breaking the Rules Look Like Art Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Nov 17 '25 Rewind This: How Prince of Persia Made Breaking the Rules Look Like Art # gamedev # pcgaming # playstation # xbox 1 reaction Comments 1 comment 1 min read 🎮 New Blog: How Ubisoft Almost Killed Assassin’s Creed (And Might Still Be Trying) Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Nov 11 '25 🎮 New Blog: How Ubisoft Almost Killed Assassin’s Creed (And Might Still Be Trying) 8 reactions Comments Add Comment 1 min read Slicing Through Code: I Built Fruit Ninja Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Nov 2 '25 Slicing Through Code: I Built Fruit Ninja # gamedev # indie # unity3d # mobilegaming 4 reactions Comments Add Comment 1 min read Debunking the Silent Hill 2 Fog Myth: When Hardware Limits Meet Creative Genius Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Sep 29 '25 Debunking the Silent Hill 2 Fog Myth: When Hardware Limits Meet Creative Genius # gamedev # pcgaming # playstation # gaminghardware 3 reactions Comments Add Comment 1 min read 🕒 Breaking Down SUPERHOT's Time Mechanic Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Sep 22 '25 🕒 Breaking Down SUPERHOT's Time Mechanic # gamedev # unity3d # indie # fps Comments Add Comment 1 min read 📝 New Blog Drop: Cry of Fear – What Real Depression Looks Like Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Sep 6 '25 📝 New Blog Drop: Cry of Fear – What Real Depression Looks Like # cryoffear # gamedev # pcgaming # indie Comments Add Comment 1 min read 🚀 Hey, I’m Faisal – And My First Blog is Live! Faisal Mujahid Faisal Mujahid Faisal Mujahid Follow Sep 6 '25 🚀 Hey, I’m Faisal – And My First Blog is Live! # gamedev # gamereview # gameanalysis # pcgaming 2 reactions Comments Add Comment 2 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/clone-existing-repository?channel=cli | Cloning an Existing Repository | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 2 min episode 5 of 24 Cloning an Existing Repository How can I work with an existing repository from a remote server? Learn More Chapter Starting with an Existing Project on a Server in our online book. Previous Video « Creating a New Local Repository Next Video Inspecting Local Changes » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/stash?channel=cli | Using the Stash | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 13 of 24 Using the Stash How can you save changes temporarily - without committing them? Learn More Chapter Saving Changes Temporarily in our online book. Previous Video « Merging Branches Next Video Dealing with Merge Conflicts » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://dev.to/ibn_abubakre | Abdulqudus Abubakre - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Abdulqudus Abubakre Front end developer, JavaScript enthusiast, Community Builder Location Abuja, Nigeria Joined Joined on Jan 3, 2020 Personal website https://ibnabubakre.xyz github website twitter website Six Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least six years. Got it Close Five Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least five years. Got it Close 1 Week Community Wellness Streak For actively engaging with the community by posting at least 2 comments in a single week. Got it Close Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Four Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least four years. Got it Close Three Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least three years. Got it Close Two Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least two years. Got it Close One Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least one year. Got it Close 4 Week Writing Streak You've posted at least one post per week for 4 consecutive weeks! Got it Close More info about @ibn_abubakre Post 22 posts published Comment 24 comments written Tag 19 tags followed Using aria-labelledby for accessible names Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Nov 12 '25 Using aria-labelledby for accessible names # webdev # a11y # html 1 reaction Comments Add Comment 2 min read Want to connect with Abdulqudus Abubakre? Create an account to connect with Abdulqudus Abubakre. You can also sign in below to proceed if you already have an account. Create Account Already have an account? Sign in Automated Testing with jest-axe Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Dec 22 '24 Automated Testing with jest-axe # a11y # testing # webdev # javascript 42 reactions Comments 1 comment 2 min read Understanding Accessible Names in HTML Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Dec 3 '24 Understanding Accessible Names in HTML # webdev # a11y # html 12 reactions Comments 5 comments 4 min read Hiding Elements in CSS: The Accessible Way Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Nov 17 '24 Hiding Elements in CSS: The Accessible Way # a11y # html # css # webdev 13 reactions Comments 4 comments 3 min read Pausing, Stopping, and Hiding Animations with animation-play-state Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Oct 20 '24 Pausing, Stopping, and Hiding Animations with animation-play-state # a11y # webdev # javascript # css 7 reactions Comments 4 comments 2 min read Building Accessible Animations with prefers-reduced-motion Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Nov 26 '23 Building Accessible Animations with prefers-reduced-motion # a11y # css # webdev 8 reactions Comments Add Comment 1 min read Writing meaningful alt texts Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Oct 13 '23 Writing meaningful alt texts # a11y # webdev 3 reactions Comments Add Comment 3 min read Improving UX of your forms Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Sep 1 '21 Improving UX of your forms # ux # html # css 11 reactions Comments Add Comment 3 min read Why your z-index isn't working Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow May 10 '21 Why your z-index isn't working # html # css 36 reactions Comments 4 comments 2 min read Font loading strategies: FOIT and FOUT Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Apr 21 '21 Font loading strategies: FOIT and FOUT # performance # css 21 reactions Comments Add Comment 3 min read Styling file inputs like a boss Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Aug 21 '20 Styling file inputs like a boss # html # css # javascript 65 reactions Comments 6 comments 3 min read Don't Just Say Hi.... Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Aug 1 '20 Don't Just Say Hi.... 39 reactions Comments 5 comments 2 min read CSS Specificity Explained Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Jul 23 '20 CSS Specificity Explained 28 reactions Comments 4 comments 4 min read Responsive CSS Width Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Jul 14 '20 Responsive CSS Width # css # beginners 80 reactions Comments 5 comments 2 min read The not so technical guide to being a better front-end developer Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Jul 5 '20 The not so technical guide to being a better front-end developer 103 reactions Comments 5 comments 3 min read Harnessing The Power Of CSS Variables With JavaScript Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Jul 3 '20 Harnessing The Power Of CSS Variables With JavaScript 51 reactions Comments 15 comments 3 min read Web Accessibility (Visual Impairments) Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Jun 3 '20 Web Accessibility (Visual Impairments) # a11y # webdev 30 reactions Comments 1 comment 3 min read Accessibility and why you should care Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow May 31 '20 Accessibility and why you should care # a11y # webdev 24 reactions Comments 4 comments 2 min read em VS rem Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow May 23 '20 em VS rem # html # css 66 reactions Comments 9 comments 2 min read Spread VS Rest Operator Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow May 6 '20 Spread VS Rest Operator # javascript 73 reactions Comments 2 comments 2 min read append VS appendChild Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Apr 17 '20 append VS appendChild # html # javascript 211 reactions Comments 28 comments 2 min read Document Fragments and why you should use them Abdulqudus Abubakre Abdulqudus Abubakre Abdulqudus Abubakre Follow Apr 10 '20 Document Fragments and why you should use them # html # javascript 131 reactions Comments 13 comments 3 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/publish-local-repository?channel=cli | Publishing a Local Repository on a Remote | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 20 of 24 Publishing a Local Repository on a Remote How can I publish a local repository on a remote server for the first time? Learn More Chapter Publishing a Local Branch in our online book. Chapter Inspecting Remote Data in our online book. Previous Video « Sharing Data on a Remote Repository Next Video Pushing Changes to a Remote » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/t/esports | Esports - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close # esports Follow Hide Pro tournaments and high-stakes showdowns Create Post Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Pappedeckel: How a Small Reveals Big Investing Truths Extension Extension Extension Follow Sep 22 '25 Pappedeckel: How a Small Reveals Big Investing Truths # esports Comments Add Comment 7 min read League Of Legends: Wild Rift Comes Under Fire For "Diabolical" AI Generated Cinematic Gaming News Gaming News Gaming News Follow Aug 8 '25 League Of Legends: Wild Rift Comes Under Fire For "Diabolical" AI Generated Cinematic # moba # mobilegaming # multiplayer # esports Comments Add Comment 1 min read League Of Legends: Wild Rift Comes Under Fire For "Diabolical" AI Generated Cinematic Gaming News Gaming News Gaming News Follow Aug 7 '25 League Of Legends: Wild Rift Comes Under Fire For "Diabolical" AI Generated Cinematic # moba # mobilegaming # multiplayer # esports Comments Add Comment 1 min read Splitgate 2 Reportedly Shelled Out $400K For Streamers, But Game Is Gasping For Air Now Gaming News Gaming News Gaming News Follow Jul 18 '25 Splitgate 2 Reportedly Shelled Out $400K For Streamers, But Game Is Gasping For Air Now # fps # multiplayer # pcgaming # esports Comments Add Comment 1 min read A Voice That Changed Gaming Forever Gaming News Gaming News Gaming News Follow Jul 2 '25 A Voice That Changed Gaming Forever # esports # pcgaming # indiegames # blizzard Comments Add Comment 1 min read Epic Wins Legal Judgment Against Fortnite Cheater Gaming News Gaming News Gaming News Follow Jul 2 '25 Epic Wins Legal Judgment Against Fortnite Cheater # epicgames # battleroyale # esports # multiplayer Comments Add Comment 1 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/what-is-version-control?channel=cli | What is Version Control? | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 1 of 24 What is Version Control? How does version control work in general? What benefits can I expect? Learn More Chapter What is Version Control? in our online book. Chapter Why Use a Version Control System? in our online book. Next Video Installing & Configuring Git » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/merge-branches?channel=cli | Merging Branches | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 2 min episode 12 of 24 Merging Branches How can I integrate changes from one branch into another branch? Learn More Chapter Merging Chapter in our online book. Previous Video « Creating & Checking Out Branches Next Video Using the Stash » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/introduction-to-remotes?channel=gui | Introduction to Remote Repositories | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 17 of 24 Introduction to Remote Repositories What's a remote repository? How is it different from a local repository? Learn More Chapter About Remote Repositories in our online book. Previous Video « Tags Next Video Connecting a Remote Repository » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/commit-history?channel=cli | Commit History | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 8 of 24 Commit History How can I see what has happened in my repository? How can I review my repository's history? Learn More Chapter Working on Your Project in our online book. Previous Video « Staging & Committing Changes Next Video Ignoring Files » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://github.com/solutions/industry/government#start-of-content | Government Agency Software Development Solutions | GitHub · GitHub Skip to content Navigation Menu Toggle navigation Sign in Platform AI CODE CREATION GitHub Copilot Write better code with AI GitHub Spark Build and deploy intelligent apps GitHub Models Manage and compare prompts MCP Registry New Integrate external tools DEVELOPER WORKFLOWS Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes APPLICATION SECURITY GitHub Advanced Security Find and fix vulnerabilities Code security Secure your code as you build Secret protection Stop leaks before they start EXPLORE Why GitHub Documentation Blog Changelog Marketplace View all features Solutions BY COMPANY SIZE Enterprises Small and medium teams Startups Nonprofits BY USE CASE App Modernization DevSecOps DevOps CI/CD View all use cases BY INDUSTRY Healthcare Financial services Manufacturing Government View all industries View all solutions Resources EXPLORE BY TOPIC AI Software Development DevOps Security View all topics EXPLORE BY TYPE Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills SUPPORT & SERVICES Documentation Customer support Community forum Trust center Partners Open Source COMMUNITY GitHub Sponsors Fund open source developers PROGRAMS Security Lab Maintainer Community Accelerator Archive Program REPOSITORIES Topics Trending Collections Enterprise ENTERPRISE SOLUTIONS Enterprise platform AI-powered developer platform AVAILABLE ADD-ONS GitHub Advanced Security Enterprise-grade security features Copilot for Business Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... --> Search Clear Search syntax tips Provide feedback --> We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly --> Name Query To see all available qualifiers, see our documentation . Cancel Create saved search Sign in Sign up Resetting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} Solutions By industry Government solutions Empowering government agencies with secure, collaborative software development With seamless collaboration and robust compliance, GitHub helps government agencies build and innovate securely on a single, AI-powered platform. Start a free trial Contact sales Transforming government software development with security, collaboration, and flexibility Secure and compliant development With FedRAMP authorization and industry-leading security features, GitHub meets the highest standards of compliance and protection. Efficient collaboration across teams GitHub’s collaborative platform enables seamless code sharing, review, and feedback within your agency or with external partners. Flexible deployment options No matter where you need to host, GitHub Enterprise offers flexible deployment options to meet your agency’s unique operational requirements. Protect sensitive data Help keep your agency’s code secure with built-in vulnerability scanning, secret detection, and compliance monitoring, all seamlessly integrated into your development workflow.. Explore GitHub Advanced Security Accelerate development with AI-powered assistance Whether drafting complex algorithms or automating tasks, GitHub Copilot empowers your agency to deliver mission-critical software with speed and precision. Explore GitHub Copilot Automated, secure CI/CD With customizable workflows and integrations, your agency can streamline operations and ensure consistent, high-quality code delivery. Explore GitHub Actions Learn how the VA modernizes its approach to make healthcare more accessible to millions of veterans. Read the customer story “ We reduced our deployment time significantly. To deliver quickly, using GitHub and Azure DevOps for our DevSecOps process, CI/CD, infrastructure, code, and automation was the key. Shamal Siwan Lead DevOps Engineer/Solutions Architect // California Department of Technology DevOps strategies for government agencies, amplified by GitHub Trusted by 90% of the Fortune 100, GitHub helps millions of developers and companies collaborate, build, and deliver secure software faster. And with thousands of DevOps integrations, developers can build smarter with the tools they know from day one—or discover new ones. Contact sales Start a free enterprise trial Additional Resources Find the right DevOps platform Narrow your search with the 2024 Gartner® Magic Quadrant™ for DevOps Platforms report. Get the Gartner report What is DevOps? By bringing people, processes, and products together, DevOps enables development teams to continuously deliver value. Learn more about DevOps Discover innersource This practice empowers developers to save time and energy by bringing methodologies from open source into their internal development. Read more on Innersouce Site-wide Links Subscribe to our developer newsletter Get tips, technical guides, and best practices. Twice a month. Subscribe Platform Features Enterprise Copilot AI Security Pricing Team Resources Roadmap Compare GitHub Ecosystem Developer API Partners Education GitHub CLI GitHub Desktop GitHub Mobile GitHub Marketplace MCP Registry Support Docs Community Forum Professional Services Premium Support Skills Status Contact GitHub Company About Why GitHub Customer stories Blog The ReadME Project Careers Newsroom Inclusion Social Impact Shop © 2026 GitHub, Inc. Terms Privacy (Updated 02/2024) 02/2024 Sitemap What is Git? Manage cookies Do not share my personal information GitHub on LinkedIn Instagram GitHub on Instagram GitHub on YouTube GitHub on X TikTok GitHub on TikTok Twitch GitHub on Twitch GitHub’s organization on GitHub English English Português (Brasil) Español (América Latina) 日本語 한국어 You can’t perform that action at this time. | 2026-01-13T08:48:11 |
http://azure.microsoft.com/blog/ | Microsoft Azure Blog Skip to main content Microsoft Azure Azure Azure Home Explore Products Popular Popular View all products (200+) Microsoft Foundry Foundry Agent Service Azure Copilot Observability in Foundry Control Plane GitHub Copilot Azure DevOps Azure Kubernetes Service (AKS) Azure Cosmos DB Azure Database for PostgreSQL Azure Arc Microsoft Foundry Microsoft Foundry Microsoft Foundry Foundry Models Foundry Agent Service Azure AI Search Foundry Tools Azure OpenAI in Foundry Models Azure Content Understanding in Foundry Tools Observability in Foundry Control Plane Azure Speech in Foundry Tools Azure Machine Learning Databases + analytics Databases + analytics Azure Cosmos DB Azure DocumentDB Azure SQL Azure Database for PostgreSQL Azure Managed Redis Microsoft Fabric Azure Databricks Azure Synapse Analytics View all databases Compute Compute Linux virtual machines in Azure SQL Server on Azure Virtual Machines Windows Server Azure Functions Azure Virtual Machine Scale Sets Azure Spot Virtual Machines Azure Container Apps Azure Compute Fleet Containers Containers Azure Container Apps Azure Kubernetes Service (AKS) Azure Kubernetes Fleet Manager Azure Container Registry Azure Red Hat OpenShift Azure Container Instances Hybrid + multicloud Hybrid + multicloud Azure Arc Azure Local Microsoft Defender for Cloud Azure IoT Edge Azure Monitor Microsoft Sentinel Azure Migrate Solutions Featured Featured View all solutions (40+) Azure AI Apps and AI Agents Azure cloud migration and modernization center Data analytics for AI Cloud solutions for small and medium businesses Azure AI Infrastructure Adaptive cloud Azure networking and network security SAP on the Microsoft Cloud Azure Databases Azure Integration Services AI AI Azure AI Apps and AI Agents Responsible AI with Azure Azure AI Infrastructure Knowledge mining Hugging Face on Azure Machine learning operations (MLOps) Application development Application development Development and testing DevOps DevSecOps Integration Services Serverless computing Application and Data Modernization Low-code application development on Azure Cloud migration and modernization Cloud migration and modernization Migration and modernization center .NET apps migration Development and testing SQL Server migration Linux on Azure SAP on the Microsoft Cloud Oracle on Azure Azure confidential computing Hybrid Cloud and infrastructure Hybrid Cloud and infrastructure Adaptive cloud Resiliency High-performance computing (HPC) Business-critical applications Quantum computing Resources Resources Reference architectures Resources for accelerating growth Microsoft Marketplace Azure Essentials Browse the Microsoft Business Solutions Hub Azure Accelerate Microsoft Cloud Adoption Framework for Azure Azure Well-Architected Framework FinOps on Azure Pricing How to buy How to buy Azure pricing Free Azure services Azure account Flexible purchase options Azure offers and benefits Pricing tools and resources Pricing tools and resources Pricing calculator Optimize your costs FinOps on Azure Partners Software Development Companies Microsoft Marketplace Find a partner Resources Learning Learning Get started with Azure Customer stories Analyst reports, white papers, and e-books Videos Learn more about cloud computing Technical resources Technical resources Documentation Get the Azure mobile app Developer resources Quickstart templates Resources for startups Community Community Developer community Students Azure for partners What's new What's new Blog Events and Webinars Learn Support Contact Sales Get started with Azure Sign in More All Microsoft Global Microsoft 365 Teams Copilot Windows Surface Xbox Deals Small Business Support Software Software Windows Apps AI Outlook OneDrive Microsoft Teams OneNote Microsoft Edge Moving from Skype to Teams PCs & Devices PCs & Devices Computers Shop Xbox Accessories VR & mixed reality Certified Refurbished Trade-in for cash Entertainment Entertainment Xbox Game Pass Ultimate PC Game Pass Xbox games PC games Business Business Microsoft Security Dynamics 365 Microsoft 365 for business Microsoft Power Platform Windows 365 Microsoft Industry Small Business Developer & IT Developer & IT Azure Microsoft Developer Microsoft Learn Support for AI marketplace apps Microsoft Tech Community Microsoft Marketplace Marketplace Rewards Visual Studio Other Other Microsoft Rewards Free downloads & security Education Gift cards Licensing Unlocked stories View Sitemap Search Search Azure No results Cancel Microsoft Azure Blog Navigate blog by Navigate blog by: Content type Announcements Best practices Customer stories Events Partnerships Thought leadership Product AI + machine learning Azure AI Azure AI Bot Service Azure AI Content Safety Azure AI Custom Vision Azure AI Immersive Reader Azure AI Metrics Advisor Azure AI Search Azure AI Studio Azure Databricks Azure Document Intelligence Azure Machine Learning Azure OpenAI Azure Speech Foundry Agent Service Health Bot Microsoft Foundry Analytics Azure Analysis Services Azure Data Explorer Azure Data Factory Azure Data Lake Storage Azure Data Share Azure Databricks Azure Maps Azure Synapse Analytics Event Hubs Microsoft Purview Azure Quantum Blog Compute App Service Azure CycleCloud Azure Functions Azure Kubernetes Service (AKS) Azure Service Fabric Azure Virtual Desktop Azure VM Image Builder Azure VMware Solution Batch Cloud Services Linux Virtual Machines SQL Server on Azure Virtual Machines Static Web Apps Virtual Machines Containers App Configuration Azure Container Apps Azure Container Storage Azure Functions Azure Kubernetes Service (AKS) Azure Red Hat OpenShift Azure Service Fabric Databases Azure confidential ledger Azure Cosmos DB Azure Data Factory Azure Database for MySQL Azure Database for PostgreSQL Azure SQL Database SQL Server on Azure Virtual Machines DevOps Azure Artifacts Azure DevOps Azure DevTest Labs Azure Load Testing Azure Monitor GitHub Copilot Microsoft Dev Box Developer tools App Configuration Azure DevOps Azure DevTest Labs Azure Load Testing Microsoft Dev Box Visual Studio Hybrid + multicloud Azure Arc Azure Database for PostgreSQL Azure DevOps Azure IoT Edge Azure Local Azure SQL Database Azure Stack Edge expressroute Microsoft Defender for Cloud Microsoft Sentinel Identity Microsoft Entra ID Integration API Management Azure Health Data Services Azure Logic Apps Azure Web PubSub Service Bus Internet of things API Management Azure Cosmos DB Azure Functions Azure IoT Edge Azure IoT Hub Azure Logic Apps Azure Machine Learning Azure Sphere Digital Twins Event Grid Management and governance Automation Azure Managed Applications Azure Migrate Azure Monitor Azure Policy Azure Resource Manager Azure Service Health Azure Site Recovery Microsoft Azure portal Microsoft Copilot for Azure Microsoft Cost Management Microsoft Purview Traffic Manager Storage Azure Blob Storage Azure confidential ledger Azure Data Box Azure Data Lake Storage Azure Data Share Azure Disk Storage Azure Elastic SAN Azure Files Azure HPC Cache Azure NetApp Files Azure Storage Discovery Azure Storage Mover Audience AI professionals Business decision makers Data professionals Developers IT decision makers IT implementors Search for: Submit search Announcements Jan 11 3 min read Bridging the gap between AI and medicine: Claude in Microsoft Foundry advances capabilities for healthcare and life sciences customers We’re excited to announce that Anthropic has added new tools, connectors, and skills that allow Claude in Microsoft Foundry to bring advanced reasoning, agentic workflows, and model intelligence purpose built for healthcare and life sciences industries. Announcements Dec 11, 2025 2 min read Introducing GPT-5.2 in Microsoft Foundry: The new standard for enterprise AI Announcements Jan 5 4 min read Microsoft’s strategic AI datacenter planning enables seamless, large-scale NVIDIA Rubin deployments Hear from our Azure leaders Events Dec 10, 2025 6 min read Actioning agentic AI: 5 ways to build with news from Microsoft Ignite 2025 News Dec 11, 2025 7 min read Azure Storage innovations: Unlocking the future of data Partnerships Dec 2, 2025 5 min read A decade of open innovation: Celebrating 10 years of Microsoft and Red Hat partnership AI and machine learning News Dec 16, 2025 5 min read Azure updates for partners: December 2025 News Dec 9, 2025 4 min read Microsoft’s commitment to supporting cloud infrastructure demand in the United States Announcements Dec 2, 2025 4 min read Introducing Mistral Large 3 in Microsoft Foundry: Open, capable, and ready for production workloads Azure infrastructure News Dec 3, 2025 6 min read New options for AI-powered innovation, resiliency, and control with Microsoft Azure Announcements Dec 1, 2025 5 min read Azure networking updates on security, reliability, and high availability Announcements Nov 18, 2025 12 min read Microsoft Databases and Microsoft Fabric: Your unified and AI-powered data estate App development Thought leadership Oct 31, 2025 3 min read Resiliency in the cloud—empowered by shared responsibility and Azure Essentials Events Oct 30, 2025 4 min read GitHub Universe 2025: Where developer innovation took center stage Partnerships Oct 28, 2025 7 min read Introducing Agent HQ: Any agent, any way you work Database and analytics Events Sep 16, 2025 10 min read FabCon Vienna: Build data-rich agents on an enterprise-ready foundation Best practices Jul 15, 2025 5 min read Databricks runs best on Azure Announcements May 19, 2025 12 min read Powering the next AI frontier with Microsoft Fabric and the Azure data portfolio Recent posts AI + machine learning Dec 17 5 min read Microsoft named a Leader in Gartner® Magic Quadrant™ for AI Application Development Platforms AI + machine learning Dec 16 5 min read Azure updates for partners: December 2025 AI + machine learning Dec 9 4 min read Microsoft’s commitment to supporting cloud infrastructure demand in the United States Hybrid + multicloud Dec 3 6 min read New options for AI-powered innovation, resiliency, and control with Microsoft Azure AI + machine learning Dec 2 4 min read Introducing Mistral Large 3 in Microsoft Foundry: Open, capable, and ready for production workloads Networking Dec 1 5 min read Azure networking updates on security, reliability, and high availability AI + machine learning Nov 24 4 min read Introducing Claude Opus 4.5 in Microsoft Foundry AI + machine learning Nov 18 8 min read Microsoft Foundry: Scale innovation on a modular, interoperable, and secure agent stack AI + machine learning Nov 18 9 min read Azure at Microsoft Ignite 2025: All the intelligent cloud news explained Databases Nov 18 12 min read Microsoft Databases and Microsoft Fabric: Your unified and AI-powered data estate AI + machine learning Nov 18 8 min read Announcing Azure Copilot agents and AI infrastructure innovations AI + machine learning Nov 18 4 min read Introducing Anthropic’s Claude models in Microsoft Foundry: Bringing Frontier intelligence to Azure See all recent posts Explore Microsoft Foundry The future of AI starts here. Envision your next great AI app with the latest technologies. Get started with Azure. Learn more about Microsoft Foundry Connect with us on social X YouTube LinkedIn Instagram Explore Azure What is Azure? Get started with Azure Global infrastructure Datacenter regions Trust your cloud Azure Essentials Customer stories Products and pricing Products Azure pricing Free Azure services Flexible purchase options FinOps on Azure Optimize your costs Solutions and support Solutions Resources for accelerating growth Solution architectures Support Azure demo and live Q&A Partners Software Development Companies Microsoft Marketplace Find a partner Resources Documentation Blog Developer resources Students Events and Webinars Analyst reports, white papers, and e-books Videos Cloud computing What is cloud computing? What is multicloud? What is machine learning? What is deep learning? What is AIaaS? What are LLMs? What is a container? What is RAG? English (United States) Your Privacy Choices Opt-Out Icon Your Privacy Choices Your Privacy Choices Opt-Out Icon Your Privacy Choices Consumer Health Privacy Sitemap Contact Microsoft Privacy Manage cookies Terms of use Trademarks Safety & eco Recycling About our ads © Microsoft 2026 | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/ignore-files?channel=cli | Ignoring Files | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 4 min episode 9 of 24 Ignoring Files How can I prevent certain files from being versioned / tracked by Git? Learn More Chapter Starting with an Unversioned Project in our online book. Previous Video « Commit History Next Video Introduction to Branches » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-5-0-preview-5/#mainContent | Announcing Entity Framework Core 5.0 Preview 5 - .NET Blog Skip to main content Microsoft Dev Blogs Dev Blogs Dev Blogs Home Developer Microsoft for Developers Visual Studio Visual Studio Code Develop from the cloud All things Azure Xcode DevOps Windows Developer ISE Developer Azure SDK Command Line Aspire Technology DirectX Semantic Kernel Languages C++ C# F# TypeScript PowerShell Team Python Java Java Blog in Chinese Go .NET All .NET posts .NET Aspire .NET MAUI AI ASP.NET Core Blazor Entity Framework NuGet Servicing .NET Blog in Chinese Platform Development #ifdef Windows Microsoft Foundry Azure Government Azure VM Runtime Team Bing Dev Center Microsoft Edge Dev Microsoft Azure Microsoft 365 Developer Microsoft Entra Identity Developer Old New Thing Power Platform Data Development Azure Cosmos DB Azure Data Studio Azure SQL OData Revolutions R Unified Data Model (IDEAs) Microsoft Entra PowerShell More Search Search No results Cancel Dev Blogs .NET Blog Announcing Entity Framework Core 5.0 Preview 5 .NET 10 is here! .NET 10 is now available: the most productive, modern, secure, intelligent, and performant release of .NET yet. Learn More Download Now June 10th, 2020 0 reactions Announcing Entity Framework Core 5.0 Preview 5 Jeremy Likness Principal Program Manager - .NET AI experience Show more Today we are announcing the fifth preview release of EF Core 5.0 . The fifth previews of .NET 5 and ASP.NET Core 5.0 are also available now. Prerequisites The previews of EF Core 5.0 require .NET Standard 2.1. This means: EF Core 5.0 runs on .NET Core 3.1; it does not require .NET 5. This may change in future previews depending on how the plan for .NET 5 evolves. EF Core 5.0 runs on other platforms that support .NET Standard 2.1 . EF Core 5.0 will not run on .NET Standard 2.0 platforms, including .NET Framework. How to get EF Core 5.0 previews EF Core is distributed exclusively as a set of NuGet packages. For example, to add the SQL Server provider to your project, you can use the following command using the dotnet tool: dotnet add package Microsoft .EntityFrameworkCore .SqlServer --version 5 .0 .0-preview.5.20278.2 The EF Core packages published today are: Microsoft.EntityFrameworkCore – The main EF Core package Microsoft.EntityFrameworkCore.SqlServer – Database provider for Microsoft SQL Server and SQL Azure Microsoft.EntityFrameworkCore.Sqlite – Database provider for SQLite Microsoft.EntityFrameworkCore.Cosmos – Database provider for Azure Cosmos DB Microsoft.EntityFrameworkCore.InMemory – The in-memory database provider Microsoft.EntityFrameworkCore.Tools – EF Core PowerShell commands for the Visual Studio Package Manager Console Microsoft.EntityFrameworkCore.Design – Shared design-time components for EF Core tools Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite – SQL Server support for spatial types Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite – SQLite support for spatial types Microsoft.EntityFrameworkCore.Proxies – Lazy-loading and change-tracking proxies Microsoft.EntityFrameworkCore.Abstractions – Decoupled EF Core abstractions Microsoft.EntityFrameworkCore.Relational – Shared EF Core components for relational database providers Microsoft.EntityFrameworkCore.Analyzers – C# analyzers for EF Core Microsoft.EntityFrameworkCore.Sqlite.Core – Database provider for SQLite without a packaged native binary We have also published the 5.0 preview 5 release of the Microsoft.Data.Sqlite.Core ADO.NET provider. Installing dotnet ef As with EF Core 3.0 and 3.1, the dotnet ef command-line tool is no longer included in the .NET Core SDK. Before you can execute EF Core migration or scaffolding commands, you'll have to install this package as either a global or local tool. To install the preview tool globally, first uninstall any existing version with: dotnet tool uninstall --global dotnet-ef Then install with: dotnet tool install - - global dotnet - ef - - version 5 . 0 . 0 - preview.5.20278.2 It's possible to use this new version of dotnet ef with projects that use older versions of the EF Core runtime. What's new in EF Core 5 Preview 5 We maintain documentation covering new features introduced into each preview . Some of the highlights from preview 4 are called out below. This preview also includes several bug fixes. Database collations The default collation for a database can now be specified in the EF model. This will flow through to generated migrations to set the collation when the database is created. For example: modelBuilder.UseCollation( "German_PhoneBook_CI_AS" ) ; Migrations then generates the following to create the database on SQL Server: CREATE DATABASE [ Test ] COLLATE German_PhoneBook_CI_AS; The collation to use for specific database columns can also be specified. For example: modelBuilder .Entity <User>() .Property (e => e.Name) .UseCollation ( "German_PhoneBook_CI_AS" ) ; For those not using migrations, collations are now reverse-engineered from the database when scaffolding a DbContext. Finally, the EF.Functions.Collate() allows for ad-hoc queries using different collations. For example: context.Users.Single( e => EF.Functions.Collate(e.Name, "French_CI_AS" ) == "Jean-Michel Jarre" ); This will generate the following query for SQL Server: SELECT TOP( 2 ) [u].[ Id ], [u].[ Name ] FROM [ Users ] AS [u] WHERE [u].[ Name ] COLLATE French_CI_AS = N 'Jean-Michel Jarre' Note that ad-hoc collations should be used with care as they can negatively impact database performance. Documentation is tracked by issue #2273 . Flow arguments into IDesignTimeDbContextFactory Arguments are now flowed from the command line into the CreateDbContext method of IDesignTimeDbContextFactory . For example, to indicate this is a dev build, a custom argument (e.g. dev ) can passed on the command line: dotnet ef migrations add two --verbose --dev This argument will then flow into the factory, where it can be used to control how the context is created and initialized. For example: public class MyDbContextFactory : IDesignTimeDbContextFactory<SomeDbContext> { public SomeDbContext CreateDbContext ( string [] args) => new SomeDbContext(args.Contains( "--dev" )); } Documentation is tracked by issue #2419 . No-tracking queries with identity resolution No-tracking queries can now be configured to perform identity resolution. For example, the following query will create a new Blog instance for each Post, even if each Blog has the same primary key. context .Posts .AsNoTracking () .Include (e => e.Blog) .ToList (); However, at the expense of usually being slightly slower and always using more memory, this query can be changed to ensure only a single Blog instance is created: context .Posts .AsNoTracking () .PerformIdentityResolution () .Include (e => e.Blog) .ToList (); Note that this is only useful for no-tracking queries since all tracking queries already exhibit this behavior. Also, following API review, the PerformIdentityResolution syntax will be changed. See #19877 . Documentation is tracked by issue #1895 . Stored (persisted) computed columns Most databases allow computed column values to be stored after computation. While this takes up disk space, the computed column is calculated only once on update, instead of each time its value is retrieved. This also allows the column to be indexed for some databases. EF Core 5.0 allows computed columns to be configured as stored. For example: modelBuilder .Entity<User>() .Property( e => e.SomethingComputed) .HasComputedColumnSql( "my sql" , stored : true ); SQLite computed columns EF Core now supports computed columns in SQLite databases. Daily builds EF Core previews are aligned with .NET 5 previews. These previews tend to lag behind the latest work on EF Core. Consider using the daily builds instead to get the most up-to-date EF Core features and bug fixes. As with the previews, the daily builds do not require .NET 5; they can be used with GA/RTM release of .NET Core 3.1. Documentation and feedback EF Core docs has a new landing page! The main page for Entity Framework documentation has been overhauled to provide you with a hub experience. We hope this new format helps you find the documentation you need faster and with fewer clicks. The starting point for all EF Core documentation is docs.microsoft.com/ef/ . Please file issues found and any other feedback on the dotnet/efcore GitHub repo . Helpful Short Links The following short links are provided for easy reference and access. Main documentation: https://aka.ms/efdocs Issues and feature requests for EF Core: https://aka.ms/efcorefeedback Entity Framework Roadmap: https://aka.ms/efroadmap What's new in EF Core 5.x? https://aka.ms/efcore5 Thank you from the team A big thank you from the EF team to everyone who has used EF over the years! Arthur Vickers Andriy Svyryd Brice Lambson Jeremy Likness lajones Maurycy Markowski Shay Rojansky Smit Patel Thank you to our contributors! A big thank you to the following community members who have already contributed code or documentation to the EF Core 5 release! (List is in chronological order of first contribution to EF Core 5). aevitas Alaa Masoud Aleksandar Manukov Amr Badawy Anthony Monterrosa Ben Brandt Ben McCallum Clarence Cai Christophe Gijbels Jiri Cincura Vincent Costel Dmitry Shuvaev Eric St-Georges Erik Ejlskov Jensen Christopher Davis Ivaylo Kenov Jacob Foshee Jeremy Zagorski Jacob Viau Max K. lohoris-crane Loïc Sharma lokalmatador Marius Gundersen Roman Marusyk Matthias Lischka MaxG117 MHDuke Mike Surcouf Neil Bostrom Nícolas Michels Obi Oberoi Josh Studt Ozan Topal Paul Middleton Raj Peter Huang Rafael Almeida Santos Patrik Husfloen Richard Marskell sguitardude Sam Hobbs Sven Vlad vslee liweihan Youssef Victor 1iveowl Thomas Levesque Aleksander Kovač Leonid Tsarev Konstantin Triger Ivan Maximov Dzmitry Lahoda Bruno Logerfo Josh Withee Frans Bouma Matthew Lieder Paulo Morgado Mickaël Derriey Laurence King Oskar Josefsson bdebaere Bhargavi Annadevara Alexander Täschner Jesse Hufstetler Ivar Løvlie cucoreanu 0 2 0 Share on Facebook Share on X Share on Linkedin Copy Link --> Category .NET Core Entity Framework Topics .NET Core announcement Entity Framework Entity Framework Core Share Author Jeremy Likness Principal Program Manager - .NET AI experience Jeremy is a Principal Product Manager at Microsoft, responsible for the AI experience in .NET. He's also managed minimal APIs, ASP.NET's authentication/authorization capabilities and .NET data products including Entity Framework. 2 comments Discussion is closed. Login to edit/delete existing comments. Code of Conduct Sort by : Newest Newest Popular Oldest petr petr --> petr petr --> June 12, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> This is a gret Platform Ian Marteens --> Ian Marteens --> June 14, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Yeah, gret for fret (still waiting for a usable version). Read next June 11, 2020 Introducing “Web Live Preview” Tim Heuer June 16, 2020 gRPC-Web for .NET now available James Newton-King Stay informed Get notified when new posts are published. Email * Country/Region * Select... United States Afghanistan Åland Islands Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bonaire Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory British Virgin Islands Brunei Bulgaria Burkina Faso Burundi Cabo Verde Cambodia Cameroon Canada Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Congo (DRC) Cook Islands Costa Rica Côte dIvoire Croatia Curaçao Cyprus Czechia Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Eswatini Ethiopia Falkland Islands Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti Heard Island and McDonald Islands Honduras Hong Kong SAR Hungary Iceland India Indonesia Iraq Ireland Isle of Man Israel Italy Jamaica Jan Mayen Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea Kosovo Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau SAR Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island North Macedonia Northern Mariana Islands Norway Oman Pakistan Palau Palestinian Authority Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Islands Poland Portugal Puerto Rico Qatar Réunion Romania Rwanda Saba Saint Barthélemy Saint Kitts and Nevis Saint Lucia Saint Martin Saint Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino São Tomé and Príncipe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Eustatius Sint Maarten Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and South Sandwich Islands South Sudan Spain Sri Lanka St Helena Ascension Tristan da Cunha Suriname Svalbard Sweden Switzerland Taiwan Tajikistan Tanzania Thailand Timor-Leste Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu U.S. Outlying Islands U.S. Virgin Islands Uganda Ukraine United Arab Emirates United Kingdom Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam Wallis and Futuna Yemen Zambia Zimbabwe I would like to receive the .NET Blog Newsletter. Privacy Statement. Subscribe Follow this blog Are you sure you wish to delete this comment? × --> OK Cancel Sign in Theme Insert/edit link Close Enter the destination URL URL Link Text Open link in a new tab Or link to existing content Search No search term specified. Showing recent items. Search or use up and down arrow keys to select an item. Cancel Code Block × Paste your code snippet Ok Cancel What's new Surface Pro Surface Laptop Surface Laptop Studio 2 Copilot for organizations Copilot for personal use AI in Windows Explore Microsoft products Windows 11 apps Microsoft Store Account profile Download Center Microsoft Store support Returns Order tracking Certified Refurbished Microsoft Store Promise Flexible Payments Education Microsoft in education Devices for education Microsoft Teams for Education Microsoft 365 Education How to buy for your school Educator training and development Deals for students and parents AI for education Business Microsoft Cloud Microsoft Security Dynamics 365 Microsoft 365 Microsoft Power Platform Microsoft Teams Microsoft 365 Copilot Small Business Developer & IT Azure Microsoft Developer Microsoft Learn Support for AI marketplace apps Microsoft Tech Community Microsoft Marketplace Marketplace Rewards Visual Studio Company Careers About Microsoft Company news Privacy at Microsoft Investors Diversity and inclusion Accessibility Sustainability Your Privacy Choices Opt-Out Icon Your Privacy Choices Your Privacy Choices Opt-Out Icon Your Privacy Choices Consumer Health Privacy Sitemap Contact Microsoft Privacy Manage cookies Terms of use Trademarks Safety & eco Recycling About our ads © Microsoft 2025 | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/cheat-sheets/powershell | PowerShell Cheat Sheet | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download PowerShell Cheat Sheet Download our popular cheat sheet for PowerShell PowerShell Cheat Sheet Power up your PowerShell skills with our comprehensive cheat sheet! This invaluable resource covers a wide range of topics, including general commands, navigation and file system operations, event and time management, host and console customization, as well as alias and variable manipulation. Unleash the full potential of PowerShell and become a pro in no time! Available in Light and Dark versions! Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Light Version Dark Version Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.linkedin.com/company/auth0/ | Auth0 | LinkedIn Skip to main content LinkedIn Top Content People Learning Jobs Games Sign in Join for free Auth0 IT Services and IT Consulting Bellevue, WA 100,830 followers Easy to implement, adaptable authentication and authorization platform. We make your login box awesome. Follow Discover all 368 employees Report this company About us The Auth0 Platform takes a modern approach to Identity and enables organizations to provide secure access to any application, for any user. Auth0 is a highly customizable platform that is as simple as development teams want, and as flexible as they need. Safeguarding billions of login transactions each month, Auth0 delivers convenience, privacy, and security so customers can focus on innovation. Auth0 is part of Okta, Inc. Website https://auth0.com External link for Auth0 Industry IT Services and IT Consulting Company size 501-1,000 employees Headquarters Bellevue, WA Type Privately Held Founded 2013 Specialties single sign on, token-based authentication, json web token, openid connect, ws-federation, saml, user management, enterprise integration, cloud identity, and CIAM Locations Primary 10900 NE 8th St Bellevue, WA 98004, US Get directions Avenida Dorrego 2161 Buenos Aires, City of Buenos Aires, AR Get directions 182-194 Union Street 3rd Floor Union House London, London SE1 0LH, GB Get directions Employees at Auth0 Dr. Manu Kumar 👋🏽 Andrea Chiarelli Mike Fisher Stephanie Bailey See all employees Updates Auth0 100,830 followers 11h Report this post Don't miss out on this! It's going to be good! 👀 Auth0 Community 90 followers 12h Edited AI agents are changing the game, but security can't be an afterthought. 🤖 Join Karim Tantawy and 💡 Milan Khan to learn best practices, real-world tips, and how to protect and scale AI with confidence. Submit your questions here and tune in for the live AMA at 9 am PST on 1/14: https://bit.ly/4pBcCws 2 Like Comment Share Auth0 100,830 followers 14h Report this post When AI agents outnumber human users 50 to 1, trust becomes your most valuable currency. 💡 Auth0 and Deloitte are teaming up to help enterprises secure every interaction — human or AI — without slowing innovation. Explore how identity can become your biggest driver of growth in the age of AI. 📘 See the new Auth0 x Deloitte point of view: ‘Securing the agentic enterprise’ → https://bit.ly/4jxP3Ty 24 Like Comment Share Auth0 100,830 followers 3d Report this post Friday fun: If your login system had a personality, what would it be? Smooth operator? Magical wizard? Reliable sidekick? 🪄 Tell us below! #Auth0 #DevLife #TGIF 5 9 Comments Like Comment Share Auth0 100,830 followers 4d Edited Report this post Attackers love bulletproof hosting. Identity teams should not. In this deep dive, Khush Kaushal and Mathew W. break down how Auth0 uses threat intelligence and Actions to spot and stop abuse before it hits your users. 👉 Read more here: https://bit.ly/494lt4M 33 Like Comment Share Auth0 100,830 followers 5d Edited Report this post 🚀 Agentic Orchestration Hack | San Francisco 🗓️ Friday, 16 January ⏰ 9:30–19:30 GMT-8 We’re excited to sponsor Agentic Orchestration Hack, a one-day sprint for developers building real AI systems end to end. This isn’t slideware. You’ll be working with production-grade tooling and infrastructure to ship agents, copilots, and autonomous workflows that actually run. What you’ll get: 💸 $47k+ in prizes 💻 Real infra and real models from Amazon Web Services (AWS) , Anthropic , and Anyscale 🔐 Identity handled by Auth0 🔑 Voice, observability, testing, data safety, and control panels baked in 🗣️ Mentorship from engineers building this stuff for real If you’re building with agents, orchestration, or AI systems that need to work in the wild, this one’s for you. The future isn’t coming. You’re building it. ⚡ 🔗 https://luma.com/q2r9lcq6 12 1 Comment Like Comment Share Auth0 100,830 followers 6d Report this post 🚀 AI is transforming how customers engage, but innovation without identity security is just risk in disguise. Together, Auth0 and Deloitte help enterprises build AI-powered experiences that are both frictionless and fortified. The era of choosing between security and customer experience (CX)? It’s over. 🔗 Learn more about how we’re helping businesses secure smarter and innovate faster through our partnership. https://bit.ly/3YU6a8K …more 25 Like Comment Share Auth0 100,830 followers 1w Report this post AI is reshaping payments, and identity is the control plane. Equals Money processes ~$50B annually, with AI agents increasingly part of the payments journey. To scale safely, they’ve partnered with Okta and Auth0 to secure both workforce and customer identity, detect AI-powered threats, and govern agent access without slowing innovation. From passkeys to behavioral monitoring to shadow AI visibility, this is what identity-first fintech looks like in the age of AI. 👉 https://lnkd.in/ekKjbudk Equals Money Partners with Okta and Auth0 To Secure AI-Driven Payments financialit.net 16 Like Comment Share Auth0 100,830 followers 1w Report this post Your AI assistant should not juggle API tokens. In his latest post, Deepu K Sasidharan (Principal Developer Advocate) shows how to build a real tool-calling agent with LangGraph, Next.js , and Auth0 Connected Accounts. Slack . GitHub . One secure identity. 👉 https://bit.ly/492xaYf 15 Like Comment Share Auth0 100,830 followers 1w Edited Report this post New year. Same mission. Higher bar. ✨ Build without friction 🔑 Go passwordless (for real this time) 🤖 Secure AI agents from day one 🧠 Ship fast without breaking trust 🔐 Make identity invisible when it works and obvious when it matters Here’s to building smarter and safer in the year ahead. 52 1 Comment Like Comment Share Auth0 100,830 followers 1w Report this post MCP quietly made a big security upgrade. Dropping SSE for Streamable HTTP means better auth, cleaner CORS, and fewer “how did this get through?” moments. 🔐 If you’re building or securing #MCP servers, this one’s worth your time. 👉 Read the blog: https://bit.ly/3MLgpJT 25 Like Comment Share Join now to see what you are missing Find people you know at Auth0 Browse recommended jobs for you View all updates, news, and articles Join now Affiliated pages Auth0 Lab Software Development Auth0 Community IT Services and IT Consulting Similar pages Okta Software Development San Francisco, California 10up Technology, Information and Internet AppFollow Software Development Helsinki, Uusimaa Aha! Software Development Remote, Global Articulate Software Development Arc.dev Staffing and Recruiting Palo Alto, California Basecamp Technology, Information and Internet Bengaluru, Karnataka Awesome Motive, Inc. Software Development West Palm Beach, Florida Brave Technology, Information and Internet San Francisco, California Atlassian Software Development Sydney, NSW Show more similar pages Show fewer similar pages Browse jobs Engineer jobs 555,845 open jobs Analyst jobs 694,057 open jobs Developer jobs 258,935 open jobs Manager jobs 1,880,925 open jobs Account Executive jobs 71,457 open jobs Senior Software Engineer jobs 78,145 open jobs Project Manager jobs 253,048 open jobs Marketing Manager jobs 106,879 open jobs Scientist jobs 48,969 open jobs Software Engineer jobs 300,699 open jobs Account Manager jobs 121,519 open jobs Business Development Representative jobs 52,084 open jobs Associate jobs 1,091,945 open jobs Specialist jobs 768,666 open jobs Recruiter jobs 243,016 open jobs Executive jobs 690,514 open jobs Product Manager jobs 199,941 open jobs Senior Product Manager jobs 50,771 open jobs Program Manager jobs 243,900 open jobs Customer Service Representative jobs 185,647 open jobs Show more jobs like this Show fewer jobs like this Funding Auth0 9 total rounds Last Round Secondary market Jan 1, 2021 External Crunchbase Link for last round of funding See more info on crunchbase More searches More searches Engineer jobs Developer jobs Software Engineer jobs Analyst jobs Manager jobs Project Manager jobs Senior Software Engineer jobs Recruiter jobs Account Executive jobs Account Manager jobs Accountant jobs Associate jobs Security Professional jobs Android Developer jobs Specialist jobs Intern jobs Scientist jobs Data Analyst jobs Javascript Developer jobs Information Technology Manager jobs Information Security Advisor jobs iOS Developer jobs Junior Developer jobs Advocate jobs Financial Engineer jobs Quality Control Chemist jobs Team Lead jobs Cyber Security Specialist jobs Director jobs Designer jobs Site Reliability Engineer jobs Assistant Warehouse Manager jobs Engineering Manager jobs Frontend Developer jobs Head of Sales jobs Technical Analyst jobs Quantitative Researcher jobs Consultant jobs Quality Control Inspector jobs Chemist jobs Executive jobs Junior Business Analyst jobs Brand Lead jobs Representative jobs Mobile Engineer jobs Software Engineering Manager jobs Business Development Specialist jobs Accounts Receivable Specialist jobs Sales Technician jobs User Experience Designer jobs Founder jobs Solutions Engineer jobs Assistant Manager jobs Product Manager jobs Risk Compliance Manager jobs Head jobs Brand Strategist jobs Assistant Professor jobs Dispatcher jobs Registered Nurse jobs LinkedIn © 2026 About Accessibility User Agreement Privacy Policy Cookie Policy Copyright Policy Brand Policy Guest Controls Community Guidelines العربية (Arabic) বাংলা (Bangla) Čeština (Czech) Dansk (Danish) Deutsch (German) Ελληνικά (Greek) English (English) Español (Spanish) فارسی (Persian) Suomi (Finnish) Français (French) हिंदी (Hindi) Magyar (Hungarian) Bahasa Indonesia (Indonesian) Italiano (Italian) עברית (Hebrew) 日本語 (Japanese) 한국어 (Korean) मराठी (Marathi) Bahasa Malaysia (Malay) Nederlands (Dutch) Norsk (Norwegian) ਪੰਜਾਬੀ (Punjabi) Polski (Polish) Português (Portuguese) Română (Romanian) Русский (Russian) Svenska (Swedish) తెలుగు (Telugu) ภาษาไทย (Thai) Tagalog (Tagalog) Türkçe (Turkish) Українська (Ukrainian) Tiếng Việt (Vietnamese) 简体中文 (Chinese (Simplified)) 正體中文 (Chinese (Traditional)) Language Agree & Join LinkedIn By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . Sign in to see who you already know at Auth0 Sign in Welcome back Email or phone Password Show Forgot password? Sign in or By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . New to LinkedIn? Join now or New to LinkedIn? Join now By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/commands | Git Commands | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Git Commands An overview of the most important Git commands Git Commands Overview As experts on Git and version control, we get asked a lot about these topics. In this section, we've compiled an overview of the most important Git commands and their most common use cases. If you're looking for an in-depth course / tutorial on Git, please also see our free ebook and video course . Search FAQs General git add - Adding changes to the staging area git branch - Creating, deleting and showing branches git checkout - Switching branches and restoring files git clone - Downloading an existing repository from a remote server git commit - Saving changes to the local repository git init - Creating a new Git repository git merge - Integrating changes from another branch git pull - Downloading and integrating remote changes git push - Publishing new local changes on a remote server git remote - Showing, adding and removing connections to remote repositories git restore - Discarding or unstaging uncommitted local changes git revert - Undoing an existing commit by creating opposite changes git rm - Removing files in Git git status - Displaying uncommitted changes and the state of your Working Copy git switch - Switching branches In case you miss an important topic on this list, please let us know via support@git-tower.com Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/cheat-sheets/hugo | Hugo Cheat Sheet | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Hugo Cheat Sheet Download our cheat sheet for the Hugo static site generator Hugo Cheat Sheet Our cheat sheet for the Hugo static site generator provides a quick overview of its most useful template functions, variables, CLI commands and more! Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/t/career | Career - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Career Follow Hide This tag is for anything relating to careers! Job offers, workplace conflict, interviews, resumes, promotions, etc. Create Post submission guidelines All articles and discussions should relate to careers in some way. Pretty much everything on dev.to is about our careers in some way. Ideally, though, keep the tag related to getting, leaving, or maintaining a career or job. about #career A career is the field in which you work, while a job is a position held in that field. Related tags include #resume and #portfolio as resources to enhance your #career Older #career posts 1 2 3 4 5 6 7 8 9 … 75 … 833 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu How AI World Models Are Changing Video Games Manu Manu Manu Follow Jan 3 How AI World Models Are Changing Video Games # discuss # career # gamedev 1 reaction Comments Add Comment 3 min read loading... trending guides/resources How AI World Models Are Changing Video Games 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/blog/stacked-prs | Understanding the Stacked Pull Requests Workflow | Tower Blog You are using an outdated browser. Please upgrade your browser to improve your experience. Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download < Back to Blog Understanding the Stacked Pull Requests Workflow Bruno Brito May 2024 | 6 min read Share: Have you heard of Stacked PRs? They are becoming increasingly popular among teams looking for more efficient ways to deploy code quickly, all without compromising code quality or increasing the workload of code reviewers. In this post, we'll take a closer look at the "Stacked Pull Requests" workflow. We'll explore the clear benefits it offers, discuss who should consider adopting it, and also address some of the challenges that are often associated with this approach. You may be familiar with this well-known tweet that humorously suggests that reviewing 10 lines of code will reveal 10 issues, whereas reviewing 500 lines of code may appear "fine." Code Review Tweet That tweet never fails to make me laugh, but the underlying issue is no joke: no one has the time (or energy) to thoroughly review a large Pull Request. The larger the PR: the greater the chance of introducing bugs the more time it will take to review the code and offer feedback In an attempt to make the code reviewer's life easier, we try to keep Pull Requests short, focusing on small features or bug fixes. While this can certainly speed up the reviewing and integration process, we all know many features can be quite complex — and there's simply no way of breaking them down easily. Additionally, one new feature often depends significantly on the progress of another. Picture this: you are working on two high-priority features. In order to work on feature #2, feature #1 needs to be built first. You have finished working on feature #1 and open a Pull Request. Now you need to wait until it is approved and integrated into the main branch before moving on to the next feature. You go grab a cup of coffee… and wait some more. Or you work on something else, which is not as important as feature #2. There must be a better way, right? Well, this is exactly where Stacked Pull Requests come into play! 🔥 Let's get stacking! What are Stacked Pull Requests? Let's say you want to create a new "Upvotes" feature for your web application. This could involve developing a data model and an API for the backend. In Git, the "Feature Branch Workflow" is commonly considered the standard approach. It involves creating a new branch (typically branching off from the main branch) to develop a feature or fix a bug. These branches, which are usually short-lived, are called "Feature" or "Topic" branches. Following this convention, you would first build the data model, merge it into main , and then begin working on the API. The "Feature Branch" Workflow The "Stacked Pull Requests" approach is different. Known as dependent, incremental, or chained PRs, the concept involves generating pull requests based on other pull requests. Essentially, you are creating feature branches within feature branches, establishing a clear relationship between them. You can create a feature branch (for instance, feature/upvotes/data-model ) and subsequently create another branch (e.g., feature/upvotes/api ) which is tied to the progress made in feature/upvotes/data-model . The advantage here is clear: there's no need to merge the first branch back into main to start working on the next chapter of the feature! The "Stacked Pull Requests" Workflow We wouldn't do this with the traditional "Feature Branch" workflow because we would run into sync issues if any changes were introduced to the feature/upvotes/data-model branch. Which, let's face it, is likely to happen at some point. Stacked Pull Requests ensure that branches stay in sync promptly, enabling you to always work with the most up-to-date code. This way, your feature/upvotes/api branch will always include the latest changes from feature/upvotes/data-model , allowing you to start working on that branch freely and, more importantly, without any delay. The result: faster code integration! ⚡ As you can imagine, you don't need to (and most likely shouldn't!) limit yourself to only two branches. You can definitely create multiple branches that are stacked upon each other so that you can slowly progress towards the feature's final form. For example, in this scenario, it would probably make sense to also develop a user interface for the frontend. We often stress the importance of creating small, granular commits. The mindset here is to basically apply the same approach when working with branches and pull requests. This allows you to have more autonomy as a developer and also reduces the burden on the code reviewer — a win-win situation! ✌️ The Benefits of Stacked Pull Requests The continuous stream of updates made possible by the "Stacked PR" workflow provides 4 distinct benefits: Faster feature shipping and reduced technical debt: Stacked PRs can be extremely useful for breaking down a large pull request into smaller, more focused, and easily digestible chunks. Improved collaboration: Since you can release a feature faster (even if only partially), your team members can participate and make their contributions sooner. Reduced Merge Conflicts: By quickly integrating smaller changes into the main branch, team members can always work with the latest updates, minimizing the likelihood of dealing with merge conflicts. Simplified simultaneous work on the same feature: Managing two stacked branches is much simpler than working on a single branch together. As you see, there's a lot to like! By now, you're probably thinking: "Well, why isn't this workflow more popular? This should be the default!" As is often the case in Git, there are, of course, situations where Stacked Pull Requests may not make sense. But the main problem among teams is that this workflow presents some technical challenges. Let's take a closer look at the issue at hand. The Problem (and the Solution!) Stacking pull requests manually can be quite cumbersome. Given that these PRs are interdependent, you will quickly realize that keeping everything in sync is quite challenging. Whenever a change occurs in one branch, you are required to resynchronize all your branches that depend on it. This process usually entails sequentially checking out and rebasing each branch onto its main branch. Given the frequency of updates these branches can undergo daily, the manual approach can easily become overwhelming. Although feasible, the Git CLI simply wasn't designed for this workflow. The Solution Thankfully, there are some tools to automate this process and make everything more manageable. And pretty soon, you can add Tower to that list! That's right: Tower will soon support Stacked Pull Requests! You will be able to keep everything in sync directly in your favorite Git client 🔥 Tower — "Restacking" feature This will be a part of a larger project — Tower Workflows — which aims to provide you with complete control over your preferred Git workflow (you can even create your own from scratch)! We will be introducing new features gradually in several upcoming releases. The first beta will already include the "Restacking" feature, making your life easier by allowing you to keep any branch in sync with its base. We are currently finalizing it, and we expect to ship it in June. All we can say is that things are looking G-O-O-D! If you'd like to be among the first to try out this feature, make sure you have a look at this page and join our wailist 👇 We will be improving this feature over the next upcoming Tower releases; if you're a fan of Stacked Pull Requests, make sure you give it a shot when it's out – and let us know what you think! ✌️ Table of Contents Introduction What are Stacked Pull Requests? The Benefits of Stacked Pull Requests The Problem (and the Solution!) We make Tower, the best Git client. Try Tower Now Search the Blog Related Posts 7 Git Mistakes a Developer Should Avoid In this post, we will explore common Git bad practices that every developer should be aware of and, more importantly, avoid. Here's what you shouldn't do! How Framer Manages Their Codebase with Tower We sat down with Jonas Treub and Niels van Hoorn from the Framer team to understand how Tower assists them in version controlling the Framer codebase, so that their users can build stunning websites. How to Write the Perfect Commit Message Good commit messages can be very helpful when it's time to navigate through the repository's history. Here's how you can create well-crafted commits with meaningful commit messages! We make Tower, the best Git client for Mac and Windows. We help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay to easily & productively work with the Git version control system. Try it 30 days for free Your Download is in Progress… Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice Privacy Policy Privacy Settings © 2011-2026 Tower — Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/blog/tower-windows-8 | Tower 8.0 for Windows — Stacked Branches | Tower Blog You are using an outdated browser. Please upgrade your browser to improve your experience. Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download < Back to Blog Tower 8.0 for Windows — Stacked Branches Bruno Brito November 2024 | 5 min read Share: The latest version of Tower for Windows introduces a new "Restack Branch" feature, a new "Sync" action, and several visual enhancements to the user interface. Are you a fan of Stacked Branches? Do you like keeping your local repository in sync with the remote? If so, we believe you'll enjoy this release! 😎 Keep reading to find out all the details about our newest update! For a demonstration of the new features in action, you can also watch the video below 👇 1. Restack Branches Tower 8.0 marks the beginning of our ambitious "Tower Workflows" project by introducing "Branch Dependency" functionalities and the new "Restack" feature. By incorporating Branch Dependencies, Tower can now easily track all the parent branches of a branch and provide the ability to "restack" the branch, along with all its parent branches, back to the "trunk" branch. Restacking is especially useful for workflows that involve stacked branches, such as the "Stacked Pull Requests" workflow . Manually updating branches can be a cumbersome task, as each child branch needs to be rebased onto its parent branch. With Tower 8.0, restacking is only a couple of clicks away! This feature was first introduced in Tower 12 for Mac and has received high praise from our users. Now, Windows users can experience what all the excitement is about! To get started with the "Stacked Branches" workflow, simply click on the corresponding option in the "Workflow" icon found in the toolbar. Tower 8.0 for Windows — Enabling the Workflow Tower will first ask you to identify the "Trunk" branch. This is your main development branch for the repository (usually main ), where all stacked branches will eventually be merged back. You also have the option to group all child branches under the parent branch for better visualization in the sidebar. Tower 8.0 for Windows — Configuring Stacked Branches This last setting can also be adjusted in Tower's Preferences by locating "Stack branches under parent branch" in the "General" tab. Tower 8.0 for Windows — Stack Branches Under Parent Branch Restacking When this workflow is enabled, each time the parent branch is updated, a new "restack" icon will appear next to every child branch in the sidebar. Simply right-click on the branch to access the context menu and select the appropriate action! Moreover, Tower will display a yellow banner in the branch's history view to notify you that it needs to be restacked. Tower 8.0 for Windows — Restack Branch Choosing a Different Parent Branch In the context menu shown above, you also have the option to select a different parent branch if you wish, or to unset the branch, which will remove it from its current parent branch. Tower 8.0 for Windows — Restack Branch 2. The New "Sync" Button Folks who need to synchronize their repository multiple times a day will appreciate the new "Sync" button available with this release! So, what does this button do? As the name suggest, it executes a "pull" operation and, if that is successful, it follows up with a "push." This feature is useful for updating a local branch with the most recent changes from a remote repository and then promptly pushing any local commits back to that remote repository. You can find the new "Sync" button in the toolbar or by pressing CTRL + Y . Tower 8.0 for Windows — "Sync" button 3. Visual Enhancements As a native app for both Windows and Mac, Tower adheres to the recommended design languages of each operating system. Although this is more challenging in the Windows environment, we follow all the best practices to ensure that Tower for Windows stands out! When launching Tower 8.0 for the first time, some visual improvements will be immediately apparent. For instance, you will notice that the in-app accent color is now synchronized with Windows, and the "Mica material" is used as a semi-transparent, softly blurred background. Tower 8.0 for Windows – Visual Enhancements We have also shifted the top bar's main menu to the right and implemented window docking support. Oh, and the repository and branch names are now displayed in the taskbar! 4. Other Improvements In the background, several minor enhancements have been implemented. Here are some of the areas that have experienced improvements: Services: Creating new repositories on GitLab is now functioning as expected. The incorrect display of GitLab repositories in some groups has also been resolved. Keyboard Shortcuts: Several new keyboard shortcuts have been added to speed up workflows. Repository Settings: The issue with opening the .gitattributes file in an external editor when configuring Git LFS has been fixed. Sidebar: A problem that could cause the application to crash when opening the submodule context menu has been resolved. Directory Detection: The detection of unsafe directories accessed via mapped network drives and their addition to “safe.directories” in gitconfig now works as expected. Installer: The extraction of Portable Git was failing under certain locale settings, but this issue has now been resolved. Since this release includes quite a lot of improvements under the hood, we encourage you to head over to the Release Notes page for the full rundown. We hope you enjoy this release. If you already have a Tower account, update today! Happy committing! 😊 Not a Tower user yet? Download our 30-day free trial and experience a better way to work with Git! Try Tower 8.0 Now PS: Did you know? Tower Pro is now free for students as well as teachers and educational institutions! Table of Contents Introduction 1. Restack Branches 2. The New "Sync" Button 3. Visual Enhancements 4. Other Improvements We make Tower, the best Git client. Try Tower Now Search the Blog Related Posts Understanding the Stacked Pull Requests Workflow In this post, let's explore the “Stacked Pull Requests” workflow: who it is intended for, its benefits, and the challenges associated with this approach. Tower 12 for Mac — Introducing Stacked Branches Tower 12 for Mac now offers Stacked Branches and Restacking support, thanks to the new "Branch Dependency" capabilities. Find out what's new in this release. Setting Up GPG on Windows (The Easy Way) In this quick tutorial, you will learn how to easily install and set up GPG on Windows so that you can sign commits and tags in Git. We make Tower, the best Git client for Mac and Windows. We help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay to easily & productively work with the Git version control system. Try it 30 days for free Your Download is in Progress… Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice Privacy Policy Privacy Settings © 2011-2026 Tower — Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/what-is-version-control?channel=gui | What is Version Control? | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 1 of 24 What is Version Control? How does version control work in general? What benefits can I expect? Learn More Chapter What is Version Control? in our online book. Chapter Why Use a Version Control System? in our online book. Next Video Installing & Configuring Git » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://devblogs.microsoft.com/cppblog/ | C++ Team Blog Skip to main content Microsoft Dev Blogs Dev Blogs Dev Blogs Home Developer Microsoft for Developers Visual Studio Visual Studio Code Develop from the cloud All things Azure Xcode DevOps Windows Developer ISE Developer Azure SDK Command Line Aspire Technology DirectX Semantic Kernel Languages C++ C# F# TypeScript PowerShell Team Python Java Java Blog in Chinese Go .NET All .NET posts .NET Aspire .NET MAUI AI ASP.NET Core Blazor Entity Framework NuGet Servicing .NET Blog in Chinese Platform Development #ifdef Windows Microsoft Foundry Azure Government Azure VM Runtime Team Bing Dev Center Microsoft Edge Dev Microsoft Azure Microsoft 365 Developer Microsoft Entra Identity Developer Old New Thing Power Platform Data Development Azure Cosmos DB Azure Data Studio Azure SQL OData Revolutions R Unified Data Model (IDEAs) Microsoft Entra PowerShell More Search Search No results Cancel Dev Blogs C++ Team Blog C++ Team Blog The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team Latest posts Dec 16, 2025 Post comments count 4 Post likes count 5 C++ code editing tools for GitHub Copilot: now in Public Preview Sinem Akinci In November, we introduced C++ code editing tools for GitHub Copilot as a Private Preview, focusing on partnering with customers to tackle one of the common, taxing challenges for C++ development: refactoring at scale. Since then, we've listened to feedback and refined our tooling to make wide-sweeping C++ edits easier. "With C++ code editing tools for GitHub Copilot in Visual Studio, we've seen noticeably better overall results, with fewer errors and faster processing on large projects." - Software engineer (from our Private Preview) We're excited to announce that C++ code editing tools for GitHub Copilot are ... Nov 24, 2025 Post comments count 25 Post likes count 2 New release cadence and support lifecycle for Microsoft C++ Build Tools Marian Luparu Starting with Visual Studio 2026, we are introducing a new support lifecycle for the Microsoft C++ (MSVC) Build Tools. We are also updating the MSVC release cadence. As Visual Studio moves to a Modern Lifecycle with monthly feature updates and an annual new version, decoupling the compiler from the IDE offers you the best of both worlds – rapid iteration in the IDE and predictable, long-term stability for the build tools. This approach brings you the latest C++ advancements across both IDE and build tools while helping you maintain secure and compliant build environments, with enterprise-grade support, and fle... Nov 17, 2025 Post comments count 1 Post likes count 2 Introducing MSVC AddressSanitizer for ARM64 targets Zachary Johnson We are pleased to announce AddressSanitizer (ASan) support for the Microsoft C++ (MSVC) Build Tools for ARM64 targets. ASan is a runtime memory error detector that identifies difficult-to-find bugs with zero false positives and improves memory safety. More technical information on ASan can be found at aka.ms/asan. ASan has long supported the x64 and x86 architectures. With the release of Visual Studio 2026 for production use, this support now extends to ARM64. The feature is currently in preview, so there may be build, runtime, or IDE integration issues. Cross-compiling for ARM64 targets from x86 or x64 hosts... Nov 12, 2025 Post comments count 0 Post likes count 1 Perform wide-sweeping refactors using C++ code editing tools for GitHub Copilot Sinem Akinci Refactoring a C++ codebase can often require tracking updates across various sections of multiple files to ensure accuracy and relevancy. Historically, developers have relied on manual searches across a codebase and refactoring tools to perform these types of edits. However, with GitHub Copilot agents, developers can now delegate these complex editing tasks to the agent, which understands your intent and can carry out codebase-wide edits, reducing the manual effort required to perform these refactors. To make this experience even more powerful for C++ developers, we’re introducing C++ Code Editing Tools f... Nov 12, 2025 Post comments count 1 Post likes count 2 Optimize Your C++ Build Times with GitHub Copilot David Li Long build times are one of the top pain points for C++ projects. If you’ve ever waited too long for a C++ build to finish, you know how much it can slow down your productivity. In past years, we introduced C++ Build Insights to help you analyze traces and find bottlenecks. However, we know that embarking on these investigations manually can still take time and effort. To make this experience easier for C++ developers, we’re excited to announce that GitHub Copilot build performance for Windows is now available in Private Preview with the latest version of Visual Studio 2026 Insiders. New GitHub Copilot Ca... Nov 12, 2025 Post comments count 5 Post likes count 0 Fix build issues using GitHub Copilot after upgrading MSVC Build Tools Michael Price A few problems have reared their heads at every company where I’ve worked on C++ as a Software Engineer over the past 20 years. For the most part, those problems have nothing to do with the language and how it is used, but instead all the “other” stuff, like dealing with long build times, getting consistent build environments, and managing the technical debt of an evolving tooling landscape. When the tools we use to build our applications and systems have new releases, we must make hard decisions. Do we adopt the latest and greatest and turn potential technical debt into realized technical debt, or do we e... Nov 11, 2025 Post comments count 6 Post likes count 4 What’s New for C++ Developers in Visual Studio 2026 version 18.0 Augustin Popa Get ready to level up your C++ productivity, because Visual Studio 2026 version 18.0 is now generally available! You can take advantage of the new features, bug fixes, and performance improvements in your production environment. This post describes what’s new for C++ developers, including new features or improvements in these areas: You can also read the broader announcement on the Visual Studio Blog for more details on changes that are non-C++-specific. Let’s dive in! Your feedback matters to us You can always give us feedback abo... Nov 6, 2025 Post comments count 1 Post likes count 1 Inside Visual Studio: Improving Open-Source Workflows with vcpkg Eve Silfanus vcpkg, an open-source C/C++ package manager maintained by Microsoft, is increasingly recognized as a leading dependency management solution. As an enterprise-grade tool, it enables organizations to streamline library imports, reduce duplication, and support flexible, reproducible builds across a wide array of environments. This need for streamlined dependency management is especially relevant in the build system for the Visual Studio repository. This system not only supports the development of Visual Studio itself but also integrates decades of legacy infrastructure, specialized tools, and complex architecture... Nov 4, 2025 Post comments count 1 Post likes count 0 What’s New in vcpkg (October 2025) Augustin Popa This blog post summarizes changes to the vcpkg package manager as part of the 2025.10.17 registry release, the 2025-10-10 and 2025-10-16 tool releases, as well as changes to vcpkg documentation throughout October. This month’s updates includes partial support for Visual Studio 2026 and platform toolset v145, NetBSD platform support, and minor improvements and bug fixes. Some stats for this period: vcpkg changelog (2025.10.17 release) Documentation changes Over the past month we had minor documentation improvements. If you have any suggestions for our documentation, pl... Load more posts Popular topics C++ Announcement CMake Vcpkg New Feature Visual Studio Code Linux Diagnostics General C++ Series performance Relevant Links Getting Started with C++ in VS Bring Your Existing C++ Code to VS C++ Code Editing & Navigation C++ Unit Testing C++ Debugging & Diagnostics Collaborating with Your Team in VS C++ Windows Development C++ Linux Development C++ Android & iOS Development C++ Game Development Archive December 2025 November 2025 October 2025 September 2025 August 2025 July 2025 June 2025 May 2025 April 2025 March 2025 February 2025 January 2025 December 2024 November 2024 October 2024 September 2024 August 2024 July 2024 June 2024 May 2024 April 2024 March 2024 February 2024 January 2024 December 2023 November 2023 October 2023 September 2023 August 2023 July 2023 June 2023 May 2023 April 2023 March 2023 February 2023 January 2023 December 2022 November 2022 October 2022 September 2022 August 2022 July 2022 June 2022 May 2022 April 2022 March 2022 February 2022 January 2022 December 2021 November 2021 October 2021 September 2021 August 2021 July 2021 June 2021 May 2021 April 2021 March 2021 February 2021 January 2021 December 2020 November 2020 October 2020 September 2020 August 2020 July 2020 June 2020 May 2020 April 2020 March 2020 February 2020 January 2020 December 2019 November 2019 October 2019 September 2019 August 2019 July 2019 June 2019 May 2019 April 2019 March 2019 February 2019 January 2019 December 2018 November 2018 October 2018 September 2018 August 2018 July 2018 June 2018 May 2018 April 2018 March 2018 February 2018 January 2018 December 2017 November 2017 October 2017 September 2017 August 2017 July 2017 June 2017 May 2017 April 2017 March 2017 February 2017 January 2017 December 2016 November 2016 October 2016 September 2016 August 2016 July 2016 June 2016 May 2016 April 2016 March 2016 February 2016 January 2016 December 2015 November 2015 October 2015 September 2015 August 2015 July 2015 June 2015 May 2015 April 2015 March 2015 February 2015 January 2015 December 2014 November 2014 October 2014 September 2014 August 2014 July 2014 June 2014 May 2014 April 2014 March 2014 February 2014 January 2014 December 2013 November 2013 October 2013 September 2013 August 2013 July 2013 June 2013 May 2013 April 2013 March 2013 February 2013 January 2013 December 2012 November 2012 October 2012 September 2012 August 2012 July 2012 June 2012 May 2012 April 2012 March 2012 February 2012 January 2012 December 2011 November 2011 October 2011 September 2011 August 2011 July 2011 June 2011 May 2011 April 2011 March 2011 February 2011 January 2011 December 2010 November 2010 October 2010 September 2010 August 2010 July 2010 June 2010 May 2010 April 2010 March 2010 February 2010 January 2010 December 2009 November 2009 October 2009 September 2009 August 2009 July 2009 June 2009 May 2009 April 2009 March 2009 February 2009 January 2009 December 2008 November 2008 October 2008 September 2008 August 2008 July 2008 June 2008 May 2008 April 2008 March 2008 February 2008 January 2008 December 2007 November 2007 October 2007 September 2007 August 2007 July 2007 June 2007 May 2007 April 2007 March 2007 February 2007 January 2007 December 2006 November 2006 October 2006 September 2006 August 2006 July 2006 June 2006 May 2006 Follow this blog Stay informed Get notified when new posts are published. Email * Country/Region * Select... United States Afghanistan Åland Islands Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bonaire Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory British Virgin Islands Brunei Bulgaria Burkina Faso Burundi Cabo Verde Cambodia Cameroon Canada Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Congo (DRC) Cook Islands Costa Rica Côte dIvoire Croatia Curaçao Cyprus Czechia Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Eswatini Ethiopia Falkland Islands Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti Heard Island and McDonald Islands Honduras Hong Kong SAR Hungary Iceland India Indonesia Iraq Ireland Isle of Man Israel Italy Jamaica Jan Mayen Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea Kosovo Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau SAR Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island North Macedonia Northern Mariana Islands Norway Oman Pakistan Palau Palestinian Authority Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Islands Poland Portugal Puerto Rico Qatar Réunion Romania Rwanda Saba Saint Barthélemy Saint Kitts and Nevis Saint Lucia Saint Martin Saint Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino São Tomé and Príncipe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Eustatius Sint Maarten Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and South Sandwich Islands South Sudan Spain Sri Lanka St Helena Ascension Tristan da Cunha Suriname Svalbard Sweden Switzerland Taiwan Tajikistan Tanzania Thailand Timor-Leste Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu U.S. Outlying Islands U.S. Virgin Islands Uganda Ukraine United Arab Emirates United Kingdom Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam Wallis and Futuna Yemen Zambia Zimbabwe I would like to receive the C++ Team Blog Newsletter. Privacy Statement. Subscribe Sign in Theme Code Block × Paste your code snippet Ok Cancel What's new Surface Pro Surface Laptop Surface Laptop Studio 2 Copilot for organizations Copilot for personal use AI in Windows Explore Microsoft products Windows 11 apps Microsoft Store Account profile Download Center Microsoft Store support Returns Order tracking Certified Refurbished Microsoft Store Promise Flexible Payments Education Microsoft in education Devices for education Microsoft Teams for Education Microsoft 365 Education How to buy for your school Educator training and development Deals for students and parents AI for education Business Microsoft Cloud Microsoft Security Dynamics 365 Microsoft 365 Microsoft Power Platform Microsoft Teams Microsoft 365 Copilot Small Business Developer & IT Azure Microsoft Developer Microsoft Learn Support for AI marketplace apps Microsoft Tech Community Microsoft Marketplace Marketplace Rewards Visual Studio Company Careers About Microsoft Company news Privacy at Microsoft Investors Diversity and inclusion Accessibility Sustainability Your Privacy Choices Opt-Out Icon Your Privacy Choices Your Privacy Choices Opt-Out Icon Your Privacy Choices Consumer Health Privacy Sitemap Contact Microsoft Privacy Manage cookies Terms of use Trademarks Safety & eco Recycling About our ads © Microsoft 2025 | 2026-01-13T08:48:11 |
https://github.com/enterprise/startups#start-of-content | GitHub for Startups: Build your startup on GitHub · GitHub Skip to content Navigation Menu Toggle navigation Sign in Platform AI CODE CREATION GitHub Copilot Write better code with AI GitHub Spark Build and deploy intelligent apps GitHub Models Manage and compare prompts MCP Registry New Integrate external tools DEVELOPER WORKFLOWS Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes APPLICATION SECURITY GitHub Advanced Security Find and fix vulnerabilities Code security Secure your code as you build Secret protection Stop leaks before they start EXPLORE Why GitHub Documentation Blog Changelog Marketplace View all features Solutions BY COMPANY SIZE Enterprises Small and medium teams Startups Nonprofits BY USE CASE App Modernization DevSecOps DevOps CI/CD View all use cases BY INDUSTRY Healthcare Financial services Manufacturing Government View all industries View all solutions Resources EXPLORE BY TOPIC AI Software Development DevOps Security View all topics EXPLORE BY TYPE Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills SUPPORT & SERVICES Documentation Customer support Community forum Trust center Partners Open Source COMMUNITY GitHub Sponsors Fund open source developers PROGRAMS Security Lab Maintainer Community Accelerator Archive Program REPOSITORIES Topics Trending Collections Enterprise ENTERPRISE SOLUTIONS Enterprise platform AI-powered developer platform AVAILABLE ADD-ONS GitHub Advanced Security Enterprise-grade security features Copilot for Business Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... --> Search Clear Search syntax tips Provide feedback --> We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly --> Name Query To see all available qualifiers, see our documentation . Cancel Create saved search Sign in Sign up Resetting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} GitHub for Startups Scale your startup on GitHub Apply today to receive startup-friendly pricing on GitHub Enterprise, Advanced Security, and the support you need to build, scale, and deliver secure software. Apply now Ready-to-scale developer platform Our AI-powered developer platform is equipped with the tools and integrations to build, scale, and deliver secure software. Get up to 20 seats of GitHub Enterprise free for one year. Build securely from the start Scale confidently with AI-powered application security tools embedded in your development workflow. Get up to 20 seats of GitHub Advanced Security 50% off for one year. Community to help you grow Join our global startup network of over 30k startups across 145+ countries. Gain access to exclusive events and resources designed to help you scale and succeed. Collaboration that goes beyond code Build your business fast with access to the world’s largest open source registry. Host it in the cloud with unlimited free public and private repositories. Start conversations, propose changes, and get feedback with a pull request. Learn more It’s like night and day. It’s the collaboration, it’s the sharing, it’s the community. It’s all because of GitHub. Shanna Senior Director of Build Platform // Autodesk Full project management Turn ideas into products with project boards and tables that integrate directly into your workflow—and link directly to your Issues. Plan your sprints, break out individual tasks, track progress, and ship software fast. Learn more GitHub is our primary tool for R&D project management. Director of Ecosystem Engineering // Shopify Powerful automation and CI/CD Get a complete DevOps toolkit with extensive automation and CI/CD that lives right next to your code. Automate any webhook and script your entire workflow from code merges to deployments. Learn more One of the big benefits of using GitHub for CI/CD and security automation is that we don’t have to build, deploy, or maintain additional tools because they’re built-in to GitHub. That means developers can spend less time managing tools and more time writing code, which is how they’d prefer to spend their time. Software Engineer // Mercari Security trusted by the Fortune 100 GitHub offers the most trusted platform that helps with compliance and keeps your code secure. Stay ahead of security issues, get advanced monitoring, and build your business with confidence. Learn more Six months ago we had around 60 outstanding security CVEs. Today, we have zero. Senior Engineering Manager // Wealthsimple Build on the shoulders of giants With the world’s largest software registry, GitHub makes it simple to find the best open source projects to accelerate your workflows and scale your business fast. Learn more There is a huge open source community of code and developers to work with and draw inspiration from on GitHub. To build better developer tools, we need a direct line to it. GitHub accelerates production, progress, and connections, bringing us closer to our users. Developer Advocate // Stripe Build like the best From Spotify to Slack and Shopify to Netflix, the world’s most innovative companies are built on GitHub. That’s because GitHub offers the most complete—and most trusted—developer platform. Stripe Logo Spotify Logo Coinbase Logo Etsy Logo Twilio Logo Zendesk Logo Get started today Apply now to receive startup friendly pricing on GitHub Enterprise, Advanced Security, and the support you need to build, scale, and deliver secure software. GitHub for Startups Sign-up Form --> GitHub for Startups Sign-up Form Eligibility Funding Stage: Must have received outside funding (up to Series B or earlier). New to GitHub Plans & Credits: Must be new to GitHub Enterprise or Advanced Security, or have not been on an Enterprise plan within the past 6 months, including not having received credits for either plan. Want to add an extra year of savings on Enterprise and Advanced Security? Refer your investor, accelerator, or incubator to become an approved GitHub for Startups partner and apply with their unique application link! If you’re accepted, you’ll receive an email with further instructions within 2-4 business days. If you have any questions, please reach out to our team. * - required field Company Name First Name Last Name Email Address Please use an email with your company domain. Personal emails or emails that do not match the GitHub Account owner will be rejected. GitHub sends all important communications to the primary email of the admin - if you need to update your primary email address, please follow these instructions before submitting your application. Role in Company Please select Cofounder CEO Cofounder/CTO Technical Lead Cofounder (other) Company Website Applications with invalid websites and/or websites with inappropriate content will be rejected. Company overview In a few sentences, please share a bit more about your company. Industry Please select Agriculture & Mining Business Services Computers & Electronics Consumer Services Education Energy & Utilities Financial Services Food & Beverage Government Healthcare Manufacturing Media & Entertainment Not for Profit Real Estate & Construction Retail Software & Internet Telecommunications Transportation & Storage Travel, Recreation, and Leisure Whole & Distribution Other Latest Funding Round Please select Bootstrap Pre-Seed Seed Series A Series B Series C or later Total Funding Raised Please select <$1M USD $1M-$2M USD $2M-$5M USD $5M-$10M USD $10M-$25M USD $25M+ USD Proof of Funding Provide links from credible sources such as third-party news, startup investment platforms (e.g. Crunchbase), or investor portfolio pages or blog posts. Self-published content will not be accepted. If you are a stealth startup, please apply through your approved GitHub for Startups partner page . Account Information You will not be billed at this time. This information will be used for any paid add-ons or upgrades you choose to add (beyond the 20 seat offer) during or after the program. Country Please select Afghanistan Åland Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bonaire, Sint Eustatius and Saba Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory Brunei Darussalam Bulgaria Burkina Faso Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo (Brazzaville) Congo (Kinshasa) Cook Islands Costa Rica Côte d'Ivoire Croatia Curaçao Cyprus Czech Republic Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Falkland Islands Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Lands Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti Heard and McDonald Islands Honduras Hong Kong Hungary Iceland India Indonesia Iran Iraq Ireland Isle of Man Israel Italy Jamaica Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea, South Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau Macedonia Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island Northern Mariana Islands Norway Oman Pakistan Palau Palestine Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Reunion Romania Rwanda Saint Barthélemy Saint Helena Saint Kitts and Nevis Saint Lucia Saint Martin (French part) Saint Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino Sao Tome and Principe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Maarten (Dutch part) Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and South Sandwich Islands South Sudan Spain Sri Lanka Sudan Suriname Svalbard and Jan Mayen Islands Swaziland Sweden Switzerland Syria Taiwan Tajikistan Tanzania Thailand Timor-Leste Togo Tokelau Tonga Trinidad and Tobago Tunisia Türkiye Turkmenistan Turks and Caicos Islands Tuvalu Uganda Ukraine United Arab Emirates United Kingdom United States Minor Outlying Islands United States of America Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam Virgin Islands, British Virgin Islands, U.S. Wallis and Futuna Islands Yemen Zambia Zimbabwe GitHub for Startups Partner Please provide the name of the accelerator/incubator/VC fund through which you are applying for GitHub for Startups benefits. If you were referred by a GitHub employee, please list their email here. GitHub Enterprise Slug Please provide your startup’s GitHub Enterprise account in the format github.com/enterprises/SLUG. You can sign up for an Enterprise trial . Ensure you sign up for the trial using personal accounts. Applications with invalid, organization, or managed user accounts will be rejected. See details on account types to learn more. I hereby accept the GitHub Customer Agreement on behalf of my organization and confirm that I have the authority to do so. For more information about GitHub's privacy practices, see the GitHub Privacy Statement . I agree to the GitHub for Startups Terms and Conditions . Sign up for GitHub for Startups Apply now Early-stage startup You must be an early-stage startup that has received outside equity funding (Series B or earlier). New to GitHub Enterprise and/or Advanced Security You must be new to Enterprise or Advanced Security, or have not been on either plan in the past 6 months, and you should not have received credits for either plan. Our partners help us create the unicorns of tomorrow We know the value of community. That’s why GitHub for Startups partners with leading investors, accelerators, and startup support organizations to help early-stage startups go from seed funding to unicorn status. Startups affiliated with a GitHub for Startups partner are eligible for additional discounts and benefits while in the program. GitHub for Startups Partner Application --> GitHub for Startups Partner Application Contact First Name Contact Last Name Contact Email Address Company Name Role Website HQ Country Please select Afghanistan Åland Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bonaire, Sint Eustatius and Saba Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory Brunei Darussalam Bulgaria Burkina Faso Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo (Brazzaville) Congo (Kinshasa) Cook Islands Costa Rica Côte d'Ivoire Croatia Curaçao Cyprus Czech Republic Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Falkland Islands Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Lands Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti Heard and McDonald Islands Honduras Hong Kong Hungary Iceland India Indonesia Iran Iraq Ireland Isle of Man Israel Italy Jamaica Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea, South Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau Macedonia Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island Northern Mariana Islands Norway Oman Pakistan Palau Palestine Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Reunion Romania Rwanda Saint Barthélemy Saint Helena Saint Kitts and Nevis Saint Lucia Saint Martin (French part) Saint Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino Sao Tome and Principe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Maarten (Dutch part) Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and South Sandwich Islands South Sudan Spain Sri Lanka Sudan Suriname Svalbard and Jan Mayen Islands Swaziland Sweden Switzerland Syria Taiwan Tajikistan Tanzania Thailand Timor-Leste Togo Tokelau Tonga Trinidad and Tobago Tunisia Türkiye Turkmenistan Turks and Caicos Islands Tuvalu Uganda Ukraine United Arab Emirates United Kingdom United States Minor Outlying Islands United States of America Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam Virgin Islands, British Virgin Islands, U.S. Wallis and Futuna Islands Yemen Zambia Zimbabwe Organization Type Please select Incubator/Accelerator VC TechHub Startup Ecosystem Partner Portfolio Size Number of Investments Annually GitHub for Startups provides certain resources to approved startup partners and startups in their portfolio, which are subject to change. I hereby accept the GitHub Logo Policy and GitHub Privacy Statement policy agreements on behalf of my organization. Apply to become a GitHub for Startups Partner Apply to become a partner YCombinator Logo a16z Logo Lightspeed Venture Partners Logo Sequoia Capital Logo Techstars Logo Frequently asked questions What’s included in the GitHub for Startups offer? All GitHub for Startups companies receive up to 20 seats of GitHub Enterprise for free for 12 months*. Additionally, those interested can also redeem 20 seats of Advanced Security for 12 months at 50% off. Learn more about the features and capabilities of GitHub Enterprise and Advanced Security . * Startups affiliated with a GitHub for Startups VC or accelerator partner may be eligible for additional discounts and benefits. See list of partners . Don’t see your partner? Share this link to refer your partner to the GitHub for Startups partner program. Who is eligible to apply? Startups that meet the following criteria are eligible to apply for the GitHub for Startups program: Received outside equity funding (up to Series B) New to GitHub Enterprise or Advanced Security, or have not been on either plan within the past 6 months, including not having received credits for either plan. Must not have previously received credits for GitHub Enterprise or Advanced Security. What if my startup is not eligible for GitHub for Startups? Are there other resources for me? If you’re not currently eligible for GitHub for Startups, please feel to sign up for a trial . How can my organization become a GitHub for Startups partner? Any investor, accelerator, or startup support organization is eligible to apply for the GitHub for Startups program. Apply here . Startup Program Terms & Conditions Subscription Model: We do not support the pay-as-you-go billing model. By applying, you agree to switch to a subscription-based pricing model for the duration of your participation in the GitHub for Startups program. Metered Add-ons: Metered product add-ons (like Copilot, larger runners, Codespaces, etc.) are not included in the program, and will be charged at standard rates. Managed Users: Enterprise Accounts with managed users are not supported. Payment Method: You must have a valid payment method on file Site-wide Links Subscribe to our developer newsletter Get tips, technical guides, and best practices. Twice a month. Subscribe Platform Features Enterprise Copilot AI Security Pricing Team Resources Roadmap Compare GitHub Ecosystem Developer API Partners Education GitHub CLI GitHub Desktop GitHub Mobile GitHub Marketplace MCP Registry Support Docs Community Forum Professional Services Premium Support Skills Status Contact GitHub Company About Why GitHub Customer stories Blog The ReadME Project Careers Newsroom Inclusion Social Impact Shop © 2026 GitHub, Inc. Terms Privacy (Updated 02/2024) 02/2024 Sitemap What is Git? Manage cookies Do not share my personal information GitHub on LinkedIn Instagram GitHub on Instagram GitHub on YouTube GitHub on X TikTok GitHub on TikTok Twitch GitHub on Twitch GitHub’s organization on GitHub English English Português (Brasil) Español (América Latina) 日本語 한국어 You can’t perform that action at this time. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/stash?channel=gui | Using the Stash | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 13 of 24 Using the Stash How can you save changes temporarily - without committing them? Learn More Chapter Saving Changes Temporarily in our online book. Previous Video « Merging Branches Next Video Dealing with Merge Conflicts » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/t/discuss | Discussion Threads - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Discussion Threads Follow Hide Discussion threads targeting the whole community Create Post submission guidelines These posts should include a question, prompt, or topic that initiates a discussion in the comments section. Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu How AI World Models Are Changing Video Games Manu Manu Manu Follow Jan 3 How AI World Models Are Changing Video Games # discuss # career # gamedev 1 reaction Comments Add Comment 3 min read IGN: I’m Getting Bored of Every PlayStation Game Telling the Same Story Gaming News Gaming News Gaming News Follow Oct 2 '25 IGN: I’m Getting Bored of Every PlayStation Game Telling the Same Story # discuss # playstation Comments Add Comment 1 min read IGN: Star Wars: Visions Volume 3 - Official Trailer (English Dub) Gaming News Gaming News Gaming News Follow Sep 26 '25 IGN: Star Wars: Visions Volume 3 - Official Trailer (English Dub) # discuss # watercooler Comments Add Comment 1 min read IGN: My Status as an Assassin Obviously Exceeds the Hero’s - Official Trailer (English Subtitles) Gaming News Gaming News Gaming News Follow Sep 19 '25 IGN: My Status as an Assassin Obviously Exceeds the Hero’s - Official Trailer (English Subtitles) # discuss # watercooler Comments Add Comment 1 min read IGN: Vicious - Official Trailer (2025) Dakota Fanning, Kathryn Hunter, Mary McCormack Gaming News Gaming News Gaming News Follow Sep 17 '25 IGN: Vicious - Official Trailer (2025) Dakota Fanning, Kathryn Hunter, Mary McCormack # watercooler # discuss Comments Add Comment 1 min read IGN: The Last Time a Game Truly Surprised Us - Game Scoop! Clip Gaming News Gaming News Gaming News Follow Sep 15 '25 IGN: The Last Time a Game Truly Surprised Us - Game Scoop! Clip # discuss # pcgaming # retrogaming # xbox Comments Add Comment 1 min read IGN: Nintendo Direct Livestream: IGN Watch Party and NVC Post-Show Gaming News Gaming News Gaming News Follow Sep 10 '25 IGN: Nintendo Direct Livestream: IGN Watch Party and NVC Post-Show # discuss # nintendo # nintendoswitch # gaming Comments Add Comment 1 min read IGN: Alien: Earth - After Ep. 4's Big Revelation, Is It Time to Bail? Gaming News Gaming News Gaming News Follow Aug 27 '25 IGN: Alien: Earth - After Ep. 4's Big Revelation, Is It Time to Bail? # watercooler # discuss Comments Add Comment 1 min read IGN: 7 Metal Gear Remakes We Need After MGS3 Delta Gaming News Gaming News Gaming News Follow Aug 18 '25 IGN: 7 Metal Gear Remakes We Need After MGS3 Delta # discuss # playstation # retrogaming # pcgaming Comments Add Comment 1 min read IGN: Peacemaker Season 2 (Episodes 1-5) Review | NO SPOILERS Gaming News Gaming News Gaming News Follow Aug 15 '25 IGN: Peacemaker Season 2 (Episodes 1-5) Review | NO SPOILERS # watercooler # discuss Comments Add Comment 1 min read What is your all-time favorite game? Glenn Trojan Glenn Trojan Glenn Trojan Follow Jun 25 '25 What is your all-time favorite game? # discuss 4 reactions Comments 3 comments 1 min read What are the best new games? Glenn Trojan Glenn Trojan Glenn Trojan Follow Jun 4 '25 What are the best new games? # discuss 4 reactions Comments 1 comment 1 min read loading... trending guides/resources How AI World Models Are Changing Video Games 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://docs.suprsend.com/docs/inbox-react-native#content-area | React Native (Headless) - SuprSend, Notification infrastructure for Product teams Skip to main content SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Community Trust Center Platform Status Postman Collection GETTING STARTED What is SuprSend? Quick Start Guide Best Practices Plan Your Integration Go-live checklist CORE CONCEPTS Templates Users Events Workflow Notification Categories Preferences Tenants Lists Broadcast Objects Translations DLT Guidelines Whatsapp Template Guidelines WORKFLOW BUILDER Design Workflow Node List Workflow Settings Trigger Workflow Validate Trigger Payload Tenant Workflows Notification Inbox Overview Multi Tabs React Javascript (Angular, Vuejs etc) React Native React Native (Headless) HMAC Authentication DEPRECATED Flutter (Headless) PREFERENCE CENTRE Embedded Preference Centre Javascript Angular React VENDOR INTEGRATION GUIDE Overview Email Integrations SMS Integrations Android Push Whatsapp Integrations iOS Push Chat Integrations Vendor Fallback Tenant Vendor INTEGRATIONS Webhook Connectors MONITORING & DEBUGGING Logs Audit Logs Error Guides MANAGE YOUR ACCOUNT Authentication Methods Contact Us Get Started SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Ask AI Contact Us Get Started Get Started Search... Navigation React Native React Native (Headless) Documentation API Reference Management API CLI Reference Developer Resources Changelog Documentation API Reference Management API CLI Reference Developer Resources Changelog React Native React Native (Headless) OpenAI Open in ChatGPT Integrate SuprSend inbox in React Native using the headless library and hooks. OpenAI Open in ChatGPT The Headless Inbox library provides hooks that can be integrated into React Native components for building inbox, and toast functionality in your applications. Installation npm yarn Copy Ask AI npm install @suprsend/react-headless Initialization Enclose your app in SuprSendProvider like below and pass the workspace key , distinct_id , and subscriber_id . App.js Copy Ask AI import { SuprSendProvider } from "@suprsend/react-headless" ; function App () { return ( < SuprSendProvider workspaceKey = "<workspace_key>" subscriberId = "<subscriber_id>" distinctId = "<distinct_id>" > < YourAppCode /> </ SuprSendProvider > ); } SuprSend hooks can only be used inside of SuprSendProvider. Adding SuprSend inbox component 1) useBell hook This hook provides unSeenCount, markAllSeen which is related to the Bell icon in the inbox unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markAllSeen : Used to mark seen for all notifications. Call this method on clicking the bell icon so that it will reset the bell count to 0. Bell.js Copy Ask AI import { useBell } from "@suprsend/react-headless" ; function Bell () { const { unSeenCount , markAllSeen } = useBell (); return < p onClick = { () => markAllSeen () } > { unSeenCount } </ p > ; } 2) useNotifications hook This hook provides a notifications list, unSeenCount, markClicked, markAllSeen. notifications : List of all notifications. This array can be looped and notifications can be displayed. unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markClicked : Method used to mark a notification as clicked. Pass notification id which is clicked as the first param. markAllRead : This method is used to mark all individual notifications as seen. Add a button anywhere in your notification tray as Mark all as read and on clicking of that call this method. mark all read sample Notifications.js Copy Ask AI import { useNotifications } from "@suprsend/react-headless" ; function Notifications () { const { notifications , markAllRead } = useNotifications (); return ( < div > < h3 > Notifications </ h3 > < p onClick = { () => { markAllRead ()} } > Mark all read </ p > { notifications . map (( notification ) => { return ( < NotificationItem notification = { notification } key = { notification . n_id } markClicked = { markClicked } /> ); }) } </ div > ); } function NotificationItem ({ notification , markClicked }) { const message = notification . message ; const created = new Date ( notification . created_on ). toDateString (); return ( < div onClick = { () => { markClicked ( notification . n_id ); } } style = { { backgroundColor: "lightgray" , margin: 2 , borderRadius: 5 , padding: 4 , cursor: "pointer" , } } > < div style = { { display: "flex" } } > < p > { message . header } </ p > { ! notification . seen_on && < p style = { { color: "green" } } > * </ p > } </ div > < div > < p > { message . text } </ p > </ div > < div > < p style = { { fontSize: "12px" } } > { created } </ p > </ div > </ div > ); } Notification object structure: Notification.js Copy Ask AI interface IRemoteNotification { n_id : string n_category : string created_on : number seen_on ?: number message : IRemoteNotificationMessage } interface IRemoteNotificationMessage { header : string schema : string text : string url : string extra_data ?: string actions ?: { url : string ; name : string }[] avatar ?: { avatar_url ?: string ; action_url ?: string } subtext ?: { text ?: string ; action_url ?: string } } 3) useEvent hook This hook is an event emitter when and takes arguments event type and callback function when the event happens. Must be called anywhere inside SuprSendProvider Handled Events: new_notification: Called when the new notification occurs can be used to show toast in your application. Sample.js Copy Ask AI import { useEvent } from "@suprsend/react-headless" ; function Home () { useEvent ( "new_notification" , ( newNotification ) => { console . log ( "new notification data: " , newNotification ); alert ( "You have new notifications" ); }); return < p > Home </ p > ; } Example implementation Check the example implementation. Was this page helpful? Yes No Suggest edits Raise issue Previous HMAC Authentication Steps to safely authenticate users and generate subscriber-id in headless Inbox implementation. Next ⌘ I x github linkedin youtube Powered by On this page Installation Initialization Adding SuprSend inbox component 1) useBell hook 2) useNotifications hook 3) useEvent hook Example implementation | 2026-01-13T08:48:11 |
https://docs.suprsend.com/docs/inbox-react-native#initialization | React Native (Headless) - SuprSend, Notification infrastructure for Product teams Skip to main content SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Community Trust Center Platform Status Postman Collection GETTING STARTED What is SuprSend? Quick Start Guide Best Practices Plan Your Integration Go-live checklist CORE CONCEPTS Templates Users Events Workflow Notification Categories Preferences Tenants Lists Broadcast Objects Translations DLT Guidelines Whatsapp Template Guidelines WORKFLOW BUILDER Design Workflow Node List Workflow Settings Trigger Workflow Validate Trigger Payload Tenant Workflows Notification Inbox Overview Multi Tabs React Javascript (Angular, Vuejs etc) React Native React Native (Headless) HMAC Authentication DEPRECATED Flutter (Headless) PREFERENCE CENTRE Embedded Preference Centre Javascript Angular React VENDOR INTEGRATION GUIDE Overview Email Integrations SMS Integrations Android Push Whatsapp Integrations iOS Push Chat Integrations Vendor Fallback Tenant Vendor INTEGRATIONS Webhook Connectors MONITORING & DEBUGGING Logs Audit Logs Error Guides MANAGE YOUR ACCOUNT Authentication Methods Contact Us Get Started SuprSend, Notification infrastructure for Product teams home page Search... ⌘ K Ask AI Contact Us Get Started Get Started Search... Navigation React Native React Native (Headless) Documentation API Reference Management API CLI Reference Developer Resources Changelog Documentation API Reference Management API CLI Reference Developer Resources Changelog React Native React Native (Headless) OpenAI Open in ChatGPT Integrate SuprSend inbox in React Native using the headless library and hooks. OpenAI Open in ChatGPT The Headless Inbox library provides hooks that can be integrated into React Native components for building inbox, and toast functionality in your applications. Installation npm yarn Copy Ask AI npm install @suprsend/react-headless Initialization Enclose your app in SuprSendProvider like below and pass the workspace key , distinct_id , and subscriber_id . App.js Copy Ask AI import { SuprSendProvider } from "@suprsend/react-headless" ; function App () { return ( < SuprSendProvider workspaceKey = "<workspace_key>" subscriberId = "<subscriber_id>" distinctId = "<distinct_id>" > < YourAppCode /> </ SuprSendProvider > ); } SuprSend hooks can only be used inside of SuprSendProvider. Adding SuprSend inbox component 1) useBell hook This hook provides unSeenCount, markAllSeen which is related to the Bell icon in the inbox unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markAllSeen : Used to mark seen for all notifications. Call this method on clicking the bell icon so that it will reset the bell count to 0. Bell.js Copy Ask AI import { useBell } from "@suprsend/react-headless" ; function Bell () { const { unSeenCount , markAllSeen } = useBell (); return < p onClick = { () => markAllSeen () } > { unSeenCount } </ p > ; } 2) useNotifications hook This hook provides a notifications list, unSeenCount, markClicked, markAllSeen. notifications : List of all notifications. This array can be looped and notifications can be displayed. unSeenCount : Use this variable to show the unseen notification count anywhere in your application. markClicked : Method used to mark a notification as clicked. Pass notification id which is clicked as the first param. markAllRead : This method is used to mark all individual notifications as seen. Add a button anywhere in your notification tray as Mark all as read and on clicking of that call this method. mark all read sample Notifications.js Copy Ask AI import { useNotifications } from "@suprsend/react-headless" ; function Notifications () { const { notifications , markAllRead } = useNotifications (); return ( < div > < h3 > Notifications </ h3 > < p onClick = { () => { markAllRead ()} } > Mark all read </ p > { notifications . map (( notification ) => { return ( < NotificationItem notification = { notification } key = { notification . n_id } markClicked = { markClicked } /> ); }) } </ div > ); } function NotificationItem ({ notification , markClicked }) { const message = notification . message ; const created = new Date ( notification . created_on ). toDateString (); return ( < div onClick = { () => { markClicked ( notification . n_id ); } } style = { { backgroundColor: "lightgray" , margin: 2 , borderRadius: 5 , padding: 4 , cursor: "pointer" , } } > < div style = { { display: "flex" } } > < p > { message . header } </ p > { ! notification . seen_on && < p style = { { color: "green" } } > * </ p > } </ div > < div > < p > { message . text } </ p > </ div > < div > < p style = { { fontSize: "12px" } } > { created } </ p > </ div > </ div > ); } Notification object structure: Notification.js Copy Ask AI interface IRemoteNotification { n_id : string n_category : string created_on : number seen_on ?: number message : IRemoteNotificationMessage } interface IRemoteNotificationMessage { header : string schema : string text : string url : string extra_data ?: string actions ?: { url : string ; name : string }[] avatar ?: { avatar_url ?: string ; action_url ?: string } subtext ?: { text ?: string ; action_url ?: string } } 3) useEvent hook This hook is an event emitter when and takes arguments event type and callback function when the event happens. Must be called anywhere inside SuprSendProvider Handled Events: new_notification: Called when the new notification occurs can be used to show toast in your application. Sample.js Copy Ask AI import { useEvent } from "@suprsend/react-headless" ; function Home () { useEvent ( "new_notification" , ( newNotification ) => { console . log ( "new notification data: " , newNotification ); alert ( "You have new notifications" ); }); return < p > Home </ p > ; } Example implementation Check the example implementation. Was this page helpful? Yes No Suggest edits Raise issue Previous HMAC Authentication Steps to safely authenticate users and generate subscriber-id in headless Inbox implementation. Next ⌘ I x github linkedin youtube Powered by On this page Installation Initialization Adding SuprSend inbox component 1) useBell hook 2) useNotifications hook 3) useEvent hook Example implementation | 2026-01-13T08:48:11 |
https://gg.forem.com/new/indie | New Post - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Join the Gamers Forem Gamers Forem is a community of 3,676,891 amazing gamers Continue with Apple Continue with Google Continue with Facebook Continue with Forem Continue with GitHub Continue with Twitter (X) OR Email Password Remember me Forgot password? By signing in, you are agreeing to our privacy policy , terms of use and code of conduct . New to Gamers Forem? Create account . 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com?utm_source=blog&utm_medium=cta&utm_content=sidebar&utm_campaign=tower-windows-10 | Tower — The most powerful Git client for Mac and Windows Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download The most powerful Git client for Mac and Windows Over 100,000 developers and designers are more productive with Tower. Get Started – It's Free Get Started – It's Free Also available for Windows Also available for macOS Version 15.0.3 was released on December 19, 2025 Read Blog Post Version 10.1 was released on December 3, 2025 Read Blog Post Git Made Easy Drag and Drop • Undo everything • A unique Conflict Wizard • File history • Extensive documentation • Great customer support Learn More All of Git's Power (And None of the Pain) Pull Requests • Single-line staging • Interactive Rebase • Submodules • Git LFS • Git-Flow • File History • Blame • Cherry-Pick Learn More Software With Productivity in Mind Quick actions • Single-click cloning • Automatic stashing & fetching • Quick open Learn More Tower is the tool of choice for over 100,000 users worldwide Esteban Torres Engineer at SoundCloud The new Tower adds a lot of great features that help me go on with my day faster; like the ability to create pull-requests directly from the tool. Jesse Bilsten Principal Designer at GoDaddy I utilize Git in both design and development environments - and Tower is the only tool that empowers me in both. Daniel Schutzsmith Amnesty International You should use Tower. It changed the game for me and made Git much more visual for me to understand. Download the Free Trial Also available for Windows Also available for macOS Download the Free Trial Also available for Windows Also available for macOS Explore the Features Tower Git Client Download for macOS Download for Windows Releases Pricing Beta Channel Use Cases Developers Designers Teams Enterprise Students Teachers & Universities Features Easy Powerful Productive New Features All Features Integrations CLI vs GUI Tower Workflows Stacked Pull Requests Free Tools Code Diff Tool .gitignore Generator Support Help Center Documentation Learn Git Newsletter Contact Us Company About Blog Press Jobs Merch Affiliate Program Legal License Agreement Privacy Policy Privacy Settings Imprint © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (8 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing. Please check your email to confirm. Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/installing-configuring-git?channel=gui | Installing & Configuring Git | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 2 min episode 2 of 24 Installing & Configuring Git How do I install and configure Git on my machine? Learn More Chapter Getting Ready in our online book. Previous Video « What is Version Control? Next Video The Basic Workflow of Version Control » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/create-new-local-repository?channel=gui | Creating a New Local Repository | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 2 min episode 4 of 24 Creating a New Local Repository How do I create a new repository on my machine? Learn More Chapter Starting with an Unversioned Project in our online book. Previous Video « The Basic Workflow of Version Control Next Video Cloning an Existing Repository » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/cheat-sheets/regex | Regex Cheat Sheet | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Regex Cheat Sheet Download our popular cheat sheet for Regular Expressions Regex Cheat Sheet Learning regex can significantly enhance your text processing capabilities, save time, and make you a more versatile and efficient programmer or data analyst. Unleash the full power of Regular Expressions with our Regex cheat sheet! Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/create-checkout-branches?channel=gui | Creating & Checking Out Branches | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 11 of 24 Creating & Checking Out Branches How can I create a branch? How can I make a branch active? Learn More Chapter Working with Branches in our online book. Previous Video « Introduction to Branches Next Video Merging Branches » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/gg_news/league-of-legends-wild-rift-comes-under-fire-for-diabolical-ai-generated-cinematic-498a | League Of Legends: Wild Rift Comes Under Fire For "Diabolical" AI Generated Cinematic - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Gaming News Posted on Aug 7, 2025 League Of Legends: Wild Rift Comes Under Fire For "Diabolical" AI Generated Cinematic # moba # mobilegaming # multiplayer # esports League Of Legends: Wild Rift Just Released An AI Video So Bad, It Was Immediately Pulled This has to be one of the worst uses of generative AI in video games yet. thegamer.com Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Gaming News Follow Joined Apr 30, 2025 More from Gaming News IGN: Dissidia Duellum Final Fantasy - Official Announcement Trailer # gamedev # mobilegaming IGN: Destiny: Rising - Official Global Cinematic Launch Trailer # gamedev # mobilegaming IGN: Destiny: Rising - Official Global Launch Developer Preview Video # gamedev # mobilegaming 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://gg.forem.com/jundata | Jun - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Follow User actions Jun 👨💻 Security‑focused technician that's diving deep into data logs. Location APAC Joined Joined on Oct 23, 2025 Personal website https://github.com/JunDocs More info about @jundata Badges 2 Week Community Wellness Streak Keep the community conversation going! Post at least 2 comments for 2 straight weeks and unlock the 4 Week Badge. Got it Close 1 Week Community Wellness Streak For actively engaging with the community by posting at least 2 comments in a single week. Got it Close Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Currently learning Learning self‑control when there is freshly made pizza sitting in front of me. Currently hacking on Maintaining self‑hosted social services (micro‑blog, photo sharing) and documenting the setups on GitHub. Available for Currently available for casual chat. My projects are more of a hobby right now Post 1 post published Comment 5 comments written Tag 0 tags followed Jeju Island Pokémon GO Stamp Rally Map Pinning Jun Jun Jun Follow Oct 24 '25 Jeju Island Pokémon GO Stamp Rally Map Pinning # walkthroughs # openworld # mobilegaming # nintendo 3 reactions Comments Add Comment 2 min read Want to connect with Jun? Create an account to connect with Jun. You can also sign in below to proceed if you already have an account. Create Account Already have an account? Sign in loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/introduction-to-branches?channel=cli | Introduction to Branches | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 6 min episode 10 of 24 Introduction to Branches What are branches? What is so special about the branching model (compared to SVN)? Why should you use them? Learn More Chapter Branching can Change Your Life in our online book. Previous Video « Ignoring Files Next Video Creating & Checking Out Branches » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/sudoku_online | Corbin - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Follow User actions Corbin A greenhorne PHP game developer, just starting out and learning everyday. My first project is a free online Sudoku puzzle game which you can check out on my website. Location United States Joined Joined on Jan 2, 2026 Personal website https://www.sudoku4adults.com/ Pronouns Mr More info about @sudoku_online Badges Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Currently learning PHP, CSS, JavaScript and HTML Currently hacking on My online Sudoku puzzle website Available for Collaboration Post 1 post published Comment 0 comments written Tag 0 tags followed Pin Pinned My first game - Online Sudoku Corbin Corbin Corbin Follow Jan 2 My first game - Online Sudoku # gamedev # sudoku # puzzlegames # indie 4 reactions Comments Add Comment 1 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/blog/tower-windows-10#post-detail | Tower 10 for Windows — Introducing Graphite Support | Tower Blog You are using an outdated browser. Please upgrade your browser to improve your experience. Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download < Back to Blog Tower 10 for Windows — Introducing Graphite Support Bruno Brito November 2025 | 7 min read Share: The wait is over: Tower 10 has arrived! For enthusiasts of Stacked Pull Requests, this release is a game-changer. We're excited to announce comprehensive support for Graphite , integrating its most powerful features directly into Tower. You can now handle your stacked branches and craft Pull Requests seamlessly within our Git client ✌️ With our Tower 8.0 update , we set the stage for incorporating advanced Git workflows. Features like Branch Dependency and the "Restack" action were introduced, and the response from our user community has been overwhelmingly positive. Building on that foundation, Tower 10 now offers full support for Graphite's toolset, empowering you to merge changes into your projects faster than ever. This article will guide you through the essentials of Graphite and how it integrates with Tower 10. About Graphite If you want to enhance your team's Pull Request process and are unfamiliar with Graphite , you're in for a treat! Graphite employs a stack-based methodology that allows developers to work on several features in parallel by layering changes. This is often called the Stacked Pull Requests workflow . The idea is straightforward: by linking smaller, incremental Pull Requests, you reduce the amount of code to be reviewed. This leads to quicker integration and minimizes the chances of significant merge conflicts or bugs. Effective branch management is key to this approach, and this is where Graphite excels. Even if you are the sole user of this workflow in your team, it works flawlessly from the get-go. There's every reason to give it a shot! 😉 Graphite not only simplifies branch management but also provides a dedicated interface for code reviews (be sure to check out AI Reviews !) and complements GitHub by extending its functionality. In addition to its Web UI, Graphite provides: A CLI tool A VS Code extension You can discover more about Graphite in this article . We believed that integrating these capabilities into a Git client would be a great advantage, so we went ahead and did just that. Let's start the tour! Setting Up Graphite in Tower 10 To begin, simply click the "Workflows" button in the toolbar and select the new Graphite.dev entry. You will need a Graphite.dev account and the Graphite CLI tool (version 1.5.3 or higher) installed. Tower 10 – Enabling the Graphite Workflow ☝️ You may find the "Configure Workflow" button greyed out if you haven't configured Graphite yet. Make sure you install the CLI tool and configure the Graphite token by accessing Tower's terminal ("File -> Open in Terminal"). You'll be asked to specify the "Trunk" branch (typically main ) and your Graphite token , which should be detected automatically by Tower. We recommend installing the Graphite binary via npm , the standard package manager for Node.js. You'll notice the "Workflows" icon has changed to Graphite. Clicking it gives you quick access to popular Graphite commands and opens the Graphite dashboard in your browser. Tower 10 – Graphite Workflow in Toolbar Working with Graphite in Tower 10 Now is a great time to explore the Graphite commands you can run effortlessly in Tower! Working Copy With the Graphite workflow active, you'll see new options in the "Working Copy" view. We've introduced a "Create" action that lets you instantly make a new branch with your staged changes (equivalent to gt create in the Graphite CLI). This is a best practice in the Graphite workflow, which recommends treating each branch as a small, atomic changeset with a single commit initially. The "Commit" action is similar to the gt modify --commit command in Graphite: it adds a new commit to the current branch and automatically restacks if there are no conflicts. Tower 10 — "Working Copy" view ☝️ Tower's "Quick Amend" feature is also compatible with the Graphite workflow. To amend the current branch's commit, hold down ( Left Alt + CTRL ), and the "Commit" button will change to "Modify". This is the same as running gt modify in the Graphite CLI. Creating a Stacked Branch Graphite is centered around Stacked Branches, and creating a new one is simple: right-click on any branch to create a new stacked branch based on it. Tower 10 — Create New Stacked Branch In the following dialog, you can choose its parent branch for straightforward integration and opt to check it out right away. Tower 10 — Create New Stacked Branch Dialog From the context menu, you can also perform all other standard Graphite operations, like renaming, merging, squashing, or deleting branches. Tower 10 – Additional Context Menu Options Setting the Parent Branch You can change a branch's parent at any time, just as you would with Stacked Branches, by using the context menu and selecting "Track Parent Branch." In Graphite's terminology, this is known as "tracking" ( gt track ) and "untracking" ( gt untrack ) a stacked branch. Tower 10 – Setting the Parent Branch Restacking Restacking syncs all changes by rebasing each child branch onto its parent. Tower shows an icon in the sidebar for branches that need restacking. You can perform this action by right-clicking the branch and choosing "Restack [Branch]". In the branch's history, a yellow banner will also inform you that the branch needs to be restacked. Tower 10 — Restack Branch In the "Restack Branch" dialog, you'll see a "Restack Full Stack" option. If this is not checked, Tower/Graphite will restack the selected branch and its parents. If checked, the branch's children will also be restacked (hence "full stack"). Tower will let you know if any conflicts occur during the restack. Tower 10 — Restack Branch Dialog Syncing a Branch Right-clicking any branch also lets you "sync" it. This synchronizes all branches in the stack, much like the gt get command. Tower 10 — Sync Branch Dialog Tower also offers extra options, like restacking all branches in your repository. Submitting a Branch (To Create a Pull Request) You can submit a branch to create a PR by right-clicking it and selecting the option from the context menu. More options are available by clicking the drop-down arrow, such as updating only branches with existing open PRs. Tower 10 — Submit Branch to Graphite All open Pull Requests are accessible in Tower's "Pull Requests" view, in the sidebar or via the shortcut CTRL + 4 . Tower 10 — Pull Requests This view lets you inspect, merge, close, comment on, or check out pull requests without opening a browser. Merge Queue Graphite includes a Merge Queue feature that avoids semantic merge conflicts by automating the rebase process during merges. This keeps the trunk branch "green" and helps development teams move faster with fewer interruptions. In Tower, if a merge is possible, the Graphite branch is added to the merge queue. The merge is asynchronous, so you'll need to manually refresh and sync the branch to see if it has been merged. When a Graphite branch is sent to the merge queue, it's validated remotely. If it can be merged, it is; otherwise, the process fails. To do this, right-click the branch and choose "Add [BRANCH] to Merge Queue…" from Tower's context menu. Tower 10 — Graphite's Merge Queue Warning Messages While using Tower, you might accidentally disrupt Graphite's state with certain Git operations, like a git push . Tower will warn you when this might happen before you proceed. Tower 10 — Warning Message You can enable or disable these prompts in the "Integration" tab of Tower's Settings. Tower 10 — Integration Settings Other Improvements As always, we've also made some other improvements under the hood. Here's a list of the improvements and bug fixes we've addressed: System Menu: The Alt + SPACE shortcut now works as expected. Submodules: Navigation through nested submodules has been refined. Portable Git has been updated to version 2.51.2 for improved compatibility and performance. We hope you enjoy this release! Happy stacking! 😊 Not a Tower user yet? Download our 30-day free trial and see a better way to work with Git! Try Tower 10 Now PS: Did you know? Tower Pro is now free for students and teachers and educational institutions! Table of Contents Introduction About Graphite Setting Up Graphite in Tower 10 Working with Graphite in Tower 10 Other Improvements We make Tower, the best Git client. Try Tower Now Search the Blog Related Posts Meet Graphite – The AI Developer Productivity Platform Tired of endless code review cycles? Find out how Graphite's AI-powered platform and stacked PRs are helping teams like Asana and Vercel ship code faster. Understanding the Stacked Pull Requests Workflow In this post, let's explore the “Stacked Pull Requests” workflow: who it is intended for, its benefits, and the challenges associated with this approach. How Framer Manages Their Codebase with Tower We sat down with Jonas Treub and Niels van Hoorn from the Framer team to understand how Tower assists them in version controlling the Framer codebase, so that their users can build stunning websites. We make Tower, the best Git client for Mac and Windows. We help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay to easily & productively work with the Git version control system. Try it 30 days for free Your Download is in Progress… Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice Privacy Policy Privacy Settings © 2011-2026 Tower — Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/new/moba | New Post - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Join the Gamers Forem Gamers Forem is a community of 3,676,891 amazing gamers Continue with Apple Continue with Google Continue with Facebook Continue with Forem Continue with GitHub Continue with Twitter (X) OR Email Password Remember me Forgot password? By signing in, you are agreeing to our privacy policy , terms of use and code of conduct . New to Gamers Forem? Create account . 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/connect-a-remote?channel=cli | Connecting a Remote Repository | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 2 min episode 18 of 24 Connecting a Remote Repository How can I connect to a remote repository? Learn More Chapter Connecting a Remote Repository in our online book. Previous Video « Introduction to Remote Repositories Next Video Sharing Data on a Remote Repository » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/cheat-sheets/html | HTML Cheat Sheet | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download HTML Cheat Sheet Download our popular cheat sheet for HTML HTML Cheat Sheet Learning HTML is essential for anyone who wants to build and design websites. If you are interested in creating any kind of web project, HTML serves as the foundation to help you get started. Maximize your usage of HTML with our extensive cheat sheet! Available in Light and Dark versions! Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Light Version Dark Version Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/robin-ivi/messenger-a-tiny-planet-big-heart-why-this-browser-game-is-a-hidden-gem-41po | Messenger: A Tiny Planet, Big Heart — Why This Browser Game Is a Hidden Gem - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Engineer Robin 🎭 Posted on Nov 22, 2025 Messenger: A Tiny Planet, Big Heart — Why This Browser Game Is a Hidden Gem # gamedev # pcgaming # vrgaming # xbox Some games are loud, competitive, and overwhelming — and then there’s Messenger.abeto , a quiet little browser game that invites you to slow down, explore, and breathe. It takes place on a miniature round planet where you play as a gentle courier delivering letters to charming characters scattered across forests, rooftops, fields, and twinkling streets. It’s simple. It’s wholesome. And it might just be one of the most unexpectedly heartwarming web games you’ll play this year. A Small Game With a Big Soul The moment you step into the world, you feel it — the warmth, the softness, the calm. The small curved terrain makes the whole world visible as you walk around it, giving a sense of closeness and connection that most games overlook. Every delivery feels like a tiny story, and every character feels like someone worth meeting. Nothing is rushed. Nothing is stressful. You move at your own rhythm, letting curiosity lead the way. What Makes Messenger.abeto So Enjoyable? 1. A Relaxing Escape No battles, no timers, no pressure — just peaceful exploration. 2. A Beautiful Miniature World Low-poly art, soft colors, and cozy atmosphere make it visually soothing. 3. Short and Sweet Perfect for a break, a reset, or a moment of calm. 4. Runs Right in Your Browser No download, no setup — click and play instantly. 5. Gentle Multiplayer Presence You quietly see other players wandering the same tiny world, waving through emojis — like strangers sharing a quiet park bench. How You Play Walk around the curved planet Meet characters and pick up deliveries Follow clues to find who needs the letter Customize your messenger’s look Enjoy the soft soundtrack and peaceful pacing It’s intuitive, charming, and effortlessly satisfying. Who Is This Game Perfect For? People who love cozy, wholesome vibes Gamers who need a relaxing mental break Fans of short artistic experiences Players who enjoy exploring rather than competing Anyone feeling stressed, tired, or overstimulated This game feels like a cup of warm tea for your brain. What to Expect (Honestly) It’s intentionally short It’s simple, not complex It focuses on mood, not mechanics If you want action, grinding, or progression trees — this isn’t that. If you want peace, charm, and a smile — you’re in the right place. Try It Yourself Play here: https://messenger.abeto.co Just open it — you’ll be inside the world in seconds. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Engineer Robin 🎭 Follow I am a software developer, designer and development front and back end project. Location Bangalore, INDIA Education Computer science and engineering, B.tech Work Software Developer Joined Apr 11, 2023 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/basic-workflow?channel=cli | The Basic Workflow of Version Control | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 3 of 24 The Basic Workflow of Version Control Which steps are typically involved when using version control? Learn More Chapter Basic Workflow of Version Control in our online book. Previous Video « Installing & Configuring Git Next Video Creating a New Local Repository » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/robin-ivi/messenger-a-tiny-planet-big-heart-why-this-browser-game-is-a-hidden-gem-41po | Messenger: A Tiny Planet, Big Heart — Why This Browser Game Is a Hidden Gem - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Engineer Robin 🎭 Posted on Nov 22, 2025 Messenger: A Tiny Planet, Big Heart — Why This Browser Game Is a Hidden Gem # gamedev # pcgaming # vrgaming # xbox Some games are loud, competitive, and overwhelming — and then there’s Messenger.abeto , a quiet little browser game that invites you to slow down, explore, and breathe. It takes place on a miniature round planet where you play as a gentle courier delivering letters to charming characters scattered across forests, rooftops, fields, and twinkling streets. It’s simple. It’s wholesome. And it might just be one of the most unexpectedly heartwarming web games you’ll play this year. A Small Game With a Big Soul The moment you step into the world, you feel it — the warmth, the softness, the calm. The small curved terrain makes the whole world visible as you walk around it, giving a sense of closeness and connection that most games overlook. Every delivery feels like a tiny story, and every character feels like someone worth meeting. Nothing is rushed. Nothing is stressful. You move at your own rhythm, letting curiosity lead the way. What Makes Messenger.abeto So Enjoyable? 1. A Relaxing Escape No battles, no timers, no pressure — just peaceful exploration. 2. A Beautiful Miniature World Low-poly art, soft colors, and cozy atmosphere make it visually soothing. 3. Short and Sweet Perfect for a break, a reset, or a moment of calm. 4. Runs Right in Your Browser No download, no setup — click and play instantly. 5. Gentle Multiplayer Presence You quietly see other players wandering the same tiny world, waving through emojis — like strangers sharing a quiet park bench. How You Play Walk around the curved planet Meet characters and pick up deliveries Follow clues to find who needs the letter Customize your messenger’s look Enjoy the soft soundtrack and peaceful pacing It’s intuitive, charming, and effortlessly satisfying. Who Is This Game Perfect For? People who love cozy, wholesome vibes Gamers who need a relaxing mental break Fans of short artistic experiences Players who enjoy exploring rather than competing Anyone feeling stressed, tired, or overstimulated This game feels like a cup of warm tea for your brain. What to Expect (Honestly) It’s intentionally short It’s simple, not complex It focuses on mood, not mechanics If you want action, grinding, or progression trees — this isn’t that. If you want peace, charm, and a smile — you’re in the right place. Try It Yourself Play here: https://messenger.abeto.co Just open it — you’ll be inside the world in seconds. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Engineer Robin 🎭 Follow I am a software developer, designer and development front and back end project. Location Bangalore, INDIA Education Computer science and engineering, B.tech Work Software Developer Joined Apr 11, 2023 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://gg.forem.com/sudoku_online/my-first-game-online-sudoku-1k7 | My first game - Online Sudoku - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Corbin Posted on Jan 2 My first game - Online Sudoku # gamedev # sudoku # puzzlegames # indie I have been learning / building an online Sudoku Puzzle website as my first game dev project, and it has been challenging for myself to say the least. Sudoku4Adults offers multiple puzzle difficulties, smart hints that actually explain the next move instead of giving the answer away, and helpful features like color cell shading, auto pencil, and dark mode for longer sessions. Each puzzle also shows its hardest technique indicator and SE ranking, which is great if you enjoy tracking progress or improving your solving skills. Every puzzle has its own shareable URL, so it is easy to send a challenge to a friend. The goal was to keep the experience clean, focused, and satisfying with minimal distractions. If you enjoy Sudoku, feel free to check it out at https://www.sudoku4adults.com/ More features and refinements are always on the way, so this is just the beginning 😊 Let me know if you can think of any features that I should add. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Corbin Follow A greenhorne PHP game developer, just starting out and learning everyday. My first project is a free online Sudoku puzzle game which you can check out on my website. Location United States Pronouns Mr Joined Jan 2, 2026 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/basic-workflow?channel=gui | The Basic Workflow of Version Control | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 3 of 24 The Basic Workflow of Version Control Which steps are typically involved when using version control? Learn More Chapter Basic Workflow of Version Control in our online book. Previous Video « Installing & Configuring Git Next Video Creating a New Local Repository » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://dev.to/t/webdev/page/10 | Web Development Page 10 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Web Development Follow Hide Because the internet... Create Post submission guidelines Be nice. Be respectful. Assume best intentions. Be kind, rewind. Older #webdev posts 7 8 9 10 11 12 13 14 15 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Dependency Rollercoaster: Navigating the NPM Theme Park Manuj Sankrit Manuj Sankrit Manuj Sankrit Follow Jan 12 Dependency Rollercoaster: Navigating the NPM Theme Park # node # npm # webdev # fullstack Comments Add Comment 5 min read Choosing an i18n Strategy for Angular Admin/Dashboard Apps viacharles viacharles viacharles Follow Jan 10 Choosing an i18n Strategy for Angular Admin/Dashboard Apps # webdev # angular # i18n # npm Comments Add Comment 3 min read TypeScript --erasableSyntaxOnly 플래그, 왜 생겼고 언제 쓰나 wes5510 wes5510 wes5510 Follow Jan 10 TypeScript --erasableSyntaxOnly 플래그, 왜 생겼고 언제 쓰나 # typescript # javascript # node # webdev Comments Add Comment 2 min read Joomla View Logs component v.2.3.0 has been released! Sergey Tolkachyov Sergey Tolkachyov Sergey Tolkachyov Follow Jan 11 Joomla View Logs component v.2.3.0 has been released! # joomla # coding # php # webdev Comments Add Comment 1 min read Building Kiddomato: How We Designed an AI Picture Book Platform That Puts Children First Kiddomato Kiddomato Kiddomato Follow Jan 10 Building Kiddomato: How We Designed an AI Picture Book Platform That Puts Children First # ai # webdev 1 reaction Comments Add Comment 3 min read HTML-101 #4. HTML Headings, Paragraphs & Line Breaks Himanshu Bhatt Himanshu Bhatt Himanshu Bhatt Follow Jan 10 HTML-101 #4. HTML Headings, Paragraphs & Line Breaks # webdev # html # beginners # tutorial 5 reactions Comments Add Comment 4 min read Dynamic Configuration in React — Feature Flags Without the Jank Dmitry Tilyupo Dmitry Tilyupo Dmitry Tilyupo Follow Jan 9 Dynamic Configuration in React — Feature Flags Without the Jank # webdev # programming # javascript # react 5 reactions Comments Add Comment 4 min read Advanced Animation Techniques with svelte-animations in Svelte Lucas Bennett Lucas Bennett Lucas Bennett Follow Jan 10 Advanced Animation Techniques with svelte-animations in Svelte # svelte # webdev # programming # tutorial Comments Add Comment 9 min read I built TuneKit to escape fine-tuning hell (trending #19 on Product Hunt today) Riyanshi Bohra Riyanshi Bohra Riyanshi Bohra Follow Jan 9 I built TuneKit to escape fine-tuning hell (trending #19 on Product Hunt today) # machinelearning # ai # opensource # webdev Comments Add Comment 2 min read Separate Stack for separate Thread. Saiful Islam Saiful Islam Saiful Islam Follow Jan 10 Separate Stack for separate Thread. # webdev # operatingsystm # computerscience # architecture 2 reactions Comments Add Comment 7 min read How Modern Retail Platforms Sync POS, ERP, and eCommerce Using APIs M Antony M Antony M Antony Follow Jan 9 How Modern Retail Platforms Sync POS, ERP, and eCommerce Using APIs # retailtech # api # architecture # webdev Comments Add Comment 3 min read Building Bulletproof Dropdown Click Handling in React Chibuikem Victor Ugwu Chibuikem Victor Ugwu Chibuikem Victor Ugwu Follow Jan 10 Building Bulletproof Dropdown Click Handling in React # javascript # webdev # 100daysofcode # react Comments Add Comment 2 min read 🚨 React Re-render Methods: Reference Matters! muthu raja muthu raja muthu raja Follow Jan 11 🚨 React Re-render Methods: Reference Matters! # react # beginners # webdev # programming Comments 1 comment 1 min read Introducing MultiTyping.in – Improve Your Typing Speed & Accuracy Online | Built by Amit Kumar Ram Ram Ram Follow Jan 10 Introducing MultiTyping.in – Improve Your Typing Speed & Accuracy Online | Built by Amit Kumar # webdev # website # software # programming Comments Add Comment 2 min read Turning Multiple JPG Images into a Single PDF Made Easy Olivia Olivia Olivia Follow Jan 10 Turning Multiple JPG Images into a Single PDF Made Easy # webdev # tools # documents Comments Add Comment 1 min read What is cyber security and why is it important in today’s digital world? Ridhima Ridhima Ridhima Follow Jan 9 What is cyber security and why is it important in today’s digital world? # cybersecurity # webdev # ai # security Comments Add Comment 1 min read Node.js in 2026: Modern Practices You Should Be Using kafeel ahmad kafeel ahmad kafeel ahmad Follow Jan 9 Node.js in 2026: Modern Practices You Should Be Using # webdev # node # javascript # backend Comments Add Comment 12 min read Demystifying Docker Paul Clegg Paul Clegg Paul Clegg Follow Jan 9 Demystifying Docker # php # webdev # containers # docker Comments Add Comment 8 min read MongoDB Advanced Aggregations With Spring Boot and Amazon Corretto MongoDB Guests MongoDB Guests MongoDB Guests Follow for MongoDB Jan 9 MongoDB Advanced Aggregations With Spring Boot and Amazon Corretto # mongodb # webdev # programming # springboot Comments Add Comment 7 min read Hello DEV! I’m Shubhankar Basak: Web Developer & BCS Student Shubhankar Basak Shubhankar Basak Shubhankar Basak Follow Jan 10 Hello DEV! I’m Shubhankar Basak: Web Developer & BCS Student # welcome # webdev # beginners # career Comments Add Comment 1 min read Serverless PDF-to-Speech Narrator on AWS (Textract + Polly) AKASH S AKASH S AKASH S Follow Jan 10 Serverless PDF-to-Speech Narrator on AWS (Textract + Polly) # webdev # ai # tutorial # aws 1 reaction Comments Add Comment 3 min read How to Cut Your AI Costs in Half While Doubling Performance Debby McKinney Debby McKinney Debby McKinney Follow Jan 10 How to Cut Your AI Costs in Half While Doubling Performance # programming # ai # webdev # chatgpt 1 reaction Comments Add Comment 4 min read Interactive Big O Notation Guide Sergiy Bondaryev Sergiy Bondaryev Sergiy Bondaryev Follow Jan 9 Interactive Big O Notation Guide # computerscience # programming # javascript # webdev Comments Add Comment 1 min read Testes de Interface com Playwright e MCP no Windsurf Victor Geruso Gomes Victor Geruso Gomes Victor Geruso Gomes Follow Jan 9 Testes de Interface com Playwright e MCP no Windsurf # webdev # ai # testing # ui Comments Add Comment 3 min read Implementing Real-Time Audio Streaming in VAPI: What I Learned CallStack Tech CallStack Tech CallStack Tech Follow Jan 9 Implementing Real-Time Audio Streaming in VAPI: What I Learned # ai # voicetech # webdev # tutorial Comments Add Comment 13 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://gg.forem.com/manupranay_adupa_c1dd6247/how-ai-world-models-are-changing-video-games-4eb5#comments | How AI World Models Are Changing Video Games - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Manu Posted on Jan 3 How AI World Models Are Changing Video Games # career # discuss # gamedev AI “world models” are new tools that can build entire 3D game worlds from simple text or images, almost like a game engine on autopilot. Companies such as World Labs and Google DeepMind see this as a way to make game development faster, cheaper, and more creative. At the same time, European game worker unions worry that these tools will be used to cut jobs and worsen working conditions. What Are AI World Models? World models are advanced AI systems that simulate 3D environments, including objects, spaces, and how things move and interact. Instead of drawing every tree, building, or room by hand, developers can describe what they want and let the model generate a full scene. World Labs’ Marble can turn text prompts, photos, videos, or rough 3D layouts into complete, editable 3D worlds. DeepMind’s Genie 3 can create minutes of real-time, interactive 3D environments at HD resolution from simple prompts, generating one frame at a time while keeping the scene consistent. These models export assets as meshes or similar formats that can be imported into game engines like Unity or Unreal, instead of trying to replace them completely. For non-technical people, you can think of this as “Photoshop for worlds” rather than just pictures. Why Game Studios Are Excited Large “triple‑A” games now often cost hundreds of millions of dollars and many years of work, which puts extreme pressure on teams. AI world models promise to handle some of the repetitive, time‑consuming work so humans can focus on design and storytelling. Key benefits studios are hoping for: Lower costs and faster production Generating large background environments and ambient spaces automatically could shrink art and level‑design time. Smaller teams might build bigger worlds that previously required large studios and huge budgets. More room for creative experiments DeepMind researchers say game creation is already changing and could be “completely transformed” in the next few years. A producer who moved from Ubisoft to DeepMind hopes world models will free teams to “discover the fun,” try new ideas, and take more creative risks instead of spending all their time on production grind. New uses beyond games World Labs’ Marble is already being pitched for virtual production, visual effects, and VR experiences, not just gaming. Why Workers and Unions Are Pushing Back While companies talk about creativity and efficiency, many workers are worried about job security, stress, and how AI will actually be used. Major concerns include: Layoffs and weaker job security European game unions say tens of thousands of industry jobs have disappeared in recent years while AI tools and cost‑cutting spread. Their joint statement warns that generative AI is being imposed alongside layoffs and strict “return to office” rules, undermining working conditions. Loss of control over tools and workflow Unions argue that AI is often introduced without meaningful input from staff, even though it directly affects their daily work and career paths. They describe this as part of a broader pattern of mismanagement in the games industry, not just a tech issue. Ethical and quality worries from developers Surveys like the GDC State of the Industry report show more developers now see generative AI as harmful to the industry, citing IP theft, energy use, and lower‑quality content. In short, studios see AI as a way to “do more with less,” while many workers fear it will mean “do the same or more with fewer people.” Read more at How AI World Models Are Changing Video Games (and Why Some Workers Are Worried) Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Manu Follow researches and reviews AI tools with a strong focus on real-world usability and accuracy. Coming from a professional background where precision and responsibility matter. Location Quebec, Canada Joined Jan 2, 2026 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/tags?channel=cli | Tags | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 2 min episode 16 of 24 Tags How can I use tags in Git? Previous Video « Undoing Things Next Video Introduction to Remote Repositories » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/jundata/jeju-island-pokemon-go-stamp-rally-map-pinning-3nkm#comments | Jeju Island Pokémon GO Stamp Rally Map Pinning - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Jun Posted on Oct 24, 2025 Jeju Island Pokémon GO Stamp Rally Map Pinning # walkthroughs # openworld # mobilegaming # nintendo A Brief Guide for Non-Korean Users Jeju's official Pokémon GO Stamp Rally (which will end Oct 26, 2025) is featured on the Korean page Pokémon GO – Jeju Stamp Rally. https://pokemongo.com/ko/post/ko-jeju-stamp-rally-event As an international player, I struggled to locate the eight rally spots using the native map app. I turned to OsmAnd , an open-source mapping solution, entered the coordinates manually, and saved a pin for each location. I’m sharing these pins so anyone who prefers open-source maps can follow the rally without needing translations. Rally Locations 제주국제공항 (Jeju Int. Airport) https://osmand.net/map?pin=33.50920,126.49282#13/33.50920/126.49282 중문대포주상절리대 (Daepo Jusangjeolli Cliff) https://osmand.net/map?pin=33.23718,126.42420#16/33.23718/126.42420 중문색달해수욕장 (Jungmun Saekdal Beach) https://osmand.net/map?pin=33.24509,126.41306#14/33.24509/126.41306 여미지식물원 (Yeomiji Botanical Garden) https://osmand.net/map?pin=33.25259,126.41397#16/33.25259/126.41397 베릿내공원 (Beritnae Park) https://osmand.net/map?pin=33.24559,126.41831#18/33.24559/126.41831 중문면세점 (Jungmun Duty‑Free Shop) https://osmand.net/map?pin=33.24139,126.42439#17/33.24139/126.42439 천제연폭포 (Cheonjeyeon Waterfall) https://osmand.net/map?pin=33.25293,126.41758#16/33.25293/126.41758 9.81파크 제주 (9.81 Park) https://osmand.net/map?pin=33.38992,126.36485#12/33.38992/126.36485 © OSM contributors, CC‑BY‑SA 2.0 The Stamp Rally guides you through some of Jeju’s most scenic spots. Even if you fly to the island after the event is over, each location is worth a visit on any Jeju vacation. Especially Daepo Jusangjeolli’s cliffs, the Cheonjeyeon waterfall, and 9.81 Park. Grab the OsmAnd pins, explore at your own pace, and enjoy the island’s natural beauty. Happy travels! Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Jun Follow 👨💻 Security‑focused technician that's diving deep into data logs. Location APAC Joined Oct 23, 2025 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://gg.forem.com/blaze_faisal/rewind-this-how-prince-of-persia-made-breaking-the-rules-look-like-art-1hm | Rewind This: How Prince of Persia Made Breaking the Rules Look Like Art - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Faisal Mujahid Posted on Nov 17, 2025 Rewind This: How Prince of Persia Made Breaking the Rules Look Like Art # pcgaming # playstation # xbox # gamedev ⚔️ New Blog Drop: Prince of Persia — The Game That Broke the Rules (On Purpose) Alright gamers, gather ‘round — because I just published a deep-dive into one of the most influential, rule-breaking masterpieces ever made: Prince of Persia: The Sands of Time. 👉 Read it here: Developer's Codex This game wasn’t just running on walls and looking cool in slow-mo… it was literally redefining how games tell stories, teach mechanics, and let players experiment without punishment. Quick sneak peek: ->How a rage moment over a Donald Duck game inspired the whole rewind mechanic ->Why Sands of Time feels smooth even by today’s standards (hint: the ENGINE was wild) ->How the Prince manages to be charming, annoying, and iconic — all at once ->And why this game STILL claps modern AAA titles in creativity If you’re into game design, nostalgia, or just love seeing how chaotic ideas become legendary mechanics, this one’s for you. Tell me your fav rewind moment — we all abused that mechanic like it was unlimited 😭 Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand seagames seagames seagames Follow You can check out our platform at Seagames.com — would love your feedback! Education Southwest University of Science and Technology Pronouns Jauoh Work CEO Joined Nov 12, 2025 • Nov 18 '25 Dropdown menu Copy link Hide Nice Like comment: Like comment: 2 likes Like Comment button Reply Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Faisal Mujahid Follow I explore gaming's secrets, development stories, and game mechanics. Join me as we uncover what makes our favorite games tick! Location Gurugram, Haryana, India Education Guru Gobind Singh University, Delhi, India Pronouns He/Him Work Student Pursuing Master's in Computer Applications. Joined Sep 6, 2025 More from Faisal Mujahid THE MORTUARY ASSISTANT: How a Developer Made a Career Out of Embalming Haunted Corpses # gamedev # indie # horrorgames # steam 💥 When Your Game Plays YOU: The Algorithm Behind Marvel Rivals # gamedev # pcgaming # fps # battleroyale 🚇 Metro — The Only Series That Made Me Afraid of Breathing # indie # pcgaming # gamedev # playstation 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://gg.forem.com/deepdish36/sneak-peek-on-a-game-im-developing-5g1j | Sneak peek on a game im developing - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Gomes Posted on Jan 8 Sneak peek on a game im developing # gamedev I'm building a minimalist puzzle game in C using raylib, called Puzzle House. The goal is to create 10 progressive levels with unique mechanics, all documented for reuse and learning. Tech Stack C + raylib Modular level design Simple state management (menu, gameplay, pause) Current Progress Basic menu with Start, Options, and Quit Level system in development Focus on clean code and reusable logic Preview More updates will follow as soon as I make any changes! Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Josiah Mbao Josiah Mbao Josiah Mbao Follow Error 404: Bio not found... Just kidding, I code for fun. Seriously. Location Nairobi, Kenya Education United States International University - Africa Pronouns He/Him Work Freelancer @ Fiverr Joined Sep 20, 2024 • Jan 10 Dropdown menu Copy link Hide I like the menu screen, simple but straightforward. What does Raylib do? Is it like a game engine or C library? I've never made a game with C so this seems cool Like comment: Like comment: 1 like Like Comment button Reply Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Gomes Follow Programmer passionate about technology and problem-solving. I enjoy coding, learning new things, and building useful projects. Always open to challenges and opportunities to improve my skills. Location Viseu, Portugal Joined Feb 17, 2025 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://gg.forem.com/sudoku_online/my-first-game-online-sudoku-1k7#comments | My first game - Online Sudoku - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Corbin Posted on Jan 2 My first game - Online Sudoku # gamedev # sudoku # puzzlegames # indie I have been learning / building an online Sudoku Puzzle website as my first game dev project, and it has been challenging for myself to say the least. Sudoku4Adults offers multiple puzzle difficulties, smart hints that actually explain the next move instead of giving the answer away, and helpful features like color cell shading, auto pencil, and dark mode for longer sessions. Each puzzle also shows its hardest technique indicator and SE ranking, which is great if you enjoy tracking progress or improving your solving skills. Every puzzle has its own shareable URL, so it is easy to send a challenge to a friend. The goal was to keep the experience clean, focused, and satisfying with minimal distractions. If you enjoy Sudoku, feel free to check it out at https://www.sudoku4adults.com/ More features and refinements are always on the way, so this is just the beginning 😊 Let me know if you can think of any features that I should add. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Corbin Follow A greenhorne PHP game developer, just starting out and learning everyday. My first project is a free online Sudoku puzzle game which you can check out on my website. Location United States Pronouns Mr Joined Jan 2, 2026 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://gg.forem.com/blaze_faisal/rewind-this-how-prince-of-persia-made-breaking-the-rules-look-like-art-1hm#comments | Rewind This: How Prince of Persia Made Breaking the Rules Look Like Art - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Faisal Mujahid Posted on Nov 17, 2025 Rewind This: How Prince of Persia Made Breaking the Rules Look Like Art # pcgaming # playstation # xbox # gamedev ⚔️ New Blog Drop: Prince of Persia — The Game That Broke the Rules (On Purpose) Alright gamers, gather ‘round — because I just published a deep-dive into one of the most influential, rule-breaking masterpieces ever made: Prince of Persia: The Sands of Time. 👉 Read it here: Developer's Codex This game wasn’t just running on walls and looking cool in slow-mo… it was literally redefining how games tell stories, teach mechanics, and let players experiment without punishment. Quick sneak peek: ->How a rage moment over a Donald Duck game inspired the whole rewind mechanic ->Why Sands of Time feels smooth even by today’s standards (hint: the ENGINE was wild) ->How the Prince manages to be charming, annoying, and iconic — all at once ->And why this game STILL claps modern AAA titles in creativity If you’re into game design, nostalgia, or just love seeing how chaotic ideas become legendary mechanics, this one’s for you. Tell me your fav rewind moment — we all abused that mechanic like it was unlimited 😭 Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand seagames seagames seagames Follow You can check out our platform at Seagames.com — would love your feedback! Education Southwest University of Science and Technology Pronouns Jauoh Work CEO Joined Nov 12, 2025 • Nov 18 '25 Dropdown menu Copy link Hide Nice Like comment: Like comment: 2 likes Like Comment button Reply Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Faisal Mujahid Follow I explore gaming's secrets, development stories, and game mechanics. Join me as we uncover what makes our favorite games tick! Location Gurugram, Haryana, India Education Guru Gobind Singh University, Delhi, India Pronouns He/Him Work Student Pursuing Master's in Computer Applications. Joined Sep 6, 2025 More from Faisal Mujahid THE MORTUARY ASSISTANT: How a Developer Made a Career Out of Embalming Haunted Corpses # gamedev # indie # horrorgames # steam 💥 When Your Game Plays YOU: The Algorithm Behind Marvel Rivals # gamedev # pcgaming # fps # battleroyale 🚇 Metro — The Only Series That Made Me Afraid of Breathing # indie # pcgaming # gamedev # playstation 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/clone-existing-repository?channel=gui | Cloning an Existing Repository | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 3 min episode 5 of 24 Cloning an Existing Repository How can I work with an existing repository from a remote server? Learn More Chapter Starting with an Existing Project on a Server in our online book. Previous Video « Creating a New Local Repository Next Video Inspecting Local Changes » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design/5.0.0-preview.5.20278.2 | NuGet Gallery | Microsoft.EntityFrameworkCore.Design 5.0.0-preview.5.20278.2 Skip To Content Toggle navigation Packages Upload Statistics Documentation Downloads Blog Sign in Microsoft. EntityFrameworkCore. Design 5.0.0-preview.5.20278.2 Prefix Reserved .NET Core 3.0 This package targets .NET Core 3.0. The package is compatible with this framework or higher. .NET Standard 2.1 This package targets .NET Standard 2.1. The package is compatible with this framework or higher. This is a prerelease version of Microsoft.EntityFrameworkCore.Design. There is a newer version of this package available. See the version list below for details. .NET CLI PMC PackageReference CPM Paket CLI Script & Interactive File-based Apps Cake dotnet add package Microsoft.EntityFrameworkCore.Design --version 5.0.0-preview.5.20278.2 Copy NuGet\Install-Package Microsoft.EntityFrameworkCore.Design -Version 5.0.0-preview.5.20278.2 Copy This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.0-preview.5.20278.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference> Copy For projects that support PackageReference , copy this XML node into the project file to reference the package. <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.0-preview.5.20278.2" /> Directory.Packages.props Copy <PackageReference Include="Microsoft.EntityFrameworkCore.Design"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference> Project file Copy For projects that support Central Package Management (CPM) , copy this XML node into the solution Directory.Packages.props file to version the package. paket add Microsoft.EntityFrameworkCore.Design --version 5.0.0-preview.5.20278.2 Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. #r "nuget: Microsoft.EntityFrameworkCore.Design, 5.0.0-preview.5.20278.2" Copy #r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package. #:package Microsoft.EntityFrameworkCore.Design@5.0.0-preview.5.20278.2 Copy #:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package. #addin nuget:?package=Microsoft.EntityFrameworkCore.Design&version=5.0.0-preview.5.20278.2&prerelease Install as a Cake Addin Copy #tool nuget:?package=Microsoft.EntityFrameworkCore.Design&version=5.0.0-preview.5.20278.2&prerelease Install as a Cake Tool Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. README Frameworks Dependencies Used By Versions Shared design-time components for Entity Framework Core tools. Product Versions Compatible and additional computed target framework versions. .NET net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. .NET Core netcoreapp3.0 netcoreapp3.0 is compatible. netcoreapp3.1 netcoreapp3.1 was computed. .NET Standard netstandard2.1 netstandard2.1 is compatible. MonoAndroid monoandroid monoandroid was computed. MonoMac monomac monomac was computed. MonoTouch monotouch monotouch was computed. Tizen tizen60 tizen60 was computed. Xamarin.iOS xamarinios xamarinios was computed. Xamarin.Mac xamarinmac xamarinmac was computed. Xamarin.TVOS xamarintvos xamarintvos was computed. Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. Compatible target framework(s) Included target framework(s) (in package) Learn more about Target Frameworks and .NET Standard . .NETStandard 2.1 Microsoft.CSharp (>= 4.7.0) Microsoft.EntityFrameworkCore.Relational (>= 5.0.0-preview.5.20278.2) NuGet packages (613) Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Design: Package Downloads Microsoft.EntityFrameworkCore.Tools Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database 509.1M Microsoft.VisualStudio.Web.CodeGenerators.Mvc Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views. 258.7M Microsoft.VisualStudio.Web.CodeGeneration.Design Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. 258.6M Microsoft.VisualStudio.Web.CodeGeneration Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies. 257.7M Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore Contains Entity Framework Core Services used by ASP.NET Core Code Generators. 257.6M GitHub repositories (557) Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Design: Repository Stars jellyfin/jellyfin The Free Software Media System - Server Backend & API 47.6K dotnet/aspnetcore ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. 37.6K ardalis/CleanArchitecture Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10 17.9K bitwarden/server Bitwarden infrastructure/backend (API, database, Docker, etc). 17.9K abpframework/abp Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation. 14.1K dotnet/AspNetCore.Docs Documentation for ASP.NET Core 13.1K aspnetboilerplate/aspnetboilerplate ASP.NET Boilerplate - Web Application Framework 12.0K dodyg/practical-aspnetcore Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects. 10.3K Kareadita/Kavita Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. 9.6K bchavez/Bogus :card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js. 9.6K RayWangQvQ/BiliBiliToolPro B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。 8.3K MassTransit/MassTransit Distributed Application Framework for .NET 7.6K btcpayserver/btcpayserver Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor. 7.3K EduardoPires/EquinoxProject Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices 6.8K fullstackhero/dotnet-starter-kit Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included. 6.2K graphql-dotnet/graphql-dotnet GraphQL for .NET 6.0K danielgerlag/workflow-core Lightweight workflow engine for .NET Standard 5.8K aspnet/Mvc [Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore 5.6K dotnet/aspire Aspire is the tool for code-first, extensible, observable dev and deploy. 5.3K umbraco/Umbraco-CMS Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences. 5.1K Version Downloads Last Updated 10.0.1 1,383,387 12/9/2025 10.0.0 2,245,322 11/11/2025 10.0.0-rc.2.25502.107 77,474 10/14/2025 10.0.0-rc.1.25451.107 87,139 9/9/2025 10.0.0-preview.7.25380.108 21,445 8/12/2025 10.0.0-preview.6.25358.103 11,798 7/15/2025 10.0.0-preview.5.25277.114 18,971 6/6/2025 10.0.0-preview.4.25258.110 10,040 5/12/2025 10.0.0-preview.3.25171.6 8,672 4/10/2025 10.0.0-preview.2.25163.8 7,016 3/18/2025 10.0.0-preview.1.25081.1 8,087 2/25/2025 9.0.11 1,522,477 11/11/2025 9.0.10 3,959,463 10/14/2025 9.0.9 5,274,569 9/9/2025 9.0.8 4,862,649 8/5/2025 9.0.7 3,703,251 7/8/2025 9.0.6 4,724,666 6/10/2025 9.0.5 4,904,443 5/13/2025 9.0.4 6,709,682 4/8/2025 9.0.3 5,348,117 3/11/2025 9.0.2 5,751,454 2/11/2025 9.0.1 7,397,325 1/14/2025 9.0.0 12,157,796 11/12/2024 9.0.0-rc.2.24474.1 146,458 10/8/2024 9.0.0-rc.1.24451.1 88,076 9/10/2024 9.0.0-preview.7.24405.3 38,902 8/13/2024 9.0.0-preview.6.24327.4 33,420 7/9/2024 9.0.0-preview.5.24306.3 34,475 6/11/2024 9.0.0-preview.4.24267.1 30,531 5/21/2024 9.0.0-preview.3.24172.4 135,244 4/11/2024 9.0.0-preview.2.24128.4 41,202 3/12/2024 9.0.0-preview.1.24081.2 69,603 2/13/2024 8.0.22 1,171,764 11/11/2025 8.0.21 924,727 10/14/2025 8.0.20 1,175,398 9/9/2025 8.0.19 2,150,066 8/5/2025 8.0.18 1,217,814 7/8/2025 8.0.17 2,341,254 6/10/2025 8.0.16 2,276,010 5/13/2025 8.0.15 2,811,512 4/8/2025 8.0.14 3,871,053 3/11/2025 8.0.13 3,545,980 2/11/2025 8.0.12 3,824,894 1/14/2025 8.0.11 16,352,815 11/12/2024 8.0.10 17,445,499 10/8/2024 8.0.8 19,822,472 8/13/2024 8.0.7 11,908,843 7/9/2024 8.0.6 13,246,631 5/28/2024 8.0.5 5,072,614 5/14/2024 8.0.4 14,108,248 4/9/2024 8.0.3 8,308,551 3/12/2024 8.0.2 10,844,160 2/13/2024 8.0.1 8,734,320 1/9/2024 8.0.0 22,684,462 11/14/2023 8.0.0-rc.2.23480.1 117,373 10/10/2023 8.0.0-rc.1.23419.6 74,144 9/12/2023 8.0.0-preview.7.23375.4 40,929 8/8/2023 8.0.0-preview.6.23329.4 61,417 7/11/2023 8.0.0-preview.5.23280.1 150,530 6/13/2023 8.0.0-preview.4.23259.3 70,494 5/16/2023 8.0.0-preview.3.23174.2 108,213 4/11/2023 8.0.0-preview.2.23128.3 49,018 3/14/2023 8.0.0-preview.1.23111.4 96,038 2/21/2023 7.0.20 2,767,362 5/28/2024 7.0.19 380,159 5/14/2024 7.0.18 990,627 4/9/2024 7.0.17 868,044 3/12/2024 7.0.16 1,305,785 2/13/2024 7.0.15 1,715,654 1/9/2024 7.0.14 3,658,970 11/14/2023 7.0.13 4,798,091 10/24/2023 7.0.12 2,664,566 10/10/2023 7.0.11 7,695,058 9/12/2023 7.0.10 6,013,186 8/8/2023 7.0.9 6,769,879 7/11/2023 7.0.8 3,639,246 6/22/2023 7.0.7 1,877,506 6/13/2023 7.0.5 12,769,553 4/11/2023 7.0.4 5,863,443 3/14/2023 7.0.3 6,774,646 2/14/2023 7.0.2 8,767,585 1/10/2023 7.0.1 4,792,251 12/13/2022 7.0.0 6,574,282 11/7/2022 7.0.0-rc.2.22472.11 116,727 10/11/2022 7.0.0-rc.1.22426.7 55,543 9/14/2022 7.0.0-preview.7.22376.2 43,879 8/9/2022 7.0.0-preview.6.22329.4 39,522 7/12/2022 7.0.0-preview.5.22302.2 29,866 6/14/2022 7.0.0-preview.4.22229.2 40,202 5/10/2022 7.0.0-preview.3.22175.1 57,788 4/13/2022 7.0.0-preview.2.22153.1 31,714 3/14/2022 7.0.0-preview.1.22076.6 27,095 2/17/2022 6.0.36 1,296,946 11/12/2024 6.0.35 491,379 10/8/2024 6.0.33 1,768,458 8/13/2024 6.0.32 412,735 7/9/2024 6.0.31 568,845 5/28/2024 6.0.30 319,183 5/14/2024 6.0.29 1,010,269 4/9/2024 6.0.28 887,281 3/12/2024 6.0.27 875,581 2/13/2024 6.0.26 1,248,474 1/9/2024 6.0.25 1,978,223 11/14/2023 6.0.24 955,535 10/24/2023 6.0.23 728,874 10/10/2023 6.0.22 1,627,548 9/12/2023 6.0.21 1,647,718 8/8/2023 6.0.20 1,691,004 7/11/2023 6.0.19 1,002,731 6/22/2023 6.0.18 724,323 6/13/2023 6.0.16 4,270,909 4/11/2023 6.0.15 2,159,650 3/14/2023 6.0.14 2,834,082 2/14/2023 6.0.13 3,922,097 1/10/2023 6.0.12 4,138,892 12/13/2022 6.0.11 5,082,358 11/7/2022 6.0.10 9,243,290 10/11/2022 6.0.9 8,072,955 9/13/2022 6.0.8 10,162,295 8/9/2022 6.0.7 17,231,042 7/12/2022 6.0.6 7,085,310 6/14/2022 6.0.5 9,841,420 5/10/2022 6.0.4 7,990,967 4/11/2022 6.0.3 8,368,184 3/8/2022 6.0.2 6,930,689 2/8/2022 6.0.1 11,546,547 12/14/2021 6.0.0 17,504,481 11/8/2021 6.0.0-rc.2.21480.5 114,211 10/12/2021 6.0.0-rc.1.21452.10 81,677 9/14/2021 6.0.0-preview.7.21378.4 75,146 8/10/2021 6.0.0-preview.6.21352.1 26,982 7/14/2021 6.0.0-preview.5.21301.9 90,094 6/15/2021 6.0.0-preview.4.21253.1 53,668 5/24/2021 6.0.0-preview.3.21201.2 50,884 4/8/2021 6.0.0-preview.2.21154.2 20,184 3/11/2021 6.0.0-preview.1.21102.2 43,652 2/12/2021 5.0.17 4,210,487 5/10/2022 5.0.17 is deprecated because it is no longer maintained. 5.0.16 697,457 4/11/2022 5.0.16 is deprecated because it is no longer maintained. 5.0.15 1,041,607 3/8/2022 5.0.15 is deprecated because it is no longer maintained. 5.0.14 1,312,040 2/8/2022 5.0.14 is deprecated because it is no longer maintained. 5.0.13 2,283,228 12/14/2021 5.0.13 is deprecated because it is no longer maintained. 5.0.12 2,345,314 11/7/2021 5.0.12 is deprecated because it is no longer maintained. 5.0.11 4,444,704 10/12/2021 5.0.11 is deprecated because it is no longer maintained. 5.0.10 5,734,473 9/14/2021 5.0.10 is deprecated because it is no longer maintained. 5.0.9 4,927,442 8/10/2021 5.0.9 is deprecated because it is no longer maintained. 5.0.8 4,350,784 7/13/2021 5.0.8 is deprecated because it is no longer maintained. 5.0.7 5,621,701 6/8/2021 5.0.7 is deprecated because it is no longer maintained. 5.0.6 3,979,911 5/11/2021 5.0.6 is deprecated because it is no longer maintained. 5.0.5 5,629,043 4/6/2021 5.0.5 is deprecated because it is no longer maintained. 5.0.4 3,706,376 3/9/2021 5.0.4 is deprecated because it is no longer maintained. 5.0.3 3,720,904 2/9/2021 5.0.3 is deprecated because it is no longer maintained. 5.0.2 4,182,721 1/12/2021 5.0.2 is deprecated because it is no longer maintained. 5.0.1 6,636,941 12/8/2020 5.0.1 is deprecated because it is no longer maintained. 5.0.0 5,101,867 11/9/2020 5.0.0 is deprecated because it is no longer maintained. 5.0.0-rc.2.20475.6 110,114 10/13/2020 5.0.0-rc.1.20451.13 124,884 9/14/2020 5.0.0-preview.8.20407.4 50,132 8/25/2020 5.0.0-preview.7.20365.15 45,294 7/21/2020 5.0.0-preview.6.20312.4 39,426 6/25/2020 5.0.0-preview.5.20278.2 31,128 6/10/2020 5.0.0-preview.4.20220.10 38,172 5/18/2020 5.0.0-preview.3.20181.2 49,998 4/23/2020 5.0.0-preview.2.20159.4 32,981 4/2/2020 5.0.0-preview.2.20120.8 18,138 3/16/2020 3.1.32 2,012,515 12/13/2022 3.1.31 264,488 11/8/2022 3.1.30 415,011 10/11/2022 3.1.29 896,749 9/13/2022 3.1.28 270,759 8/9/2022 3.1.27 251,563 7/12/2022 3.1.26 365,100 6/14/2022 3.1.25 481,074 5/10/2022 3.1.24 234,704 4/11/2022 3.1.23 589,418 3/8/2022 3.1.22 1,343,218 12/14/2021 3.1.21 1,212,320 11/7/2021 3.1.20 638,737 10/11/2021 3.1.19 931,612 9/14/2021 3.1.18 1,405,586 8/10/2021 3.1.17 929,414 7/13/2021 3.1.16 1,060,924 6/8/2021 3.1.15 1,138,497 5/11/2021 3.1.14 1,427,484 4/6/2021 3.1.13 1,589,717 3/9/2021 3.1.12 1,553,782 2/9/2021 3.1.11 2,132,778 1/12/2021 3.1.10 3,331,038 11/9/2020 3.1.9 6,208,746 10/13/2020 3.1.8 7,607,318 9/8/2020 3.1.7 4,571,377 8/11/2020 3.1.6 5,028,797 7/14/2020 3.1.5 6,245,489 6/9/2020 3.1.4 6,673,995 5/12/2020 3.1.3 12,976,805 3/24/2020 3.1.2 6,069,820 2/19/2020 3.1.1 5,764,330 1/14/2020 3.1.0 6,790,926 12/3/2019 3.1.0-preview3.19554.8 49,228 11/13/2019 3.1.0-preview2.19525.5 20,804 11/1/2019 3.1.0-preview1.19506.2 763,630 10/15/2019 3.0.3 114,356 2/19/2020 3.0.2 50,465 1/14/2020 3.0.1 731,496 11/18/2019 3.0.0 7,715,349 9/23/2019 3.0.0-rc1.19456.14 32,340 9/16/2019 3.0.0-preview9.19423.6 54,593 9/4/2019 3.0.0-preview8.19405.11 400,867 8/13/2019 3.0.0-preview7.19362.6 37,855 7/23/2019 3.0.0-preview6.19304.10 47,453 6/12/2019 3.0.0-preview5.19227.1 648,791 5/6/2019 3.0.0-preview4.19216.3 10,790 4/18/2019 3.0.0-preview3.19153.1 34,831 3/6/2019 3.0.0-preview.19074.3 19,339 1/29/2019 3.0.0-preview.18572.1 16,819 12/3/2018 2.3.0 31,312 1/14/2025 2.2.6 16,227,451 7/9/2019 2.2.6 is deprecated because it is no longer maintained. 2.2.4 8,935,935 4/9/2019 2.2.4 is deprecated because it is no longer maintained. 2.2.3 2,686,655 3/11/2019 2.2.3 is deprecated because it is no longer maintained. 2.2.2 2,919,825 2/12/2019 2.2.2 is deprecated because it is no longer maintained. 2.2.1 3,413,625 1/8/2019 2.2.1 is deprecated because it is no longer maintained. 2.2.0 14,304,699 12/3/2018 2.2.0 is deprecated because it is no longer maintained. 2.2.0-preview3-35497 106,199 10/17/2018 2.2.0-preview2-35157 109,320 9/12/2018 2.2.0-preview1-35029 63,599 8/22/2018 2.1.14 2,441,655 11/18/2019 2.1.11 2,304,637 5/14/2019 2.1.8 2,355,203 2/12/2019 2.1.4 8,242,113 10/1/2018 2.1.3 3,716,419 9/11/2018 2.1.2 3,010,957 8/21/2018 2.1.1 14,254,826 6/18/2018 2.1.0 7,112,347 5/29/2018 2.1.0-rc1-final 66,055 5/6/2018 2.1.0-preview2-final 130,955 4/10/2018 2.1.0-preview1-final 202,522 2/26/2018 2.0.3 4,354,110 5/7/2018 2.0.3 is deprecated because it is no longer maintained. 2.0.2 4,665,188 3/13/2018 2.0.2 is deprecated because it is no longer maintained. 2.0.1 7,880,364 11/14/2017 2.0.1 is deprecated because it is no longer maintained. 2.0.0 8,410,913 8/11/2017 2.0.0 is deprecated because it is no longer maintained. 2.0.0-preview2-final 76,560 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained. 2.0.0-preview1-final 37,267 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained. 1.1.6 261,563 7/10/2018 1.1.6 is deprecated because it is no longer maintained. 1.1.5 229,177 12/12/2017 1.1.5 is deprecated because it is no longer maintained. 1.1.4 73,788 11/14/2017 1.1.4 is deprecated because it is no longer maintained. 1.1.3 95,933 9/20/2017 1.1.3 is deprecated because it is no longer maintained. 1.1.2 1,162,740 5/9/2017 1.1.2 is deprecated because it is no longer maintained. 1.1.1 775,690 3/6/2017 1.1.1 is deprecated because it is no longer maintained. 1.1.0 1,967,298 11/16/2016 1.1.0 is deprecated because it is no longer maintained. 1.1.0-preview1-final 12,460 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained. 1.0.6 33,579 11/14/2017 1.0.6 is deprecated because it is no longer maintained. 1.0.5 25,894 9/20/2017 1.0.5 is deprecated because it is no longer maintained. 1.0.4 35,736 5/9/2017 1.0.4 is deprecated because it is no longer maintained. 1.0.3 640,599 3/6/2017 1.0.3 is deprecated because it is no longer maintained. 1.0.2 28,947 12/12/2016 1.0.2 is deprecated because it is no longer maintained. 1.0.1 750,509 10/17/2016 1.0.1 is deprecated because it is no longer maintained. 1.0.0-preview2-final 364,486 6/27/2016 1.0.0-preview2-final is deprecated because it is no longer maintained. Downloads Full stats → Total 790.9M Current version 31.1K Per day average 226.4K About Last updated 6/10/2020 Project website Source repository Apache-2.0 license Download package (161.59 KB) Open in NuGet Package Explorer Open in NuGet Trends Report package Owners Contact owners → Microsoft aspnet dotnetframework EntityFramework Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore © Microsoft Corporation. All rights reserved. Contact Got questions about NuGet or the NuGet Gallery? Status Find out the service status of NuGet.org and its related services. FAQ Read the Frequently Asked Questions about NuGet and see if your question made the list. © Microsoft 2025 - About - Terms of Use - Privacy Statement - Trademarks | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/git/videos/merge-conflicts?channel=gui | Dealing with Merge Conflicts | Learn Git Video Course Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download Learn Version Control with Git Our beginner-friendly video course teaches you the foundations of Git - and takes you from novice to master! 5 min episode 14 of 24 Dealing with Merge Conflicts How do I resolve a merge conflict? Learn More Chapter Dealing with Merge Conflicts in our online book. Previous Video « Using the Stash Next Video Undoing Things » Get our popular Git Cheat Sheet for free! You'll find the most important commands on the front and helpful best practice tips on the back. Over 100,000 developers have downloaded it to make Git a little bit easier. New content and updates Yes, send me the cheat sheet and sign me up for the Tower newsletter. It's free, it's sent infrequently, you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/t/retrogaming | Retrogaming - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close # retrogaming Follow Hide Pixel nostalgia and vintage arcade gems Create Post Older #retrogaming posts 1 2 3 4 5 6 7 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu GameSpot: Why The Warriors is Rockstars BEST (non-GTA/Red Dead) Game Gaming News Gaming News Gaming News Follow Oct 11 '25 GameSpot: Why The Warriors is Rockstars BEST (non-GTA/Red Dead) Game # pcgaming # retrogaming Comments Add Comment 1 min read The Game Theorists: Game Theory: How DEADLY Is Donkey Kong's Punch? Gaming News Gaming News Gaming News Follow Oct 8 '25 The Game Theorists: Game Theory: How DEADLY Is Donkey Kong's Punch? # nintendo # nintendoswitch # retrogaming # pcgaming Comments Add Comment 1 min read GameSpot: Heck of a Week to Start a Gaming News Show | Kurt & Lucy Gotcha Covered Gaming News Gaming News Gaming News Follow Oct 6 '25 GameSpot: Heck of a Week to Start a Gaming News Show | Kurt & Lucy Gotcha Covered # pcgaming # steam # xbox # retrogaming Comments Add Comment 1 min read GameSpot: Super Meat Boy 3D. It's good... BUT | First Look Gaming News Gaming News Gaming News Follow Oct 18 '25 GameSpot: Super Meat Boy 3D. It's good... BUT | First Look # pcgaming # indie # retrogaming Comments Add Comment 1 min read IGN: Super Meat Boy 3D Makes Great Use of its Extra Dimension Gaming News Gaming News Gaming News Follow Oct 17 '25 IGN: Super Meat Boy 3D Makes Great Use of its Extra Dimension # pcgaming # indie # retrogaming Comments Add Comment 1 min read How I built a HUGE Gaming Community Howard Howard Howard Follow Oct 9 '25 How I built a HUGE Gaming Community # retrogaming # modding # discord # gta 16 reactions Comments 4 comments 2 min read IGN: So, Does Bubsy 4D Scatch an Itch or Choke on a Hairball? We Played it to Find Out Gaming News Gaming News Gaming News Follow Oct 12 '25 IGN: So, Does Bubsy 4D Scatch an Itch or Choke on a Hairball? We Played it to Find Out # pcgaming # retrogaming Comments Add Comment 1 min read GameSpot: Absolum Review: A Sleeper Hit Gaming News Gaming News Gaming News Follow Oct 10 '25 GameSpot: Absolum Review: A Sleeper Hit # pcgaming # indie # retrogaming Comments 1 comment 1 min read IGN: The 9 Best Silent Hill Games Ranked Gaming News Gaming News Gaming News Follow Sep 29 '25 IGN: The 9 Best Silent Hill Games Ranked # pcgaming # retrogaming Comments Add Comment 1 min read IGN: Final Fantasy Tactics: The Ivalice Chronicles - 22 Minutes of Enhanced & Classic Gameplay 4K Gaming News Gaming News Gaming News Follow Sep 26 '25 IGN: Final Fantasy Tactics: The Ivalice Chronicles - 22 Minutes of Enhanced & Classic Gameplay 4K # retrogaming # playstation # pcgaming Comments Add Comment 1 min read IGN: Skate Early Access Review Gaming News Gaming News Gaming News Follow Sep 24 '25 IGN: Skate Early Access Review # pcgaming # xbox # playstation # retrogaming 4 reactions Comments Add Comment 1 min read GameSpot: Yakuza Kiwami 3 and Dark Ties Gameplay Breakdown | RGG Direct 2025 Gaming News Gaming News Gaming News Follow Sep 24 '25 GameSpot: Yakuza Kiwami 3 and Dark Ties Gameplay Breakdown | RGG Direct 2025 # playstation # pcgaming # retrogaming Comments Add Comment 1 min read IGN: Dynasty Warriors 3 Remastered: Complete Editon - Reveal Trailer | State of Play Gaming News Gaming News Gaming News Follow Sep 24 '25 IGN: Dynasty Warriors 3 Remastered: Complete Editon - Reveal Trailer | State of Play # playstation # retrogaming Comments Add Comment 1 min read IGN: Deus Ex Remastered - Release Date Trailer | State of Play 2025 Gaming News Gaming News Gaming News Follow Sep 24 '25 IGN: Deus Ex Remastered - Release Date Trailer | State of Play 2025 # playstation # pcgaming # retrogaming Comments Add Comment 1 min read IGN: Final Fantasy Tactics: The Ivalice Chronicles - Gameplay Overview Trailer | State of Play 2025 Gaming News Gaming News Gaming News Follow Sep 24 '25 IGN: Final Fantasy Tactics: The Ivalice Chronicles - Gameplay Overview Trailer | State of Play 2025 # playstation # retrogaming # pcgaming Comments Add Comment 1 min read GameSpot: Final Fantasy Tactics: The Ivalice Chronicles Review Gaming News Gaming News Gaming News Follow Sep 24 '25 GameSpot: Final Fantasy Tactics: The Ivalice Chronicles Review # retrogaming # pcgaming Comments Add Comment 1 min read IGN: Wizordum - Official Console Launch Trailer Gaming News Gaming News Gaming News Follow Sep 23 '25 IGN: Wizordum - Official Console Launch Trailer # indie # retrogaming # playstation # xbox Comments Add Comment 1 min read IGN: Konami Wants You to Help Pick the Next Metal Gear Remake - IGN Daily Fix Gaming News Gaming News Gaming News Follow Sep 23 '25 IGN: Konami Wants You to Help Pick the Next Metal Gear Remake - IGN Daily Fix # retrogaming # gaming Comments Add Comment 1 min read IGN: Hollow Knight: Silksong Simple Key Guide | How to Find All Simple Keys and Their Locks Gaming News Gaming News Gaming News Follow Sep 22 '25 IGN: Hollow Knight: Silksong Simple Key Guide | How to Find All Simple Keys and Their Locks # pcgaming # indie # retrogaming Comments Add Comment 1 min read IGN: Fortnite - Official Batmobile (1989) Reveal Trailer Gaming News Gaming News Gaming News Follow Sep 22 '25 IGN: Fortnite - Official Batmobile (1989) Reveal Trailer # pcgaming # retrogaming Comments Add Comment 1 min read GameSpot: FATAL FURY: CotW - Official JOE HIGASHI Gameplay Reveal Trailer Gaming News Gaming News Gaming News Follow Sep 22 '25 GameSpot: FATAL FURY: CotW - Official JOE HIGASHI Gameplay Reveal Trailer # retrogaming Comments Add Comment 1 min read GameSpot: Final Fantasy Tactics: The Ivalice Chronicles - Everything To Know Gaming News Gaming News Gaming News Follow Sep 23 '25 GameSpot: Final Fantasy Tactics: The Ivalice Chronicles - Everything To Know # pcgaming # retrogaming Comments Add Comment 1 min read IGN: Star Wars: The Mandalorian and Grogu - Official Trailer (2025) Pedro Pascal, Sigourney Weaver Gaming News Gaming News Gaming News Follow Sep 22 '25 IGN: Star Wars: The Mandalorian and Grogu - Official Trailer (2025) Pedro Pascal, Sigourney Weaver # gaming # retrogaming Comments Add Comment 1 min read IGN: Revelation of Decay - Official Trailer Gaming News Gaming News Gaming News Follow Sep 20 '25 IGN: Revelation of Decay - Official Trailer # gamedev # pcgaming # indie # retrogaming 1 reaction Comments Add Comment 1 min read IGN: Tony Hawk's Pro Skater 3+4 Developers React to Incredible Speedrun Gaming News Gaming News Gaming News Follow Sep 20 '25 IGN: Tony Hawk's Pro Skater 3+4 Developers React to Incredible Speedrun # gamedev # retrogaming # pcgaming Comments Add Comment 1 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://www.git-tower.com/learn/cheat-sheets/javascript | JavaScript Cheat Sheet | Learn Version Control with Git Tower Navigation Features Undo Anything Just press Cmd+Z Drag and Drop Make the complex effortless Integrations Use your favorite tools Tower Workflows Branching Configurations Stacked Pull Requests Supercharged workflows All Features Release Notes Pricing Support Documentation Contact Us Account Login Learn Git Video Course 24 episodes Online Book From novice to master Cheat Sheets For quick lookup Webinar Learn from a Git professional First Aid Kit Recover from mistakes Advanced Git Kit Dive deeper Blog Download Download JavaScript Cheat Sheet Download our popular cheat sheet for JavaScript JavaScript Cheat Sheet Our JavaScript cheat sheet is a must-have resource for both beginner and experienced web enthusiasts! This comprehensive cheat sheet covers all the essential concepts in JavaScript, such as loops, if statements, string methods, DOM manipulation, and some of the powerful additions introduced in ES6. Available in Light and Dark versions! Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Light Version (Page 1) Dark Version (Page 2) Download the Cheat Sheet Get 17 of our most popular Cheat Sheets in one handy ZIP! Download Now for Free Giveaways. Cheat Sheets. eBooks. Discounts. And great content from our blog! Yes, I want the free newsletter that's loved by over 100,000 developers and designers. It's free, it's sent infrequently (approx. once a month) and you can unsubscribe any time. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. About Us As the makers of Tower, the best Git client for Mac and Windows , we help over 100,000 users in companies like Apple, Google, Amazon, Twitter, and Ebay get the most out of Git. Just like with Tower, our mission with this platform is to help people become better professionals. That's why we provide our guides, videos, and cheat sheets (about version control with Git and lots of other topics) for free. About About Blog Merch Tower Git Client Git & Version Control Online Book First Aid Kit Webinar Video Course Advanced Git Kit FAQ Glossary Commands Web Development Website Optimization Python and Fauna Tutorial Cheat Sheets Command Line 101 Git Git for Subversion Users HTML Hugo JavaScript Markdown PowerShell Regex Ruby on Rails Tower Git Client Visual Studio Code Website Optimization Workflow of Version Control Working with Branches in Git Xcode Your trial is downloading… Try Tower "Pro" for 30 days without limitations! Tower Close Updates, Courses & Content via Email Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower " (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Updates about Tower, discounts, and giveaways as well as new content from the Tower blog. Free email course " Learn Git with Tower " (8 emails) Free email course " Tips & Tricks for Tower" (10 emails) I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time by clicking on the unsubscribe link in any email. Thank you for subscribing Please check your email to confirm Close Want to win one of our awesome Tower shirts? Tell your friends about Tower! Share on Twitter We'll pick 4 winners every month who share this tweet! Follow @gittower to be notified if you win! Try Tower for Free Sign up below and use Tower "Pro" for 30 days without limitations! Close Yes, send me instructions on how to get started with Tower. Yes, I want to hear about new Tower updates, discounts and giveaways as well as new content from the Tower blog. I have read and accept the Privacy Policy . I understand that I can unsubscribe at any time. Imprint / Legal Notice | Privacy Policy | Privacy Settings © 2010-2026 Tower - Mentioned product names and logos are property of their respective owners. | 2026-01-13T08:48:11 |
https://gg.forem.com/t/walkthroughs | Walkthroughs - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close # walkthroughs Follow Hide Hand-holding guides for stuck adventurers Create Post Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Jeju Island Pokémon GO Stamp Rally Map Pinning Jun Jun Jun Follow Oct 24 '25 Jeju Island Pokémon GO Stamp Rally Map Pinning # walkthroughs # openworld # mobilegaming # nintendo 3 reactions Comments Add Comment 2 min read How to Evolve Inkay in Pokémon GO Rudy D Graham Rudy D Graham Rudy D Graham Follow Aug 6 '25 How to Evolve Inkay in Pokémon GO # pokemon # walkthroughs # mobilegaming # fightinggames 15 reactions Comments 2 comments 3 min read GameSpot: Delivering Nothing But PAIN In Death Stranding 2 - Brutal Difficulty Gameplay Gaming News Gaming News Gaming News Follow Jul 10 '25 GameSpot: Delivering Nothing But PAIN In Death Stranding 2 - Brutal Difficulty Gameplay # openworld # singleplayer # walkthroughs # playstation Comments Add Comment 1 min read GameSpot: Delivering Nothing But PAIN In Death Stranding 2 - Brutal Difficulty Gameplay Gaming News Gaming News Gaming News Follow Jul 9 '25 GameSpot: Delivering Nothing But PAIN In Death Stranding 2 - Brutal Difficulty Gameplay # playstation # openworld # singleplayer # walkthroughs Comments Add Comment 1 min read GameSpot: Delivering Nothing But PAIN In Death Stranding 2 - Brutal Difficulty Gameplay Gaming News Gaming News Gaming News Follow Jul 7 '25 GameSpot: Delivering Nothing But PAIN In Death Stranding 2 - Brutal Difficulty Gameplay # playstation # openworld # singleplayer # walkthroughs 2 reactions Comments Add Comment 1 min read IGN: Death Stranding 2's Cargo System is Way Weirder Than You Think Gaming News Gaming News Gaming News Follow Jul 7 '25 IGN: Death Stranding 2's Cargo System is Way Weirder Than You Think # openworld # singleplayer # playstation # walkthroughs Comments Add Comment 1 min read IGN: Death Stranding 2 - All VR Missions S Ranked | Porter Mastery Program Gaming News Gaming News Gaming News Follow Jul 7 '25 IGN: Death Stranding 2 - All VR Missions S Ranked | Porter Mastery Program # vrgaming # walkthroughs # playstation # singleplayer Comments Add Comment 1 min read IGN: Death Stranding 2's Cargo System is Way Weirder Than You Think Gaming News Gaming News Gaming News Follow Jul 7 '25 IGN: Death Stranding 2's Cargo System is Way Weirder Than You Think # playstation # pcgaming # openworld # walkthroughs Comments Add Comment 1 min read IGN: Death Stranding 2 - All VR Missions S Ranked | Porter Mastery Program Gaming News Gaming News Gaming News Follow Jul 7 '25 IGN: Death Stranding 2 - All VR Missions S Ranked | Porter Mastery Program # vrgaming # walkthroughs # playstation # singleplayer Comments Add Comment 1 min read GameSpot: Delivering Nothing But PAIN In Death Stranding 2 - Brutal Difficulty Gameplay Gaming News Gaming News Gaming News Follow Jul 1 '25 GameSpot: Delivering Nothing But PAIN In Death Stranding 2 - Brutal Difficulty Gameplay # playstation # openworld # singleplayer # walkthroughs Comments Add Comment 1 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:11 |
https://linktr.ee/funkynutmeg | funkynutmeg | Instagram, TikTok, Twitch | Linktree @funkynutmeg 你好~ 我是白欣 Instagram Instagram Email Email YouTube YouTube Bandcamp Bandcamp SoundCloud SoundCloud rinse𝙛𝙢: sim0ne + CLAIR 𝙖𝙪𝙨𝙩𝙧𝙖𝙡𝙞𝙖𝙣 𝙨𝙪𝙢𝙢𝙚𝙧 mix rinse𝙛𝙢: sim0ne + CLAIR 𝙖𝙪𝙨𝙩𝙧𝙖𝙡𝙞𝙖𝙣 𝙨𝙪𝙢𝙢𝙚𝙧 mix 𝘁𝗿𝗮𝗰𝗸𝗹𝗶𝘀𝘁: soul fly - 500 gg12 fame is a gun - frost children remix miami - alirq ID - djg2g michi-wo-sagasu - swooh sunrise extended mix - movin m melody - CLAIR we r who we r - taitlu yummy Movie CD Movie CD 9 track album ceramic cat [official mv] ceramic cat [official mv] Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. keep me steady keep me steady CLAIR · Keep Me Steady · Song · 2024 Movie Movie CLAIR · album · 2025 · 9 songs twitch ˚₊·—̳͟͞͞♡ twitch ˚₊·—̳͟͞͞♡ Twitch is the world's leading video platform and community for gamers. CLAIR - Clairaway [official mv] CLAIR - Clairaway [official mv] Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. clairaway (〃´𓎟`〃) clairaway (〃´𓎟`〃) ♪ Enquiries : explity@outlook.com Bookings : explitybooking@gmail.com ╬ bandcamp ╬ ╬ bandcamp ╬ 9 track album *⃝̣◌◦°tiktokˋॢ°◦*⃝̣ *⃝̣◌◦°tiktokˋॢ°◦*⃝̣ ♫ yt ꒰・◡・๑꒱ ♫ yt ꒰・◡・๑꒱ Share your videos with friends, family, and the world Cookie Preferences · Report · Privacy · Explore related Linktrees Explore related Linktrees @theyuppiepuppyky @runwayscout @ZooHouseRecords @pressura.303 @ventureduckling @armor_sports @JoeNyce @block41music @positivemindtribe @hiatusbeers @blacktiebostonrescue @waraqahtaktub1 @DNYSE_SC @naciyeahmadi @Houseoftd @TashDidIt @BrettNodwell @leeraprender @ypres.collection @beky.sweets @globalbilling2 @vinh.livinglife @cityandcorealestate @wealthiqsource @Tataking86 @its_just_storm @amandabishopp @drew_spill @lasadelitas.cz @merahahmad @dezwammenberg @Fotos007 @kareem_demo @comfypawsraisedbowls @radiantpilates @gaultsnz @beautysource2009 @rkirraorder @konpyl @southlakeclinicalaesthetics @reysalomonesoterica @valentinamieli @bjjcouture @shala.yogaestudi @dariaelkind View on mobile | 2026-01-13T08:48:11 |
https://linktr.ee/tonyhawk | Tony Hawk YouTube, Podcast & Music Links | Linktree @tonyhawk My final video My final video Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. New Birdhouse shirts & hoodies New Birdhouse shirts & hoodies Birdhouse completes Birdhouse completes Book me on Cameo WAR CRY video WAR CRY video Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. Signed Hawk Vs Wolf decks Signed Hawk Vs Wolf decks Thrasher “Masher” Houston Thrasher “Masher” Houston Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. Thrasher “Masher” from Baja Thrasher “Masher” from Baja Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. Masher (Hawaii edit) on Thrasher Masher (Hawaii edit) on Thrasher Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. Birdhouse's “Skate and Create” Birdhouse's “Skate and Create” Learning a "dream trick" / NBD Learning a "dream trick" / NBD Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. Cookie Preferences · Report · Privacy View on mobile | 2026-01-13T08:48:11 |
https://www.coderabbit.ai/case-studies/inside-clerks-40-percent-faster-merge-workflow-with-coderabbit | Inside Clerk’s 40% faster merge workflow with CodeRabbit Features Enterprise Customers Pricing Blog Resources Docs Trust Center Contact Us FAQ Log In Get a free trial Inside Clerk’s 40% faster merge workflow with CodeRabbit 40% Faster Merge Times Enhanced Security & Spec Compliance 70% of bug findings accepted Higher Developer Confidence & Productivity San Francisco, United States https://www.clerk.com/ Team size 100+ Languages Go, JavaScript/TypeScript Challenge Maintain high code quality and security standards while accelerating review cycles across multiple time zones. Get started today Share For Brandon Romano, Senior Staff Software Engineer at Clerk, shipping authentication and user-management infrastructure means zero tolerance for security lapses or spec violations. But that can be hard when working across distributed time zones. Benjamin Werner, a Software Engineer on the team, recently drove significant OAuth work but struggled to get timely early reviews since he was collaborating with teammates in Europe and around the world. Before CodeRabbit, Clerk’s review process was entirely human and was still constrained by reviewer availability and geography. They wanted to improve their code review process so they could catch minutiae and edge cases earlier, get reviews while teammates in other time zones were asleep and raise the overall confidence in their team’s shipped code. Challenge: Scale quality without slowing down The cost of issues and bugs was significant: Clerk handles authentication, user data, and standards-driven protocols like OAuth. A weak encryption configuration or an off-spec error code can pose significant security and compliance risks. It could also erode trust in Clerk’s solution. Their review process needed to be as thorough as possible. Need for early reviews: Even in a responsive team culture, it was hard to get quick reviews, especially on early-stage work. “Humans who are busy take time to review PRs and that means it’s a longer time to first feedback,” Brandon noted. That was complicated even more by the fact that some team members at Clerk work remotely from Europe. Without an always-on first reviewer, subtle bugs could slip through from early-stage code into PRs or production, creating costly rework cycles. Reviewers wanted to focus on higher-level issues: "When I’m reviewing somebody’s code and I see a for loop, I’m just going to assume that they’ve done this correctly, there are 400 other lines of code,” Ben explained. But subtle off-by-one or edge condition errors are easy to miss when reviewers focus on architecture and design. Clerk wanted a solution that would automatically check for common mistakes so their reviewers could focus on higher-level tasks. 95% of PRs receive an initial review within minutes 40% faster merge workflow 70% acceptance of flagged bugs Why Clerk loves CodeRabbit Catches hard-to-find security issues One thing Clerk likes about CodeRabbit is that it repeatedly flags security issues, helping them improve their security posture. For example, Brandon was implementing AES-256-CBC encryption for symmetric encryption when CodeRabbit flagged a configuration weakness in its application.”I accidentally introduced a bug that would have passed in a static initialization vector into our encryption service, and CodeRabbit caught the issue." Brandon explained. A static IV in symmetric encryption can weaken the encryption's effectiveness, a subtle mistake that's easy to overlook during human review when reviewing architecture and logic. It increased our security posture. Brandon Romano, Senior Staff Software Engineer This prevented a configuration that could have weakened Clerk's data protection. Helps with standards compliance Another area CodeRabbit has been helpful in is flagging standard compliance issues. Ben was building an OAuth endpoint and returning an error code but it was not the correct error code and CodeRabbit caught that. “The tool’s ability to cross-check against published OAuth specifications proved 'really useful' for maintaining protocol compliance. Minutes to feedback Another benefit has been how quickly CodeRabbit can provide feedback – including in IDEs and CLIs. I personally find it really nice that the time first to review is now minutes. I can fix it in my editor before I waste any time. Brandon explained. CodeRabbit acts as an always-on CI system, catching issues before human reviewers even see the PR. Ben shared: “95% of the PRs that I open, I can get a review really quickly. But we're a global team and recently I was working on a piece of code that someone in Europe wrote. I wanted him to review the PRs. Before CodeRabbit, I would open the pr, then I'd wait until the next day for him to review it, and then I would fix it. But with CodeRabbit, I can get a first pass review and save a whole day.” Frees humans up to focus on design and architecture CodeRabbit checks if the code actually does what it claims and flags edge cases. Taking care of this part of the review lets reviewers operate at a higher level of abstraction. Brandon even values CodeRabbit’s “non-actional” comments because they force reflection. Even dismissed suggestions create opportunities for documentation or clearer code. “It forces me to reflect on my code, where maybe I need to add a comment because it is actually unclear,” he shared. The time CodeRabbit saves him also frees him up to do more. "Merging code allows me to focus on other tasks," Brandon explained. "Each unmerged pull request is another plate I'm balancing." The faster PRs merge, the less context-switching he has to deal with, and the more he can focus on building new features. Learnings that stick Clerk loves that CodeRabbit adapts to their team’s specific patterns without requiring manual configuration. All they have to do is respond naturally in PR threads. But Brandon finds that CodeRabbit also helps him learn. "I consistently apply what I've learned from CodeRabbit comments. By responding within the same interface, I find that the same types of issues rarely reappear," Brandon shared. Results: Measurable improvements across the development lifecycle 40% faster merges Thanks to CodeRabbit, the Clerk team was able to merge their PRs 40% faster. Brandon credits CodeRabbit for catching bugs early, before they trigger rejection cycles.. "CodeRabbit catches bugs before they reach human reviewers, issues that would have gotten flagged as 'you need to fix this before I approve,” Brandon explained. Instead of the typical back-and-forth, developers fix issues flagged by CodeRabbit in minutes, then get a clean human review focused on design and architecture, rather than bugs. Ben agrees that CodeRabbit helps reduce their review time. “It makes me more confident in my PRs and I save a lot of time in reviews,” Ben shared. “That means I can spend my time on more important parts of the review cycle.” 70% acceptance rate on potential bugs CodeRabbit is also extremely accurate at flagging bugs. Brandon noted, "CodeRabbit probably catches one to three things per day that I accept." Clerk’s 70% acceptance rate of all potential bugs CodeRabbit flags shows the tool has earned trust. Developers read the comments and implement the suggestions, making Clerk’s applications safer. Reduced cognitive overhead for code reviewers Thanks to CodeRabbit, Brandon's changed how he reviews code: "I can kind of skim a little bit heavier and focus a little bit more on the design-oriented comments." CodeRabbit handles the tedious stuff, checking syntax, catching off-by-one errors, so that senior engineers can spend their time on what actually requires human judgment: architecture decisions, API design, and how everything fits together. Preventing "paper cuts" that compound over time CodeRabbit's ability to catch bugs during active development, when context is fresh, prevents the expensive context-switching that comes from debugging production issues weeks later. "It catches the bugs when you're already thinking about the code, not two months down the line when you've forgotten what the code does. It identifies issues as you're actively working on the code, rather than discovering them months later when the code's purpose is no longer fresh in your mind,” shared Brandon. CodeRabbit = Confidence & velocity for security-critical infrastructure Before CodeRabbit • Subtle bugs and spec violations slipped through • Reviewers spent time on correctness instead of design • Multiple review cycles delayed merges After CodeRabbit 40% faster merges with instant AI feedback 70% of bug findings accepted = trusted reviews Security and spec issues caught early Reviewers focus on architecture, not syntax For Clerk, CodeRabbit is the ideal tool for augmenting human reviews. It catches subtle bugs, security weaknesses, and spec violations before they cost a day of back-and-forth or, worse, ship to production. What sets CodeRabbit apart in Clerk's security-focused environment is its ability to understand, not just syntax but specifications, from OAuth error codes to cryptographic best practices. As Brandon emphasized, "CodeRabbit excels at understanding published specifications. It'll catch when you're doing something off spec, which is incredibly useful." The platform's success at Clerk shows how fast-moving teams with strong review cultures can benefit from an always-on first reviewer. Since adopting CodeRabbit, our confidence is up and our bugs are down; it catches the edge cases humans skim past and helps us merge faster with more confidence. Brandon Romano, Senior Staff Software Engineer By handling routine correctness checks and catching edge-case bugs in complex control flow, CodeRabbit lets Clerk's developers focus on what they do best: building secure, performant authentication infrastructure. San Francisco, United States https://www.clerk.com/ Team size 100+ Languages Go, JavaScript/TypeScript Challenge Maintain high code quality and security standards while accelerating review cycles across multiple time zones. Get started today Want to see how CodeRabbit can help your team? Get a 14-day trial Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy Select language English 日本語 Terms of Service Privacy Policy CodeRabbit Inc © 2026 Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy | 2026-01-13T08:48:11 |
https://linktr.ee/products/social-scheduler/tiktok | Free TikTok Scheduler – How to Schedule TikTok Posts With Linktree We’ve made some changes to our Privacy Notice and Terms and Conditions to address upcoming features and to give you more clarity on how we collect and use your information. Products Link in bio + tools Manage your social media Grow and engage your audience Monetize your following Measure your success Link in bio + tools Link in bio Customize your Linktree Link shortener Create trackable, shareable short links QR code generator Turn links into scannable QR codes Canva Background Editor Import your custom designs from Canva into your profile Linktree for every social platform Grow and engage your audience everywhere Featured Join 70M+ using Linktree as their link in bio One link to share everything you create, curate, and sell across all your socials. Manage your social media Schedule and auto-post Hands-free, hassle-free social media planning Instagram auto reply Automated replies and DMs triggered by comments AI content & caption generator Instant AI-powered post ideas and captions Hashtag generator Trending hashtag suggestions for better reach Social integration for every social platform Plan, auto post, and share across all platforms What’s New Boost sales with Instagram Auto-reply Instantly reply to comments, send traffic to your offers, and turn engagement into sales—automatically. Grow and engage your audience Collect leads with contact forms Turn visitors into subscribers Manage and activate your audience Organize, tag, and track contacts Send contacts to email tools Sync with Mailchimp, Klaviyo, Kit & more Featured Connect your email tools, activate your audience Send new contacts straight from Linktree to Mailchimp, Klaviyo, Kit and more. Monetize your following Earn with a Linktree Shop Sell products and earn commission Sell an online course Create and sell your expertise easily Host digital products Sell digital products and build your email list Earn by hosting sponsored links Share brand offers and earn for every sign-up or sale Get rewarded for growing your Linktree Earn points, level up and unlock cash bonuses Booked and paid, easily Offer sessions and earn from your expertise Featured Turn Your Linktree into a Storefront That Pays Add affiliate products, share what you love, and start earning in minutes with industry-leading commissions. Measure your success Social + link analytics Track clicks, engagement and audience insights Featured Grow engagement with analytics Make data-driven decisions for your Linktree and social media platforms with analytics that are easy to understand. Templates Marketplace Learn Resources How to use Linktree Resources Read our blog All the latest tips, tricks and growth strategies Success Stories Real people, real results on Linktree Learn with Linktree Create & sell your own online Course If you’ve got something to share, you’ve got something to sell. Easily create and share an online course that... How to use Linktree Linktree Help Centre Get answers, guides and support Learn with Linktree Create & sell your own online Course If you’ve got something to share, you’ve got something to sell. Easily create and share an online course that... Pricing Log in Sign up free Get 33% Off Pro Kickstart Your TikTok Growth Auto-post in seconds with Linktree’s free TikTok scheduler Grow your audience and save time with Linktree’s TikTok Scheduler.
Plan your TikTok posts in advance, schedule them to auto-post and keep your followers engaged. Get started for free Your go-to TikTok scheduler Post your TikToks at the best time Plan ahead and schedule multiple TikToks to auto-publish at the right time when your audience is most active. Crosspost in a single click Share your short-form video content across Instagram Reels, YouTube Shorts and TikTok at the same time. Custom Linktree link in bio Drive traffic and increase sales from your TikTok – give your audience a single link to everything with a Linktree link in bio. Schedule your TikTok videos How to schedule TikTok posts From viral challenges to behind-the-scenes moments, Linktree’s TikTok Scheduler helps you plan and post your videos effortlessly. Step 1: Plan your TikTok content visually Upload your TikTok videos and plan a month of content in a simple calendar – all in one place. Step 2: Add all your content at once Add hashtags, mentions, and enable comments, duets, and stitches – then schedule your posts. Step 3: Save time with
auto-post Schedule your TikTok videos in advance and they’ll publish automatically at the perfect time. Step 4: Crosspost and repurpose with ease Boost your reach by effortlessly crossposting your TikTok videos to Instagram Reels and YouTube Shorts. Get started for free SCHEDULE AND AUTO-POST Effortlessly schedule TikToks to post automatically. Schedule your TikTok posts to auto-post at the best times to maximize watch time, views and engagement. Batch your content in advance and your videos will go live automatically, giving you time to focus on growing your business. Get started for free AI-Powered TikTok Captions & Ideas Never run out of TikTok ideas again. Never run out of ideas or struggle with writer’s block again. With Linktree’s AI tools, you can generate engaging TikTok captions and brainstorm fresh content ideas – all in one place. Get started for free Powerful link in bio Bring all your viral moments together. Linktree’s link in bio is the perfect home for all your important links – your website, affiliate links, merch and more. Track clicks, share your latest content and keep your audience engaged, no matter where they follow you. Get started for free Frequently asked questions Can you schedule TikTok videos? Yes! With Linktree’s TikTok Scheduler, you can seamlessly schedule your TikTok videos in one convenient place. Schedule posts in advance and let them auto-post at your chosen time – no more manual posting, just effortless scheduling! How do I schedule drafts on TikTok? You can create and save drafts in Linktree’s TikTok Scheduler, then set them to auto-post when your audience is most active. When is the best time to post on TikTok? Linktree’s TikTok Scheduler helps you find the best time to post based on audience engagement trends, ensuring your content reaches more viewers. With our best time to post feature, you can schedule posts at peak engagement hours to maximize views and watch-time effortlessly. Can I schedule TikTok posts and crosspost to Instagram Reels, YouTube Shorts, and Facebook Reels? Absolutely! Linktree’s social planner lets you schedule TikTok videos and repurpose them across multiple platforms with one click. How does a Linktree link in bio help with TikTok growth? Your Linktree lets you showcase multiple links, including your website, products and other social media, driving more traffic from your TikTok profile. Can I track link clicks from my TikTok bio? Yes! Linktree provides analytics to track how many people click your link in bio and which links get the most engagement. Jumpstart your corner of the internet today Oops! Something went wrong while submitting the form. Company The Linktree Blog Engineering Blog Marketplace What's New About Press Careers Link in Bio Social Good Contact Community Linktree for Enterprise 2023 Creator Report 2022 Creator Report Charities Creator Profile Directory Explore Templates Support Help Topics Getting Started Linktree Pro Features & How-Tos FAQs Report a Violation Trust & Legal Terms & Conditions Privacy Notice Cookie Notice Trust Center Cookies Preferences Transparency Report Law Enforcement Access Policy Human Rights Log in Get started for free We acknowledge the Traditional Custodians of the land on which our office stands, The Wurundjeri people of the Kulin Nation, and pay our respects to Elders past, present and emerging. Linktree Pty Ltd (ABN 68 608 721 562), 1-9 Sackville St, Collingwood VIC 3066 | 2026-01-13T08:48:11 |
https://dev.to/moizch1/comment/30dn2 | the (onstreamapk.co.za/download-onstrea...) option available online to instal... - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Discussion on: S8:E8 - Can Open-Source Exist in China, Apple Unveils New Accessibility Features, Salesforce Employees vs. the NRA, and More View post Collapse Expand peter peter peter Follow Joined Aug 10, 2025 • Aug 10 '25 Dropdown menu Copy link Hide the ( onstreamapk.co.za/download-onstrea... ) option available online to install the app directly and access unlimited entertainment anytime, anywhere. Like comment: Like comment: 1 like Like Comment button Reply Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account | 2026-01-13T08:48:11 |
https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools/5.0.0-preview.5.20278.2 | NuGet Gallery | Microsoft.EntityFrameworkCore.Tools 5.0.0-preview.5.20278.2 Skip To Content Toggle navigation Packages Upload Statistics Documentation Downloads Blog Sign in Microsoft. EntityFrameworkCore. Tools 5.0.0-preview.5.20278.2 Prefix Reserved .NET Standard 2.1 This package targets .NET Standard 2.1. The package is compatible with this framework or higher. This is a prerelease version of Microsoft.EntityFrameworkCore.Tools. There is a newer version of this package available. See the version list below for details. Requires NuGet 3.6 or higher. .NET CLI PMC PackageReference CPM Paket CLI Script & Interactive File-based Apps Cake dotnet add package Microsoft.EntityFrameworkCore.Tools --version 5.0.0-preview.5.20278.2 Copy NuGet\Install-Package Microsoft.EntityFrameworkCore.Tools -Version 5.0.0-preview.5.20278.2 Copy This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0-preview.5.20278.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference> Copy For projects that support PackageReference , copy this XML node into the project file to reference the package. <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0-preview.5.20278.2" /> Directory.Packages.props Copy <PackageReference Include="Microsoft.EntityFrameworkCore.Tools"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference> Project file Copy For projects that support Central Package Management (CPM) , copy this XML node into the solution Directory.Packages.props file to version the package. paket add Microsoft.EntityFrameworkCore.Tools --version 5.0.0-preview.5.20278.2 Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. #r "nuget: Microsoft.EntityFrameworkCore.Tools, 5.0.0-preview.5.20278.2" Copy #r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package. #:package Microsoft.EntityFrameworkCore.Tools@5.0.0-preview.5.20278.2 Copy #:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package. #addin nuget:?package=Microsoft.EntityFrameworkCore.Tools&version=5.0.0-preview.5.20278.2&prerelease Install as a Cake Addin Copy #tool nuget:?package=Microsoft.EntityFrameworkCore.Tools&version=5.0.0-preview.5.20278.2&prerelease Install as a Cake Tool Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. README Frameworks Dependencies Used By Versions Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Drop-Database Get-DbContext Scaffold-DbContext Script-Migrations Update-Database Product Versions Compatible and additional computed target framework versions. .NET net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. .NET Core netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. .NET Standard netstandard2.1 netstandard2.1 is compatible. MonoAndroid monoandroid monoandroid was computed. MonoMac monomac monomac was computed. MonoTouch monotouch monotouch was computed. Tizen tizen60 tizen60 was computed. Xamarin.iOS xamarinios xamarinios was computed. Xamarin.Mac xamarinmac xamarinmac was computed. Xamarin.TVOS xamarintvos xamarintvos was computed. Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. Compatible target framework(s) Included target framework(s) (in package) Learn more about Target Frameworks and .NET Standard . .NETStandard 2.0 Microsoft.EntityFrameworkCore.Design (>= 5.0.0-preview.5.20278.2) NuGet packages (323) Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Tools: Package Downloads Microsoft.AspNetCore.App Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. 40.4M Microsoft.AspNetCore.All Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. 36.0M JoreNoe Redis并发优化 1.7M ImmediaC.SimpleCms ASP.NET Core based CMS 613.8K StatisticManagers-CMS Page Display Auth Process 494.6K GitHub repositories (575) Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Tools: Repository Stars jellyfin/jellyfin The Free Software Media System - Server Backend & API 47.6K dotnet/maui .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. 23.1K ardalis/CleanArchitecture Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10 17.9K abpframework/abp Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation. 14.1K dotnet/AspNetCore.Docs Documentation for ASP.NET Core 13.1K aspnetboilerplate/aspnetboilerplate ASP.NET Boilerplate - Web Application Framework 12.0K dotnet-architecture/eShopOnWeb Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb 10.6K dotnet/eShop A reference .NET application implementing an eCommerce site 9.9K EduardoPires/EquinoxProject Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices 6.8K ant-design-blazor/ant-design-blazor 🌈A rich set of enterprise-class UI components based on Ant Design and Blazor. 6.2K danielgerlag/workflow-core Lightweight workflow engine for .NET Standard 5.8K ServiceStack/ServiceStack Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all 5.5K dotnet/aspire Aspire is the tool for code-first, extensible, observable dev and deploy. 5.3K rmcrackan/Libation Libation: Liberate your Library 5.1K DearVa/Everywhere Context-aware AI assistant for your desktop. Ready to respond intelligently, seamlessly integrating multiple LLMs and MCP tools. 5.0K jasontaylordev/NorthwindTraders Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core. 5.0K immense/Remotely A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR. 5.0K microsoft/fluentui-blazor Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications 4.6K dotnetcore/Util Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。 4.6K simplcommerce/SimplCommerce A simple, cross platform, modulith ecommerce system built on .NET 4.4K Version Downloads Last Updated 10.0.1 829,102 12/9/2025 10.0.0 1,211,295 11/11/2025 10.0.0-rc.2.25502.107 41,772 10/14/2025 10.0.0-rc.1.25451.107 36,708 9/9/2025 10.0.0-preview.7.25380.108 15,121 8/12/2025 10.0.0-preview.6.25358.103 10,889 7/15/2025 10.0.0-preview.5.25277.114 15,159 6/6/2025 10.0.0-preview.4.25258.110 11,723 5/12/2025 10.0.0-preview.3.25171.6 16,702 4/10/2025 10.0.0-preview.2.25163.8 14,639 3/18/2025 10.0.0-preview.1.25081.1 13,070 2/25/2025 9.0.11 801,107 11/11/2025 9.0.10 2,326,603 10/14/2025 9.0.9 2,944,982 9/9/2025 9.0.8 2,892,807 8/5/2025 9.0.7 2,298,029 7/8/2025 9.0.6 3,027,405 6/10/2025 9.0.5 2,787,866 5/13/2025 9.0.4 4,117,702 4/8/2025 9.0.3 3,385,058 3/11/2025 9.0.2 3,576,267 2/11/2025 9.0.1 3,942,555 1/14/2025 9.0.0 6,760,601 11/12/2024 9.0.0-rc.2.24474.1 107,116 10/8/2024 9.0.0-rc.1.24451.1 53,628 9/10/2024 9.0.0-preview.7.24405.3 27,618 8/13/2024 9.0.0-preview.6.24327.4 26,247 7/9/2024 9.0.0-preview.5.24306.3 17,244 6/11/2024 9.0.0-preview.4.24267.1 22,977 5/21/2024 9.0.0-preview.3.24172.4 112,928 4/11/2024 9.0.0-preview.2.24128.4 32,763 3/12/2024 9.0.0-preview.1.24081.2 50,530 2/13/2024 8.0.22 584,126 11/11/2025 8.0.21 594,446 10/14/2025 8.0.20 741,601 9/9/2025 8.0.19 948,311 8/5/2025 8.0.18 759,615 7/8/2025 8.0.17 1,091,980 6/10/2025 8.0.16 1,513,915 5/13/2025 8.0.15 1,623,102 4/8/2025 8.0.14 1,976,451 3/11/2025 8.0.13 2,151,142 2/11/2025 8.0.12 2,305,643 1/14/2025 8.0.11 8,039,884 11/12/2024 8.0.10 11,432,492 10/8/2024 8.0.8 12,488,765 8/13/2024 8.0.7 7,549,663 7/9/2024 8.0.6 8,410,772 5/28/2024 8.0.5 3,190,124 5/14/2024 8.0.4 8,482,725 4/9/2024 8.0.3 5,452,022 3/12/2024 8.0.2 6,840,984 2/13/2024 8.0.1 5,426,855 1/9/2024 8.0.0 8,808,029 11/14/2023 8.0.0-rc.2.23480.1 76,747 10/10/2023 8.0.0-rc.1.23419.6 40,767 9/12/2023 8.0.0-preview.7.23375.4 32,312 8/8/2023 8.0.0-preview.6.23329.4 46,374 7/11/2023 8.0.0-preview.5.23280.1 78,048 6/13/2023 8.0.0-preview.4.23259.3 44,709 5/16/2023 8.0.0-preview.3.23174.2 81,475 4/11/2023 8.0.0-preview.2.23128.3 38,157 3/14/2023 8.0.0-preview.1.23111.4 79,746 2/21/2023 7.0.20 1,859,692 5/28/2024 7.0.19 257,230 5/14/2024 7.0.18 683,377 4/9/2024 7.0.17 539,828 3/12/2024 7.0.16 716,679 2/13/2024 7.0.15 1,056,485 1/9/2024 7.0.14 2,204,353 11/14/2023 7.0.13 2,408,825 10/24/2023 7.0.12 1,809,804 10/10/2023 7.0.11 4,321,230 9/12/2023 7.0.10 3,852,388 8/8/2023 7.0.9 3,056,437 7/11/2023 7.0.8 2,583,233 6/22/2023 7.0.7 1,244,104 6/13/2023 7.0.5 8,054,946 4/11/2023 7.0.4 3,596,480 3/14/2023 7.0.3 4,445,658 2/14/2023 7.0.2 5,727,219 1/10/2023 7.0.1 3,299,841 12/13/2022 7.0.0 4,035,218 11/7/2022 7.0.0-rc.2.22472.11 90,613 10/11/2022 7.0.0-rc.1.22426.7 37,686 9/14/2022 7.0.0-preview.7.22376.2 33,151 8/9/2022 7.0.0-preview.6.22329.4 25,058 7/12/2022 7.0.0-preview.5.22302.2 21,921 6/14/2022 7.0.0-preview.4.22229.2 27,853 5/10/2022 7.0.0-preview.3.22175.1 43,225 4/13/2022 7.0.0-preview.2.22153.1 17,760 3/14/2022 7.0.0-preview.1.22076.6 14,463 2/17/2022 6.0.36 780,032 11/12/2024 6.0.35 306,893 10/8/2024 6.0.33 455,407 8/13/2024 6.0.32 295,200 7/9/2024 6.0.31 402,320 5/28/2024 6.0.30 258,487 5/14/2024 6.0.29 709,129 4/9/2024 6.0.28 674,525 3/12/2024 6.0.27 661,962 2/13/2024 6.0.26 839,730 1/9/2024 6.0.25 1,310,753 11/14/2023 6.0.24 610,628 10/24/2023 6.0.23 551,307 10/10/2023 6.0.22 1,186,506 9/12/2023 6.0.21 1,228,288 8/8/2023 6.0.20 1,245,533 7/11/2023 6.0.19 739,024 6/22/2023 6.0.18 527,805 6/13/2023 6.0.16 2,758,362 4/11/2023 6.0.15 1,417,985 3/14/2023 6.0.14 1,862,188 2/14/2023 6.0.13 2,558,877 1/10/2023 6.0.12 2,311,935 12/13/2022 6.0.11 3,517,177 11/7/2022 6.0.10 6,267,343 10/11/2022 6.0.9 5,398,596 9/13/2022 6.0.8 6,955,497 8/9/2022 6.0.7 6,773,702 7/12/2022 6.0.6 4,347,720 6/14/2022 6.0.5 6,614,375 5/10/2022 6.0.4 4,963,672 4/11/2022 6.0.3 5,505,801 3/8/2022 6.0.2 4,612,958 2/8/2022 6.0.1 7,418,331 12/14/2021 6.0.0 8,319,658 11/8/2021 6.0.0-rc.2.21480.5 62,239 10/12/2021 6.0.0-rc.1.21452.10 61,999 9/14/2021 6.0.0-preview.7.21378.4 41,993 8/10/2021 6.0.0-preview.6.21352.1 21,300 7/14/2021 6.0.0-preview.5.21301.9 42,218 6/15/2021 6.0.0-preview.4.21253.1 24,412 5/24/2021 6.0.0-preview.3.21201.2 45,983 4/8/2021 6.0.0-preview.2.21154.2 16,726 3/11/2021 6.0.0-preview.1.21102.2 33,114 2/12/2021 5.0.17 2,779,075 5/10/2022 5.0.17 is deprecated because it is no longer maintained. 5.0.16 502,358 4/11/2022 5.0.16 is deprecated because it is no longer maintained. 5.0.15 779,520 3/8/2022 5.0.15 is deprecated because it is no longer maintained. 5.0.14 960,850 2/8/2022 5.0.14 is deprecated because it is no longer maintained. 5.0.13 1,557,774 12/14/2021 5.0.13 is deprecated because it is no longer maintained. 5.0.12 1,783,218 11/7/2021 5.0.12 is deprecated because it is no longer maintained. 5.0.11 3,319,830 10/12/2021 5.0.11 is deprecated because it is no longer maintained. 5.0.10 4,171,515 9/14/2021 5.0.10 is deprecated because it is no longer maintained. 5.0.9 3,425,747 8/10/2021 5.0.9 is deprecated because it is no longer maintained. 5.0.8 3,223,586 7/13/2021 5.0.8 is deprecated because it is no longer maintained. 5.0.7 3,709,033 6/8/2021 5.0.7 is deprecated because it is no longer maintained. 5.0.6 2,858,254 5/11/2021 5.0.6 is deprecated because it is no longer maintained. 5.0.5 3,921,317 4/6/2021 5.0.5 is deprecated because it is no longer maintained. 5.0.4 2,697,983 3/9/2021 5.0.4 is deprecated because it is no longer maintained. 5.0.3 2,557,953 2/9/2021 5.0.3 is deprecated because it is no longer maintained. 5.0.2 2,592,891 1/12/2021 5.0.2 is deprecated because it is no longer maintained. 5.0.1 2,407,895 12/8/2020 5.0.1 is deprecated because it is no longer maintained. 5.0.0 3,717,189 11/9/2020 5.0.0 is deprecated because it is no longer maintained. 5.0.0-rc.2.20475.6 73,573 10/13/2020 5.0.0-rc.1.20451.13 55,586 9/14/2020 5.0.0-preview.8.20407.4 34,504 8/25/2020 5.0.0-preview.7.20365.15 33,510 7/21/2020 5.0.0-preview.6.20312.4 33,203 6/25/2020 5.0.0-preview.5.20278.2 17,390 6/10/2020 5.0.0-preview.4.20220.10 27,524 5/18/2020 5.0.0-preview.3.20181.2 39,165 4/23/2020 5.0.0-preview.2.20159.4 27,583 4/2/2020 5.0.0-preview.2.20120.8 15,065 3/16/2020 3.1.32 1,400,284 12/13/2022 3.1.31 228,935 11/8/2022 3.1.30 278,279 10/11/2022 3.1.29 876,716 9/13/2022 3.1.28 196,003 8/9/2022 3.1.27 165,816 7/12/2022 3.1.26 214,760 6/14/2022 3.1.25 380,768 5/10/2022 3.1.24 197,956 4/11/2022 3.1.23 437,321 3/8/2022 3.1.22 1,035,541 12/14/2021 3.1.21 1,063,856 11/7/2021 3.1.20 391,804 10/11/2021 3.1.19 646,988 9/14/2021 3.1.18 969,051 8/10/2021 3.1.17 617,526 7/13/2021 3.1.16 650,766 6/8/2021 3.1.15 859,304 5/11/2021 3.1.14 1,071,543 4/6/2021 3.1.13 1,269,639 3/9/2021 3.1.12 1,107,613 2/9/2021 3.1.11 1,477,578 1/12/2021 3.1.10 2,448,137 11/9/2020 3.1.9 3,601,184 10/13/2020 3.1.8 5,312,718 9/8/2020 3.1.7 3,165,485 8/11/2020 3.1.6 3,652,446 7/14/2020 3.1.5 4,468,171 6/9/2020 3.1.4 4,530,667 5/12/2020 3.1.3 6,051,002 3/24/2020 3.1.2 4,295,452 2/19/2020 3.1.1 4,287,208 1/14/2020 3.1.0 4,693,215 12/3/2019 3.1.0-preview3.19554.8 39,871 11/13/2019 3.1.0-preview2.19525.5 16,614 11/1/2019 3.1.0-preview1.19506.2 838,500 10/15/2019 3.0.3 87,976 2/19/2020 3.0.2 64,009 1/14/2020 3.0.1 520,716 11/18/2019 3.0.0 4,774,256 9/23/2019 3.0.0-rc1.19456.14 23,315 9/16/2019 3.0.0-preview9.19423.6 39,738 9/4/2019 3.0.0-preview8.19405.11 44,013 8/13/2019 3.0.0-preview7.19362.6 31,296 7/23/2019 3.0.0-preview6.19304.10 40,101 6/12/2019 3.0.0-preview5.19227.1 50,449 5/6/2019 3.0.0-preview4.19216.3 9,554 4/18/2019 3.0.0-preview3.19153.1 30,594 3/6/2019 3.0.0-preview.19074.3 16,599 1/29/2019 3.0.0-preview.18572.1 15,173 12/3/2018 2.3.0 47,338 1/14/2025 2.2.6 11,273,163 7/9/2019 2.2.6 is deprecated because it is no longer maintained. 2.2.4 5,959,385 4/9/2019 2.2.4 is deprecated because it is no longer maintained. 2.2.3 1,829,101 3/11/2019 2.2.3 is deprecated because it is no longer maintained. 2.2.2 2,110,961 2/12/2019 2.2.2 is deprecated because it is no longer maintained. 2.2.1 2,678,906 1/8/2019 2.2.1 is deprecated because it is no longer maintained. 2.2.0 11,755,469 12/3/2018 2.2.0 is deprecated because it is no longer maintained. 2.2.0-preview3-35497 89,936 10/17/2018 2.2.0-preview2-35157 77,957 9/12/2018 2.2.0-preview1-35029 18,819 8/22/2018 2.1.14 2,191,526 11/18/2019 2.1.11 1,889,102 5/14/2019 2.1.8 2,279,750 2/12/2019 2.1.4 6,953,455 10/1/2018 2.1.3 3,323,487 9/11/2018 2.1.2 2,567,611 8/21/2018 2.1.1 13,538,025 6/18/2018 2.1.0 4,771,898 5/29/2018 2.1.0-rc1-final 52,839 5/6/2018 2.1.0-preview2-final 69,612 4/10/2018 2.1.0-preview1-final 212,952 2/26/2018 2.0.3 4,331,536 5/7/2018 2.0.3 is deprecated because it is no longer maintained. 2.0.2 4,336,604 3/13/2018 2.0.2 is deprecated because it is no longer maintained. 2.0.1 7,082,927 11/14/2017 2.0.1 is deprecated because it is no longer maintained. 2.0.0 7,398,089 8/11/2017 2.0.0 is deprecated because it is no longer maintained. 2.0.0-preview2-final 65,934 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained. 2.0.0-preview1-final 37,879 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained. 1.1.6 104,320 7/10/2018 1.1.6 is deprecated because it is no longer maintained. 1.1.5 213,101 12/12/2017 1.1.5 is deprecated because it is no longer maintained. 1.1.4 50,343 11/14/2017 1.1.4 is deprecated because it is no longer maintained. 1.1.2 93,703 9/20/2017 1.1.2 is deprecated because it is no longer maintained. 1.1.1 777,150 5/9/2017 1.1.1 is deprecated because it is no longer maintained. 1.1.0 322,023 3/6/2017 1.1.0 is deprecated because it is no longer maintained. 1.1.0-preview4-final 331,331 11/16/2016 1.1.0-preview4-final is deprecated because it is no longer maintained. 1.1.0-msbuild3-final 48,909 1/27/2017 1.1.0-msbuild3-final is deprecated because it is no longer maintained. 1.0.3 44,888 11/14/2017 1.0.3 is deprecated because it is no longer maintained. 1.0.2 37,264 9/20/2017 1.0.2 is deprecated because it is no longer maintained. 1.0.1 44,879 5/9/2017 1.0.1 is deprecated because it is no longer maintained. 1.0.0 711,722 3/6/2017 1.0.0 is deprecated because it is no longer maintained. 1.0.0-preview4-final 30,519 12/12/2016 1.0.0-preview4-final is deprecated because it is no longer maintained. 1.0.0-preview3-final 49,952 10/24/2016 1.0.0-preview3-final is deprecated because it is no longer maintained. 1.0.0-preview2-final 385,656 6/27/2016 1.0.0-preview2-final is deprecated because it is no longer maintained. 1.0.0-preview1-final 64,500 5/16/2016 1.0.0-preview1-final is deprecated because it is no longer maintained. 1.0.0-msbuild3-final 37,647 1/27/2017 1.0.0-msbuild3-final is deprecated because it is no longer maintained. 1.0.0-msbuild2-final 14,923 12/12/2016 1.0.0-msbuild2-final is deprecated because it is no longer maintained. 1.0.0-msbuild1-final 18,402 11/16/2016 1.0.0-msbuild1-final is deprecated because it is no longer maintained. Downloads Full stats → Total 509.6M Current version 17.4K Per day average 144.4K About Last updated 6/10/2020 Project website Source repository Apache-2.0 license Download package (181.57 KB) Open in NuGet Package Explorer Open in NuGet Trends Report package Owners Contact owners → Microsoft aspnet dotnetframework EntityFramework Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore © Microsoft Corporation. All rights reserved. Contact Got questions about NuGet or the NuGet Gallery? Status Find out the service status of NuGet.org and its related services. FAQ Read the Frequently Asked Questions about NuGet and see if your question made the list. © Microsoft 2025 - About - Terms of Use - Privacy Statement - Trademarks | 2026-01-13T08:48:12 |
https://linktr.ee/products/manage-your-social-media | Plan and Schedule Your Social Media Content with Linktree’s Social Planner We’ve made some changes to our Privacy Notice and Terms and Conditions to address upcoming features and to give you more clarity on how we collect and use your information. Products Link in bio + tools Manage your social media Grow and engage your audience Monetize your following Measure your success Link in bio + tools Link in bio Customize your Linktree Link shortener Create trackable, shareable short links QR code generator Turn links into scannable QR codes Canva Background Editor Import your custom designs from Canva into your profile Linktree for every social platform Grow and engage your audience everywhere Featured Join 70M+ using Linktree as their link in bio One link to share everything you create, curate, and sell across all your socials. Manage your social media Schedule and auto-post Hands-free, hassle-free social media planning Instagram auto reply Automated replies and DMs triggered by comments AI content & caption generator Instant AI-powered post ideas and captions Hashtag generator Trending hashtag suggestions for better reach Social integration for every social platform Plan, auto post, and share across all platforms What’s New Boost sales with Instagram Auto-reply Instantly reply to comments, send traffic to your offers, and turn engagement into sales—automatically. Grow and engage your audience Collect leads with contact forms Turn visitors into subscribers Manage and activate your audience Organize, tag, and track contacts Send contacts to email tools Sync with Mailchimp, Klaviyo, Kit & more Featured Connect your email tools, activate your audience Send new contacts straight from Linktree to Mailchimp, Klaviyo, Kit and more. Monetize your following Earn with a Linktree Shop Sell products and earn commission Sell an online course Create and sell your expertise easily Host digital products Sell digital products and build your email list Earn by hosting sponsored links Share brand offers and earn for every sign-up or sale Get rewarded for growing your Linktree Earn points, level up and unlock cash bonuses Booked and paid, easily Offer sessions and earn from your expertise Featured Turn Your Linktree into a Storefront That Pays Add affiliate products, share what you love, and start earning in minutes with industry-leading commissions. Measure your success Social + link analytics Track clicks, engagement and audience insights Featured Grow engagement with analytics Make data-driven decisions for your Linktree and social media platforms with analytics that are easy to understand. Templates Marketplace Learn Resources How to use Linktree Resources Read our blog All the latest tips, tricks and growth strategies Success Stories Real people, real results on Linktree Learn with Linktree Create & sell your own online Course If you’ve got something to share, you’ve got something to sell. Easily create and share an online course that... How to use Linktree Linktree Help Centre Get answers, guides and support Learn with Linktree Create & sell your own online Course If you’ve got something to share, you’ve got something to sell. Easily create and share an online course that... Pricing Log in Sign up free Get 33% Off Pro Social media Scheduling Schedule social posts and grow your audience Create, schedule and publish content across all your platforms from Linktree. Stay consistent, grow your brand and drive engagement on autopilot – even when you’re offline. Plan your next post Social collaboration made easy Content creators and influencers Upload, organize and reuse content across brands or clients. Small business owners Leave feedback and manage content inside your calendar. Social media managers Share content previews with clients and partners. post consistently Never miss a posting day again. Posting every day is important to build your brand. Plan and schedule content across Instagram, TikTok, YouTube Shorts, Threads, Pinterest and more with Linktree’s all-in-one social planner. Get started today Plan your social content Simplify your social strategy. Posting consistently doesn’t have to be a headache. Linktree’s social planner helps you stay ahead of the game and build your brand without all the hassle. Visualize your content calendar Plan your content in a visual drag-and-drop grid. Schedule once, post everywhere Post across Instagram, TikTok, Facebook, LinkedIn, Pinterest, YouTube Shorts and more all at once. Post automatically, even when you’re offline Schedule posts to go live exactly when you want them to, whether you’re online or not. Post when your audience is most active Get data-driven recommendations and post when your audience is online and ready to engage. Get started for free automate your socials Schedule posts and links to go live together. No more staying up late to post announcements and add links to your Linktree. Schedule links and posts to go live at the same time and let your social strategy run hands-free. Get started today Build your viral content strategy today. Whether you're planning your next launch or just keeping your socials active,
Linktree’s social planner helps you show up with purpose. Plan your content Frequently asked questions What is Linktree’s social planner? Linktree’s social planner is more than a scheduling tool. It’s your all-in-one social media strategy suite, designed to help you not only distribute content but also understand what, when and why to post. Perfect to use on your own, with a virtual assistant, or work together in real time with your team - Linktree’s social planner is designed to grow with you to build a bustling brand and social media presence of any size. What platforms does Linktree’s social planner support? Linktree supports auto-posting for Instagram, TikTok, Threads, Facebook, LinkedIn, Pinterest and YouTube Shorts. Whether you’re traveling or taking a social break, Linktree keeps your content rolling. What is a cross post? With social planner on Linktree, you can schedule one great piece of content across multiple platforms with the click of a button. Choose to share your Instagram Reel to your TikTok and YouTube Shorts accounts, or, schedule your Instagram post to your Facebook page at the same time. You’ll get maximum reach with no extra effort. What makes Linktree’s social planner different? Linktree’s social planner is not just a scheduler – it’s a complete strategy platform. With tools for planning what, why, and when to post, plus access to free content like images and captions, social planner helps grow your brand with ease. Jumpstart your corner of the internet today Get started for free Company The Linktree Blog Engineering Blog Marketplace What's New About Press Careers Link in Bio Social Good Contact Community Linktree for Enterprise 2023 Creator Report 2022 Creator Report Charities Creator Profile Directory Explore Templates Support Help Topics Getting Started Linktree Pro Features & How-Tos FAQs Report a Violation Trust & Legal Terms & Conditions Privacy Notice Cookie Notice Trust Center Cookies Preferences Transparency Report Law Enforcement Access Policy Human Rights Log in Get started for free We acknowledge the Traditional Custodians of the land on which our office stands, The Wurundjeri people of the Kulin Nation, and pay our respects to Elders past, present and emerging. Linktree Pty Ltd (ABN 68 608 721 562), 1-9 Sackville st, Collingwood VIC 3066 | 2026-01-13T08:48:12 |
https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.SqlServer/5.0.0-preview.5.20278.2 | NuGet Gallery | Microsoft.EntityFrameworkCore.SqlServer 5.0.0-preview.5.20278.2 Skip To Content Toggle navigation Packages Upload Statistics Documentation Downloads Blog Sign in Microsoft. EntityFrameworkCore. SqlServer 5.0.0-preview.5.20278.2 Prefix Reserved .NET Standard 2.1 This package targets .NET Standard 2.1. The package is compatible with this framework or higher. This is a prerelease version of Microsoft.EntityFrameworkCore.SqlServer. There is a newer version of this package available. See the version list below for details. Requires NuGet 3.6 or higher. .NET CLI PMC PackageReference CPM Paket CLI Script & Interactive File-based Apps Cake dotnet add package Microsoft.EntityFrameworkCore.SqlServer --version 5.0.0-preview.5.20278.2 Copy NuGet\Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 5.0.0-preview.5.20278.2 Copy This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0-preview.5.20278.2" /> Copy For projects that support PackageReference , copy this XML node into the project file to reference the package. <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0-preview.5.20278.2" /> Directory.Packages.props Copy <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" /> Project file Copy For projects that support Central Package Management (CPM) , copy this XML node into the solution Directory.Packages.props file to version the package. paket add Microsoft.EntityFrameworkCore.SqlServer --version 5.0.0-preview.5.20278.2 Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. #r "nuget: Microsoft.EntityFrameworkCore.SqlServer, 5.0.0-preview.5.20278.2" Copy #r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package. #:package Microsoft.EntityFrameworkCore.SqlServer@5.0.0-preview.5.20278.2 Copy #:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package. #addin nuget:?package=Microsoft.EntityFrameworkCore.SqlServer&version=5.0.0-preview.5.20278.2&prerelease Install as a Cake Addin Copy #tool nuget:?package=Microsoft.EntityFrameworkCore.SqlServer&version=5.0.0-preview.5.20278.2&prerelease Install as a Cake Tool Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. README Frameworks Dependencies Used By Versions Microsoft SQL Server database provider for Entity Framework Core. Product Versions Compatible and additional computed target framework versions. .NET net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. .NET Core netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. .NET Standard netstandard2.1 netstandard2.1 is compatible. MonoAndroid monoandroid monoandroid was computed. MonoMac monomac monomac was computed. MonoTouch monotouch monotouch was computed. Tizen tizen60 tizen60 was computed. Xamarin.iOS xamarinios xamarinios was computed. Xamarin.Mac xamarinmac xamarinmac was computed. Xamarin.TVOS xamarintvos xamarintvos was computed. Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. Compatible target framework(s) Included target framework(s) (in package) Learn more about Target Frameworks and .NET Standard . .NETStandard 2.1 Microsoft.Data.SqlClient (>= 2.0.0-preview3.20122.2) Microsoft.EntityFrameworkCore.Relational (>= 5.0.0-preview.5.20278.2) NuGet packages (4.1K) Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.SqlServer: Package Downloads Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core. 42.6M Microsoft.AspNetCore.App Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. 40.4M Microsoft.AspNetCore.All Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. 36.0M EntityFrameworkCore.SqlServer.HierarchyId Adds hierarchyid support to the SQL Server EF Core provider 22.1M Microsoft.EntityFrameworkCore.SqlServer.HierarchyId Adds hierarchyid support to the SQL Server EF Core provider 18.6M GitHub repositories (663) Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.SqlServer: Repository Stars dotnet/aspnetcore ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. 37.6K dotnet/maui .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. 23.1K DapperLib/Dapper Dapper - a simple object mapper for .Net 18.2K ardalis/CleanArchitecture Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10 17.9K bitwarden/server Bitwarden infrastructure/backend (API, database, Docker, etc). 17.9K abpframework/abp Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation. 14.1K kgrzybek/modular-monolith-with-ddd Full Modular Monolith application with Domain-Driven Design approach. 13.3K dotnet/AspNetCore.Docs Documentation for ASP.NET Core 13.1K aspnetboilerplate/aspnetboilerplate ASP.NET Boilerplate - Web Application Framework 12.0K dotnet-architecture/eShopOnWeb Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb 10.6K dodyg/practical-aspnetcore Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects. 10.3K LuckyPennySoftware/AutoMapper A convention-based object-object mapper in .NET. 10.2K MassTransit/MassTransit Distributed Application Framework for .NET 7.6K dotnetcore/CAP Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern 7.0K EduardoPires/EquinoxProject Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices 6.8K fullstackhero/dotnet-starter-kit Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included. 6.2K ant-design-blazor/ant-design-blazor 🌈A rich set of enterprise-class UI components based on Ant Design and Blazor. 6.2K danielgerlag/workflow-core Lightweight workflow engine for .NET Standard 5.8K aspnet/Mvc [Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore 5.6K dotnet/aspire Aspire is the tool for code-first, extensible, observable dev and deploy. 5.3K Version Downloads Last Updated 10.0.1 909,482 12/9/2025 10.0.0 1,636,795 11/11/2025 10.0.0-rc.2.25502.107 46,287 10/14/2025 10.0.0-rc.1.25451.107 38,648 9/9/2025 10.0.0-preview.7.25380.108 15,088 8/12/2025 10.0.0-preview.6.25358.103 9,520 7/15/2025 10.0.0-preview.5.25277.114 19,965 6/6/2025 10.0.0-preview.4.25258.110 9,284 5/12/2025 10.0.0-preview.3.25171.6 11,229 4/10/2025 10.0.0-preview.2.25163.8 8,973 3/18/2025 10.0.0-preview.1.25081.1 10,440 2/25/2025 9.0.11 1,166,296 11/11/2025 9.0.10 2,992,927 10/14/2025 9.0.9 4,563,111 9/9/2025 9.0.8 4,117,186 8/5/2025 9.0.7 3,469,090 7/8/2025 9.0.6 4,013,255 6/10/2025 9.0.5 4,329,695 5/13/2025 9.0.4 5,612,199 4/8/2025 9.0.3 4,482,969 3/11/2025 9.0.2 6,302,758 2/11/2025 9.0.1 5,079,252 1/14/2025 9.0.0 10,730,977 11/12/2024 9.0.0-rc.2.24474.1 92,009 10/8/2024 9.0.0-rc.1.24451.1 62,169 9/10/2024 9.0.0-preview.7.24405.3 39,881 8/13/2024 9.0.0-preview.6.24327.4 212,419 7/9/2024 9.0.0-preview.5.24306.3 49,225 6/11/2024 9.0.0-preview.4.24267.1 41,819 5/21/2024 9.0.0-preview.3.24172.4 44,577 4/11/2024 9.0.0-preview.2.24128.4 31,645 3/12/2024 9.0.0-preview.1.24081.2 56,668 2/13/2024 8.0.22 845,087 11/11/2025 8.0.21 914,441 10/14/2025 8.0.20 1,256,205 9/9/2025 8.0.19 1,561,172 8/5/2025 8.0.18 1,220,290 7/8/2025 8.0.17 1,604,999 6/10/2025 8.0.16 2,026,840 5/13/2025 8.0.15 2,606,895 4/8/2025 8.0.14 3,578,176 3/11/2025 8.0.13 4,065,113 2/11/2025 8.0.12 3,886,229 1/14/2025 8.0.11 14,083,326 11/12/2024 8.0.10 16,507,885 10/8/2024 8.0.8 21,162,168 8/13/2024 8.0.7 11,971,830 7/9/2024 8.0.6 12,679,681 5/28/2024 8.0.5 5,663,549 5/14/2024 8.0.4 12,795,506 4/9/2024 8.0.3 7,930,386 3/12/2024 8.0.2 10,250,124 2/13/2024 8.0.1 8,879,351 1/9/2024 8.0.0 16,202,295 11/14/2023 8.0.0-rc.2.23480.1 107,100 10/10/2023 8.0.0-rc.1.23419.6 68,613 9/12/2023 8.0.0-preview.7.23375.4 43,106 8/8/2023 8.0.0-preview.6.23329.4 76,401 7/11/2023 8.0.0-preview.5.23280.1 97,926 6/13/2023 8.0.0-preview.4.23259.3 53,530 5/16/2023 8.0.0-preview.3.23174.2 78,533 4/11/2023 8.0.0-preview.2.23128.3 138,696 3/14/2023 8.0.0-preview.1.23111.4 41,779 2/21/2023 7.0.20 3,055,458 5/28/2024 7.0.19 317,582 5/14/2024 7.0.18 917,172 4/9/2024 7.0.17 1,069,158 3/12/2024 7.0.16 1,184,522 2/13/2024 7.0.15 1,897,985 1/9/2024 7.0.14 3,394,949 11/14/2023 7.0.13 4,256,934 10/24/2023 7.0.12 2,324,644 10/10/2023 7.0.11 5,988,600 9/12/2023 7.0.10 6,155,329 8/8/2023 7.0.9 4,703,029 7/11/2023 7.0.8 3,035,275 6/22/2023 7.0.7 2,634,304 6/13/2023 7.0.5 11,693,336 4/11/2023 7.0.4 4,757,712 3/14/2023 7.0.3 6,014,198 2/14/2023 7.0.2 6,803,901 1/10/2023 7.0.1 4,261,264 12/13/2022 7.0.0 10,528,167 11/7/2022 7.0.0-rc.2.22472.11 120,700 10/11/2022 7.0.0-rc.1.22426.7 139,936 9/14/2022 7.0.0-preview.7.22376.2 36,084 8/9/2022 7.0.0-preview.6.22329.4 37,335 7/12/2022 7.0.0-preview.5.22302.2 26,728 6/14/2022 7.0.0-preview.4.22229.2 32,308 5/10/2022 7.0.0-preview.3.22175.1 47,730 4/13/2022 7.0.0-preview.2.22153.1 23,145 3/14/2022 7.0.0-preview.1.22076.6 27,395 2/17/2022 6.0.36 1,614,216 11/12/2024 6.0.35 536,098 10/8/2024 6.0.33 718,275 8/13/2024 6.0.32 554,399 7/9/2024 6.0.31 716,468 5/28/2024 6.0.30 301,728 5/14/2024 6.0.29 935,235 4/9/2024 6.0.28 885,925 3/12/2024 6.0.27 1,317,372 2/13/2024 6.0.26 1,820,140 1/9/2024 6.0.25 2,298,245 11/14/2023 6.0.24 1,229,799 10/24/2023 6.0.23 757,210 10/10/2023 6.0.22 1,512,645 9/12/2023 6.0.21 2,144,080 8/8/2023 6.0.20 1,801,011 7/11/2023 6.0.19 1,941,324 6/22/2023 6.0.18 718,558 6/13/2023 6.0.16 4,657,147 4/11/2023 6.0.15 2,626,372 3/14/2023 6.0.14 2,801,820 2/14/2023 6.0.13 4,506,337 1/10/2023 6.0.12 3,244,027 12/13/2022 6.0.11 6,135,273 11/7/2022 6.0.10 10,054,342 10/11/2022 6.0.9 9,425,297 9/13/2022 6.0.8 10,186,594 8/9/2022 6.0.7 9,262,070 7/12/2022 6.0.6 7,299,959 6/14/2022 6.0.5 10,389,236 5/10/2022 6.0.4 7,239,274 4/11/2022 6.0.3 9,765,543 3/8/2022 6.0.2 7,673,835 2/8/2022 6.0.1 18,223,746 12/14/2021 6.0.0 18,111,578 11/8/2021 6.0.0-rc.2.21480.5 143,721 10/12/2021 6.0.0-rc.1.21452.10 71,510 9/14/2021 6.0.0-preview.7.21378.4 40,950 8/10/2021 6.0.0-preview.6.21352.1 22,978 7/14/2021 6.0.0-preview.5.21301.9 98,761 6/15/2021 6.0.0-preview.4.21253.1 30,774 5/24/2021 6.0.0-preview.3.21201.2 53,748 4/8/2021 6.0.0-preview.2.21154.2 22,562 3/11/2021 6.0.0-preview.1.21102.2 54,428 2/12/2021 5.0.17 3,936,959 5/10/2022 5.0.17 is deprecated because it is no longer maintained. 5.0.16 930,742 4/11/2022 5.0.16 is deprecated because it is no longer maintained. 5.0.15 1,149,835 3/8/2022 5.0.15 is deprecated because it is no longer maintained. 5.0.14 937,563 2/8/2022 5.0.14 is deprecated because it is no longer maintained. 5.0.13 2,302,020 12/14/2021 5.0.13 is deprecated because it is no longer maintained. 5.0.12 2,549,736 11/7/2021 5.0.12 is deprecated because it is no longer maintained. 5.0.11 4,451,113 10/12/2021 5.0.11 is deprecated because it is no longer maintained. 5.0.10 5,100,274 9/14/2021 5.0.10 is deprecated because it is no longer maintained. 5.0.9 4,989,000 8/10/2021 5.0.9 is deprecated because it is no longer maintained. 5.0.8 5,575,630 7/13/2021 5.0.8 is deprecated because it is no longer maintained. 5.0.7 6,053,936 6/8/2021 5.0.7 is deprecated because it is no longer maintained. 5.0.6 4,397,449 5/11/2021 5.0.6 is deprecated because it is no longer maintained. 5.0.5 5,776,567 4/6/2021 5.0.5 is deprecated because it is no longer maintained. 5.0.4 3,971,298 3/9/2021 5.0.4 is deprecated because it is no longer maintained. 5.0.3 4,380,308 2/9/2021 5.0.3 is deprecated because it is no longer maintained. 5.0.2 4,225,905 1/12/2021 5.0.2 is deprecated because it is no longer maintained. 5.0.1 4,031,933 12/8/2020 5.0.1 is deprecated because it is no longer maintained. 5.0.0 7,181,777 11/9/2020 5.0.0 is deprecated because it is no longer maintained. 5.0.0-rc.2.20475.6 129,882 10/13/2020 5.0.0-rc.1.20451.13 131,791 9/14/2020 5.0.0-preview.8.20407.4 54,901 8/25/2020 5.0.0-preview.7.20365.15 48,514 7/21/2020 5.0.0-preview.6.20312.4 43,329 6/25/2020 5.0.0-preview.5.20278.2 34,082 6/10/2020 5.0.0-preview.4.20220.10 46,916 5/18/2020 5.0.0-preview.3.20181.2 52,831 4/23/2020 5.0.0-preview.2.20159.4 29,279 4/2/2020 5.0.0-preview.2.20120.8 24,083 3/16/2020 3.1.32 5,936,446 12/13/2022 3.1.31 1,654,943 11/8/2022 3.1.30 523,633 10/11/2022 3.1.29 1,298,647 9/13/2022 3.1.28 703,853 8/9/2022 3.1.27 550,629 7/12/2022 3.1.26 389,060 6/14/2022 3.1.25 675,575 5/10/2022 3.1.24 399,400 4/11/2022 3.1.23 721,495 3/8/2022 3.1.22 2,397,966 12/14/2021 3.1.21 1,918,656 11/7/2021 3.1.20 1,097,539 10/11/2021 3.1.19 1,114,273 9/14/2021 3.1.18 2,484,990 8/10/2021 3.1.17 1,319,525 7/13/2021 3.1.16 1,671,202 6/8/2021 3.1.15 2,022,807 5/11/2021 3.1.14 1,812,434 4/6/2021 3.1.13 2,023,357 3/9/2021 3.1.12 1,803,883 2/9/2021 3.1.11 2,024,965 1/12/2021 3.1.10 5,164,958 11/9/2020 3.1.9 7,487,802 10/13/2020 3.1.8 9,244,673 9/8/2020 3.1.7 6,038,215 8/11/2020 3.1.6 5,258,635 7/14/2020 3.1.5 6,408,600 6/9/2020 3.1.4 6,213,302 5/12/2020 3.1.3 10,107,241 3/24/2020 3.1.2 6,818,836 2/19/2020 3.1.1 6,689,288 1/14/2020 3.1.0 8,800,905 12/3/2019 3.1.0-preview3.19554.8 45,286 11/13/2019 3.1.0-preview2.19525.5 19,400 11/1/2019 3.1.0-preview1.19506.2 566,312 10/15/2019 3.0.3 92,918 2/19/2020 3.0.2 43,753 1/14/2020 3.0.1 778,048 11/18/2019 3.0.0 6,638,059 9/23/2019 3.0.0-rc1.19456.14 35,105 9/16/2019 3.0.0-preview9.19423.6 42,866 9/4/2019 3.0.0-preview8.19405.11 59,587 8/13/2019 3.0.0-preview7.19362.6 42,925 7/23/2019 3.0.0-preview6.19304.10 121,495 6/12/2019 3.0.0-preview5.19227.1 69,438 5/6/2019 3.0.0-preview4.19216.3 11,866 4/18/2019 3.0.0-preview3.19153.1 39,194 3/6/2019 3.0.0-preview.19074.3 17,207 1/29/2019 3.0.0-preview.18572.1 17,460 12/3/2018 2.3.0 55,115 1/14/2025 2.2.6 21,447,288 7/9/2019 2.2.6 is deprecated because it is no longer maintained. 2.2.4 11,219,173 4/9/2019 2.2.4 is deprecated because it is no longer maintained. 2.2.3 3,499,233 3/11/2019 2.2.3 is deprecated because it is no longer maintained. 2.2.2 3,952,797 2/12/2019 2.2.2 is deprecated because it is no longer maintained. 2.2.1 3,989,550 1/8/2019 2.2.1 is deprecated because it is no longer maintained. 2.2.0 13,721,566 12/3/2018 2.2.0 is deprecated because it is no longer maintained. 2.2.0-preview3-35497 113,057 10/17/2018 2.2.0-preview2-35157 88,076 9/12/2018 2.2.0-preview1-35029 16,669 8/22/2018 2.1.14 2,840,095 11/18/2019 2.1.11 2,337,929 5/14/2019 2.1.8 3,027,806 2/12/2019 2.1.4 9,549,931 10/1/2018 2.1.3 3,928,784 9/11/2018 2.1.2 3,075,243 8/21/2018 2.1.1 14,469,177 6/18/2018 2.1.0 6,190,478 5/29/2018 2.1.0-rc1-final 114,096 5/6/2018 2.1.0-preview2-final 178,293 4/10/2018 2.1.0-preview1-final 230,239 2/26/2018 2.0.3 4,469,862 5/7/2018 2.0.3 is deprecated because it is no longer maintained. 2.0.2 5,520,454 3/13/2018 2.0.2 is deprecated because it is no longer maintained. 2.0.1 7,045,991 11/14/2017 2.0.1 is deprecated because it is no longer maintained. 2.0.0 8,573,880 8/11/2017 2.0.0 is deprecated because it is no longer maintained. 2.0.0-preview2-final 67,960 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained. 2.0.0-preview1-final 221,486 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained. 1.1.6 1,978,561 7/10/2018 1.1.6 is deprecated because it is no longer maintained. 1.1.5 496,997 12/12/2017 1.1.5 is deprecated because it is no longer maintained. 1.1.4 40,139 11/14/2017 1.1.4 is deprecated because it is no longer maintained. 1.1.3 96,183 9/20/2017 1.1.3 is deprecated because it is no longer maintained. 1.1.2 1,565,861 5/9/2017 1.1.2 is deprecated because it is no longer maintained. 1.1.1 919,831 3/6/2017 1.1.1 is deprecated because it is no longer maintained. 1.1.0 737,783 11/16/2016 1.1.0 is deprecated because it is no longer maintained. 1.1.0-preview1-final 20,457 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained. 1.0.6 26,868 11/14/2017 1.0.6 is deprecated because it is no longer maintained. 1.0.5 23,262 9/20/2017 1.0.5 is deprecated because it is no longer maintained. 1.0.4 35,970 5/9/2017 1.0.4 is deprecated because it is no longer maintained. 1.0.3 417,464 3/6/2017 1.0.3 is deprecated because it is no longer maintained. 1.0.2 40,975 12/12/2016 1.0.2 is deprecated because it is no longer maintained. 1.0.1 1,686,930 9/13/2016 1.0.1 is deprecated because it is no longer maintained. 1.0.0 981,960 6/27/2016 1.0.0 is deprecated because it is no longer maintained. 1.0.0-rc2-final 57,827 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained. Downloads Full stats → Total 805.1M Current version 34.1K Per day average 222.8K About Last updated 6/10/2020 Project website Source repository Apache-2.0 license Download package (175.97 KB) Open in NuGet Package Explorer Open in NuGet Trends Report package Owners Contact owners → Microsoft aspnet dotnetframework EntityFramework Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQL Server © Microsoft Corporation. All rights reserved. Contact Got questions about NuGet or the NuGet Gallery? Status Find out the service status of NuGet.org and its related services. FAQ Read the Frequently Asked Questions about NuGet and see if your question made the list. © Microsoft 2025 - About - Terms of Use - Privacy Statement - Trademarks | 2026-01-13T08:48:12 |
https://linktr.ee/products/link-tools/canva-integration | Canva Integration We’ve made some changes to our Privacy Notice and Terms and Conditions to address upcoming features and to give you more clarity on how we collect and use your information. Products Link in bio + tools Manage your social media Grow and engage your audience Monetize your following Measure your success Link in bio + tools Link in bio Customize your Linktree Link shortener Create trackable, shareable short links QR code generator Turn links into scannable QR codes Canva Background Editor Import your custom designs from Canva into your profile Linktree for every social platform Grow and engage your audience everywhere Featured Join 70M+ using Linktree as their link in bio One link to share everything you create, curate, and sell across all your socials. Manage your social media Schedule and auto-post Hands-free, hassle-free social media planning Instagram auto reply Automated replies and DMs triggered by comments AI content & caption generator Instant AI-powered post ideas and captions Hashtag generator Trending hashtag suggestions for better reach Social integration for every social platform Plan, auto post, and share across all platforms What’s New Boost sales with Instagram Auto-reply Instantly reply to comments, send traffic to your offers, and turn engagement into sales—automatically. Grow and engage your audience Collect leads with contact forms Turn visitors into subscribers Manage and activate your audience Organize, tag, and track contacts Send contacts to email tools Sync with Mailchimp, Klaviyo, Kit & more Featured Connect your email tools, activate your audience Send new contacts straight from Linktree to Mailchimp, Klaviyo, Kit and more. Monetize your following Earn with a Linktree Shop Sell products and earn commission Sell an online course Create and sell your expertise easily Host digital products Sell digital products and build your email list Earn by hosting sponsored links Share brand offers and earn for every sign-up or sale Get rewarded for growing your Linktree Earn points, level up and unlock cash bonuses Booked and paid, easily Offer sessions and earn from your expertise Featured Turn Your Linktree into a Storefront That Pays Add affiliate products, share what you love, and start earning in minutes with industry-leading commissions. Measure your success Social + link analytics Track clicks, engagement and audience insights Featured Grow engagement with analytics Make data-driven decisions for your Linktree and social media platforms with analytics that are easy to understand. Templates Marketplace Learn Resources How to use Linktree Resources Read our blog All the latest tips, tricks and growth strategies Success Stories Real people, real results on Linktree Learn with Linktree Create & sell your own online Course If you’ve got something to share, you’ve got something to sell. Easily create and share an online course that... How to use Linktree Linktree Help Centre Get answers, guides and support Learn with Linktree Create & sell your own online Course If you’ve got something to share, you’ve got something to sell. Easily create and share an online course that... Pricing Log in Sign up free Get 33% Off Pro Linktree + Canva Design in Use in Linktree. Seamlessly import your custom designs from Canva to refresh your Linktree header image and wallpaper. Connect Canva How it works Bring your vision to life in minutes. Connect Canva, create your design, and instantly apply it to your Linktree—no extra steps, no wasted time. Step 1: Connect your Canva account Log in to Canva directly from your Linktree editor. Step 2: Access your designs Instantly browse your Canva library, from past projects to the latest creations. Step 3: Customize on the spot Open any file in Canva to tweak, style, and finalize your design. Step 4: Apply to your profile Set your new creation as a wallpaper, avatar, or any other visual element in seconds. Get started for free DESIGN EDITOR Reimagine existing images with ease. Ready to take your current profile assets to the next level? Open any exiting Linktree image directly in Canva, and unleash your inner artist. Add text, explore new filters, or give it a whole new vibe. No Canva account? No problem. We'll help you get set-up so you can start transforming your profile instantly. Start creating today Make it uniquely yours Get creative freedom across your profile. From vibrant wallpapers to branded profile images, you have endless customization options to make your Linktree uniquely yours. Every update is just a few clicks away, and every design choice reflects your brand’s personality. Get started today Exclusive bundle! Enjoy Canva Pro annual access for free when you upgrade to a Linktree Premium annual plan. Unlock Canva Pro → Frequently asked questions Do I need a Canva Pro account to use this integration? No - this integration works with both free and paid Canva accounts. However, Linktree users can access a special discount on Canva Pro annual subscriptions for advanced features. Will my Canva designs automatically update in Linktree if I make changes later? If you edit your profile image or wallpaper in Canva (outside the Linktree editor), you can import the updates by opening the design in the Linktree editor and selecting “Return to Linktree” to trigger the design update. Can I use Canva to edit images I’ve already uploaded to Linktree? Absolutely. Just select any uploaded image, open it in Canva, and make edits—apply filters, add text, or adjust styling in real-time. What profile elements can I customize with Canva? You can use Canva designs for your profile image and wallpaper in your Linktree profile. Is this integration available on mobile? Yes. You can connect to Canva and edit your designs within the Linktree mobile app or mobile browser experience. For a seamless experience on your phone, we recommend also downloading the Canva mobile app. Will this slow down my Linktree editing process? Not at all! With built-in AI features and access to thousands of royalty-free images, it's never been easier to set your profile image and wallpaper in seconds. The Canva app is simply there for you when you’re ready to take your design even further. Jumpstart your corner of the internet today Oops! Something went wrong while submitting the form. Company The Linktree Blog Engineering Blog Marketplace What's New About Press Careers Link in Bio Social Good Contact Community Linktree for Enterprise 2023 Creator Report 2022 Creator Report Charities Creator Profile Directory Explore Templates Support Help Topics Getting Started Linktree Pro Features & How-Tos FAQs Report a Violation Trust & Legal Terms & Conditions Privacy Notice Cookie Notice Trust Center Cookies Preferences Transparency Report Law Enforcement Access Policy Human Rights Log in Get started for free We acknowledge the Traditional Custodians of the land on which our office stands, The Wurundjeri people of the Kulin Nation, and pay our respects to Elders past, present and emerging. Linktree Pty Ltd (ABN 68 608 721 562), 1-9 Sackville St, Collingwood VIC 3066 | 2026-01-13T08:48:12 |
https://buildwithfern.com/showcase | Customers | Fern Products SDKs Publish client libraries in popular languages. Docs API documentation tailored to your brand. Documentation Customers Pricing Careers Blog Sign in Book a demo Customers Built with Fern From startups to public companies, Fern powers your API developer experience. SDKs Docs Ask Fern SDKs customers Publish client libraries in popular languages. All SDKs Typescript Python Go Java .NET PHP Ruby Point-of-sale & payment processing platform We evaluated several SDK generators and Fern stood out for its clean, language-native, and thoughtfully architected code. The Fern team partnered with us every step of the way including OpenAPI improvements, alpha releases and launch announcements. John Fellman Head of Engineering, Developer Platform IoT platform for fleet and operations management Identity and access management platform Voice generation and parsing AI platform Docs site Docs site No-code website builder with CMS management Docs site Docs site Feature flag management platform Docs site The Fern team helped us offer a top-tier developer experience. They embedded with our docs team, migrated over 700+ pages of content, and created an intuitive information architecture across API reference, guides and SDK reference. Matt Makai VP of Developer Experience Docs site Enterprise LLM platform Docs site Partnering with Fern, we went from 1 SDK → 4 SDKs and are set up to offer whatever language developers ask for next. Fern also generates our documentation website that perfectly matches Cohere's unique brand identity. Billy Trend Developer Relations Engineer Docs site Neural search-as-a-service for enterprises Vector database for AI applications API for healthcare payments & insurance Docs site Fern is a mission-critical part of Candid's API. Keeping our docs, SDKs, and server implementation in sync was a nightmare. Fern enabled us to adopt API-first development — our engineers update the spec, run fern generate, and everything stays perfectly aligned. Steve Yazicioglu Head of Engineering Docs site APIs for speech-to-text and speech understanding models Docs site Docs site Unified API for customer-facing integrations with LLM applications We used an alternative SDK generator, OpenAPI Generator, for years, and customers constantly complained. Since adopting Fern, customers have migrated rapidly to our new SDKs and have been blown away by the quality. Gil Feig CTO Voice AI infrastructure for developers Docs site Docs site Data import & onboarding platform Docs site Docs site Payments infrastructure and monetization platform for software companies Docs site Fern is absolutely elite. Fern made it easy for us to single-source our developer resources — from code examples in the docs to our Postman Collection and SDKs. Migrating to Fern was the the smoothest migration I've ever experienced, and we were live in under a month. Casey Smith Lead Technical Writer Docs site Point-of-sale & payment processing platform We evaluated several SDK generators and Fern stood out for its clean, language-native, and thoughtfully architected code. The Fern team partnered with us every step of the way including OpenAPI improvements, alpha releases and launch announcements. John Fellman Head of Engineering, Developer Platform IoT platform for fleet and operations management Identity and access management platform Voice generation and parsing AI platform Docs site Docs site No-code website builder with CMS management Docs site Docs site Enterprise LLM platform Docs site Partnering with Fern, we went from 1 SDK → 4 SDKs and are set up to offer whatever language developers ask for next. Fern also generates our documentation website that perfectly matches Cohere's unique brand identity. Billy Trend Developer Relations Engineer Docs site Neural search-as-a-service for enterprises API for healthcare payments & insurance Docs site Fern is a mission-critical part of Candid's API. Keeping our docs, SDKs, and server implementation in sync was a nightmare. Fern enabled us to adopt API-first development — our engineers update the spec, run fern generate, and everything stays perfectly aligned. Steve Yazicioglu Head of Engineering Docs site Unified API for customer-facing integrations with LLM applications We used an alternative SDK generator, OpenAPI Generator, for years, and customers constantly complained. Since adopting Fern, customers have migrated rapidly to our new SDKs and have been blown away by the quality. Gil Feig CTO Voice AI infrastructure for developers Docs site Docs site Data import & onboarding platform Docs site Docs site Payments infrastructure and monetization platform for software companies Docs site Fern is absolutely elite. Fern made it easy for us to single-source our developer resources — from code examples in the docs to our Postman Collection and SDKs. Migrating to Fern was the the smoothest migration I've ever experienced, and we were live in under a month. Casey Smith Lead Technical Writer Docs site Point-of-sale & payment processing platform We evaluated several SDK generators and Fern stood out for its clean, language-native, and thoughtfully architected code. The Fern team partnered with us every step of the way including OpenAPI improvements, alpha releases and launch announcements. John Fellman Head of Engineering, Developer Platform IoT platform for fleet and operations management Voice generation and parsing AI platform Docs site Docs site No-code website builder with CMS management Docs site Docs site Enterprise LLM platform Docs site Partnering with Fern, we went from 1 SDK → 4 SDKs and are set up to offer whatever language developers ask for next. Fern also generates our documentation website that perfectly matches Cohere's unique brand identity. Billy Trend Developer Relations Engineer Docs site Neural search-as-a-service for enterprises API for healthcare payments & insurance Docs site Fern is a mission-critical part of Candid's API. Keeping our docs, SDKs, and server implementation in sync was a nightmare. Fern enabled us to adopt API-first development — our engineers update the spec, run fern generate, and everything stays perfectly aligned. Steve Yazicioglu Head of Engineering Docs site Unified API for customer-facing integrations with LLM applications We used an alternative SDK generator, OpenAPI Generator, for years, and customers constantly complained. Since adopting Fern, customers have migrated rapidly to our new SDKs and have been blown away by the quality. Gil Feig CTO Voice AI infrastructure for developers Docs site Docs site Data import & onboarding platform Docs site Docs site Point-of-sale & payment processing platform We evaluated several SDK generators and Fern stood out for its clean, language-native, and thoughtfully architected code. The Fern team partnered with us every step of the way including OpenAPI improvements, alpha releases and launch announcements. John Fellman Head of Engineering, Developer Platform Feature flag management platform Docs site The Fern team helped us offer a top-tier developer experience. They embedded with our docs team, migrated over 700+ pages of content, and created an intuitive information architecture across API reference, guides and SDK reference. Matt Makai VP of Developer Experience Docs site Enterprise LLM platform Docs site Partnering with Fern, we went from 1 SDK → 4 SDKs and are set up to offer whatever language developers ask for next. Fern also generates our documentation website that perfectly matches Cohere's unique brand identity. Billy Trend Developer Relations Engineer Docs site Unified API for customer-facing integrations with LLM applications We used an alternative SDK generator, OpenAPI Generator, for years, and customers constantly complained. Since adopting Fern, customers have migrated rapidly to our new SDKs and have been blown away by the quality. Gil Feig CTO Voice AI infrastructure for developers Docs site Docs site Data import & onboarding platform Docs site Docs site Point-of-sale & payment processing platform We evaluated several SDK generators and Fern stood out for its clean, language-native, and thoughtfully architected code. The Fern team partnered with us every step of the way including OpenAPI improvements, alpha releases and launch announcements. John Fellman Head of Engineering, Developer Platform Feature flag management platform Docs site The Fern team helped us offer a top-tier developer experience. They embedded with our docs team, migrated over 700+ pages of content, and created an intuitive information architecture across API reference, guides and SDK reference. Matt Makai VP of Developer Experience Docs site Enterprise LLM platform Docs site Partnering with Fern, we went from 1 SDK → 4 SDKs and are set up to offer whatever language developers ask for next. Fern also generates our documentation website that perfectly matches Cohere's unique brand identity. Billy Trend Developer Relations Engineer Docs site APIs for speech-to-text and speech understanding models Docs site Docs site Unified API for customer-facing integrations with LLM applications We used an alternative SDK generator, OpenAPI Generator, for years, and customers constantly complained. Since adopting Fern, customers have migrated rapidly to our new SDKs and have been blown away by the quality. Gil Feig CTO Voice AI infrastructure for developers Docs site Docs site Point-of-sale & payment processing platform We evaluated several SDK generators and Fern stood out for its clean, language-native, and thoughtfully architected code. The Fern team partnered with us every step of the way including OpenAPI improvements, alpha releases and launch announcements. John Fellman Head of Engineering, Developer Platform IoT platform for fleet and operations management Vector database for AI applications APIs for speech-to-text and speech understanding models Docs site Docs site Voice AI infrastructure for developers Docs site Docs site Data import & onboarding platform Docs site Docs site Point-of-sale & payment processing platform We evaluated several SDK generators and Fern stood out for its clean, language-native, and thoughtfully architected code. The Fern team partnered with us every step of the way including OpenAPI improvements, alpha releases and launch announcements. John Fellman Head of Engineering, Developer Platform API for healthcare payments & insurance Docs site Fern is a mission-critical part of Candid's API. Keeping our docs, SDKs, and server implementation in sync was a nightmare. Fern enabled us to adopt API-first development — our engineers update the spec, run fern generate, and everything stays perfectly aligned. Steve Yazicioglu Head of Engineering Docs site Point-of-sale & payment processing platform We evaluated several SDK generators and Fern stood out for its clean, language-native, and thoughtfully architected code. The Fern team partnered with us every step of the way including OpenAPI improvements, alpha releases and launch announcements. John Fellman Head of Engineering, Developer Platform API for healthcare payments & insurance Docs site Fern is a mission-critical part of Candid's API. Keeping our docs, SDKs, and server implementation in sync was a nightmare. Fern enabled us to adopt API-first development — our engineers update the spec, run fern generate, and everything stays perfectly aligned. Steve Yazicioglu Head of Engineering Docs site APIs for speech-to-text and speech understanding models Docs site Docs site Voice AI infrastructure for developers Docs site Docs site Docs customers Developer documentation tailored to your brand. All Docs Features Custom Landing Page Product Switcher Versioning RBAC Auth Custom React Components Blockchain development platform for Web3 teams Docs site Docs site Voice generation and parsing AI platform Docs site Docs site No-code website builder with CMS management Docs site <img loading="lazy" src="https://cdn.prod.website-files.com/ | 2026-01-13T08:48:12 |
https://gg.forem.com/new/gamedev | New Post - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Join the Gamers Forem Gamers Forem is a community of 3,676,891 amazing gamers Continue with Apple Continue with Google Continue with Facebook Continue with Forem Continue with GitHub Continue with Twitter (X) OR Email Password Remember me Forgot password? By signing in, you are agreeing to our privacy policy , terms of use and code of conduct . New to Gamers Forem? Create account . 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account | 2026-01-13T08:48:12 |
https://linktr.ee/s/creator/linktree-for-instagram | The #1 Link In Bio Tool For Instagram | Linktree The #1 Link In Bio Tool For Instagram | Linktree - Linktree We’ve made some changes to our Privacy Notice and Terms and Conditions to address upcoming features and to give you more clarity on how we collect and use your information. Products Link in bio + tools Manage your social media Grow and engage your audience Monetize your following Measure your success Link in bio + tools Link in bio Customize your Linktree Link shortener Create trackable, shareable short links QR code generator Turn links into scannable QR codes Canva Background Editor Import your custom designs from Canva into your profile Linktree for every social platform Grow and engage your audience everywhere Featured Join 70M+ using Linktree as their link in bio One link to share everything you create, curate, and sell across all your socials. Manage your social media Schedule and auto-post Hands-free, hassle-free social media planning Instagram auto reply Automated replies and DMs triggered by comments AI content & caption generator Instant AI-powered post ideas and captions Hashtag generator Trending hashtag suggestions for better reach Social integration for every social platform Plan, auto post, and share across all platforms What’s New Boost sales with Instagram Auto-reply Instantly reply to comments, send traffic to your offers, and turn engagement into sales—automatically. Grow and engage your audience Collect leads with contact forms Turn visitors into subscribers Manage and activate your audience Organize, tag, and track contacts Send contacts to email tools Sync with Mailchimp, Klaviyo, Kit & more Featured Connect your email tools, activate your audience Send new contacts straight from Linktree to Mailchimp, Klaviyo, Kit and more. Monetize your following Earn with a Linktree Shop Sell products and earn commission Sell an online course Create and sell your expertise easily Host digital products Sell digital products and build your email list Earn by hosting sponsored links Share brand offers and earn for every sign-up or sale Get rewarded for growing your Linktree Earn points, level up and unlock cash bonuses Booked and paid, easily Offer sessions and earn from your expertise Featured Turn Your Linktree into a Storefront That Pays Add affiliate products, share what you love, and start earning in minutes with industry-leading commissions. Measure your success Social + link analytics Track clicks, engagement and audience insights Featured Grow engagement with analytics Make data-driven decisions for your Linktree and social media platforms with analytics that are easy to understand. Templates Marketplace Learn Resources How to use Linktree Resources Read our blog All the latest tips, tricks and growth strategies Success Stories Real people, real results on Linktree Learn with Linktree Create & sell your own online Course If you’ve got something to share, you’ve got something to sell. Easily create and share an online course that... How to use Linktree Linktree Help Centre Get answers, guides and support Learn with Linktree Create & sell your own online Course If you’ve got something to share, you’ve got something to sell. Easily create and share an online course that... Pricing Log in Sign up free Get 33% Off Pro The best link in bio tool for Instagram Join the 70M+ creators, musicians, influencers and brands using Linktree to share content and grow audiences with one simple link. Sign up for free Get more with Linktree Help your followers discover, enjoy and support everything you have to offer when you add Linktree’s ‘Link In Bio’ to your Instagram today. Sign up for free now More clicks Get more clicks on your content—from blog posts to socials and everything in between. Free Premium Pro Starter More engagement Let your followers enjoy all content and important links from one easy spot with just a few clicks. Free Premium Pro Starter More money Sell your products, take service payments and add a “Tip Jar” to earn money with your content. Free Premium Pro Starter More data, more growth Track your clicks, measure click-through rates and analyze conversions to make data-driven decisions that increase engagement and sales. Sign up for free now Getting started is easy Create and customize your free (forever) Linktree Add your personalized Linktree URL to your bio and give your followers easy access to all your content past, present and future. Update your bio link on Instagram Add your personalized Linktree URL to your bio and give your followers easy access to all your content past, present and future. Get more from your Instagram Start seeing the power of Linktree as your followers connect with all of your content and support everything you have to offer. Minimal time, no cost Creating your Linktree—think of it as a one-page miniwebsite—takes seconds and costs nothing. 🎨 Choose your own theme & design. 🔗 Add your (unlimited) links. 📸 Insert your Linktree link In your Instagram bio. 🤑 Start sharing and start getting paid! Sign up for free now Good company Sign up for the same link in bio tool that 50M+ of your favorite creators, musicians, influencers and brands use to keep growing. Sign up for free now Performance insights See razor-sharp analytics on an intuitive dashboard to easily identify what your followers love the most. Sign up for free now Fast, easy payments Connect your store to get paid directly on your Instagram via your Linktree. No tech set up or complicated systems needed! Sign up for free now How to start getting more out of your
Instagram with Linktree Create your Linktree and connect it to your Instagram bio in minutes. Add your Linktree to your Instagram bio once—no need to update it ever again. Start growing your followers across all your other social media profiles. Sell products & monetize content with Commerce Links & partner integrations Got questions? What is a Linktree? Linktree is a single link that you can use to reveal everything you’re sharing, everywhere you’re sharing it – all in one place. You can add this personalized URL to your bio on any social media platform, in your email signatures, on business cards, and anywhere your followers, visitors and customers might discover or interact with you. “Linktree solves the most obvious problem a majority of creators have had by allowing them to promote ALL of their platforms, products, services, etc in the same link.” – @rileydoingthings What is Linktree used for on Instagram? Linktree is a platform that enables you to share more than one link from your IG bio. People use it on social media, email signatures, video descriptions, show notes, live streams, webinars and even offline, using QR codes to connect people to your online identity. “It’s a wonderful way to direct traffic to what matters.” – Grem Can I use my Linktree just on IG or also on my other social media platforms? Absolutely! You can use your Linktree bio link on your TikTok profile, Facebook page, YouTube channel, Twitter, etc. There is no limit on how many times you can share your unique link. You can use your link in bio link everywhere you want to connect and engage with your fans and followers. Why do I need a Linktree? Linktree is a single link that you can use to connect audiences to everything you are, everything you do, and everything you care about. It enables you to share many links in one, so your followers, visitors and customers can find everything they’re looking for in one place. You can add it to your bio link on social media platforms like Tiktok and Instagram, include it in your email signatures, and even display it as a QR code to get your offline audiences connected with you online. Linktree is for everyone – that’s why 50M+ creators already swear by it! Is Linktree safe to use on all of my social media profiles? Linktree is trusted by all social platforms, and is even used on many of Facebook, Instagram and TikTok’s own social media accounts! Because Linktree is the original and most popular link-in-bio tool, the linktr.ee URL is a trusted, identifiable and familiar link that audiences feel comfy and safe clicking on. Can you get paid and sell things from a Linktree? Yes, you can! We offer plenty of ways to sell products and monetize your audience. You can collect revenue from affiliate links, and sell your products right in your Linktree. Monetisation features are only available for selected countries, see this Help Article for more. A lot of Linktree creators see incredible results with online sales on Linktree, because it removes the extra steps involved in a purchase. “We love how Linktree has helped us manage our business by having all social media and ways to pay in one location. The QR code has made it easy for customers to access it all!” – Tiffany Do I need a website to use Linktree? No, you don’t! Linktree can act as your very own mini-website to share, sell and grow without any of the time and effort it takes to build and maintain a regular website. You can create a design that fully reflects your personality and brand in seconds, with no knowledge, skills or experience needed. If you already have a website, that’s great: you can add it to your Linktree. “I hardly touch my website any more. I just send people to my Linktree! It’s a good-looking, fresh interface… so much more dynamic. I can take a few minutes, update my links and put my phone away rather than spending 45 struggling on WordPress.” – @ashleyhopeperez What makes Linktree better than the other link in bio options? We have our own opinions here, of course, but the stories of the people who use Linktree matter more. Let’s hear what they have to say: “Four months into creating, someone messaged me like: You need a Linktree. I can’t remember what I was using at the time, but it was one of those ones that were supposed to be easy. Once I got Linktree set up, I was like, oh my god – why did I spend $100 on a website? I don’t need all of that! Now, I can see the monetization of my following becoming a full-time thing.” – David Coleman It’s so much easier to set up and have all of your links in one place in a well designed format.” – Catie T ”Websites are cool (I have one) but Linktrees just make it so much easier.” – Tan Nguyen “I love their analytics. Other link-in-bio companies don’t provide extensive data on what’s going on.” – Riley Lemon Linktree invented the bio link tool in 2016, and it continues to be the world’s most popular bio link to this day – with 50M+ people using it as their trusted place to share, sell and grow online. Join them on Linktree today and see for yourself! Jumpstart your corner of the internet today Oops! Something went wrong while submitting the form. Company The Linktree Blog Engineering Blog Marketplace What's New About Press Careers Link in Bio Social Good Contact Community Linktree for Enterprise 2023 Creator Report 2022 Creator Report Charities Creator Profile Directory Explore Templates Support Help Topics Getting Started Linktree Pro Features & How-Tos FAQs Report a Violation Trust & Legal Terms & Conditions Privacy Notice Cookie Notice Trust Center Cookies Preferences Transparency Report Law Enforcement Access Policy Human Rights Log in Get started for free We acknowledge the Traditional Custodians of the land on which our office stands, The Wurundjeri people of the Kulin Nation, and pay our respects to Elders past, present and emerging. Linktree Pty Ltd (ABN 68 608 721 562), 1-9 Sackville St, Collingwood VIC 3066 | 2026-01-13T08:48:12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.