_ _ _ _ _ _ ___ _
| | | | ___| | | ___ | |_| |__ ___ _ __ ___ |_ _( )_ __ ___
| |_| |/ _ \ | |/ _ \ | __| '_ \ / _ \ '__/ _ \ | ||/| '_ ` _ \
| _ | __/ | | (_) | | |_| | | | __/ | | __/_ | | | | | | | |
|_| |_|\___|_|_|\___/ \__|_| |_|\___|_| \___( ) |___| |_| |_| |_|
|/
███████╗███████╗██╗ ██╗███╗ ███╗ ██████╗ ███╗ ██╗ ██████╗██╗ ██╗███╗ ███╗ █████╗ ██╗
██╔════╝╚══███╔╝╚██╗ ██╔╝████╗ ████║██╔═══██╗████╗ ██║ ██╔════╝██║ ██║████╗ ████║██╔══██╗██║
███████╗ ███╔╝ ╚████╔╝ ██╔████╔██║██║ ██║██╔██╗ ██║ ██║ ███████║██╔████╔██║███████║██║
╚════██║ ███╔╝ ╚██╔╝ ██║╚██╔╝██║██║ ██║██║╚██╗██║ ██║ ██╔══██║██║╚██╔╝██║██╔══██║██║
███████║███████╗ ██║ ██║ ╚═╝ ██║╚██████╔╝██║ ╚████║ ╚██████╗██║ ██║██║ ╚═╝ ██║██║ ██║███████╗
╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
👨💻
Busy creating the next big thing
Senior React Native Developer at @callstack.
-
Callstack @callstack
- Poland, Toruń
-
18:21
(UTC +01:00) - https://pl.linkedin.com/in/szymon-chmal
- @ChmalSzymon
Highlights
- Pro
Pinned Loading
-
react-render-measurement-tool
react-render-measurement-tool PublicA powerful tool for understanding how your React components render during tests.
TypeScript
-
Imhotest
Imhotest PublicA framework for architectural testing in TypeScript - describe rules using descriptive API and verify them automatically.
TypeScript
-
-
next-env-loader
next-env-loader PublicLoad custom .env files depending on your environment in Next.js
TypeScript
-
Allow only GoogleBot to access your ...
Allow only GoogleBot to access your Next.js API route 1export function getIPAddress(req: NextApiRequest): string | undefined {
2if (req.headers['x-forwarded-for']) {
3return (req.headers['x-forwarded-for'] as string).split(',')[0]
4}
5 -
Bypass Content Security Policy in yo...
Bypass Content Security Policy in your Chrome extension 1function arrayBufferToBase64(buffer: ArrayBuffer): string {
2let binary = '';
3const bytes = new Uint8Array(buffer);
4const len = bytes.byteLength;
5
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.