16 Nov 2023

Principles of Layout

[UI/UX]


  1. Focal point
  2. White space
  3. Hierarchy
  4. Grouping
  5. Scale
  6. Sequence
  7. Alignment
  8. Balance
  9. Grid

Read more

18 Sep 2023

Don't solve the problems you don't have

Don't solve the problems you don't have

Read more

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