internships.lunarlogic.com Open in urlscan Pro
34.250.206.43  Public Scan

Submitted URL: https://internships.lunarlogic.io/
Effective URL: https://internships.lunarlogic.com/
Submission Tags: phishingrod
Submission: On October 11 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

POST /submissions

<form class="form" id="new_submission" action="/submissions" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"><input type="hidden" name="authenticity_token"
    value="eNvKelBPs9KGkfLLMAqYAAdOsve/UpR9fs0sjBfdjRvRv00bD2Zy2qPaGDZMkkFh+QNxzpp3d6F0/XMgLaK5wA==">
  <h2 class="form-header" id="apply-form"> Application form </h2>
  <p class="form-header-subtitle" itemprop="endDate"> Registration closes on November 5th </p>
  <div class="form-field">
    <label for="submission_full_name">Full name</label>
    <input maxlength="50" required="required" type="text" name="submission[full_name]" id="submission_full_name">
  </div>
  <div class="form-field">
    <label for="submission_email">Email</label>
    <input maxlength="50" required="required" type="email" name="submission[email]" id="submission_email">
  </div>
  <div class="form-field">
    <label for="submission_phone">Phone</label>
    <input maxlength="15" required="required" type="text" name="submission[phone]" id="submission_phone">
  </div>
  <div class="form-field">
    <label for="submission_technology">Which internship are you applying for (Node, Ruby or React)?</label>
    <input maxlength="50" required="required" type="text" name="submission[technology]" id="submission_technology">
  </div>
  <div class="form-field">
    <label for="submission_why_lunar">Why Lunar? </label>
    <span class="description-line">Most candidates apply for multiple opportunities, and we get that, especially when some places leave you hanging. Lunar's way of work differs from most workplaces, though.</span>
    <textarea required="required" name="submission[why_lunar]" id="submission_why_lunar"></textarea>
  </div>
  <div class="form-field">
    <label for="submission_description">Why you?</label>
    <span class="description-line">We want to broaden our understanding of who you are and how you may fit into our company.</span>
    <textarea required="required" name="submission[description]" id="submission_description"></textarea>
  </div>
  <div class="form-field">
    <script src="https://www.recaptcha.net/recaptcha/api.js?render=6LewBmkaAAAAAMNEUl2axtZo4UvOHOqC55mIMxCL"></script>
    <script>
      // Define function so that we can call it again later if we need to reset it
      // This executes reCAPTCHA and then calls our callback.
      function executeRecaptchaForSubmit() {
        grecaptcha.ready(function() {
          grecaptcha.execute('6LewBmkaAAAAAMNEUl2axtZo4UvOHOqC55mIMxCL', {
            action: 'submit'
          }).then(function(token) {
            setInputWithRecaptchaResponseTokenForSubmit('g-recaptcha-response-data-submit', token)
          });
        });
      };
      // Invoke immediately
      executeRecaptchaForSubmit()
      // Async variant so you can await this function from another async function (no need for
      // an explicit callback function then!)
      // Returns a Promise that resolves with the response token.
      async function executeRecaptchaForSubmitAsync() {
        return new Promise((resolve, reject) => {
          grecaptcha.ready(async function() {
            resolve(await grecaptcha.execute('6LewBmkaAAAAAMNEUl2axtZo4UvOHOqC55mIMxCL', {
              action: 'submit'
            }))
          });
        })
      };
      var setInputWithRecaptchaResponseTokenForSubmit = function(id, token) {
        var element = document.getElementById(id);
        element.value = token;
      }
    </script>
    <input type="hidden" name="g-recaptcha-response-data[submit]" id="g-recaptcha-response-data-submit" data-sitekey="6LewBmkaAAAAAMNEUl2axtZo4UvOHOqC55mIMxCL" class="g-recaptcha g-recaptcha-response "
      value="03AFcWeA57Ny31RLTSosXMsn4QSJiH7oXHbufc8e3T3G2NbmMbYJ3sxsCSxS4eLSFU4it82aHzSGPlmP1jIJKOKbMh7LdJ_DGaMvV9zOTi9rIOFtbG2W4eI77swTjUxxsLMpX73VnJDinU1yQajhEY2VlxTkxj8mVVDd8uP4w3T9RKb0qZ0KYWybHHxJU-KYnOHV6u4SV5WlELL8hpR9L1DzQJ9xRJQFfZhDLf0jcSZBgVUnL_pJBHjvHAbT0DLyAG7rKGVBLoMtkz_igvetKsEN64t69eedO4N_9TwCjRhEIh8Ro6QtWaKhVEo-Ft6QUDRoMKQMPPXTFJ8i2hRSIuMlhmttdHYrN092ejiP0mh17PSE6IhqtcSv0XJHR99zihCKwEcLAF_18_xwJM_OTJ5NjbRgHvmYdBz4MJeTHVHq8LIsGIfhy1alpPZRbIRE_Rzmiv21Vkxyz3ruqCqEYZPg0N8mTMBK5k_hZLpatTYuG4wjaxFzw2UU_9ffn7DEVCXzoPKBEM9j_T9FTP70ECnJS5iyywfv9xT0UmMaSJF7Q7cxS4RhwMwyHBWm9uh4jWprtgTDgQ3PUdATyPkukS6Gt4x6l4m9tLRFTEGKJKP9CdC-YQxFFvSccEGc-cBWqWPNP9jqPJ0Q2KRZvQOWqbySCbHG3_ncOdyCVtwM8VPQIW-WxU1MuaaiWarNJOsckdX9vU0fS0pMllJ_qpE5ZBExR2P78bXunv68ve0i-SCSlDhMScl1XsksOOUN4XS-b7Pc8T_WwOH7cno7e9usWpl75Yoji2ICDSxUHHhcWcCy6TYHdfbF8USUnTrKtKqO8i3u7YgaJkStm0vGvRTqVC7M3gZv55lfH05FDgcc4HKWX4f33XhlXVdTI"
      style="">
  </div>
  <div class="form-field">
    <h2>Share a piece of the code you are proud of, and tell us why.</h2>
    <label for="submission_technical">Use the language of your choice and share some context so it is easier for us to understand it. </label>
    <textarea required="required" name="submission[technical]" id="submission_technical"></textarea>
    <span class="character-counter"></span>
  </div>
  <div class="form-field form-field-boolean" style="display: flex;">
    <input type="checkbox" name="processing_consent" id="processing_consent" value="1" required="required" style="flex-shrink: 0;">
    <label for="processing_consent"> I consent to the organizers processing my data for the purpose of organizing the&nbsp;Internships, as described in <a target="_blank" href="/pages/privacy_policy">the privacy policy</a>
    </label>
  </div>
  <div class="form-field">
    <input type="submit" name="commit" value="Apply now" class="btn btn-big" data-disable-with="Apply now">
  </div>
</form>

Text Content

APPLY FOR INTERNSHIPS AT LUNAR LOGIC


ADVENTURE AWAITS

Become a part of Lunar Logic's internship program

Apply for internships

Join Lunar's Internship Programme

Dive into a unique company where we replace traditional hierarchies with
autonomy and transparency. As an aspiring software developer, you'll embark on a
four-month journey in an environment encouraging you to explore beyond your
title, from software development to leading new initiatives.

A Culture of Transparency and Collaboration

At Lunar Logic, transparency isn't just a policy. Our open salary system ensures
fairness and equity, fostering a workspace where every voice matters and every
decision, from salaries to hiring, is made with multiple people's insight. The
heart of our culture lies in our office – a hub for creativity, catch-ups, and
workshops.

Join Our Community

We're seeking kind and respectful individuals fluent in English. Embark on the
journey where your software and product development skills will soar.


WHAT DOES THE LUNAR LOGIC INTERNSHIP ENTAIL?

Lunar's internship spans four months, blending hands-on experience with
mentorship and learning. In the first month, you'll be introduced to our culture
and team up with mentors and co-interns. As you progress, you'll collaborate
with our devs on real client projects or in-house initiatives. We focus on your
growth and learning, not just immediate results.


IS THE INTERNSHIP PAID?

Yes, we value dedication and fair work. Interns receive a monthly salary up to
6000 PLN (employer's cost).


WILL I WORK IN THE OFFICE OR REMOTELY?

Initially, interns work five days a week from the office, as we believe direct
interaction with our team is crucial for learning and relationship-building.


WHAT'S THE RECRUITMENT PROCESS?

The recruitment process is threefold. First, submit an application with detailed
responses to showcase your motivation and skills. Successful candidates then
have a 30-minute tech chat with one of our developers. The final stage is Happy
Hours—a 4-hour session in our office involving coding, brainstorming, and casual
chit-chats. We want to get to know you better and vice versa.


TECH REQUIREMENTS FOR THE NODE AND RUBY INTERNSHIP

Fundamental Programming Skills

 * Proficiency in JavaScript/Ruby basics.
 * Ability to work with various data types and understand programming
   constructs.
 * Nice to have: Understanding of basic Object-Oriented Programming (OOP)
   concepts.



Database Knowledge

 * Familiarity with fundamental database concepts, including tables, columns,
   rows, primary and foreign keys, constraints, and table relationships.
 * Capability to design a simple database and utilize queries for data
   retrieval.
 * Nice to have: Basic knowledge of SQL.



Web Development Understanding

 * Good grasp of web development principles, such as the request-response cycle,
   client/server communication, and HTTP protocol.
 * Nice to have: Familiarity with Express.js/Node.js/Ruby on Rails frameworks.



Problem-Solving Abilities

 * Competence in identifying issues and brainstorming various potential
   solutions for given tasks.



Tool Proficiency

 * Basic understanding of git, along with the ability to navigate a terminal and
   use a code editor effectively.




WHAT ARE THE TECH REQUIREMENTS?

Back-end Internship
Basic programming skills You know the basics of JavaScript/Ruby. You can work
with different data types and programming constructs. Nice to have: basics of
OOP concepts.
Databases You are familiar with basic database concepts and terms like table,
column, row, primary and foreign key, constraints, and relationship between
tables. You can design a simple database and understand how queries are used to
access data from databases. Nice to have: basics of SQL.
Web development concepts You are familiar with web development concepts like
request-response cycle, client/server communication, and HTTP protocol. Nice to
have: basics of Node.js/Ruby on Rails framework.
Problem solving skills You can identify problems and propose different possible
solutions when presented with a task.
Familiarity with tools You know the basics of git and can work with a terminal
and a code editor.


APPLICATION FORM

Registration closes on November 5th

Full name
Email
Phone
Which internship are you applying for (Node, Ruby or React)?
Why Lunar? Most candidates apply for multiple opportunities, and we get that,
especially when some places leave you hanging. Lunar's way of work differs from
most workplaces, though.
Why you? We want to broaden our understanding of who you are and how you may fit
into our company.



SHARE A PIECE OF THE CODE YOU ARE PROUD OF, AND TELL US WHY.

Use the language of your choice and share some context so it is easier for us to
understand it.
I consent to the organizers processing my data for the purpose of organizing
the Internships, as described in the privacy policy

Made with ♡ by Lunar Logic