Urgent.News

What's breaking now, across thousands of outlets.

Tech

What I’ve Been Building While Looking for My Next Opportunity

For a while now, I’ve been wondering what it actually takes to land an international role, especially one that could eventually lead to relocation. I’ve thought about it a lot. What do companies look for? What makes someone stand out? Is it the portfolio? Experience? How well you communicate in interviews? Or is it simply finding the right person at the right time? So, instead of just wondering,…

For several months, the author has been contemplating the process of securing an international role that could potentially lead to relocation. They pondered what qualities companies seek and what distinguishes one candidate from another. Factors such as portfolio, experience, interview skills, or simply being the right fit at the right time were considered.

To gain clarity, the author decided to continue building two products: a SaaS web application and an EdTech mobile application, all while applying for jobs, attending interviews, and speaking with companies about potential opportunities. This journey has been challenging, particularly the interview process, where the author struggles to succinctly express themselves.

However, the author excels in designing user experiences, simplifying processes, and collaborating with developers and founders to transform ideas into functional products. One notable project, Flowwbook, is a SaaS platform created for appointment-based businesses, streamlining operations such as bookings, customer management, payments, reminders, and virtual queues.

The author also developed an AI-powered EdTech mobile application for students preparing for exams like JAMB, WAEC, and NECO. This application aims to provide personalized and engaging exam preparation, complete with features like study resources, micro-quizzes, progress tracking, and gamification elements. The author's experience working on both projects has taught them valuable lessons about their passion for simplifying complex tasks, streamlining user flows, and turning ideas into tangible products.

The author currently holds three years of experience in designing websites and mobile applications across various industries, primarily through freelance and contract work. They have collaborated directly with founders and developers, guiding products from their inception through to development. Now, the author seeks a full-time Product Design role or a robust contract opportunity within a real product team.

They are eager to contribute to products used by actual users, learn from other designers and product professionals, and continue growing through shipping. The author is particularly interested in international opportunities, including those that might eventually lead to relocation. They acknowledge that they are not an expert in their field but remain committed to solving problems, building products, learning, and shipping.

The author remains optimistic, looking forward to finding the right opportunity to grow and develop professionally.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

How I Built Authentication in Go and React: Doing It Right

Every tech blog will tell you the same thing: don’t roll your own auth. It makes sense not to do that for production applications with a large number of users, where more is at stake, and to use…

  • Author built authentication system in React, Go, and PostgreSQL for learning purposes
  • Chose JWTs for stateless verification, set 15-minute expiry to limit validity
  • Stored refresh tokens in HttpOnly, Secure cookies to prevent XSS and MITM attacks

React.js ~The Latest Ref Pattern ~

This pattern holds callback passed to a customhook in the ref and update existing value everytime rendered to have the latest value.

  • Ref maintains a current value without triggering re-render, preventing infinite loops.
  • React 19 introduces useEffectEvent to incorporate the latest Ref pattern into the official API.

Never silently change a number someone gets paid on

Our algorithm decided a driver had travelled 4km less than they thought. It was probably right. Shipping that silently would still have been wrong.

  • Algorithm may adjust mileage recorded by drivers
  • Transparency required: show original vs. adjusted distance
  • Drivers should override algorithm decisions if needed

More from Sunday 20 September →