Code Monkey home page Code Monkey logo

aselsanbackend's Introduction

A-Yetenek

Aselsan Back End

Producer:Ahmet Can Erol

Bu proje Aselsan'da yapmış olduğum staj boyunca geliştirdiğim, A Yetenek Web Sayfasının backend kodlarını içermektedir.

Genel olarak projemizin amacı, A Yetenek adaylarının başvurularının alınabileceği bir web sayfası yaratmak ve adaylardan aldığımız bilgileri İnsan Kaynaklarına sergileyebileceğimiz bir arayüz oluşturmaktır.

Projemizin BackEnd kısmında;

  • Salted Sha256 Hashing; Bu hash mekanizması ile kullanıcıdan aldığımız şifreleri sisteme direkt kaydetmektense yine kullanıcıdan aldığımız başka bir bilgi ile birleştirip hashleyerek veritabanımıza kaydetmekteyiz.*
  • Tc Kimlik No Doğrulama: Bu doğrulama sayesinde kullanıcıdan aldığımız Tc Kimlik numaralarının sistematik olarak doğruluğunu kontrol ederek kullanıcıların doğru bilgi girip girmediğine bakmaktayız.*
  • Authorization: Burada kendisi random olarak üretilen rakamlar ve sayılardan oluşan bir doğrulama kodunu kullanıcıya sunarak işlem yapmasını istemekteyiz. Bu da kullanıcının gerçek bir insan olup olmadığını anlamamızda yani başvuranın bir insan olduğuna kanaat getirmemizde yardımcı olacaktır.
  • Postgre Sql: Veritabanı olarak kullandığımız PostgreSql'i bir docker image olarak yaratarak hem verilerin güvenilir bir şekilde depolanmasına yardımcı olduk. Hem de bilgisayarımıza herhangi bir sistem yüklemeden veritabanımızı kullanabildik.*
  • APIs: Genel olarak tüm projemizin amacı olan apiler, ön yüz kısmında yaptığımız işlemlere göre çağrılıp işlemi yapıp geri değer dönmektedir. (Rest)
  • Jpa Hibernate: Jpa kullanılarak veritabanı oluşturmada büyük bir kolaylık yakalanmıştır.

Proje geliştirilirken Docker, PostgreSql, Spring Boot, Jpa Hibernate, Spring Security,Java, Rest API's dan yararlanılmıştır.

ENGLISH

This project includes the backend code of the A-Yetenek web page that I developed during my internship at Aselsan.

The main objective of our project is to create a web page where A-Yetenek candidates can submit their applications and to build an interface where we can showcase the information we receive from candidates to the Human Resources department.

In the Backend part of our project:

  • Salted SHA-256 Hashing: With this hashing mechanism, we hash the passwords we receive from the user by combining them with another piece of information we receive from the user before saving them in the system.
  • Turkish Identity Number Verification: With this verification, we systematically check the accuracy of the Turkish identity numbers received from users to ensure that they enter correct information.
  • Authorization: Here, we provide the user with a randomly generated verification code consisting of numbers and digits and request them to perform an action. This helps us determine whether the applicant is a real person.
  • PostgreSQL: We created PostgreSQL as a Docker image to ensure reliable data storage and to use our database without installing any system on our computer.
  • APIs: In general, the APIs, which are the main purpose of our project, are called based on the operations we perform on the front end, execute the operation, and return the result (REST).
  • JPA Hibernate: Using JPA has greatly facilitated database creation.

When developing the project, Docker, PostgreSQL, Spring Boot, JPA Hibernate, Spring Security, Java, and Rest APIs were utilized.

aselsanbackend's People

Contributors

ahmetcerol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.