sideprojectguide.devSide Project Guide (part 1.)Introduction Maybe you're searching for a place to try new things and learn outside of your usual work or school. Do you want to get better at making software? Are you interested in making cool stuff? Do you struggle to make time for your side projec...Dec 27, 2023·23 min read
maurerkrisztian.hashnode.devWhat happens when you reach the max score in the chrome dino game? 🤔You are probably familiar with the chrome dino game, and you have probably asked what happens at the end of the game. I will answer it for you. What is the max score in the chrome dino game? The answer is 999999 How did I find out? I override the g...Aug 30, 2022·1 min read
maurerkrisztian.hashnode.devDo you need side projects?Personal projects help you learn skills you didn't know you needed and they give you a chance to learn new frameworks or programming languages. By playing with code and having fun doing it, you're making yourself a better developer because you're sti...Aug 30, 2022·3 min read
maurerkrisztian.hashnode.devFrontend developer roadmap for beginnersFrontend web development is the best starting point for a beginner. There are many job opportunities and you can quickly achieve a sense of success as you learn new things. In the following, I will explain how I think you should progress with learnin...Aug 27, 2022·4 min read
maurerkrisztian.hashnode.devBouncing Shapes Background With CanvasThe goal of this project is to make a cool background with randomized shapes and to be customizable. Demo: https://canvas-shapes-background.netlify.app/ Code: https://github.com/MaurerKrisztian/CanvasShapesBackground Simple example usage: https://c...Jul 28, 2022·3 min read