Code Monkey home page Code Monkey logo

Mohamed Abdi

πŸ‘‹ Hi there!

I'm currently:

  • πŸ”­ Working on open source projects
  • 🌱 Sharpening my Python skills
  • πŸ‘― Looking to collaborate on open source projects

πŸ’¬ Ask me about Python, Django, HTML, CSS, JavaScript, and React.

πŸ“« Reach me on Twitter: @sirus_click


My Links


OOP Code Snippet

class Intro:
    def __init__(self, name: str, gender: str, role: str, hobby: str):
        self.name = name
        self.gender = gender
        self.__role = role
        self.hobby = hobby

    def hi(self):
        return f'Hi! I am {self.name}, a {self.__role}. I speak: English, Swahili, Somali & Arabic. I like science, computer, and {self.hobby}'

me = Intro('Mohamed', 'M', 'Programmer and ICT', 'robotics(Battlebot channel)')
print(me.hi())

Statistics

GitHub Stats

Profile Views

Twitter Follow


Languages and Tools

Top Languages

css3 django git html5 javascript linux python sass sqlite

Support:

eduper1

Feel free to connect and collaborate! πŸš€

Mohamed's Projects

collatz_sequence icon collatz_sequence

A graphic that visualize Collatz sequence. The Collatz conjecture is a conjecture in mathematics that concerns sequences defined as follows: start with any positive integer n. Then each term is obtained from the previous term as follows: if the previous term is even, the next term is one half of the previous term.

e-commerce-django icon e-commerce-django

Design an eBay-like e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a β€œwatchlist.”

google-search-clone icon google-search-clone

Design a front-end for Google Search, Google Image Search, and Google Advanced Search.

javascript-camera-puzzle icon javascript-camera-puzzle

JavaScript game, code a complex puzzle game that uses the camera. The game uses PHP and MySql on the backend.

learning_python icon learning_python

Learning Python is a course among the sofware skill provided by Microsoft.

mail icon mail

Design a front-end for an email client that makes API calls to send and receive emails.

network icon network

Design a Twitter-like social network website for making posts and following users.

react-django icon react-django

In this repositry, I practise combinig React and Django for full stack

react-todo icon react-todo

This repo is based on MDN react todo project. For more click the link below:

sqlite-tutorial icon sqlite-tutorial

Structured Query Language (SQL) is a common tool for retrieving data from relational databases such as SQL Server, MySQL, MariaDB, and PostgreSQL. This course provides an introduction to this core programming language. Learn how to request data from a database, limit and sort the responses, aggregate data from multiple tables with joins, and edit and delete data. Instructor Scott Simpson also shows how to perform simple math operations and transform data into different formats.

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.