Git Product home page Git Product logo

<script> document.getElementById("emailLink").addEventListener("click", function() { const email = "[email protected]"; const tempInput = document.createElement("input"); document.body.appendChild(tempInput); tempInput.value = email; tempInput.select(); document.execCommand("copy"); document.body.removeChild(tempInput); alert("Email copied to clipboard: " + email); }); </script>

hey there šŸ‘‹

šŸ‘©ā€šŸ’» About Me

I'm Raki from Tunisia

- šŸ”­ Iā€™m working as a software engineer
- šŸ“š I'm currently Working on my first python library
- āš” In my free time I freelance on upwork

šŸ›  Language and tools

kubernetes logo docker logo anaconda logo apache logo python logo django logo react logo postgresql logo mysql logo redhat logo linux logo kaggle logo electron logo git logo javascript logo nodejs logo

šŸ”„ My Stats :

streak graph

stats graph languages graph

drakkola's Projects

github-readme-linkedin icon github-readme-linkedin

šŸ“‹ A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs

portfolio icon portfolio

An eye-catching developer Portfolio, Built on NextJS.

python-gh-pages icon python-gh-pages

A python script that will deploy your react website to github pages

react-portfolio icon react-portfolio

A simple SPA Portfolio template for developer/designers built with React. Use it to showcase your work, testimonials and other information to clients.

simplefolio icon simplefolio

āš”ļø A minimal portfolio template for Developers

usbdiskutils icon usbdiskutils

UsbDiskUtils is a lightweight Python library designed to simplify the execution of tasks or codes upon the insertion or removal of a USB disk, providing a platform-independent solution. This library monitors USB disk events and triggers user-defined actions accordingly.

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.