Git Product home page Git Product logo

anoerak_p9_16082022's Introduction







Hi, Sébastien here!


60% of the time, work every time Built with Grammas recipe Uses HTML5 Uses CSS3 Read this cv


Studied at OpenClassrooms      
Full-Stack Developer at DynamicSource AB      















A little more about me...

class Anørak {
	constructor() {
		this._pronouns = 'he' | 'his';
		this._languages = ['HTML5', 'Twig', 'CSS3', 'SCSS', 'JavaScript', 'PHP', 'MySQL'];
		this._frameworks = ['Vue.JS', 'Svelte', 'Solid.JS', 'Symfony', 'Foundation'];
		this._librairies = ['React.JS', 'Redux', 'Bootstrap', 'Bulma', 'Chart.JS', 'Rechart', 'Mapbox.gl', 'PixiJs'...];
		this._workInProgress = 'Nailing the unit test with PHPUnit, digging a bit more with Docker 
					containers and exploring Kubernetes and Ansible!!';
		this._story = [];
	}

	set story(data) {
		this._story = data;
	}

	get story() {
		return this._story;
	}
}



A little more about my story...

const me = new Anørak();

const story = [
	{
		previous_experiences: {
			'2002-2016': 'A long carrier into logistics and sales for several french fret companies such
				      as STG, STEF or MADRIAS.',
			'2016 - 2018': '2 years as a yoga teacher based in St Louis, MO, USA',
			'2018 - 2022': '4 years as France sales manager for a veterinarian laboratory',
			'2021': 'In parallel with my job at the time as a national sales manager, I started a program
				 with OpenClassrooms in order to get an official certifiation as a web developer
				 (HTML, CSS, Node, MySQL, Vue). Done in 4 months instead of 6 as planned by
				  OpenClassrooms.',
			'2022-2023': 'I quit my job and start another training with OpenClassrooms in order to get a
				      certification as an advanced JS & React web applications developer. I managed to 
				      validate all the projects in about 5 and 1/2 months instead of 12 and use the
				      extra time to do all the projects of the PHP & Symfony Web Developer program
				      (a total different 12 months program). I am officially followed the PHP & Symfony
				      course (which I already done unofficialy) and use the extra time to study others
				      languages, frameworks, librairies and get a job!!! I am also working on some
				      Open Source project, latest one being one that I have created and called "DevMap"
				      which is a web application to locate devs open to work (Svelte + Symfony).',
			'2024 - ' : 'I start my first job as a full-stack developer for a company based in Stockholm Sweden.
				     I could not be more happy and excited. The company, the position, the team, everything
				     is perfect to me and I have high hopes for the future :) .'


		},
	},
];

me.story = story;



A little more about what I'm studying at the moment...

{
  "listOfSubjects": [
    {
      {
	"id": 1,
	"title": "Laminas",
	"emote": "laminas.jpeg"
      },
      {
	"id": 2,
	"title": "Foundation",
	"emote": "foundation.jpeg"
      },
      {
	"id": 3,
	"title": "Secret Personal Project",
	"emote": "secretPersonalProject.jpeg"
      },
      {
	"id": 4,
	"title": "Kubernetes",
	"emote": "kubernetes.jpeg"
      },
      {
	"id": 5,
	"title": "Ansible",
	"emote": "ansible.jpeg"
      },
    }
  ]
}
const subjectsActuallyStudied = () => {
  const {data, loading, isError, errorMessage} = useFetch('./anørak.json');
  const subjects = data;
  const error = errorMessage;
  
  return (
    <div className="main">
      <h1>Open Source Project, Docker, OpenStack, Kubernetes and Ansible</h1>
      <div className="home_content">
        {isError ? (
          <div className="error">
            Something went wrong : <br /> {error && error}
          </div>
        ) : loading ? (
          <Loader />
        ) : (
          <div className="cards">
            {listOfSubjects.map((place) => (
		/* You got it, I try to get better with React, Next and Solid JS
		meamwhile working on OpenStack, Docker and Ansible. Also started to
		explore Svelte.js and pixiJs recently.*/
              <Link to={`/details/${subject.id}`} key={subject.id}>
                <Card id={subject.id} name={subject.title} picture={subject.emote} />
              </Link>
            ))}
          </div>
        )}
      </div>
    </div>
  );
}



A little more about what I aim for...

<?php

namespace App\Anørak;

use App\Entity\Story;

class Me implements Goals
{
  private $story;
  
  public function __construct()
  {
    $this->story = new Story;
  }
  
  public function communicateAboutMyStory(): object
  {
    return $this->story;
  }
  
  public function gotAJob(): array
  {
    return [
        'workplace' => [
            'company' => 'DynamicSource AB',
            'position' => 'I love what I do and intend getting better at it. So we will
             see what the future is preparing for me :) ',
            'salary' => 'As always, balance. So the right amount for the right position'
        ],
	'location' => [
	  	'Sweden' => 'I work from home but will move to Sweden this year.',
	  ]
        /*'workplace' => [
            'company' => 'DynamicSource AB',
            'position' => 'Full-stack developer',
            'salary' => 'The right amount for the right position'
        ],
	'location' => [
	  	'Worldwide' => 'Full remote'
	  ]*/
    ];
  }
  
  public function enjoyMyfamily(): array
  {
    return [
      'What I mean' => 'As a father since october 2022, I intend to see my son growing up and spend as much time as
			I can with him and his mother. COVID-19 taught us that we don‘t need to spend hours commuting,
			gathering in offices to do the exact same thing we can do from home.',
      'What it means' => 'As mentioned in the desired locations for my future job, I\'ll consider a position only if
			  we can work remotely.',
       'What I'm doing at the moment' => 'Since October 2022, I take care of my new-born while studying in order to
					  get my certifications.
       				  	  I got officialy certified as a software/web developer and I am currently
					  waiting to be officialy certified on PHP & Symfony.
       					  I am also working on a project which will allow a website to exist in Vanilla,
					  React.js, Vue.js and Symfony (PHP) at the same time with the ability for the
					  user to switch from one framework to another at anytime. 
      					  I also keep an eye open on the job market and every new tech that could be a
				 	  great add-on to my stack.'
    ];
  }

  public function practiceHobbies(): array
  {
    return [
      	'Yoga' => 'Since 2012, I practice at least 3 times a week and teach AcroYoga every Tuesday evening.',
      	'Hiking' => 'Once a week, we go for a hike. We long for something different every week if possible and really
		     look forward for this family time.',
      	'Video Games' => 'I\'ve been playing videos games since my parents brought back home our first Amstrad 6128+!!
			  Yup, I\'m that old :). Since then, I\'ve been playing mostly on console but I\'ve switched to 
       			  PC in 2021 and enjoy it a lot. I play all sort of games but at the moment, I play a lot of DayZ,
			  The Last of Us, Hunt:Showdown and recently the new Assassin\'s Creed.',
      	'Server Admin/ Mods' => 'I also give a hand to the staff of a French DayZ server ("Les Imparfaits"). It involves
			  some 3D modeling, some C++ code session to install, modify, updates the mods and some community
			  management.',
	'Travels' => 'I love to travel, meet new people, experience news life styles and I intend to share this love with
		      my son. Next big trip will be in Sweden (again) next december!!! we’re all very excited :)',
	'Music' => 'I play guitar and accordeon, love country music and pop-roc music!!'
    ];
  }
}



🏆 GitHub Trophies

trophy



🗂️ Highlight Projects

ToDo-Co SnowTricks









Proust_Sebastien_P12_23092022 Proust_Sebastien_P6_13072022

anoerak_p9_16082022's People

Contributors

anoerak avatar

Stargazers

 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.