Search

All posts

Build logs, short notes, and the things I work out in public before they turn into articles.

GIT

Git App For Desktop

This My list Git client app : 1. Git-Fork  https://git-fork.com/ Platforms:  Linux, Mac, Windows Price:  Free / $49 License:  Proprietary 2. Sourcetree  https://www.sourcetreeapp…

Read more →

Checking type Object Swift

Here example for check type object you don't what it is: ------------------------------------------------------------------------------------------------ var dataStrin…

Read more →
GIT

How to Write Good commit

I found a great article how to improve my commit in medium, check this link  https://betterprogramming.pub/write-better-git-commit-messages-to-increase-your-productivity-…

Read more →
How to Write Good commit
9 Note

9 Notes November 2021

1. Cannot assign to property: 'parameters' is get-only property to fixing that error add "set" after  {get} //Before var parameters: [String: Any]? { get…

Read more →
9 Notes November 2021