This morning, I started to learn rust language. So, I need some kind of language server for my editor. The thing that I did to achieve this is by using Rust Analyzer. Integrating this is pretty simple, I just need to download the binary file, change the mode to execute and update my lsp configuration.… Continue reading Install Rust Language Server
Easier Way to Update a Feature Branch
Last time I created a post to update a feature branch from develop. It was all good until I realize that there is an easier way to do it. So much easier than what I did before. Feel dumb to found about this. So this is the thing that we need to do. Instead of… Continue reading Easier Way to Update a Feature Branch
How to Update a Feature Branch from the Latest Develop
Often, we found that our feature branch got behind from the develop branch. Especially when we try to merge to develop long after we create the feature branch. The result of this thing is none other than the big merge conflict. To avoid this kind of stuff from happening, we need to merge from develop… Continue reading How to Update a Feature Branch from the Latest Develop
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!