Skip to content
View kubadlo's full-sized avatar

Organizations

@mynteo
Block or Report

Block or report kubadlo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kubadlo/README.md

Hi, I'm Jakub 👋

I'm a full-stack developer interested in modern web applications and science. I like fast, secure, and well-tested code.

Tech stack

Frontend

  • JavaScript, TypeScript, CSS
  • React, Redux, Remix, Next.js, Tailwind CSS

Backend

  • JavaScript, TypeScript, Java
  • Node.js, Fastify, Prisma, SpringBoot, Hibernate

Get in touch

Pinned

  1. blog blog Public

    My personal blog page

    CSS 1

  2. jwt-security jwt-security Public

    Example API backend secured with Json web tokens

    Java 63 45

  3. Remove accents/diacritics in a strin... Remove accents/diacritics in a string in JavaScript
    1
    const str = "ščíáýžľčéíľšéíľéšíťč";
    2
    str.normalize('NFD').replace(/[\u0300-\u036f]/g, "");
  4. Linux font rendering tweak that fixe... Linux font rendering tweak that fixes fonts in Firefox.
    1
    <!-- Save this config as /etc/fonts/local.conf (or similar, related to your distro) and reboot system or run fc-cache -->
    2
    <!-- For better font rendering is good to install package freetype-freeworld -->
    3
    
    
    4
    <?xml version='1.0'?>
    5
    <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>