Category: webdev

  • Got a simple job interview assignment, should i overkill?

    Got a simple job interview assignment, should i overkill?

    Should I Go the Extra Mile for a Simple Interview Assignment? After a successful interview where I felt a positive connection with the team, I received a straightforward assignment: to create a simple todo application using React with TypeScript, Mantine, and the optional addition of Zustand for state management. Having already completed the app—taking into…

    Continue Reading

  • What was your budget for your computer?

    What was your budget for your computer?

    What’s Your Computer Investment? Share Your Experiences! We’re curious to hear about your spending habits when it comes to computer hardware! Specifically, how much did you invest in just the computer unit itself—excluding any screens or accessories? Whether you’re a seasoned professional working in tech or a hobbyist who builds on the side, your insights…

    Continue Reading

  • Which browser do you use and why?

    Which browser do you use and why?

    Choosing the Right Browser: My Experience with Firefox When it comes to selecting a web browser, personal preferences and website compatibility often play a crucial role. Recently, I decided to explore Firefox, intrigued by its reputation for privacy and speed. However, I encountered some challenges that led me to reconsider my choice. Upon testing Firefox,…

    Continue Reading

  • Do resignations always feel this bad?

    Do resignations always feel this bad?

    The Emotional Complexity of Resignation: A Personal Reflection Recently, I shared my thoughts on a challenging professional situation, and today, I want to provide an update. If you want to catch up, you can find my initial post here: Reddit Link. A Summary of the Situation To recap, my manager, who claims to have two…

    Continue Reading

  • Be honest, would you hire this web agency?

    Be honest, would you hire this web agency?

    Seeking Your Expert Opinion: Would You Choose Our Web Agency? Hello, fellow professionals! I’m excited to share that we have just launched the new website for my web agency at layout.ch. As we embark on this journey, I’m reaching out to you for your candid feedback. Your insights would be invaluable to us, and I…

    Continue Reading

  • Impact of Using a .xyz Domain

    Impact of Using a .xyz Domain

    The Pros and Cons of Choosing a .xyz Domain for Your Website If you’ve recently launched a website and are in search of a memorable domain name, you might have considered the trendy and affordable .xyz extension. As a relatively new player in the domain space, .xyz domains have gained attention for their low cost…

    Continue Reading

  • Addressing disrespect towards frontend development teams

    Addressing disrespect towards frontend development teams

    Overcoming Disrespect Toward Frontend Development Teams Throughout my extensive career as a frontend developer, I have frequently observed a troubling trend: the backend teams often receive more recognition and respect than their frontend counterparts. This disparity is not only disheartening but can also lead to the perception that frontend work is somehow less important or…

    Continue Reading

  • Is everyone building public websites with SPA frameworks and Backend APIs?

    Is everyone building public websites with SPA frameworks and Backend APIs?

    Embracing Simplicity in Web Development: The Case for Traditional Stacks In today’s tech landscape, it often seems like every public-facing website has adopted the latest and greatest in web development: Single Page Applications (SPAs) powered by robust backend APIs. If you’re contemplating building an SEO-rich, user-centric website with a few interactive elements, you might feel…

    Continue Reading

  • Why is base64 encoding used for JWTs instead of sending plain JSON data?

    Why is base64 encoding used for JWTs instead of sending plain JSON data?

    Understanding the Use of Base64 Encoding in JWTs Have you ever wondered why JSON Web Tokens (JWTs) are encoded in Base64, instead of simply sending the JSON data as is? This is a common question, and it’s important to delve into the reasoning behind this practice. The Role of Base64 Encoding JWTs serve as a…

    Continue Reading