Skip to content
View magmine's full-sized avatar
๐Ÿ›
Probably debugging
๐Ÿ›
Probably debugging

Organizations

@BnademOverflow
Block or Report

Block or report magmine

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
magmine/README.md

Hey, I'm Mohammed Amine MAGHOUS ๐Ÿ‘‹

magmine

Amine's Twitter Amine's Linkdein Amine's stackoverflow Amine's leetcode

About

Iโ€™m a software engineer, passionate about building performant, scalable, maintainable and secure software;

  • ๐ŸŒฑ Iโ€™m currently enhancing my Java/Spring/Javascript/ReactJS skills;
  • ๐Ÿ’ฌ If you are passionate about what you are doing and working hard to master it then you are my friend;
  • ๐Ÿ“ซ How to reach me: @mmaghous;
  • ๐Ÿ“Resume (outdated);

Mantra:

Hope is work and effort, and effort is never wasted

Books I've read partialy (more than 50%) or completly:

  • Technical:
    • C++ Concurrency in Action-Manning Publications by Anthony Williams (2012)
    • Principles of Parallel Programming-Pearson by Calvin Lin, Larry Snyder (2008)
    • Clean Code, A Handbook of Agile Software Craftmanship-Prentice by Robert C. Martin (2010)
    • The Pragmatic Programmer by David Thomas, Andrew Hunt (2019)
  • Self-development:
    • Think and grow rich by Napoleon Hill

Quotes:

"Great things happen when the world agrees"

ISO.

"If youโ€™re willing to embrace the grind, you can pull off the impossible"

Jacob Kaplan-Moss.

Twitter: magmine Linkedin: mmaghous GitHub magmine

Languages and Tools:

Amine's github stats

Pinned

  1. graph_processing graph_processing Public

    A first draft of a parallel graph processing engine in C++

    C++

  2. Language-Detector Language-Detector Public

    Detect the main language/languages used in an input text

    Python 1

  3. N_queens N_queens Public

    Solving the N Queens problem using modern C++

    C++

  4. LeetCodeConcurrency- LeetCodeConcurrency- Public

    C++ solutions to leetcode concurrency problems with main to test

    C++

  5. TSP_branchandbound TSP_branchandbound Public

    This is an implementation of the Branch and Bound algorithm to solve a simplified version of the Travelling sales man problem where the graph is complete

    Java

  6. advent_of_code advent_of_code Public

    My solutions to aoc2020 using C++

    C++