www.n3evin.com Open in urlscan Pro
2606:4700:3036::ac43:bde1  Public Scan

Submitted URL: http://www.n3evin.com/
Effective URL: https://www.n3evin.com/
Submission: On April 02 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://www.n3evin.com/

<form method="get" class="form-inline" action="https://www.n3evin.com/">
  <div class="form-group">
    <label class="sr-only" for="exampleInputEmail2">Email address</label>
    <input type="text" class="form-control search-query" name="s" id="search" placeholder="search here …">
  </div>
  <button type="submit" class="btn btn-default" name="submit" id="searchsubmit" value="Search">Search</button>
</form>

<form id="jp-carousel-comment-form">
  <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
  <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
  <div id="jp-carousel-comment-form-submit-and-info-wrapper">
    <div id="jp-carousel-comment-form-commenting-as">
      <fieldset>
        <label for="jp-carousel-comment-form-email-field">Email (Required)</label>
        <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field">
      </fieldset>
      <fieldset>
        <label for="jp-carousel-comment-form-author-field">Name (Required)</label>
        <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field">
      </fieldset>
      <fieldset>
        <label for="jp-carousel-comment-form-url-field">Website</label>
        <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field">
      </fieldset>
    </div>
    <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment">
  </div>
</form>

Text Content

N3evin's Portfolio
 * Home
 * About Me
 * Contact Me
 * Categories
   * Digital Games
   * Game Maker
   * Unity 3D
   * 3D Model
   * Others

N3evin

August 12, 2021

AMIIBOAPI PARTNERING FOR DATA PIPELINE COMPETITION 2021



AmiiboAPI is an API partner for the Data Pipeline Competition 2021, August
12-16! Compete to build the most interesting data pipeline. Winners receive
$10,000 in prizes!
Visit the site at: https://www.datapipelinewc.com/



Read More



N3evin

October 4, 2018

BOSSJOB.PH BACK-END



I was part of this project as a back-end engineer to develop the API, database,
and infrastructure of bossjob.ph, while I am currently working in Yolo
Technology Pte Ltd, Singapore.

Features:

 * Develope using PHP Lumen framework.
 * Uses AWS as our cloud platform for hosting our services. (RDS, EC2, and etc)
 * Multiple microservices working together.
 * Search system using ElasticSearch Service (ESS)
 * Uses Elastic Beanstalk as part of our scalability infrastructure.
 * Simple Queue Services (SQS) for our queues needs such as sending of emails.
 * Uses WebSocket for our chat system.
 * Docker for quick deployment.

N3evin

March 24, 2018

YOLO TECHNOLOGY CORPORATE WEBSITE

Website: https://yolotechnology.com/

The website was designed with HTML (Bootstrap), CSS and Javascript. While
working in yolo technology, I was tasked to create their website. The design was
given by our designer.

N3evin

January 13, 2018

DIJKSTRA’S ALGORITHM IN UNITY







Github: https://github.com/N3evin/Dijkstra-Algorithm-Unity
Download: WindowOS

Created using  By using what I was taught while studying at Monash University,
Algorithm and data structure. I had developed this application by using Unity
3D, by using C# programming language. This simple application is to demonstrate
my implementation of Dijkstra’s Algorithm. I developed this application after I
graduate from the University, to make sure that I still have the understanding
of what was taught. Furthermore, the modules on the code allow me to reuse it in
the future, for example, an RTS game or an MMORPG.



Read More



N3evin

November 8, 2017

WEATHERPI – A RASPBERRY PI WEATHER APPLICATION



Github: https://github.com/N3evin/WeatherPi

Created using python3 with Tkinter, the application uses Yahoo weather API to
retrieve weather information of the location that the user desired. This project
was created as I had a raspberry pi lying around and my bedside clocked had
recently been broken. Therefore, I purchased a 3.5 inch LCD screen for the
raspberry pi to use it a bedside clock. Due to the limitation of the screen, I
could not add any more information, such as hourly weather forecast.

N3evin

October 30, 2017

DISCORD’S BOT NURSEJOY



A customized discord’s bot that was created for Pokemon Singapore. It is used to
store and display Nintendo 3DS and/or Nintendo Switch friend’s code with the use
of chat commands. It was written in python with discord.py as it’s discord API.
SQLite was chosen as the database due to budget constraint. However, since the
query is similar to MySQL, it could be easily modified and changed to MySQL when
I have the necessary budget.

Website: https://nursejoy.xyz/



Read More



N3evin

June 24, 2017

AMIIBOAPI – A RESTFUL API FOR AMIIBO



Website: http://www.amiiboapi.com/

A side project that I decided to take up during my free time and coded this in
python. The core idea of this work was to allow me to set up a backend where
games could connect to the database via web services. Thus, I decided to use my
free time to study up on the different type of web services and study about
RESTful API. Which led me to create a centralized Amiibo database for its NFC
information as a mini project instead of a game, which also allows me to portray
my first idea.



Read More



N3evin

October 21, 2016

INHERITANCE



During my semester at Monash University, I was tasked to design an application
that uses leap motion and virtual reality to teach the concepts of programming.
The topic that I chose was inheritance. This application created using unity was
to teach inheritance concept uses in programming and games. The idea behind was
that how clones objects in gaming inherited from an object, that allow easy
manipulation of data.



Read More



N3evin

October 30, 2015

BUILDING AN FPS GAME WITH UNITY



ISBN 13: 9781782174806
Packt Publisher:
https://www.packtpub.com/game-development/building-fps-game-unity
Amazon: http://www.amazon.com/Building-Game-Unity-John-Doran/dp/178217480X

The team in Packt Publisher had recently invited me to be a part of the team as
a tech reviewer for this book. I was tasked to provide any feedback or edit any
codes that are written in this book to improve the quality of the book and
readability for the readers. It was a great experience for me to work with them
and this book had an excellent introduction to building up an FPS game by using
Unity 3D.

N3evin

August 25, 2015

MOTORBIKE TOY MODEL



This is my very first 3D model that i did with Autodesk Maya. Currently i am
studying foundation of 3D and i hope that with practice i could improve my 3D
skills.

Read More



--------------------------------------------------------------------------------

 * ‹ Older posts
 * 

SEARCH

Email address
Search


FOLLOW ME

Facebook
Twitter
Linkedin

Copyright © 2024 N3evin

 

Loading Comments...

 

Write a Comment...
Email (Required) Name (Required) Website