Logo AlokChoudhary.com

Blog

My writings, opinions, and random thoughts.

StarUML is Star one more time

StarUML is Star one more time

I have been looking around for tool for UML diagramming for very long time. I never found any good tool. StarUML on windows platform really raise my expectation. I used it to de...

By Alok Choudhary · Austin, TX, USA Read article
How to tag a release on command line

How to tag a release on command line

git remote (displays the name of your remote, for example YourRemote) git tag a 0.1.0 m 'tagging Version 0.1.0' (creates tag 0.1.0 from current branch) git push origin tags (pus...

By Alok Choudhary · Austin, TX, USA Read article
Steps to publish to cocoapods

Steps to publish to cocoapods

edit podspec push branch to remote on terminal : add same tag as podspec git remote git tag a 0.1.1 m"tag 0.1.1 added" git push origin tags on terminal now push push pod to trun...

By Alok Choudhary · Austin, TX, USA Read article

Made with ❤️ in Austin.

Copyright © 2026