Skip to content

Instantly share code, notes, and snippets.

View zvlasic's full-sized avatar
🦆

Zlatko Vlasic zvlasic

🦆
View GitHub Profile
  1. useri aplikacije su definirani emailom koji je unique kolumna - ne zelimo vise usera sa istim emailom
create table users(id integer primary key, email varchar(40) not null);
create unique index email on users(email);
 Column |         Type          | Collation | Nullable | Default
--------+-----------------------+-----------+----------+---------
 id     | integer               |           | not null |
 email  | character varying(40) |           | not null |

General (soft skills, time management, previous experiences)

1. How did you manage tasks and time in your previous jobs/project?

  • which methodology
  • which software
  • what do they prefer

2. Did you do remote work?

  • how do you manage your time
  • tracking time
--- INSTALL POSTGRESQL database --- (ignore if you already have it)
--- Install ASDF ---
https://asdf-vm.com/#/core-manage-asdf
1. asdf plugin-add elixir
2. asdf plugin-add erlang
3. asdf plugin-add nodejs
4. (only for nodejs) bash -c '${ASDF_DATA_DIR:=$HOME/.asdf}/plugins/nodejs/bin/import-release-team-keyring'
troubleshooting notes at the end of file
everything that prompts you and it's not mentioned here - enter YES!
--- INSTALL WSL2 ---
1. update windows to latest version. You want WSL2 — update your windows to version ^1903, build 18362. You can check it by running:
Windows logo key + R, type winver, select OK
2. open powershell as admin and enter (this can also be done via Windows Features GUI)
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

Keybase proof

I hereby claim:

  • I am zvlasic on github.
  • I am zvlasic (https://keybase.io/zvlasic) on keybase.
  • I have a public key whose fingerprint is 81BF 08A5 F6CC A589 D3F3 2142 ACA3 1A0C 8C98 8543

To claim this, I am signing this object: