Rudolf BokFrontend developer
BitWebs is my personal portfolio, showcasing my work, skills, and passion for software development. I enjoy coding and everything that it involves. My main focus is on building modern single-page applications and developing cross-platform mobile apps with React Native.
1
const developer = {2
name: "Rudolf Bok",3
role: "Frontend Developer",4
skills: ["TypeScript", "React", "Expo", "NextJS"]5
passion: "Building websites and apps",6
available: true7
};9
function createImpact() {10
if (energyDrink.isCold() && code.isClean()) {11
build();12
ship();13
repeat();14
}15
}➜bitwebsgit:(main)×