Git cheat sheet

Git Cheat Sheet

Git is a distributed version control system used in software development for efficient team collaboration, tracking code changes, and managing project history. It enables developers to work on different features simultaneously and facilitates easy merging of contributions.

Best practice for writing readable code

coding best practice

Clean and maintainable code is one of the fundamentals of development. Code readability also helps in team development.

Link Gitlab and Microsoft Teams using connectors

Microsoft Teams

In application development, often multiple developers or a whole team is involved. And when multiple individuals are working on a same project, there are chances of miscommunication and code conflict. We often need to check and track on who’s checking on which part of code and what changes are being made. In my company, we […]