GitHub - korfuri/awesome-monorepo: A curated list of awesome Monorepo tools, software and architectures.
https://github.com/korfuri/awesome-monorepo
https://github.com/korfuri/awesome-monorepo
GitHub
GitHub - korfuri/awesome-monorepo: A curated list of awesome Monorepo tools, software and architectures.
A curated list of awesome Monorepo tools, software and architectures. - korfuri/awesome-monorepo
Convex | The fullstack TypeScript development platform
https://www.convex.dev/
https://www.convex.dev/
Convex
All gas, no breakages. Convex is the reactive backend platform that keeps up with you and your agents.
Koyeb: Push code to production, everywhere, in minutes
https://www.koyeb.com/
https://www.koyeb.com/
Koyeb
Koyeb: High-performance Infrastructure for APIs, Inference, and Databases
Deploy intensive applications across GPUs, CPUs, and Accelerators in minutes - scale in 50+ locations.
IncludeOS - Run your application with zero overhead | IncludeOS
http://www.includeos.org/
http://www.includeos.org/
IncludeOS
IncludeOS - Run your application with zero overhead
IncludeOS allows you to run your application in the cloud without an operating system. IncludeOS adds operating system functionality to your application allowing you to create performant, secure and resource efficient virtual machines.
GitHub - cloudius-systems/osv: OSv, a new operating system for the cloud.
https://github.com/cloudius-systems/osv
https://github.com/cloudius-systems/osv
GitHub
GitHub - cloudius-systems/osv: OSv, a new operating system for the cloud.
OSv, a new operating system for the cloud. Contribute to cloudius-systems/osv development by creating an account on GitHub.
The state of Go | The GoLand Blog
https://blog.jetbrains.com/go/2021/02/03/the-state-of-go/
https://blog.jetbrains.com/go/2021/02/03/the-state-of-go/
The JetBrains Blog
The state of Go | The GoLand Blog
The Go language is high up on the list of popular programming languages used today. We already know that its enthusiastic, fun, and welcoming community of users like it for its speed and effectiveness
Go Developer Survey 2023 H2 Results - The Go Programming Language
https://go.dev/blog/survey2023-h2-results
https://go.dev/blog/survey2023-h2-results
go.dev
Go Developer Survey 2023 H2 Results - The Go Programming Language
What we learned from our 2023 H2 developer survey
GitHub - simple-icons/simple-icons: SVG icons for popular brands
https://github.com/simple-icons/simple-icons
https://github.com/simple-icons/simple-icons
GitHub
GitHub - simple-icons/simple-icons: SVG icons for popular brands
SVG icons for popular brands. Contribute to simple-icons/simple-icons development by creating an account on GitHub.
Mastering Git Workflow: Best Practices for Parallel Feature Development and Conflict Resolution | by Anish Bilas Panta | Medium
https://medium.com/@pantaanish/mastering-git-workflow-best-practices-for-parallel-feature-development-and-conflict-resolution-b1d61601795b
https://medium.com/@pantaanish/mastering-git-workflow-best-practices-for-parallel-feature-development-and-conflict-resolution-b1d61601795b
Medium
Mastering Git Workflow: Best Practices for Parallel Feature Development and Conflict Resolution
Best Practices and Tips for Effective Git Workflow
Git Branch Naming Conventions - Scaler Topics
https://www.scaler.com/topics/git/git-branch-naming-conventions/
https://www.scaler.com/topics/git/git-branch-naming-conventions/
Scaler Topics
Git Branch Naming Conventions - Scaler Topics
This article on Scaler Topics covers Git Branch Naming Convention in detail along with in-depth examples and explanations. Read to know more.
👍2
A Git workflow for code experiments | by Steve Brudz | Def Method | Medium
https://medium.com/defmethod-works/quick-tip-git-workflow-for-code-experiments-82af10b1c5c4
https://medium.com/defmethod-works/quick-tip-git-workflow-for-code-experiments-82af10b1c5c4
Medium
A Git workflow for code experiments
Have you ever been developing a feature and hit a fork in the road where there are multiple ways to build it and you’re not sure which one…
android - Git experimental branch or separate experimental repository? - Stack Overflow
https://stackoverflow.com/questions/9512960/git-experimental-branch-or-separate-experimental-repository
https://stackoverflow.com/questions/9512960/git-experimental-branch-or-separate-experimental-repository
Stack Overflow
Git experimental branch or separate experimental repository?
I'm developing an Android application and have been using Git throughout the entire development cycle. I've now come to a point where I would like to build and release experimental features for peo...
git - Combining Multiple Commits Into One Prior To Push - Stack Overflow
https://stackoverflow.com/questions/5721566/combining-multiple-commits-into-one-prior-to-push
https://stackoverflow.com/questions/5721566/combining-multiple-commits-into-one-prior-to-push
Stack Overflow
Combining Multiple Commits Into One Prior To Push
This question pertains not only to how to accomplish this task, but to whether doing so is good or bad practice with Git.
Consider that locally I do most work on the main branch, but I have created a
Consider that locally I do most work on the main branch, but I have created a
👍1
Git Squash Commits – Squashing the Last N Commits into One Commit
https://www.freecodecamp.org/news/git-squash-commits/
https://www.freecodecamp.org/news/git-squash-commits/
freeCodeCamp.org
Git Squash Commits – Squashing the Last N Commits into One Commit
If you are working on a project and trying to implement a new feature, you might commit your code a few times to test things out. This lets you see how the code works or looks. While doing this, things might get messy because you now have several co...