Zolzaya Luvsandorj

AI

GitHub: Pull Request Template

Photo by Luca Bravo on Unsplash Mastering Git Help code developers write better pull request descriptions Zolzaya Luvsandorj · Follow Published in Towards Data Science · 5 min read · Just now — Pull requests (PRs) allow developers to submit code changes for review before integrating them into a target branch. When a code developer creates a pull request, a blank markdown field opens up. This can sometimes leave developers unsure of what details to

Read More »
AI

Meet Git Stash: Your Secret Chest of Unfinished Code

Photo by Stefan Steinbauer on Unsplash Mastering Git A powerful Git feature for temporarily saving code in progress Zolzaya Luvsandorj · Follow Published in Towards Data Science · 6 min read · 22 hours ago — Imagine discovering a critical bug that needs an immediate fix while you are working halfway through a code change. Your attempt to switch branch fails because of uncommitted changes in your current feature branch. These changes aren’t ready for

Read More »
AI

Introduction to Mermaid graphs in Markdown

Photo by Wexor Tmg on Unsplash Enrich your GitHub documentation Create visualisations from simple code Zolzaya Luvsandorj · Follow Published in Towards Data Science · 10 min read · 3 hours ago — Mermaid is a simple yet versatile JavaScript-based diagramming and charting tool that allows users to create wide range of charts simply from code within Markdown. As its syntax is automatically rendered to charts and seamlessly integrates in…

Read More »