1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hi there Guest! You should join our Minecraft server @ meepcraft.com
  3. We also have a Discord server that you can join @ https://discord.gg/B4shfCZjYx
  4. Purchase a rank upgrade and get it instantly in-game! Cookies Minecraft Discord Upgrade

Best Posts in Thread: Tech Application from lordusan

  1. lordusan

    lordusan The true #DarkKnight

    Offline
    Messages:
    1,059
    Likes Received:
    3,295
    Member Name lordusan

    Additional In Game Names: Peris

    How old are you? 15

    Location: Eastern Time Zone (New York)

    Do you have Teamspeak? Yes

    How many hours per day do you spend on Meepcraft? (average) 2-5

    Have you ever been a Tech on a different server? Yes

    References: Please give IGN's 2004grevous (or current username), Cookieman513, LadyCassandra, Dia34landingXD, Periheika (BluChuPikaBoo), _Versus, iMelxp, Jess_4ds, oKlingo, Junelawnchair, cooey3, Duckeh_thefox, xChaosZerox, Adlovesdogs, _Piro_, Boobear1227, Mazipuffles, CasualCaviar

    Introduction: Hello! My name is Jainil and I am a sophomore at a public high school. I participate in many different school clubs and activities, and love to work with anything involving computers. Many of you know me from my previous experience as a server helper and moderator, and know that I am a complete nerd. Fairly recently, I was accepted into the prestigious Columbia Science Honors program, which allows a select number of participants to take specialized courses with professors of the university. I have also participated with a FIRST Lego League team, and as the head programmer, my team placed first in the North American Open Championship Tournament. Since, I have founded a FIRST Tech Challenge team, which, unlike using Mindstorms to program the FLL robots, uses Java to program a robot to complete a set of given tasks. As a rookie team, we were able to reach the Super-Regional or National level tournament, of which only 4 of the 200 or so teams qualified for in my region. I also enjoy working on projects out of robotics. A couple years ago, my parents purchased me an Arduino. Although playing around with it to make 'cool' lighting displays sounds fun, my experience with programming and idea development allowed me to take it one step further and help my school’s NYS Final Four Volleyball team their practicing, in a project I am currently working on to make a smart volleyball by tracking spin, acceleration and force. A short video that gives much more insight into who I am can be found here: .

    Please describe your experience as a developer. Although I have do not have much experience as a developer, I still believe that with the work that I have already done, as well as some learning, I could be a useful asset to the MeepCraft Tech team. Though I do have Java background, I began programming minecraft plugins since fairly recently. I aided a new server by helping establish a basis for their ranking system, to implement different perks plugins as well as adding other fun ideas. More of my work comes from non individual and team projects, which include developing methods of aiding people in daily situations. For example, with my First Lego League team, I created a website known as Lab Share which allowed for the multitude of unused lab equipment found in many companies to be connected and delivered to local schools who were in need of the equipment. Also, as an avid cross country runner, I developed (and am developing) an Android app, known as ONEHUNDRED%, which allows for users to set daily and weekly running goals for themselves. Similar to Charity Miles, if the user runs, money is donated to the charity as users run, and the more a user runs, more money is donated to a charity. However, because money can not be grown on trees (unfortunately), implemented in this app is a clever method to both help those in need as well as give a boost to runners. If one does not reach their daily or weekly goal, they have to pay a fine, which get stored in a bank and eventually paid off to charities. This project, in which a prototyped version was completed within 8 hours, placed 2nd at the Annual HackTrin at the Trinity School in New York City.

    What programming languages are you familiar with? Although I may be young, I am very familiar with many different programming languages. I began venturing into programming as a 6th grader, intrigued by the word itself. I started off delving into Python, unknowing that it would be very difficult. After working on developing some skill in the language, I eventually gave up after the course reached Object Oriented coding. My poor 12 year old mind could not handle the horrors. Soon, after working a bit with Scratch, I worked on Markup Languages and Javascript/Bootstrap. After getting bored of making the same types of websites again and learning some other languages along the way (Like C/C++ for the Arduino), I finally came to Java. Although I am slightly rusty on some languages, I truly believe experience is the driving force of knowledge.

    What are you most proud of as your work as a developer? As a developer I am most proud of the ONEHUNDRED% app which I created for the 2016 Annual HackTrin. As described above this Android app was meant to help people get in shape as well as donate money to charities. Chosen by the founders of several different start up companies, it was truly an honor to receive this recognition. As stated in our demonstration of the app: “It is January 31st, and I am proud to announce that I broke my New Year's Resolution 30 days ago”. Especially because of the applicability and importance of the project, which is to promote running, and help people stick to their goals, something I find very important, Other awards I have received in programming includes a Third and Fifth Place medal at the Game On competition in Science Olympiad, which is a test of time in which a team of two has to make an innovative game from scratch within 50 minutes.

    How do you plan to enrich the experience of MeepCraft with your development contributions? As a previous server moderator, I was able to see first hand the large issues that were constantly being posted on the staff slack, and understand that there are many daily issues that need to be resolved. I would love to help fix the broken plugins and believe that with my activity levels I would be able to nail things down fast. As the mayor of Paris in alpha, and as we are going through a major renovation, I understand that collaboration is a key factor to success. Together, with the help of staff and the help of the community, I believe we can bring great improvements to the server.

    Do you have a GitHub account or personal website? If so, please provide the link(s) here. A link to my personal website can be found at jsutaria.github.io, and my github is github.com/jsutaria. I also occasionally project snapshots on twitter (@jainilsutaria1). Thank you very much for reading this application, and I hope you can give me feedback on places to improve myself!
     
  2. Shellcode

    Shellcode Celebrity Meeper

    Offline
    Messages:
    132
    Likes Received:
    212
    Hi lordusan,

    First of all this is a great application, it's well written and detailed. As a programmer myself i reviewed some of your code on Github and i have to say its well written you're clearly good at programming with Java which is important for the Tech position. One thing i would advise is that you get a Spigot server setup on your computer and build some Bukkit/Spigot plugins for your Github so everyone can see how you do programming against the Bukkit API. Overall the Bukkit API is easy to learn and understand and it most likely won't take you long to get very good at it.

    Keep in mind that when programming in a production environment like Meepcraft code has to be written a little differently than when working on personal or school projects, it has to be written with the expectation that it will be broken but that's fairly easy to adapt to over time. A lot of the work that is needed within Meepcraft is more fixing things that have already been made than making new things so understanding complex projects, being able to debug them, finding specific problems, then patching said problems is an important skill, i would recommend taking a look at some large open source Bukkit plugins like Towny or Vault.

    You seem knowledgeable in this field specifically working with Java and you have the potential to be an important asset to the Tech team.

    +1
     
  3. lordusan

    lordusan The true #DarkKnight

    Offline
    Messages:
    1,059
    Likes Received:
    3,295
    Lol the good ol' slack days.
    Thank you so much!
    Means a lot, thanks mel.
    Thanks Walrus.
    Haha snapchat
    Thank you :)
    Ty
    Thanks
    Goes straight to the heart <3
    Thank you very much!
    I appreciate it, thanks!
     
  4. PeriHeika

    PeriHeika Celebrity Meeper

    Offline
    Messages:
    411
    Likes Received:
    1,713
    +You're mature and approachable. I don't find your attitude to be bad in any way, shape, or form.
    +Much nerd. Such wow. How many snapchats have you sent me of robots?
    +Whether Lordusan is skilled enough to be a developer or not, he's certainly eager to learn.
    +We need another tech, and another plus is your ability to be active
    +Is skilled at problem solving
    +You're going places kid.
    +1 for you