We’re very happy 😁 that you’ve come this far, we understand that in some way you’re interested in what we’re doing at moclojer. Seeking to live intensely everything you’ve read here on our site and to live with people who match our culture.
We like to work with people with professional ambitions. If you believe that moclojer is a company that will help you grow professionally, let’s go together.
Steps regardless of your area of expertise:
Follow the steps below to apply:
git
repository with the test implementation - we encourage you to make it publichey AT moclojer DOT com
develop a product using Clojure and ClojureScript (you choose whether it should be monolithic or separate front and back);
**I don’t know Clojure/Script, now what?
Develop a product using the public API pokeapi.co, this is the time for you to be creative (we’re leaving the scope of the product that will be developed open on purpose)
We use Docker (compose) to use the environment: docker compose up
all external service dependencies should work (go up), using
compose
Use TailwindUI on the frontend
Have a registered area, allowing the user to do something with the API data, e.g. favorite a Pokemon - this is just an example
We want to understand your creative potential: have a cool idea for developing the product
Describe your decisions in the README, remember that the README will be the documentation, we want to understand how you arrived at the architecture decisions, what you’re using, why you’re using it, why you’re using X and not Y, etc.
We are not defining the architecture you should use, use the one you are most familiar with
Unit testing is part of software, take care with what you are developing - quality is not negotiable.