Real world coding challenge
We've done a t-shirt for real world coding challenge. The one you usually get as part of recruitment process. Technical challenge that requires of you to build a small sample microservice preforming some task. We think most of you are familiar with those kind of take at home challenges. We've tried to play with it and illustrate it in a way that both looks cool, and demonstrates how we feel when doing those sort of tasks.
We hope that you'll enjoy our real world code challenge developer tee 😛
Common coding challenges
Whether it is building a stripped version of battleship game that github uses for their recruitment process for enterprise applications engineer role, whether it is building a simple chat application, whether it is a url shortener. There are countless of different real world coding challenges circulating in the wild. What engineering managers and team leads mostly check for in this kind of take at home assignments is do you know how to structure the project according to standard practice. Do you know how to write clean code, do you know how to input validation in order to avoid crashes and generally do you know the language/framework required for the role. You can often help yourself by searching for similar projects on github. There might be some open source solutions that can inspire you. Just be careful not to copy somebody's bad practices.