Skip to content
View YoannProfit's full-sized avatar
  • France

Block or report YoannProfit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
YoannProfit/README.md

Hey there, I'm Yoann Profit ! 👋

Here's my computer science's story :


I have been always ❤️ coding, especially with my favorite computer programming language : the C++.



Here is my C++ Hello World !


	class YoannProfit
	{
	public:
		YoannProfit(const std::string& sName) : m_sName("Yoann Profit | " + sName) {}
		virtual ~YoannProfit() {}

		void LoadResume(const std::string& sCVFilePathName) = 0;

		bool DoLoveCoding() const { return true; }

		const char* GetPersonalWebSite_URL() const { return "http://www.la-porte-des-etoiles.net"; }
		
		const char* GetGameDevPortfolio_URL() const { return "http://www.la-porte-des-etoiles.net/game-dev-cp/"; }

	private:
		std::string m_sName;
		
		std::vector<std::string> m_vSkills;
		std::vector<std::string> m_vInterests;
	};

Some source codes and projects that I'm interested with and that I love to read and read again :


🧑‍💻 About Me !

  • 🔭 I’m looking for an IT job as a Software Developer or as a QA Engineer.
  • 🌱 Exploring and reading Technical Content.
  • ⚡ In my free time : I'm reading or writing codes. I'm also playing electric guitar when I got the time.
  • 🔭 I’m currently working : on a personal 3D Game Engine with all the stuff needed like Physics, Networking, etc... Using and supporting DirectX 10, 11 and 12.
  • 🌱 I’m currently learning : DirectX 12 GPU memory handling.
  • 👯 I’m looking to collaborate on 3D graphics development.
  • 🤔 I’m looking for help with water caustics rendering with some Navier-Stokes simulations.
  • 💬 Ask me about : DirectX initialization, C++ goods ways of coding, Berkeley Sockets setup and also soft and little about game programming.
  • 📫 How to reach me : E-mail or Private Message.
  • ❤️ Love for science.
  • 👪 Living in France.
  • ⌚ Coding since 2012, with 10+ years of experience in personal projects software or 3D graphics modules.
  • 😄 Dream of One Day : joining a video game company software.
  • 🎧 I really like music (Heavy-Metal & Goa Psy Trance).
  • 📝 Checkout my resume or CV.

🛠️ Languages and Tools :


Java  CSS  HTML  JavaScript  MySQL  After Effects  GNU C Compiler  C++  The Gimp  Lua  PHP  OpenGL  Qt  Linux  CMake  C  VS 



Total Repositories Stats :

Yoann Profit Top Languages




Others, not so great, but still valuable related IT skills !

Blender 3D Jira Indeed Firefox VirtualBox Git Windows Terminal SoundCloud Audacity GitHub Facebook Windows Ubuntu Linux Android Python PLSQL PHP Javascript HTML5 CSS C++ C# C VS Skype Discord Bnet Qt NotePad++ OpenGL MySQL

Popular repositories Loading

  1. Clem-Portfolio Clem-Portfolio Public

    The expression of my personal projects as a custom portfolio created from various programming languages

    C++

  2. YoannProfit YoannProfit Public

    Hey, here is Yoann 😄. I'm a self taught passionate programmer !

  3. react-bootstrap-table-node24 react-bootstrap-table-node24 Public

    Forked from AllenFang/react-bootstrap-table

    A Bootstrap table built with React.js

    JavaScript