I am Fatih Eker, a Full-Stack Developer with hands-on experience in Java (Spring Boot) and JavaScript (React, Next.js). My goal is to build scalable, user-friendly digital products and continue improving my skills in both backend and frontend development.
I have completed projects such as a Twitter Clone and an E-Commerce application, which include JWT authentication, REST APIs, PostgreSQL, and Dockerized deployments. My strengths are problem-solving, fast learning, and the ability to take a project from idea to production.
I am eager to expand my knowledge in cloud platforms, DevOps practices, and advanced UI/UX design, while contributing to impactful projects and working in collaborative environments.
function solution(number){
if(number < 0) return 0;
let total = 0;
for(let i = 0; i < number; i++){
if(i % 3===0 || i % 5===0){
total += i;
continue;
}
}
return total;
}
Educational & Personal Projects: