PowerShell version numbers should not be arbitrary, and Brien Posey explains how semantic versioning helps separate bug fixes, feature updates, and breaking changes.
See how semantic versioning applies here: https://ow.ly/wSqy50Ytp7x
#PowerShell #VersionControl #Automation
AI Code Disconnect: Measuring What is Generated vs What Survives
Generating code with AI is no longer the bottleneck. This article explores the massive data disconnect between IDE telemetry, which overestimates AI's impact, and Version Control Systems,…
Telegram AI Digest
#ai #news #versioncontrol
I was asked by @sippsack.bsky.social to fill in a gap in the @javaland.bsky.social schedule with a talk on #VersionControl and possible #Git alternatives. And I had a lot of fun doing it! To relive some of the fun, you can find the slide deck here: hanno.codes/slides/will-...
In today's Tech Jargon 101, we take a look at Git, the indispensable version control tool that's the underpinning of most modern software development, allowing developers to manage their code and collaborate with other developers.
#TechJargon101 #softwaredevelopment #versioncontrol #git
#Development #Techniques
Git is the new code · Git commands to check AI-written code ilo.im/16b3l4 by Neciu Dan
_____
#Programming #Coding #Debugging #CodeReview #Git #VersionControl #AI #WebDev #Frontend #Backend
If #VisualStudio doesn’t get fucky with #VersionControl it’s not really a proper monday… #microslop #VisualStupido
I wrote this detailed overview of what the layer model is in `cake` and what its advantages are. (Forgot the hashtags before)
cakevcs.substack.com/p/what-is-to...
#VersionControl #OpenSource #DevTools #BuildInPublic #ExperimentalSoftware #Bitbucket #Git
Linux DevOps eBook Bundle by Bobby Iliev is the featured bundle on Leanpub!
Link: leanpub.com/b/linux-devo...
#Databases #Mysql #Postgresql #ComputerProgramming #Devops #CloudComputing #Git #VersionControl #ComputerSecurity #ProgrammingCookbooks #SoftwareEngineering #Terraform
No Matter The Situation Never Forget To Push The Code
No Matter The Situation Never Forget To Push The Code
#git #devops #programming #versioncontrol #Commit
programmerhumor.io/git-memes/no-matter-the-...
terminal output that is depicting a really silly mistake that is often made where changes to your code will result in a misformating and while many times it is innocent and not a big deal, here you can see the way I wanted to laziliy add a new file to my git ignore file ended up in a misformated .gitignore file that would have exposed the master key of my app to the whole world. However the practice of running "git status" before adding anything to your commit will save you from making this mistake.
Good git practices will often save you from making really stupid mistakes like pushing your master key to version control #indiedev #webdev #versioncontrol #gamedev
I did a very crude POC of this approach and the design pattern is very promising. It could solve entire classes of issues in both merge & rewind as well as CI/CD operations.
#VersionControl #OpenSource #DevTools #BuildInPublic #ExperimentalSoftware #Bitbucket #Git
github.com/StrangeSpace...
Practice makes us perfect.
Today I revised and practiced some Git concepts with the help of Claude AI.
#DevOps #Git #LearnByDoing #VersionControl
Game of Trees 0.123 released www.undeadly.org/cgi?action=a... #openbsd #gameoftrees #got #git #gothub #development #programming #versioncontrol #sourcecontrol
Game of Trees 0.123 released www.undeadly.org/cgi #openbsd #gameoftrees #got #git #gothub #development #programming #versioncontrol #sourcecontrol
With #Godot 4.6 you can create proper Patch PCKs for your applications. This feature also opens doors for Versions, DLCs and even Modding possibilities
New tutorial out now:
www.youtube.com/watch?v=owfc...
#GodotEngine #Godot4 #Godot46 #GameDev #IndieGameDev #Modding #VersionControl
#Development #Releases
Git 2.53 just dropped · “It’s still evolving exactly where it needs to.” ilo.im/16aou4 by Rakia Ben Sassi
_____
#Git #VersionControl #Scalability #Rust #DevOps #WebDevs #Frontend #Backend
Do you know why and when you should use git stash?
It lets you temporarily save unfinished work so you can switch tasks without committing messy code.
#git #gitstash #dev #versioncontrol #coding
Game of Trees 0.122 released www.undeadly.org/cgi?action=a... #openbsd #got #git #gameoftrees #versioncontrol #development #freesoftware #libresoftware
Game of Trees 0.122 released www.undeadly.org/cgi #openbsd #got #git #gameoftrees #versioncontrol #development #freesoftware #libresoftware
The "finger and toe rule"
Linus once joked that he can count version numbers on his fingers and toes, so:
He’s comfortable counting up to 20 (10 fingers + 10 toes)
6.19 -> 7.0
#VersionControl #SoftwareDevelopment #SemanticVersioning #CodingHumor #TechJokes #Versioning #DevLife
Ugliest Git History Ever
Ugliest Git History Ever
#git #versioncontrol #Forcepush #Juniordeveloper #Githistory
programmerhumor.io/git-memes/ugliest-git-hi...
為你自己學 Git: 人生不能重來,但 Git 可以 v1.1 leanpub.com/learn-git by 高見龍 is the featured book on the Leanpub homepage! leanpub.com #Git #VersionControl
Find it on Leanpub!
Game of Trees 0.121 released www.undeadly.org/cgi?action=a... #openbsd #gameoftrees #got #git #development #sourcecontrol #versioncontrol #freesoftware #libresoftware
Game of Trees 0.121 released www.undeadly.org/cgi #openbsd #gameoftrees #got #git #development #sourcecontrol #versioncontrol #freesoftware #libresoftware
The Importance of Version Control for Developers"
"Version control is vital for managing code. Learn why mastering Git and GitHub is crucial for modern developers. #VersionControl #Git #DeveloperTools"
www.alldevblogs.com/articles/web...
🎥 Recording now available!
The Git & GitHub: Practical Version Control for Data Work session with R-Ladies Rome is now on YouTube.
📺 Watch the recording: youtu.be/Sa8NPcaNYLo
📄 Materials: tinyurl.com/bdczzcf6
#Git #GitHub #VersionControl #ReproducibleResearch #DataScience #RLadiesRome
Channel9 How can I get started with File Explorer and version control?: What if your Git status lived right next to your files? Kayla Cinnamon gives a quick look at how File Explorer and version control are starting to blur together, and why it might change how… #FileExplorer #VersionControl #Git
I just published Git Workflow for Android Developers: Essential Interview Questions & Expert Answers medium.com/p/git-workfl...
#Android #Kotlin #GitWorkflow #AndroidDevelopment #TechnicalInterview #VersionControl #Gradle #MobileDevelopment #CICD #PlayStore #AndroidStudio #InterviewPrep
Jujutsu stands out by treating conflicts as first-class objects. This innovative approach simplifies complex merge scenarios and significantly improves the overall conflict resolution workflow. #VersionControl 6/6
I just published Git Workflow for iOS Developers: Must-Know Interview Questions & Expert Answers medium.com/p/git-workfl...
#iOS #Swift #GitWorkflow #iOSDevelopment #TechnicalInterview #VersionControl #Xcode #MobileDevelopment #CocoaPods #SwiftPackageManager #AppStore #CICD #InterviewPrep