24 Jul 2023

the pain of discipline or the pain of regret

“We must all suffer from one of two pains: the pain of discipline or the pain of regret. The difference is discipline weighs ounces while regret weighs tons.”— Jim Rohn

Read more

15 Jun 2023

project documentation

for project documentation jekyllrb

Read more

13 Jun 2023

drawing tool

tools for drawing not only diagrams: excalidraw

Read more

31 May 2023

Tools

SwiftGen SwiftLint

Read more

29 May 2023

SSH key with password and keychain

Add your ssh key with password and manage password for key over keychain.

ssh-add --apple-use-keychain ~/.ssh/id_rsa

Also edit your ~/.ssh/config and add::

Host *
  UseKeychain yes
  AddKeysToAgent yes
  IdentityFile ~/.ssh/id_rsa

or add to your ```~/.bash_prof

Read more

13 Feb 2023

apple localisation string

Apple Localisation string

Read more

07 Feb 2023

How to write an effective developer resume

Advice from a hiring manager


How to write an effective developer resume: Advice from a hiring manager

Read more

30 Jan 2023

Before any action

"What’s the problem we are trying to solve here?"

Read more

25 Jan 2023

Figma Export

Tool: Figma Export

To export resources from Figma to Xcode/Android Studio.

Figma Export

Read more

25 Sep 2022

yagni

YAGNI

Read -> Yagni, Martin

Read more