- My name is Ivan, I work π’ and write code π» all the time
- Passionate about Web and Distributed Systems
- Javascript expirience since 2020
- Golang expirience since 2021
- Started programming in 2016 in C to solve exam problems
ignavan39
Follow
π¨
develop
π₯ 23 y/o
π» Fullstack Developer
-
applegalhelp, @unnamed-crm
- Omsk, Russia
-
16:24
(UTC +03:00) - https://www.linkedin.com/in/ivan-ignatenko-58068a21a
Highlights
Pinned Loading
-
Find and kill table locks
Find and kill table locks 1SELECT t.schemaname,
2t.relname,
3l.locktype,
4l.page,
5l.virtualtransaction,
-
typescript helpers
typescript helpers 1export type UniqueArray<T> = T extends readonly [infer X, ...infer Rest]
2? InArray<Rest, X> extends true
3? ['Encountered value with duplicates:', X]
4: readonly [X, ...UniqueArray<Rest>] | readonly [...UniqueArray<Rest>]
5: T;
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.