Tag: control systems

Git for Beginners

It is a general tendency of human beings to resist change. Unless Git was around when you started with version control systems, chances are that you are comfortable with Subversion. Often, people say that Git is too complex for beginners. Yet, I beg to differ! In this tutorial, I will explain how to use Git for your personal projects. We will assume you are creating a project from scratch and want to manage it with Git. After going through the basic commands, we will have a look at how you could put your code in the cloud using GitHub. We will talk about the basics of Git here – how to initialize your projects, how to manage new and existing files, and how to store your code …

Original Article Can Be Found Here:

Git for Beginners

Database Versioning with DBV

It’s good practice to always use a version control system in any of your projects. Be it a side-project in which you are the only developer, or a team project where five or more people are working on it together. But the idea of putting your database into version control isn’t really that widespread. Often times we take the database for granted. But like the source files in our project, the database is constantly changing too. That’s why we also need a way to track the changes that we have made and easily share it to other members of our team. In this article we will take a look at DBV, a database version control system written in PHP for MySQL databases so …

Read Original Article Here:

Database Versioning with DBV

© 2024 Paul Parisi

Theme by Anders NorénUp ↑