There was an incident in gitlab when they accidentally deleted their database and when they recovered it they lost some recent data. This can happen due to human error. This is not new and you are always open to vulnerability if you are hosting your codebase on third party. If they get hacked your codebase
Tag: git
How to host your static site with github.io subdomain
You may have seen many sites which have github.io as a domain name. In this article we are going to discuss how to host your static site with github.io subdomain. You can also host your site with your_subdomain.github.io. Its just that your sub domain that is your_subdomain should be unique. How to setup github pages
Software Development tools: Tools for designing, development and management.
[sgmb id=3] When we talk about a software development, it contains the events that start from idea to model designing to first user registration and further improvements. In this article we are gonna talk about the tools that you will need at different stage of software development. Sketch: This is one of the most awesome
Top Tools that every beginner web developers should know about and should get use to.
Google SearchYes Google search is the ultimate tool according to me for the beginner web developers. These are the guys who are new to the technology and are unaware of the syntaxes, small mistakes that they do, small flows that they sometimes not follow. If they are stuck anywhere what is the first thing they
Git, best practices and mistakes.
Here we are going to talk about the best practices that you should follow and avoid the mistakes at all cost while using git. These are all the points learned during the experience of various project and mistakes. So lets start. Daily push your code before leaving and pull the code before start working. Why
Git and how to use it.
It was around 3 years back, I was with one of my seniors , I asked him what is github? The answer was it is a website and don’t you mix it with git. Then obvious next question was then what is git. His answer “Git is used for version control” And that is the statement