© 2022 Hashnode
#versioning
Here is a short information abour git
What is Version Control?? generally, a large application is divided into many modules and to develop any large application there are many developers working at a time. So, version control has a crit…
What is Git ? Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency Git is available for all the p…
If you have landed here chances are you already know about the node and want to figure out how you can use different versions across your projects. If you don't know what is node, you can checkout ano…
The Intro Welcome! If you are a software developer you might have encountered similar feats to what I am about to describe. Maybe you wondered if you really found the best solution. I will put code (S…
Hey Reader !!! In this post, let's have some knowledge on the features got introduced in java versions from 8 to 18 Java 8 Lambda expression Stream API Functional interface Default and static metho…
Remember the times of floppy discs? For those under 30, they looked like this, and back in the earlier ages of the internet, they were the way people used to store information. So, how did developers…
A Major release is represented by the first number in a version A Minor release is represented by the second in a version A Patch release is represented by the third in a version Major release vers…
Probably everyone whom are working with Angular, has already encountered with Angular upgrade issues. As Angular ships major versions in every 6 months, minor and patch versions frequently, there is a…
I didn't know this was a thing. Well, I take that back. I knew about versioning and releases, i.e., 1.0.2. But until I tried to slap a version on my own web app on Github, I didn't realize there was a…