Hey!
I'm Oscar.

Web and mobile developer in Rennes with 5 years of experience. I can take charge of your project independently or join your team for the duration of a mission.

Contact
Work
Photo Oscar

About

Over the past five years, I have worked in various areas of the web, including project management, marketing, functional analysis, and interface design. These diverse roles have highlighted my adaptability, which is now one of my greatest strengths. Through these experiences, I have tested and strengthened my ability to create from scratch. I now focus on programming as it aligns with my passion for new technologies.

Techs and tools

Vue icon

Vue.js

Nuxt icon

Nuxt

Node icon

Node.js

Bun icon

Bun.sh

Typescript icon

TypeScript

Sqlite icon

SQLite

Mongo icon

MongoDB

Flutter icon

Flutter

Flutter icon

Ionic

Git icon

Git

Docker icon

Docker

Freelance (2021 to today)
Developer
Sopra Steria (2023 to 2024)
Business Analyst
Orange Business Services (2021 to 2023)
Product Owner
Projex Media (2018 to 2021)
Web project manager

Work

Services

Here are the steps we will follow:

1.We define the scope of the project.

2.I send you a proposal.

3.I develop, test, and deploy the project.

4.I provide maintenance and updates.


import { ref, onMounted, onUnmounted } from 'vue';

const x = ref(0);
const y = ref(0);

function update(event) {
  x.value = event.pageX;
  y.value = event.pageY;
}

onMounted(() => window.addEventListener('mousemove', update));
onUnmounted(() => window.removeEventListener('mousemove', update));

<template>Mouse position is at: {{ x }}, {{ y }}</template>
Web Development
Custom websites
E-commerce solutions
CMS development
Backend Development
API development
Database management
Server scripting
Mobile Development
Android and iOS applications
Cross-platform solutions